aboutsummaryrefslogtreecommitdiff
path: root/static/user (unfollow)
Commit message (Collapse)Author
2022-09-18Extend user-additions salar to handle multiple locations.Hugo Hörnquist
2022-09-18Repair user-additions salar.Hugo Hörnquist
2022-07-10Change JS formatters interface.Hugo Hörnquist
Now the application of formatters are centralized. It also allowed me to easily suround stuff in try-catch, since I otherwise had problems with formatters failing, and nothing showing up.
2022-07-07JS user addition for parsing Microsoft Teams links.Hugo Hörnquist
2022-07-07Extend javascript formatters to also take VEvent.Hugo Hörnquist
2022-06-12Handle error for user-additions salar.Hugo Hörnquist
The script crashes just as before, but now we get slightly better error messages.
2022-04-25Scheme and js now finds HTML in text with same regex.Hugo Hörnquist
2022-04-24Change user-additions HTML detection.Hugo Hörnquist
2022-04-05Remove innerHTML from user-additions.js.Hugo Hörnquist
2022-03-30Handle XML entities slightly better in user-additions.js.Hugo Hörnquist
2022-03-15Add JS user config for hyperlinking locations at LiU.Hugo Hörnquist
This is rather specific to me, but we already have the president with the bundled config.scm file.
2022-03-15Introduce user-additions in frontend.Hugo Hörnquist
Along with an initial example of their use.