Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | plugins/caldav: switch to path-based URLs | Simon Ser | 2020-05-13 | 2 | -17/+26 |
| | | | | | UIDs are not first-class WebDAV citizens and would require two roundtrips for most operations. | ||||
* | Rename project to alps | Simon Ser | 2020-05-13 | 5 | -23/+23 |
| | |||||
* | plugins/caldav: update go-webdav | Simon Ser | 2020-02-25 | 2 | -6/+6 |
| | |||||
* | plugins/caldav: make discovery failures non-fatal | Simon Ser | 2020-02-19 | 1 | -1/+4 |
| | | | | Closes: https://todo.sr.ht/~sircmpwn/koushin/64 | ||||
* | plugins/caldav: add missing event.html template | Simon Ser | 2020-02-11 | 1 | -0/+20 |
| | |||||
* | plugins/caldav: add pagination to calendar view | Simon Ser | 2020-02-05 | 2 | -6/+28 |
| | |||||
* | plugins/caldav: add basic event view | Simon Ser | 2020-02-05 | 1 | -0/+57 |
| | |||||
* | plugins/caldav: new plugin | Simon Ser | 2020-02-05 | 4 | -0/+223 |
For now it can only list events for the current month. References: https://todo.sr.ht/~sircmpwn/koushin/60 |