aboutsummaryrefslogtreecommitdiff
path: root/module/calp/server/routes.scm (unfollow)
Commit message (Expand)Author
2022-10-24Add /everything.ics endpoint.HEADshowmasterHugo Hörnquist
2022-10-24Replace root-redirect with propper HTTP 307.Hugo Hörnquist
2022-10-16Minor cleaup.Hugo Hörnquist
2022-10-16Better error handling when submitting events.Hugo Hörnquist
2022-10-16Change gettext '_' to 'G_'.Hugo Hörnquist
2022-09-18Rewrote make-routes to use define-syntax.Hugo Hörnquist
2022-07-25Repair search page.Hugo Hörnquist
2022-06-23Remove (add|remove)-day, and month[+-].Hugo Hörnquist
2022-06-23Add TODO about query parameters.Hugo Hörnquist
2022-06-23Centralize (almost) all exports to :export in define-module.Hugo Hörnquist
2022-06-13Remove custom let*.Hugo Hörnquist
2022-06-12Update remaining routse to new xml or html system.Hugo Hörnquist
2022-06-12Add html parameter to routes.Hugo Hörnquist
2022-06-11Fix a few strings where translations wheren't applied.Hugo Hörnquist
2022-06-10Clean up (calp server routes).Hugo Hörnquist
2022-04-11Replace config system with paramater based system.Hugo Hörnquist
2022-04-11Fixup translatable strings.Hugo Hörnquist
2022-04-05Move code for saving event away from routes.Hugo Hörnquist
2022-03-28Check system-error errno correctly.Hugo Hörnquist
2022-03-28Use catch* where appropriateHugo Hörnquist
2022-03-28Introduce directory-listing.scssHugo Hörnquist
2022-03-15HTML directory table now gives 404 instead of 500Hugo Hörnquist
2022-03-15Qualify functions in make-routes expansion.Hugo Hörnquist
2022-03-15Directory listing page now handles subdirectories.Hugo Hörnquist
2022-03-15Directory table file sizes.Hugo Hörnquist
2022-03-15Directory table extra filetypes.Hugo Hörnquist
2022-03-15Calp server now 404s on missing file on disk.Hugo Hörnquist
2022-03-06Add missing (ice-9 format) imports.Hugo Hörnquist
2022-02-22Prepare code for translation.Hugo Hörnquist
2022-02-01Move path-append to own module.Hugo Hörnquist
2022-01-31Move stuff from calp/util to hnh/util.Hugo Hörnquist
2021-12-22Cleanup modules.Hugo Hörnquist
2021-11-22Slightly better error hnadling in directory-table.Hugo Hörnquist
2021-11-10Calendar colors now handled through html datasets.Hugo Hörnquist
2021-08-15Render attachements to HTML frontend.Hugo Hörnquist
2021-08-15Fix paginator buttons forgetting future clause.Hugo Hörnquist
2021-08-10Change uri-encode to use ->quoted-string.Hugo Hörnquist
2021-02-01Add only-future checkbox on search page.Hugo Hörnquist
2021-01-14Add horrendous / -> /today redirect.Hugo Hörnquist
2021-01-12Can create event with new interface.Hugo Hörnquist
2020-10-05Simplify /insert endpoint.Hugo Hörnquist
2020-09-07Events created and modified by server get LAST-MODIFIED set.Hugo Hörnquist
2020-08-27Propagate errors to HTML search page.Hugo Hörnquist
2020-08-27Add /search/text endpoint.Hugo Hörnquist
2020-08-24Move util modules into calp module..Hugo Hörnquist
2020-08-23Move html modules under calp.Hugo Hörnquist
2020-08-23GET /search without query now works.Hugo Hörnquist
2020-08-22Move more places to use path-append.Hugo Hörnquist
2020-08-17fixes.Hugo Hörnquist
2020-08-17Split module/server into stuff.Hugo Hörnquist