Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | plugins/caldav: add basic day view | Simon Ser | 2020-05-21 | 1 | -10/+81 |
| | |||||
* | caldav: add page titles to all routes | Drew DeVault | 2020-05-20 | 1 | -3/+7 |
| | |||||
* | alps theme: add layout for calendar event update | Drew DeVault | 2020-05-20 | 1 | -0/+2 |
| | |||||
* | plugins/caldav: add time inputs in event create/update form | Simon Ser | 2020-05-20 | 1 | -6/+20 |
| | |||||
* | go fmt | Simon Ser | 2020-05-20 | 1 | -4/+4 |
| | |||||
* | alps theme: initial layout for calendar | Drew DeVault | 2020-05-20 | 1 | -0/+60 |
| | |||||
* | plugins/caldav: fix duplicate event after edit | Simon Ser | 2020-05-20 | 1 | -1/+1 |
| | |||||
* | Drop unnecessary "log" import | Simon Ser | 2020-05-20 | 1 | -1/+0 |
| | |||||
* | plugins/caldav: edit event descriptions | Simon Ser | 2020-05-20 | 1 | -0/+11 |
| | |||||
* | plugins/caldav: add route to delete event | Simon Ser | 2020-05-20 | 1 | -0/+18 |
| | |||||
* | plugins/caldav: remove statements not used | Wagner Riffel | 2020-05-18 | 1 | -10/+0 |
| | | | | Signed-off-by: Wagner Riffel <wgrriffel@gmail.com> | ||||
* | plugins/caldav: add form to create new events | Simon Ser | 2020-05-13 | 1 | -0/+104 |
| | |||||
* | plugins/caldav: introduce helper CalendarObject type | Simon Ser | 2020-05-13 | 1 | -4/+4 |
| | |||||
* | plugins/caldav: switch to path-based URLs | Simon Ser | 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 | Simon Ser | 2020-05-13 | 1 | -9/+9 |
| | |||||
* | plugins/caldav: add pagination to calendar view | Simon Ser | 2020-02-05 | 1 | -6/+22 |
| | |||||
* | plugins/caldav: add basic event view | Simon Ser | 2020-02-05 | 1 | -0/+57 |
| | |||||
* | plugins/caldav: new plugin | Simon Ser | 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 |