gosora/common
Azareal 322a46bcb5 Moved the control panel group routes into /routes/panel/
Added the Update, UpdatePerms and CopyPtr methods to *Group.
2018-09-30 10:08:27 +10:00
..
alerts Alerts are now rendered via a client side transpiled template rather than being hard-coded. 2018-05-14 18:56:56 +10:00
counters Don't prematurely load topics just to increment their cached view counts. 2018-09-11 22:21:15 +10:00
gauth Added support for two-factor authentication. 2018-06-17 17:28:18 +10:00
templates Topic views should roughly update once every fifteen minutes in the UI now. 2018-09-08 11:32:24 +10:00
alerts.go Added support for phrases in CSS files. 2018-03-11 09:33:49 +00:00
attachments.go Added the word filter store and moved the word filter routes into the route package. 2018-08-04 21:46:36 +10:00
audit_logs.go Added the registration logs. 2018-05-16 20:46:14 +10:00
auth.go Added the word filter store and moved the word filter routes into the route package. 2018-08-04 21:46:36 +10:00
cache.go Added support for two-factor authentication. 2018-06-17 17:28:18 +10:00
common.go Don't double-compress avatars. 2018-08-22 11:32:07 +10:00
email.go Moved the counters to their own package. 2018-02-19 04:26:01 +00:00
email_store.go UNSTABLE: Began work on the Nox Theme. 2018-05-27 19:36:35 +10:00
errors.go Localised the common error phrases. 2018-09-28 17:19:51 +10:00
extend.go apng is no longer a valid image format as we don't have the technology to optimise it. 2018-08-07 14:14:28 +10:00
files.go Fixed the live topic list after Most Viewed broke it 2018-09-26 18:05:25 +10:00
forum.go Added a couple of simple anti-spam measures. 2018-05-31 16:51:31 +10:00
forum_perms.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
forum_perms_store.go Added the word filter store and moved the word filter routes into the route package. 2018-08-04 21:46:36 +10:00
forum_store.go Added the word filter store and moved the word filter routes into the route package. 2018-08-04 21:46:36 +10:00
group.go Moved the control panel group routes into /routes/panel/ 2018-09-30 10:08:27 +10:00
group_store.go Added the word filter store and moved the word filter routes into the route package. 2018-08-04 21:46:36 +10:00
ip_search.go Added the word filter store and moved the word filter routes into the route package. 2018-08-04 21:46:36 +10:00
menu_item_store.go Added the menu manager and menu item editor. 2018-05-11 15:41:51 +10:00
menu_store.go Added the word filter store and moved the word filter routes into the route package. 2018-08-04 21:46:36 +10:00
menus.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
mfa_store.go Added support for two-factor authentication. 2018-06-17 17:28:18 +10:00
misc_logs.go Added the registration logs. 2018-05-16 20:46:14 +10:00
module_ottojs.go Added the word filter store and moved the word filter routes into the route package. 2018-08-04 21:46:36 +10:00
no_websockets.go Added more phrases for the notices. 2018-03-21 05:56:33 +00:00
null_topic_cache.go Added support for two-factor authentication. 2018-06-17 17:28:18 +10:00
null_user_cache.go 0.1.0 tag, checkpoint release. 2018-09-19 16:09:03 +10:00
page_store.go Added the Page Manager for faster and easier custom page creation. 2018-06-06 10:21:22 +10:00
pages.go Let's see how we can best do this o-o 2018-09-20 18:56:50 +10:00
parser.go Try to eliminate some of these debug comments. 2018-09-24 09:42:17 +10:00
permissions.go Moved the counters to their own package. 2018-02-19 04:26:01 +00:00
phrases.go Localised the not found error. 2018-09-27 20:53:40 +10:00
pluginlangs.go Finished moving the files into the subpackage, this should open more doors to us. 2017-11-11 04:06:16 +00:00
poll_cache.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
poll_store.go Added the word filter store and moved the word filter routes into the route package. 2018-08-04 21:46:36 +10:00
profile_reply.go You can now change someone's group again. 2018-05-28 16:27:12 +10:00
profile_reply_store.go Alerts are now rendered via a client side transpiled template rather than being hard-coded. 2018-05-14 18:56:56 +10:00
reply.go PNG and JPG avatars are now encoded as JPG images leading to a dramatic drop in the amount of bandwidth used. 2018-07-28 22:52:23 +10:00
reply_store.go Alerts are now rendered via a client side transpiled template rather than being hard-coded. 2018-05-14 18:56:56 +10:00
report_store.go Added the Page Manager for faster and easier custom page creation. 2018-06-06 10:21:22 +10:00
routes_common.go Added a Content Security Policy for upgrading insecure images to HTTPS to avoid mixed content warnings. 2018-08-30 15:57:07 +10:00
settings.go UNSTABLE: Began work on the Nox Theme. 2018-05-27 19:36:35 +10:00
site.go PNG and JPG avatars are now encoded as JPG images leading to a dramatic drop in the amount of bandwidth used. 2018-07-28 22:52:23 +10:00
statistics.go Added the word filter store and moved the word filter routes into the route package. 2018-08-04 21:46:36 +10:00
subscription.go Added the word filter store and moved the word filter routes into the route package. 2018-08-04 21:46:36 +10:00
tasks.go Added the word filter store and moved the word filter routes into the route package. 2018-08-04 21:46:36 +10:00
template_init.go Simplify these calls with a closure. 2018-09-24 17:52:06 +10:00
theme.go Upped the compression level for static files. 2018-08-21 18:00:35 +10:00
theme_list.go Try to eliminate some of these debug comments. 2018-09-24 09:42:17 +10:00
thumbnailer.go Added the word filter store and moved the word filter routes into the route package. 2018-08-04 21:46:36 +10:00
topic.go Topic views should roughly update once every fifteen minutes in the UI now. 2018-09-08 11:32:24 +10:00
topic_cache.go Added support for two-factor authentication. 2018-06-17 17:28:18 +10:00
topic_list.go Finished the Most Viewed Page for Nox. 2018-09-26 17:46:30 +10:00
topic_store.go Some resource management work and performance improvements. 2018-09-13 17:41:01 +10:00
user.go Added the /api/me/ API endpoint. 2018-08-12 01:53:42 +10:00
user_cache.go 0.1.0 tag, checkpoint release. 2018-09-19 16:09:03 +10:00
user_store.go Added support for simple named mentions. 2018-09-20 16:31:09 +10:00
utils.go Punctuation should demarcate word endings too. 2018-09-24 09:40:52 +10:00
websockets.go Fixed a bug where nil sockets weren't getting skipped. 2018-09-12 19:50:57 +10:00
widgets.go Added the menu manager and menu item editor. 2018-05-11 15:41:51 +10:00
word_filters.go Added the word filter store and moved the word filter routes into the route package. 2018-08-04 21:46:36 +10:00
ws_hub.go Finished the Most Viewed Page for Nox. 2018-09-26 17:46:30 +10:00
ws_user.go Try to eliminate some of these debug comments. 2018-09-24 09:42:17 +10:00