aboutsummaryrefslogtreecommitdiff
path: root/module/calp/server/routes.scm (follow)
Commit message (Collapse)AuthorAge
* Calp server now 404s on missing file on disk.Hugo Hörnquist2022-03-15
|
* Add missing (ice-9 format) imports.Hugo Hörnquist2022-03-06
|
* Move path-append to own module.Hugo Hörnquist2022-02-01
|
* Move stuff from calp/util to hnh/util.Hugo Hörnquist2022-01-31
| | | | | This is the first (major) step in splitting the generally useful items into its own library.
* Cleanup modules.Hugo Hörnquist2021-12-22
| | | | | | Primarly this moves all vcompenent input and output code to clearly labeled modules, instead of being spread out. At the same time it also removes a handfull of unused procedures.
* Slightly better error hnadling in directory-table.Hugo Hörnquist2021-11-22
|
* Calendar colors now handled through html datasets.Hugo Hörnquist2021-11-10
| | | | | | | | | | | Previously css rules for each calendar (governing color) where handled through CSS classes. This however had the problem that all calendar names needed to be mapped unto valid classnames, and it brought some problems with updating it. This change places the calendar information in the dataset.calendar attribute. It's still base64 encoded, so special characters don't need escaping, and XML doesn't trip up.
* Render attachements to HTML frontend.Hugo Hörnquist2021-08-15
|
* Fix paginator buttons forgetting future clause.Hugo Hörnquist2021-08-15
|
* Change uri-encode to use ->quoted-string.Hugo Hörnquist2021-08-10
|
* Add only-future checkbox on search page.Hugo Hörnquist2021-02-01
|
* Add horrendous / -> /today redirect.Hugo Hörnquist2021-01-14
|
* Can create event with new interface.Hugo Hörnquist2021-01-12
|
* Simplify /insert endpoint.Hugo Hörnquist2020-10-05
|
* Events created and modified by server get LAST-MODIFIED set.Hugo Hörnquist2020-09-07
|
* Propagate errors to HTML search page.Hugo Hörnquist2020-08-27
|
* Add /search/text endpoint.Hugo Hörnquist2020-08-27
|
* Move util modules into calp module..Hugo Hörnquist2020-08-24
|
* Move html modules under calp.Hugo Hörnquist2020-08-23
|
* GET /search without query now works.Hugo Hörnquist2020-08-23
|
* Move more places to use path-append.Hugo Hörnquist2020-08-22
|
* fixes.Hugo Hörnquist2020-08-17
|
* Split module/server into stuff.Hugo Hörnquist2020-08-17