aboutsummaryrefslogtreecommitdiff
path: root/module/calp/entry-points/server.scm (unfollow)
Commit message (Expand)Author
2022-10-16Change gettext '_' to 'G_'.Hugo Hörnquist
2022-06-23Minor cleanup of entry-points/server.Hugo Hörnquist
2022-06-23Centralize (almost) all exports to :export in define-module.Hugo Hörnquist
2022-04-11Fix name collision in server entry-point.Hugo Hörnquist
2022-04-11Replace config system with paramater based system.Hugo Hörnquist
2022-03-06Add missing (ice-9 format) imports.Hugo Hörnquist
2022-02-22Prepare code for translation.Hugo Hörnquist
2022-01-31Move stuff from calp/util to hnh/util.Hugo Hörnquist
2022-01-21Minor cleanup.Hugo Hörnquist
2021-12-22Cleanup modules.Hugo Hörnquist
2021-01-13Change quoting style.Hugo Hörnquist
2020-08-24Move util modules into calp module..Hugo Hörnquist
2020-08-20Helpstring for port config.Hugo Hörnquist
2020-08-18Made --port also option.Hugo Hörnquist
2020-08-18SIGUSR1 to reload calendars.Hugo Hörnquist
2020-08-17fixes.Hugo Hörnquist
2020-08-17Move a bunch of files into calp module.Hugo Hörnquist
2020-08-12Move run-server to (server server).Hugo Hörnquist
2020-08-12Broke away routes from server entry-points.Hugo Hörnquist
2020-08-12Slightly clean up server imports.Hugo Hörnquist
2020-08-11Focus summary when editing existing.Hugo Hörnquist
2020-08-10Rename html search module.Hugo Hörnquist
2020-08-10Fix problems with new HTML for calendar view.Hugo Hörnquist
2020-08-10Repair /today.Hugo Hörnquist
2020-08-10Add TODO:s to server.Hugo Hörnquist
2020-08-09Add paginator, use in in html and term.Hugo Hörnquist
2020-08-09Add basic (semi broken) paginator to HTML search.Hugo Hörnquist
2020-08-09Can create events with åäö again.Hugo Hörnquist
2020-08-07Slightly better search page.Hugo Hörnquist
2020-08-07Search page now xhtml.Hugo Hörnquist
2020-08-07HTML search now actually searches.Hugo Hörnquist
2020-08-07Add rudementary search page to HTML.Hugo Hörnquist
2020-08-06Add favicon.Hugo Hörnquist
2020-08-03Move <events> methods to own module for easier loading.Hugo Hörnquist
2020-08-03Minor fixups.Hugo Hörnquist
2020-08-02Module cleanup.Hugo Hörnquist
2020-08-02Remove (util app).Hugo Hörnquist
2020-07-27Crash properly on overflow on remove event.Hugo Hörnquist
2020-07-24Use X-HNH-REMOVED to "remove" an event.Hugo Hörnquist
2020-07-24Error on failed save.Hugo Hörnquist
2020-07-24/insert endpoint actually saves the events.Hugo Hörnquist
2020-07-24Remove some unused procedures.Hugo Hörnquist
2020-07-15HTML Generated events now come without an UID.Hugo Hörnquist
2020-07-13Minor cleanup.Hugo Hörnquist
2020-07-12Event creation from HTML works again.Hugo Hörnquist
2020-07-10Serve xml under .html, month view xhtml content-type.Hugo Hörnquist
2020-07-09Attempt to serve everything as xml.Hugo Hörnquist
2020-07-08Add /remove POST endpoint.Hugo Hörnquist
2020-07-08Add preliminary xcal download endpoint.Hugo Hörnquist
2020-07-07Merge (datetime util) into (datetime).Hugo Hörnquist