gosora/routes
Azareal b32e8d6c21 You can now disable slugs.
Split ops.log into ops.log and requests.log
Moved the logs into the logs directory.
Moved more password validation logic in the registration route into WeakPassword().
Tweaked the WeakPassword algorithm to cover more cases and to reduce the number of false positives.
Fixed the error grammer in WeakPassword now that the linter isn't bothering me about that anymore.
Fixed BuildGuildURL().
Removed some commented logging logic.
Bad requests are no longer logged to the console.
All bad routes are logged now.
We now track the instance uptime on the Control Panel Debug Page.
Added the executables for Linux to the .gitignore file.
Added GopherJS as a dependency.

Began work on transpiling WeakPassword to JavaScript in use in the client-side logic.
2018-04-03 05:34:07 +01:00
..
panel Updated the codebeat and codeclimate config files. 2018-01-21 11:17:43 +00:00
account.go You can now disable slugs. 2018-04-03 05:34:07 +01:00
api.go Changed the defaultest default theme to Cosora... For now. 2018-03-17 08:16:43 +00:00
forum.go Added per-forum analytics. 2018-02-22 02:27:17 +00:00
forum_list.go Changed the defaultest default theme to Cosora... For now. 2018-03-17 08:16:43 +00:00
misc.go Moved the counters to their own package. 2018-02-19 04:26:01 +00:00
moderate.go Added support for phrases in templates. 2018-03-08 03:59:47 +00:00
poll.go You can now view the results of polls. 2018-01-28 14:30:24 +00:00
profile.go Moved routeProfile to routes.ViewProfile. 2018-02-26 09:07:00 +00:00
reply.go Added support for phrases in templates. 2018-03-08 03:59:47 +00:00
topic.go Fixed a bug where it would use the wrong templates for Tempra Simple, Tempra Cursive, and Shadow 2018-03-31 06:25:27 +01:00
topic_list.go Moved the counters to their own package. 2018-02-19 04:26:01 +00:00
user.go Updated the codebeat and codeclimate config files. 2018-01-21 11:17:43 +00:00