Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade go-webdav | 2023-12-27 | 1 | -11/+11 | |
| | |||||
* | Simplify | 2021-08-04 | 1 | -1/+1 | |
| | |||||
* | plugins/{carddav,caldav}: remove unused conversion | 2021-08-04 | 1 | -1/+1 | |
| | |||||
* | Repoint repository references to new location | 2020-11-20 | 1 | -1/+1 | |
| | |||||
* | plugins/caldav: add basic day view | 2020-05-21 | 1 | -10/+81 | |
| | |||||
* | caldav: add page titles to all routes | 2020-05-20 | 1 | -3/+7 | |
| | |||||
* | alps theme: add layout for calendar event update | 2020-05-20 | 1 | -0/+2 | |
| | |||||
* | plugins/caldav: add time inputs in event create/update form | 2020-05-20 | 1 | -6/+20 | |
| | |||||
* | go fmt | 2020-05-20 | 1 | -4/+4 | |
| | |||||
* | alps theme: initial layout for calendar | 2020-05-20 | 1 | -0/+60 | |
| | |||||
* | plugins/caldav: fix duplicate event after edit | 2020-05-20 | 1 | -1/+1 | |
| | |||||
* | Drop unnecessary "log" import | 2020-05-20 | 1 | -1/+0 | |
| | |||||
* | plugins/caldav: edit event descriptions | 2020-05-20 | 1 | -0/+11 | |
| | |||||
* | plugins/caldav: add route to delete event | 2020-05-20 | 1 | -0/+18 | |
| | |||||
* | plugins/caldav: remove statements not used | 2020-05-18 | 1 | -10/+0 | |
| | | | | Signed-off-by: Wagner Riffel <[email protected]> | ||||
* | plugins/caldav: add form to create new events | 2020-05-13 | 1 | -0/+104 | |
| | |||||
* | plugins/caldav: introduce helper CalendarObject type | 2020-05-13 | 1 | -4/+4 | |
| | |||||
* | plugins/caldav: switch to path-based URLs | 2020-05-13 | 1 | -16/+25 | |
| | | | | | UIDs are not first-class WebDAV citizens and would require two roundtrips for most operations. | ||||
* | Rename project to alps | 2020-05-13 | 1 | -9/+9 | |
| | |||||
* | plugins/caldav: add pagination to calendar view | 2020-02-05 | 1 | -6/+22 | |
| | |||||
* | plugins/caldav: add basic event view | 2020-02-05 | 1 | -0/+57 | |
| | |||||
* | plugins/caldav: new plugin | 2020-02-05 | 1 | -0/+66 | |
For now it can only list events for the current month. References: https://todo.sr.ht/~sircmpwn/koushin/60 |