aboutsummaryrefslogtreecommitdiffstats
path: root/themes
Commit message (Collapse)AuthorAgeFilesLines
* Hide caldav/carrdav in nav unless presentLibravatarLibravatar Drew DeVault 2020-10-221-0/+4
|
* Handle \Deleted emails in message listLibravatarLibravatar Drew DeVault 2020-10-222-6/+31
| | | | | | | | | | | | This can happen if an email is deleted by an external client, and this change fixes a template crash in such cases. I elected to display (deleted email) rather than to hide deleted messages so that, if the message is unread, it provides an explanation for your inbox showing $n unread emails where $n > number of non-deleted emails. This partially addresses ~migadu/alps#121
* sourcehut theme: fix nil on emails without a text partLibravatarLibravatar наб 2020-07-131-1/+1
| | | | | | | P.a. to 50e131244ad78fd1e4c216770ff69471a6fcb03b which solved https://todo.sr.ht/~emersion/alps/100 Closes: https://todo.sr.ht/~emersion/alps/102
* alps theme: fix nil on emails without a text partLibravatarLibravatar Eyal Sawady 2020-06-292-4/+4
| | | | Closes: https://todo.sr.ht/~emersion/alps/100
* Add INBOX unread count on mailbox/message pagesLibravatarLibravatar Simon Ser 2020-05-212-11/+20
|
* plugins/caldav: add basic day viewLibravatarLibravatar Simon Ser 2020-05-211-1/+1
|
* alps theme: wire up auto-completion in composeLibravatarLibravatar Drew DeVault 2020-05-201-2/+22
|
* alps theme: add button to load remote contentLibravatarLibravatar Drew DeVault 2020-05-202-0/+17
|
* alps theme: add event page layoutLibravatarLibravatar Drew DeVault 2020-05-203-12/+92
|
* alps theme: unify create/update stylesLibravatarLibravatar Drew DeVault 2020-05-204-42/+23
|
* alps theme: add layout for calendar event updateLibravatarLibravatar Drew DeVault 2020-05-202-11/+65
|
* login: set encrypted "remember me" tokenLibravatarLibravatar Drew DeVault 2020-05-202-6/+17
|
* alps theme: layout settings pageLibravatarLibravatar Drew DeVault 2020-05-202-0/+40
|
* alps theme: initial layout for calendarLibravatarLibravatar Drew DeVault 2020-05-203-1/+202
|
* alps theme: add contact edit/createLibravatarLibravatar Drew DeVault 2020-05-202-10/+75
|
* alps theme: add contact details pageLibravatarLibravatar Drew DeVault 2020-05-202-1/+59
|
* Replace IMAPMessage.TextPartName with TextPartLibravatarLibravatar Simon Ser 2020-05-203-5/+5
|
* Always reply to plain-text part, if anyLibravatarLibravatar Simon Ser 2020-05-201-3/+3
| | | | Closes: https://todo.sr.ht/~emersion/alps/51
* alps: improve margin on email bodiesLibravatarLibravatar Drew DeVault 2020-05-201-1/+1
|
* alps theme: theme the login pageLibravatarLibravatar Drew DeVault 2020-05-133-25/+66
|
* alps theme: if there's nothing to show, say soLibravatarLibravatar Drew DeVault 2020-05-133-0/+15
|
* alps: theme contact list pageLibravatarLibravatar Drew DeVault 2020-05-137-20/+132
|
* mailbox view: improve pagination stylesLibravatarLibravatar Drew DeVault 2020-05-132-4/+16
| | | | This makes the buttons larger and easier to notice/click.
* message view: add part switcherLibravatarLibravatar Drew DeVault 2020-05-132-36/+97
| | | | | This also makes the appearance of HTML emails more consistent with plaintext ones.
* alps theme: overhaul tables and action listsLibravatarLibravatar Drew DeVault 2020-05-135-239/+320
| | | | | | | | This patch contains a whole lot of layout improvements for the alps theme, mainly replacing the table soup with flexbox and CSS grids, and fixing up a number of loose ends. This gives us a lot more flexibility over how the page is laid out. I also cleaned up a lot of other low-hanging fruit in the layout & styles.
* themes/alps: fix search form methodLibravatarLibravatar Simon Ser 2020-05-131-1/+1
|
* Use context-appropriate title for mbox/msg viewLibravatarLibravatar Drew DeVault 2020-05-131-1/+1
|
* Add <meta refresh> to mailbox viewLibravatarLibravatar Drew DeVault 2020-05-1315-15/+18
| | | | | | | | | | This causes the mailbox to automatically reload the page every 60 seconds, without JavaScript. This also updates the base template data to include the full URL, and replaces the earlier "Path" field with a pre-split array of path components, which is more immediately useful to most templates given the limitations of string munging with text/template primitives.
* Rename project to alpsLibravatarLibravatar Simon Ser 2020-05-133-3/+3
|
* themes/alps: add button to save as draftLibravatarLibravatar Simon Ser 2020-03-271-2/+6
|
* themes/alps: add link to edit draftsLibravatarLibravatar Simon Ser 2020-03-271-3/+7
|
* themes/alps: fix hardcoded mailbox list in message viewLibravatarLibravatar Simon Ser 2020-03-271-7/+14
|
* themes/test: remove leftoversLibravatarLibravatar Simon Ser 2020-03-272-11/+0
|
* themes/alps: better redirect after performing message operationsLibravatarLibravatar Simon Ser 2020-03-272-4/+10
| | | | Go back to the right page.
* themes/alps: new themeLibravatarLibravatar Simon Ser 2020-03-1910-0/+649
|
* plugins/base: allow move/delete/flag operations to take multiple UIDsLibravatarLibravatar Simon Ser 2020-03-191-3/+6
|
* plugins/base: add route to forward messagesLibravatarLibravatar Simon Ser 2020-03-181-0/+6
| | | | | | Only inline forwarding is supported for now. References: https://todo.sr.ht/~sircmpwn/koushin/37
* plugins/carddav: use paths instead of UIDs in URLsLibravatarLibravatar Simon Ser 2020-02-272-5/+2
|
* plugins/caldav: update go-webdavLibravatarLibravatar Simon Ser 2020-02-252-7/+7
|
* plugins/base: replace MessageRenderData.PartPath with PartLibravatarLibravatar Simon Ser 2020-02-251-10/+10
|
* plugins/viewhtml: add opt-in query param to load remote resourcesLibravatarLibravatar Simon Ser 2020-02-251-0/+7
| | | | Loading remote resources by default has privacy implications.
* themes/sourcehut: add CalDAV viewsLibravatarLibravatar Simon Ser 2020-02-142-0/+90
|
* plugins/carddav: add view to edit contactsLibravatarLibravatar Simon Ser 2020-02-121-1/+6
|
* plugins/carddav: add page to create new contactLibravatarLibravatar Simon Ser 2020-02-121-0/+8
|
* Turn message part viewers into pluginsLibravatarLibravatar Simon Ser 2020-02-121-10/+2
|
* themes/sourcehut: display username in navbarLibravatarLibravatar Simon Ser 2020-02-128-33/+29
|
* themes/sourcehut: remove mail nav from settingsLibravatarLibravatar Simon Ser 2020-02-121-12/+1
|
* themes/sourcehut: add CardDAV templates, improve navLibravatarLibravatar Simon Ser 2020-02-125-11/+102
|
* themes/sourcehut: sync with latest base pluginLibravatarLibravatar Simon Ser 2020-02-114-11/+162
|
* plugins/carddav: new pluginLibravatarLibravatar Simon Ser 2020-02-051-0/+7
| | | | | | | A new minimal CardDAV plugin is introduced. It injects a list of e-mail addresses in the e-mail compose view. References: https://todo.sr.ht/~sircmpwn/koushin/7