gosora/routes
Azareal f85bf51103 Added a couple of simple anti-spam measures.
Made progress with an internal error logging component for the Control Panel.
Made LogWarning less susceptible to races and slightly improved log contention.
Revamped the registration page on Cosora.
Added the SanitiseSingleLine and SanitiseBody functions to better centralise sanitisation and to ensure more consistent sanitisation.
Zero length spaces are no longer permitted in usernames to help prevent impersonation. More to come in this area.
Plugins / internal components can now schedule hourly tasks.
Reduced the chances of newlines breaking the visual layout in areas which expect none.

Added the register_account_anti_spam phrase.
2018-05-31 16:51:31 +10:00
..
panel Added a couple of simple anti-spam measures. 2018-05-31 16:51:31 +10:00
account.go Added a couple of simple anti-spam measures. 2018-05-31 16:51:31 +10:00
api.go Changed the defaultest default theme to Cosora... For now. 2018-03-17 08:16:43 +00:00
common.go UNSTABLE: Began work on the Nox Theme. 2018-05-27 19:36:35 +10:00
forum.go UNSTABLE: Began work on the Nox Theme. 2018-05-27 19:36:35 +10:00
forum_list.go Fixed the Go Version in the Travis file. 2018-04-22 13:33:56 +01:00
misc.go Added a couple of simple anti-spam measures. 2018-05-31 16:51:31 +10:00
moderate.go Added a couple of simple anti-spam measures. 2018-05-31 16:51:31 +10:00
poll.go You can now view the results of polls. 2018-01-28 14:30:24 +00:00
profile.go UNSTABLE: Began work on the Nox Theme. 2018-05-27 19:36:35 +10:00
reply.go Added a couple of simple anti-spam measures. 2018-05-31 16:51:31 +10:00
reports.go UNSTABLE: Began work on the Nox Theme. 2018-05-27 19:36:35 +10:00
stubs.go Commented out more debug code. 2018-05-15 15:59:52 +10:00
topic.go Added a couple of simple anti-spam measures. 2018-05-31 16:51:31 +10:00
topic_list.go Fixed the Go Version in the Travis file. 2018-04-22 13:33:56 +01: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