Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | carddav: fix accidental shadowing of variables | Conrad Hoffmann | 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 | Gusted | 2021-08-04 | 1 | -1/+1 |
| | |||||
* | Repoint repository references to new location | j3s | 2020-11-20 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -0/+18 |
| | |||||
* | Rename project to alps | Simon Ser | 2020-05-13 | 1 | -11/+11 |
| | |||||
* | 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 | 1 | -43/+37 |
| | |||||
* | plugins/carddav: add view to edit contacts | Simon Ser | 2020-02-12 | 1 | -11/+48 |
| | |||||
* | plugins/carddav: add page to create new contact | Simon Ser | 2020-02-12 | 1 | -0/+67 |
| | |||||
* | plugins/carddav: filter contacts with EMAIL/FN set | Simon Ser | 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 | Simon Ser | 2020-02-11 | 1 | -4/+3 |
| | |||||
* | plugins/carddav: add basic contacts view | Simon Ser | 2020-02-05 | 1 | -0/+108 |