gosora/routes
Azareal 05c2ac3ce4 Add the disk and database sections to the debug page.
Add the ActivityStream interface to abstract Get, Add and Count.
Rename the GlobalCount methods to Count for simplicity.
Simplify the variable names in the Count methods.
Rename the GlobalCount method to Count and rename the original Count method to CountUser in LoginLogStore.
Add a float64 case for bunit, sort of.
Theme.RunTmpl now returns ErrBadDefaultTemplate instead of panicking when an interpreted template doesn't exist.
Widget.Allowed now checks the zoneid.
Fire the alert off in the background in AddActivityAndNotifyTarget instead of blocking the request.
Use ErrBadDefaultTemplate instead of calling DefaultTemplates.Lookup directly for custom pages.
Split the page struct for the debug page into multiple structs to make things more organised.

Add the Count method to ProfileReplyStore.
Add the Count method to ReplyStore.
Add the DirSize utility function.

Add a few ActivityStream tests.

Secret gallery stuff.
2019-06-01 22:31:48 +10:00
..
panel Add the disk and database sections to the debug page. 2019-06-01 22:31:48 +10:00
account.go Add the disk and database sections to the debug page. 2019-06-01 22:31:48 +10:00
api.go Added support for OpenSearch. 2019-05-08 15:08:38 +10:00
attachments.go Shorten the common namespaces in some areas to reduce the amount of boilerplate. 2019-04-19 16:36:26 +10:00
common.go Add the disk and database sections to the debug page. 2019-06-01 22:31:48 +10:00
forum.go Add the disk and database sections to the debug page. 2019-06-01 22:31:48 +10:00
forum_list.go Hyperdrive now caches /forums/ too. 2019-04-28 20:50:45 +10:00
misc.go Add the disk and database sections to the debug page. 2019-06-01 22:31:48 +10:00
moderate.go Defer setting headers to renderTemplate to avoid wasting resources for JSON requests and for future optimisations. 2019-04-19 19:34:16 +10:00
poll.go Shorten the common namespaces in some areas to reduce the amount of boilerplate. 2019-04-19 16:36:26 +10:00
profile.go You can now filter the active memory pane by type. 2019-05-19 11:01:11 +10:00
reply.go Added a small reply cache. 2019-05-17 18:40:41 +10:00
reports.go Shorten the common namespaces in some areas to reduce the amount of boilerplate. 2019-04-19 16:36:26 +10:00
stubs.go Experimenting with Nox's Control Panel. 2019-03-22 08:59:41 +10:00
topic.go Add the disk and database sections to the debug page. 2019-06-01 22:31:48 +10:00
topic_list.go Added the active memory analytics pane. More to come here. 2019-05-09 16:58:55 +10:00
user.go Experimenting with reducing the amount of boilerplate in route files. 2019-04-19 11:20:43 +10:00