gosora/routes
Azareal cf4a9d1738 You can now disable the search subsystem.
Try Travis with MariaDB 12...
2019-02-23 16:55:34 +10:00
..
panel Basic search now works for the Search & Filter Widget. ElasticSearch has been temporarily delayed, so I can push through this update. 2019-02-23 16:29:19 +10:00
account.go Added the login log. 2018-12-17 14:58:55 +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 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
forum.go The forum page now uses EasyJSON to speed it up slightly. 2019-02-10 19:32:05 +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 The Search and Filter Widget is now partly implemented. Just Search to go in the basic implementation. 2019-02-10 15:52:26 +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 Reply attachments can be managed too now. 2018-12-31 19:03:49 +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 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 Added the In-Progress Widget Manager UI. 2019-01-21 22:27:59 +10:00
topic_list.go You can now disable the search subsystem. 2019-02-23 16:55:34 +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