Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Repoint repository references to new location | j3s | 2020-11-20 | 3 | -3/+3 |
| | |||||
* | Workaround template functions not loaded | Simon Ser | 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 | 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 | 3 | -15/+38 |
| | |||||
* | 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 | 2 | -0/+15 |
| | |||||
* | plugins/caldav: add route to delete event | Simon Ser | 2020-05-20 | 2 | -1/+25 |
| | |||||
* | plugins/caldav: add link to edit event | Simon Ser | 2020-05-20 | 1 | -0/+1 |
| | |||||
* | 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 | 4 | -0/+149 |
| | |||||
* | plugins/caldav: fix event list URLs | Simon Ser | 2020-05-13 | 1 | -1/+1 |
| | |||||
* | plugins/caldav: introduce helper CalendarObject type | Simon Ser | 2020-05-13 | 3 | -5/+21 |
| | |||||
* | Add <meta refresh> to mailbox view | Drew DeVault | 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 | 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 |