aboutsummaryrefslogtreecommitdiff
path: root/module (unfollow)
Commit message (Collapse)Author
2020-07-08Add TODO about stack overflow fro add-/remove-event.Hugo Hörnquist
2020-07-08Add remove-event.Hugo Hörnquist
2020-07-08Fixes in add-event.Hugo Hörnquist
2020-07-08HTML move download to own tab.Hugo Hörnquist
2020-07-08Add preliminary xcal download endpoint.Hugo Hörnquist
2020-07-08Repair ics output.Hugo Hörnquist
2020-07-08TODO about list parser.Hugo Hörnquist
2020-07-08Only include XCAL when in edit mode.Hugo Hörnquist
2020-07-08Fix minor errors in HTML output.Hugo Hörnquist
2020-07-07Remove faulty top error handler from main.Hugo Hörnquist
2020-07-07Remove bytevector depend in vcomponent/parse.Hugo Hörnquist
2020-07-07Draft of multiple tabs for HTML popups.Hugo Hörnquist
Adds a tab system inside each popup. Vivaldi's lighthouse says it works fine, but firefox takes way longer to load the page, and uses 100% CPU for a while. Not sure why. Possible solution would be client side rendering for the events (since they only need to be shown one clicked). It's worth taking another look at this once the popup system has been replaced.
2020-07-07HTML add defer to script tags.Hugo Hörnquist
2020-07-07Rename parse component to parse ical.Hugo Hörnquist
2020-07-07Resolve TZ for xcal datetime.Hugo Hörnquist
2020-07-07Resolve whitespace in binary.Hugo Hörnquist
2020-07-07Extend (vcomponent describe) to handle multi-valued fields.Hugo Hörnquist
2020-07-07Introduce HTML edit mode.Hugo Hörnquist
2020-07-07Fix UNTIL parsinrg for RRULE:s.Hugo Hörnquist
2020-07-07TODO's in html.Hugo Hörnquist
2020-07-07Fix check for empty log file.Hugo Hörnquist
2020-07-07Remove some TODO:s.Hugo Hörnquist
2020-07-07Major reordering in datetime.Hugo Hörnquist
2020-07-07Clean up datetime parsing.Hugo Hörnquist
2020-07-07Merge (datetime util) into (datetime).Hugo Hörnquist
2020-07-07Replace datetime literals with proper sexps.Hugo Hörnquist
2020-07-07Replace #$ reader macro with define-foreign.Hugo Hörnquist
2020-07-07Add live import of event.Hugo Hörnquist
2020-07-07Add insert-ordered.Hugo Hörnquist
2020-07-07Finished renamining attribute to property.Hugo Hörnquist
2020-07-07Rename attributes => properties, properties => parameters.Hugo Hörnquist
2020-07-07Add basic event creation from HTML.Hugo Hörnquist
2020-06-29HTTP POST insertion works.Hugo Hörnquist
2020-06-29Add /insert POST endpoint.Hugo Hörnquist
2020-06-29Allow multiple equals in HTTP queries.Hugo Hörnquist
2020-06-29Fix type for components created from xcal.Hugo Hörnquist
2020-06-29Calendar-import file write atomic.Hugo Hörnquist
2020-06-29Add describe procedure for vcomponents.Hugo Hörnquist
2020-06-29Add xcal parser.Hugo Hörnquist
2020-06-29Add TODO's.Hugo Hörnquist
2020-06-29Xcal output cleanup.Hugo Hörnquist
2020-06-29Flip ics parser enum-parser default for allow.Hugo Hörnquist
2020-06-29Add base64 utility functions.Hugo Hörnquist
2020-06-28Add parse-iso-datetime.Hugo Hörnquist
2020-06-28Change calling for find-min.Hugo Hörnquist
2020-06-25Changed HTML to include xcal instead of parameters.Hugo Hörnquist
2020-06-25Fix number of problems with new serializers.Hugo Hörnquist
2020-06-25Minor changes to vcomponent base.Hugo Hörnquist
2020-06-25Add xcal output!Hugo Hörnquist
2020-06-25Fix GEO output.Hugo Hörnquist