matrix-public-archive/server/routes
Eric Eastwood 954b22995a
Add a way to select time of day (#139)
- Fix https://github.com/matrix-org/matrix-public-archive/issues/7
 - A URL with time looks like
    - `/r/too-many-messages-on-day:my.synapse.server/date/2022/11/16T23:59`
    - Or when more precision is required (seconds): `/r/too-many-messages-on-day:my.synapse.server/date/2022/11/16T23:59:59`
 - Add new custom time picker/scrubber (pictured below) with momentum scrubbing
    - Native built-in `<input type="time">` for easier picking if you prefer that and accessibility.
    - Uses localized time strings
    - Design inspired by Thiago Sanchez's *Time Zone Translate* concept, https://dribbble.com/shots/14590546-Time-Zone-Translate
2023-04-05 04:25:31 -05:00
..
client-side-room-alias-hash-redirect-route.js Add support for client-side room alias hash `#` redirects to the correct URL (#111) 2022-10-28 00:32:24 -05:00
content-security-policy-middleware.js Add `Content-Security-Policy` (CSP) (#81) 2022-10-19 12:07:39 -05:00
install-routes.js Enable CORS support (#147) 2022-11-28 21:47:57 -06:00
prevent-clickjacking-middleware.js Add clickjacking prevention middleware (#68) 2022-09-08 19:30:20 -05:00
redirect-to-correct-archive-url-if-bad-sigil-middleware.js Add support for room aliases (#107) 2022-10-27 01:09:13 -05:00
room-directory-routes.js Increase perceived performance by scrolling to the right spot before Hydrogen loads (#128) 2022-11-09 18:57:33 -06:00
room-routes.js Add a way to select time of day (#139) 2023-04-05 04:25:31 -05:00
timeout-middleware.js Add `Content-Security-Policy` (CSP) (#81) 2022-10-19 12:07:39 -05:00