Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade go-webdav | 2023-12-27 | 2 | -15/+16 | |
| | |||||
* | carddav: fix accidental shadowing of variables | 2022-03-01 | 1 | -1/+1 | |
| | | | | | | | The statement changed here creates new variables, whereas it means to assign values to the previously declared `ao` to be used outside of the if statement. This lead to PUT requests always being sent to a URL containing a new UUID, causing problems with some CardDAV servers. | ||||
* | plugins/{carddav,caldav}: remove unused conversion | 2021-08-04 | 1 | -1/+1 | |
| | |||||
* | Repoint repository references to new location | 2020-11-20 | 3 | -4/+4 | |
| | |||||
* | 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 | ||||
* | alps theme: add contact edit/create | 2020-05-20 | 1 | -0/+2 | |
| | |||||
* | alps theme: add contact details page | 2020-05-20 | 1 | -1/+3 | |
| | |||||
* | plugins/carddav: add route to delete a contact | 2020-05-13 | 2 | -0/+21 | |
| | |||||
* | Add <meta refresh> to mailbox view | 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 | 2020-05-13 | 6 | -31/+31 | |
| | |||||
* | plugins/carddav: check supported vCard versions | 2020-02-27 | 1 | -3/+9 | |
| | |||||
* | plugins/carddav: use paths instead of UIDs in URLs | 2020-02-27 | 6 | -46/+62 | |
| | |||||
* | plugins/carddav: add view to edit contacts | 2020-02-12 | 2 | -11/+54 | |
| | |||||
* | plugins/carddav: add page to create new contact | 2020-02-12 | 4 | -1/+98 | |
| | |||||
* | plugins/carddav: filter contacts with EMAIL/FN set | 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 | 2020-02-11 | 3 | -31/+50 | |
| | |||||
* | plugins/carddav: add basic contacts view | 2020-02-05 | 5 | -36/+222 | |
| | |||||
* | 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 |