Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Repoint repository references to new location | j3s | 2020-11-20 | 3 | -4/+4 |
| | |||||
* | Workaround template functions not loaded | Simon Ser | 2020-06-10 | 1 | -7/+0 |
| | | | | | | | This is a hacky workaround to make things work until we find a better solution. Closes: https://todo.sr.ht/~emersion/alps/96 | ||||
* | alps theme: add contact edit/create | Drew DeVault | 2020-05-20 | 1 | -0/+2 |
| | |||||
* | alps theme: add contact details page | Drew DeVault | 2020-05-20 | 1 | -1/+3 |
| | |||||
* | plugins/carddav: add route to delete a contact | Simon Ser | 2020-05-13 | 2 | -0/+21 |
| | |||||
* | Add <meta refresh> to mailbox view | Drew DeVault | 2020-05-13 | 3 | -3/+3 |
| | | | | | | | | | | 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 alps | Simon Ser | 2020-05-13 | 6 | -31/+31 |
| | |||||
* | plugins/carddav: check supported vCard versions | Simon Ser | 2020-02-27 | 1 | -3/+9 |
| | |||||
* | plugins/carddav: use paths instead of UIDs in URLs | Simon Ser | 2020-02-27 | 6 | -46/+62 |
| | |||||
* | plugins/carddav: add view to edit contacts | Simon Ser | 2020-02-12 | 2 | -11/+54 |
| | |||||
* | plugins/carddav: add page to create new contact | Simon Ser | 2020-02-12 | 4 | -1/+98 |
| | |||||
* | plugins/carddav: filter contacts with EMAIL/FN set | Simon Ser | 2020-02-12 | 2 | -0/+6 |
| | | | | | Don't issue a CardDAV query with any filter, Google won't return any result. | ||||
* | plugins/carddav: cache addressbook home set path | Simon Ser | 2020-02-11 | 3 | -31/+50 |
| | |||||
* | plugins/carddav: add basic contacts view | Simon Ser | 2020-02-05 | 5 | -36/+222 |
| | |||||
* | plugins/carddav: accept "carddavs" and "carddav+insecure" URL schemes | Simon Ser | 2020-02-05 | 1 | -2/+5 |
| | |||||
* | plugins/carddav: sanity check URL on startup | Simon Ser | 2020-02-05 | 1 | -0/+24 |
| | |||||
* | plugins/carddav: new plugin | Simon Ser | 2020-02-05 | 1 | -0/+116 |
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 |