Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Workaround template functions not loaded | 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 | ||||
* | Rename project to alps | 2020-05-13 | 1 | -13/+13 | |
| | |||||
* | plugins/carddav: use paths instead of UIDs in URLs | 2020-02-27 | 1 | -0/+4 | |
| | |||||
* | plugins/carddav: add page to create new contact | 2020-02-12 | 1 | -0/+7 | |
| | |||||
* | plugins/carddav: filter contacts with EMAIL/FN set | 2020-02-12 | 1 | -0/+3 | |
| | | | | | Don't issue a CardDAV query with any filter, Google won't return any result. | ||||
* | plugins/carddav: cache addressbook home set path | 2020-02-11 | 1 | -3/+45 | |
| | |||||
* | plugins/carddav: add basic contacts view | 2020-02-05 | 1 | -36/+6 | |
| | |||||
* | plugins/carddav: accept "carddavs" and "carddav+insecure" URL schemes | 2020-02-05 | 1 | -2/+5 | |
| | |||||
* | plugins/carddav: sanity check URL on startup | 2020-02-05 | 1 | -0/+24 | |
| | |||||
* | plugins/carddav: new plugin | 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 |