gosora/routes
Azareal 660f24acff Experimenting with Nox's Control Panel.
Experimenting with better cache busting for static resources.
HTTPSRedirect requests are now counted in the route analytics.
More scripts are loaded asynchronously now.
Upped the default ReadTimeout to eight seconds.
Reduce the number of unneccesary NewAcc calls.
Added panel_before_head as an injection point for themes.
Themes can now declare scripts to be loaded asynchronously.
Tweaked the WS resumption algorithm to mae the backoffs a little less aggressive.
Fixed an ordering issue in the WS resumption algorithm where backoffs weren't expiring as fast as they should have.
Fixed a bug where template logs weren't being written due to a panic.
You can now use byte slices in more places in the transpiled templates.
Fixed a bug where Cosora's misc.js seemed to be erroring out.
Fixed a bug where YT embeds were getting blocked by the CSP.

Added the panel_back_to_site phrase.
Added the panel_welcome phrase.
2019-03-22 08:59:41 +10:00
..
panel Experimenting with Nox's Control Panel. 2019-03-22 08:59:41 +10:00
account.go The number of unread alerts now appears in the page title. 2019-03-16 21:31:10 +10:00
api.go We now use Go 1.11 modules. This should help with build times, deployment and development, although it does mean that the minimum requirement for Gosora has been bumped up from Go 1.10 to Go 1.11 2018-10-27 13:40:36 +10:00
attachments.go Posts should now be properly rendered after an inline edit. 2018-12-28 12:08:35 +10:00
common.go Experimenting with Nox's Control Panel. 2019-03-22 08:59:41 +10:00
forum.go Added an experimental content security policy. 2019-02-24 18:02:00 +10:00
forum_list.go Trying to reduce the amount of UserCheck() boilerplate in the routes. 2018-11-12 19:23:36 +10:00
misc.go Client templates can now be overriden like every other template. 2019-02-28 17:28:17 +10:00
moderate.go Replaced RunThemeTemplate and GetThemeTemplate with methods on *Theme and refactored their implementations to make them more predictable. 2018-12-08 10:45:27 +10:00
poll.go Trying to reduce the amount of UserCheck() boilerplate in the routes. 2018-11-12 19:23:36 +10:00
profile.go Added a WYSIWYG Editor for editing replies in Cosora. 2019-03-04 17:47:38 +10:00
reply.go Reply attachments can be managed too now. 2018-12-31 19:03:49 +10:00
reports.go We now use Go 1.11 modules. This should help with build times, deployment and development, although it does mean that the minimum requirement for Gosora has been bumped up from Go 1.10 to Go 1.11 2018-10-27 13:40:36 +10:00
stubs.go Experimenting with Nox's Control Panel. 2019-03-22 08:59:41 +10:00
topic.go Added an experimental content security policy. 2019-02-24 18:02:00 +10:00
topic_list.go Deployed multi-series charts across the entirety of the analytics panel. 2019-02-24 11:29:06 +10:00
user.go We now use Go 1.11 modules. This should help with build times, deployment and development, although it does mean that the minimum requirement for Gosora has been bumped up from Go 1.10 to Go 1.11 2018-10-27 13:40:36 +10:00