aboutsummaryrefslogtreecommitdiff
path: root/plugins/caldav
Commit message (Collapse)AuthorAgeFilesLines
* plugins/caldav: add basic day viewSimon Ser2020-05-211-10/+81
|
* caldav: add page titles to all routesDrew DeVault2020-05-201-3/+7
|
* alps theme: add layout for calendar event updateDrew DeVault2020-05-201-0/+2
|
* plugins/caldav: add time inputs in event create/update formSimon Ser2020-05-203-15/+38
|
* go fmtSimon Ser2020-05-201-4/+4
|
* alps theme: initial layout for calendarDrew DeVault2020-05-201-0/+60
|
* plugins/caldav: fix duplicate event after editSimon Ser2020-05-201-1/+1
|
* Drop unnecessary "log" importSimon Ser2020-05-201-1/+0
|
* plugins/caldav: edit event descriptionsSimon Ser2020-05-202-0/+15
|
* plugins/caldav: add route to delete eventSimon Ser2020-05-202-1/+25
|
* plugins/caldav: add link to edit eventSimon Ser2020-05-201-0/+1
|
* plugins/caldav: remove statements not usedWagner Riffel2020-05-181-10/+0
| | | | Signed-off-by: Wagner Riffel <wgrriffel@gmail.com>
* plugins/caldav: add form to create new eventsSimon Ser2020-05-134-0/+149
|
* plugins/caldav: fix event list URLsSimon Ser2020-05-131-1/+1
|
* plugins/caldav: introduce helper CalendarObject typeSimon Ser2020-05-133-5/+21
|
* Add <meta refresh> to mailbox viewDrew DeVault2020-05-132-2/+2
| | | | | | | | | | 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.
* plugins/caldav: switch to path-based URLsSimon Ser2020-05-132-17/+26
| | | | | UIDs are not first-class WebDAV citizens and would require two roundtrips for most operations.
* Rename project to alpsSimon Ser2020-05-135-23/+23
|
* plugins/caldav: update go-webdavSimon Ser2020-02-252-6/+6
|
* plugins/caldav: make discovery failures non-fatalSimon Ser2020-02-191-1/+4
| | | | Closes: https://todo.sr.ht/~sircmpwn/koushin/64
* plugins/caldav: add missing event.html templateSimon Ser2020-02-111-0/+20
|
* plugins/caldav: add pagination to calendar viewSimon Ser2020-02-052-6/+28
|
* plugins/caldav: add basic event viewSimon Ser2020-02-051-0/+57
|
* plugins/caldav: new pluginSimon Ser2020-02-054-0/+223
For now it can only list events for the current month. References: https://todo.sr.ht/~sircmpwn/koushin/60