gosora/common
Azareal c309faf79f Use constant time comparisons for sessions in forms. 2019-08-30 20:59:50 +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 simplify the agents, forums, memory and referrer counters 2019-07-28 14:01:33 +10:00
gauth Added support for two-factor authentication. 2018-06-17 17:28:18 +10:00
phrases Expanded upon the control panel debug page and improved the UI a bit. 2019-05-13 19:17:44 +10:00
templates Adjust convo permissions. 2019-08-21 08:32:10 +10:00
activity_stream.go Add the disk and database sections to the debug page. 2019-06-01 22:31:48 +10:00
alerts.go Add the disk and database sections to the debug page. 2019-06-01 22:31:48 +10:00
attachments.go Add the disk and database sections to the debug page. 2019-06-01 22:31:48 +10:00
audit_logs.go Add the disk and database sections to the debug page. 2019-06-01 22:31:48 +10:00
auth.go Added support for password resets. 2019-03-11 18:47:45 +10:00
cache.go Add the disk and database sections to the debug page. 2019-06-01 22:31:48 +10:00
common.go Yet more spammy domain bits. 2019-05-19 13:21:09 +10:00
common_easyjson.tgo Just in case things blow up, shouldn't be necessary. 2019-06-23 16:25:03 +10:00
conversations.go Show the names of the participants on the convo list instead of the placeholder text. 2019-08-28 16:47:54 +10:00
convos_posts.go Basic conversations now work, although there is still testing and UI stuff to be done. 2019-08-20 18:44:37 +10:00
disk.go simplify the agents, forums, memory and referrer counters 2019-07-28 14:01:33 +10:00
email.go Added support for password resets. 2019-03-11 18:47:45 +10:00
email_store.go fix reports 2019-07-27 08:26:52 +10:00
errors.go Experimenting with request state in local errors. 2019-07-28 14:58:01 +10:00
extend.go Move the emoji shortcode mappings into /config/emoji_default.json, custom emoji shortcodes can be defined in /config/emoji.json 2019-07-11 17:13:05 +10:00
files.go Adjust convo permissions. 2019-08-21 08:32:10 +10:00
forum.go Add super experimental support for per-forum templates. 2019-05-27 19:00:40 +10:00
forum_perms.go 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
forum_perms_store.go Show the names of the participants on the convo list instead of the placeholder text. 2019-08-28 16:47:54 +10:00
forum_store.go Add some test cases to avoid breaking CanSee with GroupStore.Reload again. 2019-06-18 20:02:45 +10:00
group.go Greatly reduced the number of w.Write calls in the generated templates. 2018-11-20 09:06:15 +10:00
group_store.go Reduce boilerplate. 2019-07-29 09:19:46 +10:00
ip_search.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
likes.go Use a like store to abstract some things. 2019-06-05 16:00:40 +10:00
menu_item_store.go Accept shorter session param names as these are so common. 2019-07-27 08:36:06 +10:00
menu_store.go WIP Conversations templates. 2019-07-27 09:29:42 +10:00
menus.go You can now manage the attachments for an opening post by hitting edit. 2018-12-27 15:42:41 +10:00
meta_store.go Added the active memory analytics pane. More to come here. 2019-05-09 16:58:55 +10:00
mfa_store.go Reduce boilerplate. 2019-07-29 09:19:46 +10:00
misc_logs.go Add the disk and database sections to the debug page. 2019-06-01 22:31:48 +10:00
module_ottojs.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
no_websockets.go Added more phrases for the notices. 2018-03-21 05:56:33 +00:00
null_reply_cache.go Added a small reply cache. 2019-05-17 18:40:41 +10:00
null_topic_cache.go 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
null_user_cache.go 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
page_store.go fix reports 2019-07-27 08:26:52 +10:00
pages.go Show the names of the participants on the convo list instead of the placeholder text. 2019-08-28 16:47:54 +10:00
parser.go Shorten a couple of attachment parameters. 2019-07-25 17:00:49 +10:00
password_reset.go Added support for password resets. 2019-03-11 18:47:45 +10:00
permissions.go Fix a bug where reloaded groups lost their CanSee data. 2019-06-18 14:13:47 +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 Show the names of the participants on the convo list instead of the placeholder text. 2019-08-28 16:47:54 +10:00
profile_reply.go Reduce boilerplate. 2019-07-29 09:19:46 +10:00
profile_reply_store.go Add the disk and database sections to the debug page. 2019-06-01 22:31:48 +10:00
ratelimit.go Tighter ratelimiting for password resets. 2019-03-12 19:13:57 +10:00
reply.go Added a small reply cache. 2019-05-17 18:40:41 +10:00
reply_cache.go Added a small reply cache. 2019-05-17 18:40:41 +10:00
reply_store.go Add the disk and database sections to the debug page. 2019-06-01 22:31:48 +10:00
report_store.go fix reports 2019-07-27 08:26:52 +10:00
routes_common.go Use constant time comparisons for sessions in forms. 2019-08-30 20:59:50 +10:00
search.go 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
settings.go The settings should be validated properly now when they're updated. 2018-11-13 16:51:34 +10:00
site.go More conversations work. 2019-08-14 20:39:04 +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 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
tasks.go Do proper averaging and collect more samples for the memory analytics pane. 2019-05-02 09:14:07 +10:00
template_init.go Show the users in a convo. 2019-08-21 11:31:13 +10:00
thaw.go Only cache public attachments in the browser and CDNs. 2018-11-20 14:00:32 +10:00
theme.go More conversations work. 2019-08-14 20:39:04 +10:00
theme_list.go Client templates can now be overriden like every other template. 2019-02-28 17:28:17 +10:00
thumbnailer.go Add the UploadAvatars permission. 2019-06-09 13:21:48 +10:00
topic.go Reduce boilerplate. 2019-07-29 09:19:46 +10:00
topic_cache.go Expanded upon the control panel debug page and improved the UI a bit. 2019-05-13 19:17:44 +10:00
topic_list.go WIP Conversations templates. 2019-07-27 09:29:42 +10:00
topic_store.go Show the names of the participants on the convo list instead of the placeholder text. 2019-08-28 16:47:54 +10:00
user.go More conversations work. 2019-08-14 20:39:04 +10:00
user_cache.go 0.1.0 tag, checkpoint release. 2018-09-19 16:09:03 +10:00
user_store.go Show the names of the participants on the convo list instead of the placeholder text. 2019-08-28 16:47:54 +10:00
utils.go simplify the agents, forums, memory and referrer counters 2019-07-28 14:01:33 +10:00
websockets.go Added the active memory analytics pane. More to come here. 2019-05-09 16:58:55 +10:00
widget.go Add the disk and database sections to the debug page. 2019-06-01 22:31:48 +10:00
widget_search_and_filter.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
widget_store.go Show the names of the participants on the convo list instead of the placeholder text. 2019-08-28 16:47:54 +10:00
widget_wol.go WIP Conversations templates. 2019-07-27 09:29:42 +10:00
widget_wol_context.go Added the Online Users Context widget. 2019-01-22 22:06:55 +10:00
widgets.go WIP Conversations templates. 2019-07-27 09:29:42 +10:00
word_filters.go Add the disk and database sections to the debug page. 2019-06-01 22:31:48 +10:00
ws_hub.go Fix a potential data race when reloading the permissions for a forum. 2019-06-19 13:16:03 +10:00
ws_user.go Client templates can now be overriden like every other template. 2019-02-28 17:28:17 +10:00