aboutsummaryrefslogtreecommitdiff
path: root/static/user (follow)
Commit message (Collapse)AuthorAge
* Extend user-additions salar to handle multiple locations.Hugo Hörnquist2022-09-18
|
* Repair user-additions salar.Hugo Hörnquist2022-09-18
|
* Change JS formatters interface.Hugo Hörnquist2022-07-10
| | | | | | 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.
* JS user addition for parsing Microsoft Teams links.Hugo Hörnquist2022-07-07
|
* Extend javascript formatters to also take VEvent.Hugo Hörnquist2022-07-07
|
* Handle error for user-additions salar.Hugo Hörnquist2022-06-12
| | | | | The script crashes just as before, but now we get slightly better error messages.
* Scheme and js now finds HTML in text with same regex.Hugo Hörnquist2022-04-25
|
* Change user-additions HTML detection.Hugo Hörnquist2022-04-24
|
* Remove innerHTML from user-additions.js.Hugo Hörnquist2022-04-05
|
* Handle XML entities slightly better in user-additions.js.Hugo Hörnquist2022-03-30
|
* Add JS user config for hyperlinking locations at LiU.Hugo Hörnquist2022-03-15
| | | | | This is rather specific to me, but we already have the president with the bundled config.scm file.
* Introduce user-additions in frontend.Hugo Hörnquist2022-03-15
Along with an initial example of their use.