gosora/common
Azareal b32e8d6c21 You can now disable slugs.
Split ops.log into ops.log and requests.log
Moved the logs into the logs directory.
Moved more password validation logic in the registration route into WeakPassword().
Tweaked the WeakPassword algorithm to cover more cases and to reduce the number of false positives.
Fixed the error grammer in WeakPassword now that the linter isn't bothering me about that anymore.
Fixed BuildGuildURL().
Removed some commented logging logic.
Bad requests are no longer logged to the console.
All bad routes are logged now.
We now track the instance uptime on the Control Panel Debug Page.
Added the executables for Linux to the .gitignore file.
Added GopherJS as a dependency.

Began work on transpiling WeakPassword to JavaScript in use in the client-side logic.
2018-04-03 05:34:07 +01:00
..
counters Changed the defaultest default theme to Cosora... For now. 2018-03-17 08:16:43 +00:00
templates Fixed a bug where it would use the wrong templates for Tempra Simple, Tempra Cursive, and Shadow 2018-03-31 06:25:27 +01:00
alerts.go Added support for phrases in CSS files. 2018-03-11 09:33:49 +00:00
attachments.go IP Search now searches profile replies. 2018-01-22 08:15:45 +00:00
audit_logs.go Added the AboutSegment feature, you can see this in use on Cosora, it's a little raw right now, but I'm planning to polish it in the next commit. 2017-11-23 05:37:08 +00:00
auth.go Added the AboutSegment feature, you can see this in use on Cosora, it's a little raw right now, but I'm planning to polish it in the next commit. 2017-11-23 05:37:08 +00:00
cache.go Finished moving the files into the subpackage, this should open more doors to us. 2017-11-11 04:06:16 +00:00
common.go Moved the counters to their own package. 2018-02-19 04:26:01 +00:00
email.go Moved the counters to their own package. 2018-02-19 04:26:01 +00:00
errors.go Added support for phrases in templates. 2018-03-08 03:59:47 +00:00
extend.go General: 2018-02-15 13:15:27 +00:00
files.go Added support for phrases in CSS files. 2018-03-11 09:33:49 +00:00
forum.go You can now disable slugs. 2018-04-03 05:34:07 +01:00
forum_perms.go You can now bulk move topics from one forum to another. 2018-01-15 08:24:18 +00:00
forum_perms_store.go Moved the counters to their own package. 2018-02-19 04:26:01 +00:00
forum_store.go Moved the counters to their own package. 2018-02-19 04:26:01 +00:00
group.go /topics/ (the default index) is now over 25 times faster than before. 2018-02-10 15:07:21 +00:00
group_store.go Moved the counters to their own package. 2018-02-19 04:26:01 +00:00
ip_search.go IP Search now searches profile replies. 2018-01-22 08:15:45 +00:00
module_ottojs.go Finished moving the files into the subpackage, this should open more doors to us. 2017-11-11 04:06:16 +00:00
no_websockets.go Added more phrases for the notices. 2018-03-21 05:56:33 +00:00
null_topic_cache.go Added the AboutSegment feature, you can see this in use on Cosora, it's a little raw right now, but I'm planning to polish it in the next commit. 2017-11-23 05:37:08 +00:00
null_user_cache.go Added the AboutSegment feature, you can see this in use on Cosora, it's a little raw right now, but I'm planning to polish it in the next commit. 2017-11-23 05:37:08 +00:00
pages.go You can now disable slugs. 2018-04-03 05:34:07 +01:00
parser.go You can now disable slugs. 2018-04-03 05:34:07 +01:00
permissions.go Moved the counters to their own package. 2018-02-19 04:26:01 +00:00
phrases.go Changed the defaultest default theme to Cosora... For now. 2018-03-17 08:16:43 +00: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 Block requests without known hosts for security reasons. 2018-01-25 04:57:33 +00:00
poll_store.go Moved the counters to their own package. 2018-02-19 04:26:01 +00:00
profile_reply.go Added proper pagination to the topic list. 2018-01-20 06:50:29 +00:00
profile_reply_store.go Added proper pagination to the topic list. 2018-01-20 06:50:29 +00:00
reply.go Fixed a bug where it would use the wrong templates for Tempra Simple, Tempra Cursive, and Shadow 2018-03-31 06:25:27 +01:00
reply_store.go Converted more queries over to the new OO builder syntax. 2017-11-12 03:29:05 +00:00
routes_common.go Added more phrases for the notices. 2018-03-21 05:56:33 +00:00
settings.go Added the AboutSegment feature, you can see this in use on Cosora, it's a little raw right now, but I'm planning to polish it in the next commit. 2017-11-23 05:37:08 +00:00
site.go You can now disable slugs. 2018-04-03 05:34:07 +01:00
statistics.go Added Chartist as a dependency. 2017-12-30 05:47:46 +00:00
subscription.go IP Search now searches profile replies. 2018-01-22 08:15:45 +00:00
tasks.go General: 2018-02-15 13:15:27 +00:00
template_init.go Fixed a bug where it would use the wrong templates for Tempra Simple, Tempra Cursive, and Shadow 2018-03-31 06:25:27 +01:00
themes.go Added more phrases for the notices. 2018-03-21 05:56:33 +00:00
thumbnailer.go Cosora shouldn't warp on large screens now. Control Panel looks a little off over a thousand now, this is going to be fixed in the following commit. 2018-01-23 10:48:44 +00:00
topic.go You can now disable slugs. 2018-04-03 05:34:07 +01:00
topic_cache.go Added the AboutSegment feature, you can see this in use on Cosora, it's a little raw right now, but I'm planning to polish it in the next commit. 2017-11-23 05:37:08 +00:00
topic_list.go General: 2018-02-15 13:15:27 +00:00
topic_store.go Changed the defaultest default theme to Cosora... For now. 2018-03-17 08:16:43 +00:00
user.go You can now disable slugs. 2018-04-03 05:34:07 +01:00
user_cache.go Added the AboutSegment feature, you can see this in use on Cosora, it's a little raw right now, but I'm planning to polish it in the next commit. 2017-11-23 05:37:08 +00:00
user_store.go Fixed a bug where it would use the wrong templates for Tempra Simple, Tempra Cursive, and Shadow 2018-03-31 06:25:27 +01:00
utils.go You can now disable slugs. 2018-04-03 05:34:07 +01:00
websockets.go Added support for phrases in templates. 2018-03-08 03:59:47 +00:00
widgets.go Changed the defaultest default theme to Cosora... For now. 2018-03-17 08:16:43 +00:00
word_filters.go Added the AboutSegment feature, you can see this in use on Cosora, it's a little raw right now, but I'm planning to polish it in the next commit. 2017-11-23 05:37:08 +00:00