gosora/routes
Azareal 876ae4e245 Refactored the plugin system to use a hook table. This should help to reduce the probability of data races and strange bugs, as-well as helping to abstract certain details, so future changes are less likely to break things.
Fixed the missing background for the create topic non-JS page in Nox.
The non-JS create topic page now has a localised title.
2018-10-21 23:54:32 +10:00
..
panel Localised the errors in /routes/panel/groups.go 2018-10-03 20:10:55 +10:00
account.go Added the DisableJSAntispam config.json setting. 2018-10-16 20:02:51 +10:00
api.go Move towards loading the important scripts asynchronously. 2018-08-13 11:53:16 +10:00
common.go UNSTABLE: Began work on the Nox Theme. 2018-05-27 19:36:35 +10:00
forum.go Refactored the plugin system to use a hook table. This should help to reduce the probability of data races and strange bugs, as-well as helping to abstract certain details, so future changes are less likely to break things. 2018-10-21 23:54:32 +10:00
forum_list.go Refactored the plugin system to use a hook table. This should help to reduce the probability of data races and strange bugs, as-well as helping to abstract certain details, so future changes are less likely to break things. 2018-10-21 23:54:32 +10:00
misc.go Don't double-compress avatars. 2018-08-22 11:32:07 +10:00
moderate.go Users can no longer post or edit posts in locked topics. 2018-06-01 15:02:29 +10:00
poll.go Added the word filter store and moved the word filter routes into the route package. 2018-08-04 21:46:36 +10:00
profile.go Fixed a bug where a user's tag can get desynced with their group. 2018-10-14 16:16:42 +10:00
reply.go Users can no longer post or edit posts in locked topics. 2018-06-01 15:02:29 +10:00
reports.go Refactored the plugin system to use a hook table. This should help to reduce the probability of data races and strange bugs, as-well as helping to abstract certain details, so future changes are less likely to break things. 2018-10-21 23:54:32 +10:00
stubs.go Almost finished live topic lists, you can find them at /topics/. You can disable them via config.json 2018-06-24 23:49:29 +10:00
topic.go Refactored the plugin system to use a hook table. This should help to reduce the probability of data races and strange bugs, as-well as helping to abstract certain details, so future changes are less likely to break things. 2018-10-21 23:54:32 +10:00
topic_list.go Highlight the currently active zone in the menu for Nox. 2018-10-14 15:08:44 +10:00
user.go Alerts are now rendered via a client side transpiled template rather than being hard-coded. 2018-05-14 18:56:56 +10:00