aboutsummaryrefslogtreecommitdiff
path: root/cmd/alps/main.go
Commit message (Collapse)AuthorAgeFilesLines
* make path to themes configurable via ldflagsAlex McGrath2021-09-121-0/+3
|
* Repoint repository references to new locationj3s2020-11-201-7/+7
|
* Add theme-specific error pageDrew DeVault2020-11-191-3/+0
|
* Remove async SMTP queueDrew DeVault2020-11-131-6/+0
|
* Implement JavaScript UI for attachmentsDrew DeVault2020-10-291-0/+2
| | | | | | | | | | | | | | | | This one is a bit of a doozy. A summary of the changes: - Session has grown storage for attachments which have been uploaded but not yet sent. - The list of attachments on a message is refcounted so that we can clean up the temporary files only after it's done with - i.e. after copying to Sent and after all of the SMTP attempts are done. - Abandoned attachments are cleared out on process shutdown. Future work: - Add a limit to the maximum number of pending attachments the user can have in the session. - Periodically clean out abandoned attachments?
* Rig up dowork event queue and graceful terminationDrew DeVault2020-10-231-5/+21
|
* login: set encrypted "remember me" tokenDrew DeVault2020-05-201-2/+16
|
* Rename project to alpsSimon Ser2020-05-131-0/+74