aboutsummaryrefslogtreecommitdiff
path: root/module/entry-points (follow)
Commit message (Collapse)AuthorAge
* Use X-HNH-REMOVED to "remove" an event.Hugo Hörnquist2020-07-24
|
* Error on failed save.Hugo Hörnquist2020-07-24
|
* /insert endpoint actually saves the events.Hugo Hörnquist2020-07-24
|
* Stuff about (output vdir).Hugo Hörnquist2020-07-24
|
* Remove some unused procedures.Hugo Hörnquist2020-07-24
|
* HTML Generated events now come without an UID.Hugo Hörnquist2020-07-15
|
* Minor cleanup.Hugo Hörnquist2020-07-13
|
* Event creation from HTML works again.Hugo Hörnquist2020-07-12
|
* Serve xml under .html, month view xhtml content-type.Hugo Hörnquist2020-07-10
|
* Attempt to serve everything as xml.Hugo Hörnquist2020-07-09
|
* Add /remove POST endpoint.Hugo Hörnquist2020-07-08
|
* Add preliminary xcal download endpoint.Hugo Hörnquist2020-07-08
|
* Merge (datetime util) into (datetime).Hugo Hörnquist2020-07-07
|
* Add live import of event.Hugo Hörnquist2020-07-07
|
* Finished renamining attribute to property.Hugo Hörnquist2020-07-07
|
* Add basic event creation from HTML.Hugo Hörnquist2020-07-07
|
* HTTP POST insertion works.Hugo Hörnquist2020-06-29
|
* Add /insert POST endpoint.Hugo Hörnquist2020-06-29
|
* Add structure for importing events.Hugo Hörnquist2020-06-25
|
* Remove minor TODO's in server.Hugo Hörnquist2020-06-10
|
* Note that --field for benchmark is required.Hugo Hörnquist2020-06-10
|
* Break text procedures into modules.Hugo Hörnquist2020-06-01
|
* Remove *TOP* tags from descriptions.Hugo Hörnquist2020-06-01
|
* Extend and document benchmark main.Hugo Hörnquist2020-06-01
|
* Minor change.Hugo Hörnquist2020-05-24
|
* Remove (vcomponent load) module.Hugo Hörnquist2020-05-23
|
* Fix javascript mimetype in server.Hugo Hörnquist2020-05-23
|
* Minor coment cleanup.Hugo Hörnquist2020-05-22
|
* Fix week-start in HTML month view from server.Hugo Hörnquist2020-05-21
|
* server /month/ round to start of month.Hugo Hörnquist2020-05-14
|
* Made benchmark main runnable again.Hugo Hörnquist2020-05-06
|
* html --help s/month/table/Hugo Hörnquist2020-05-05
|
* Add link in root to /today.Hugo Hörnquist2020-05-04
|
* Catch address already in use for HTTP server.Hugo Hörnquist2020-05-04
|
* Add ability to download ics in entirety.Hugo Hörnquist2020-05-04
|
* Replace direct output to current-error-port with warnings.Hugo Hörnquist2020-05-04
|
* Add --help to ical.Hugo Hörnquist2020-05-04
|
* Remove 'info' entry point.Hugo Hörnquist2020-05-04
|
* Add --help to text.Hugo Hörnquist2020-05-04
|
* text main should now read it's arguments.Hugo Hörnquist2020-05-04
|
* Repair term + add --help.Hugo Hörnquist2020-05-04
|
* Add --help to HTML.Hugo Hörnquist2020-05-04
|
* Add --help to server.Hugo Hörnquist2020-05-04
|
* Fix server --port flag.Hugo Hörnquist2020-05-04
|
* [today] and [jump to] now works without JS.Hugo Hörnquist2020-05-03
|
* Add intervaltype argument to html-generate.Hugo Hörnquist2020-05-03
|
* Server now rounds to nearest sensible start.Hugo Hörnquist2020-05-01
|
* Fix ics download for UID's containng dot.Hugo Hörnquist2020-05-01
|
* Merge branch 'app'.Hugo Hörnquist2020-05-01
|\ | | | | | | | | | | | | | | | | | | The app objects both makes the whole program sort of behave like one class in some object oriented languages, with an implicitly (actually hiddenly explicitly) passed 'app' argument to all methods. Multiple concurrent apps should be supported, but is of now untested. The app is also configured to lazily bind all its fields, which means that almost all loading is now lazy!
| * Change call signature for [gs]etf.Hugo Hörnquist2020-04-30
| |