Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | plugins/caldav: implement discovery | 2023-12-27 | 1 | -4/+12 | |
| | |||||
* | Upgrade go-webdav | 2023-12-27 | 2 | -15/+16 | |
| | |||||
* | 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 | 3 | -3/+3 | |
| | |||||
* | Workaround template functions not loaded | 2020-06-10 | 1 | -17/+0 | |
| | | | | | | | This is a hacky workaround to make things work until we find a better solution. Closes: https://todo.sr.ht/~emersion/alps/96 | ||||
* | 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 | 3 | -15/+38 | |
| | |||||
* | 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 | 2 | -0/+15 | |
| | |||||
* | plugins/caldav: add route to delete event | 2020-05-20 | 2 | -1/+25 | |
| | |||||
* | plugins/caldav: add link to edit event | 2020-05-20 | 1 | -0/+1 | |
| | |||||
* | 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 | 4 | -0/+149 | |
| | |||||
* | plugins/caldav: fix event list URLs | 2020-05-13 | 1 | -1/+1 | |
| | |||||
* | plugins/caldav: introduce helper CalendarObject type | 2020-05-13 | 3 | -5/+21 | |
| | |||||
* | Add <meta refresh> to mailbox view | 2020-05-13 | 2 | -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 URLs | 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 | 2020-05-13 | 5 | -23/+23 | |
| | |||||
* | plugins/caldav: update go-webdav | 2020-02-25 | 2 | -6/+6 | |
| | |||||
* | plugins/caldav: make discovery failures non-fatal | 2020-02-19 | 1 | -1/+4 | |
| | | | | Closes: https://todo.sr.ht/~sircmpwn/koushin/64 | ||||
* | plugins/caldav: add missing event.html template | 2020-02-11 | 1 | -0/+20 | |
| | |||||
* | plugins/caldav: add pagination to calendar view | 2020-02-05 | 2 | -6/+28 | |
| | |||||
* | plugins/caldav: add basic event view | 2020-02-05 | 1 | -0/+57 | |
| | |||||
* | plugins/caldav: new plugin | 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 |