Azareal
dc19773100
add nox search and filter widget hover css
2020-01-20 17:46:02 +10:00
Azareal
32bb2edfe4
Cascade poll deletions properly when deleting topics normally or via delete all posts.
2020-01-20 16:58:22 +10:00
Azareal
5b6607b92c
update nox poll option css
2020-01-20 15:03:46 +10:00
Azareal
a21454ba5d
Cascade like deletions properly when deleting topics.
2020-01-18 18:12:00 +10:00
Azareal
ec7b304c08
Cascade like deletions properly when using delete all posts.
2020-01-18 17:24:51 +10:00
Azareal
7ec2037f5f
Delete likes on replies / topics properly when their parent is deleted.
2020-01-15 14:16:10 +10:00
Azareal
8bdd1c8787
Add modlog phrase for delete posts.
2020-01-14 20:42:01 +10:00
Azareal
2625db3989
Update last replies on topics properly for delete all posts.
2020-01-14 20:38:05 +10:00
Azareal
e4cfe610f6
Update last reply on topics properly upon reply delete.
2020-01-14 20:29:23 +10:00
Azareal
69a2430e5a
Add option to delete all of a user's posts.
...
Add limited dynanicism to langf.
Eliminate a few queries when updating user stats.
Minor clean-up.
Namespace the profile language strings.
2020-01-14 15:07:00 +10:00
Azareal
a569772e9c
Add DisableRegLog configuration setting.
...
Unit tests for DisablePostIP. Awkward but does the job for now.
2020-01-04 15:30:25 +10:00
Azareal
b39d90e4b6
Add DisablePostIP configuration setting.
2020-01-03 07:52:41 +10:00
Azareal
aed409ae9e
Add DisablePollIP configuration setting.
2020-01-02 19:49:34 +10:00
Azareal
0d81557009
Add DisableLastIP configuration setting.
...
Reduce default PollIPCutoff to 365.
2020-01-02 16:04:10 +10:00
Azareal
e2f97d29cb
Experiment with 720 days for default poll vote cutoff.
2020-01-02 15:48:05 +10:00
Azareal
f789a8498e
Add PollIPCutoff configuration setting.
...
Add tests for qgen processWhere and qgen mysql buildWhere.
Shorten some things.
2020-01-02 15:28:36 +10:00
Azareal
53212f3022
Optimise buildWhere in the MySQL Adapter.
2020-01-01 18:53:48 +10:00
Azareal
08864edd6c
Optimise DBWhere methods.
...
Optimise DBSetter methods.
2020-01-01 14:15:11 +10:00
Azareal
0a0a2ea2b0
Optimise insert field identifiers.
...
Optimise db where parse column.
2020-01-01 11:26:15 +10:00
Azareal
35ddc89009
Optimise the database layer.
...
Refactor database adapters.
Experimental last ip cutoff.
More parser test cases.
2020-01-01 07:57:54 +10:00
Azareal
d22021b022
Reduce default PostIPCutoff from 180 to 120 days.
...
Reduce default LogPruneCutoff from 365 to 180 days.
2019-12-19 17:09:56 +10:00
Azareal
0dede6a329
NoEmbeds privacy and config settings.
...
Phase out url_prefix and url_name.
Eliminate some boilerplate and allocations while we're at it.
Reduce the number of conditional statements in url validator loops.
Better parsing of Site.URL to handle user error better.
You will have to run the patcher / updater for this commit.
2019-12-08 13:40:56 +10:00
Azareal
3715c800da
Exclude this until it's finished to reduce the amount of noise in the repo.
2019-12-07 16:44:02 +10:00
Azareal
525876c7d9
Get rid of annoying error.
2019-12-07 16:38:50 +10:00
Azareal
501c0dff0a
Shorten things.
2019-12-07 16:27:01 +10:00
Azareal
0fa9a3fca1
Revamp reglog UI to handle spambots better.
...
Shorten some reglog phrase names.
Shorten some modlog phrase names.
Add account_privacy phrase.
Tweak account_blocked phrase.
Add account_menu_privacy phrase.
Add account_privacy_head phrase.
Add account_privacy_profile_comments phrase.
Add account_privacy_button phrase.
2019-12-06 09:57:44 +10:00
Azareal
f0a0e1acb3
fix js errors on cosora including the registration one
...
fixes #64
2019-11-13 09:16:51 +10:00
Azareal
9ab3eff272
Update plugin notes.
2019-11-12 18:25:49 +10:00
Azareal
06f0779525
Shorten some names and eliminate a few allocs.
2019-11-12 16:56:51 +10:00
Azareal
430df1e325
Add blocklist page.
...
Add account_blocked phrase.
Add account_menu_blocked phrase.
Add account_blocked_head phrase.
Add account_blocked_remove phrase.
Add account_blocked_no_users phrase.
2019-11-12 16:17:46 +10:00
Azareal
ec95b922cf
fix the search and filter widget
2019-11-11 17:04:11 +10:00
Azareal
1044518e74
Finish up the adminlogs.
...
Throw an error instead of updating a word filter that doesn't exist.
Track a bit of extra data for word filter updates.
Shorten the prefixes of the adminlog phrases from panel_logs_administration_ to panel_logs_admin_
Add a bunch of new adminlog phrases.
Tweak the word filter phrases.
Add the extra column to the moderation_logs and administration_logs tables.
You need to run the updater / patcher for this commit.
2019-11-10 12:37:53 +10:00
Azareal
d03c0faf42
Add custom page tests and more word filter tests.
2019-11-09 12:34:12 +10:00
Azareal
2fb15556e1
More word filter tests.
...
Fix WordFilters.Get.
2019-11-09 08:07:05 +10:00
Azareal
ffdc9e7705
Adminlogs: Custom pages, settings, word filters and backups.
...
WordFilters.Create now returns the ID.
Add the WordFilters.Get method.
Reduce the boilerplate in the backup page and page store.
Sanitise the names and titles in the Page Manager.
Add page_unknown phrase.
Add setting_unknown phrase.
Add panel_logs_administration_action_page_create phrase.
Add panel_logs_administration_action_page_delete phrase.
Add panel_logs_administration_action_page_edit phrase.
Add panel_logs_administration_action_setting_edit phrase.
Add panel_logs_administration_action_word_filter_create phrase.
Add panel_logs_administration_action_word_filter_delete phrase.
Add panel_logs_administration_action_word_filter_edit phrase.
Add panel_logs_administration_action_backup_download phrase.
2019-11-09 07:46:50 +10:00
Azareal
7e1372b0b4
Adminlogs: Forum Manager Actions.
...
Shave off a few bytes in the templates.
Add forum_unknown phrase.
Add panel_logs_administration_action_forum_reorder phrase.
Add panel_logs_administration_action_forum_create phrase.
Add panel_logs_administration_action_forum_delete phrase.
Add panel_logs_administration_action_forum_edit phrase.
2019-11-08 20:08:37 +10:00
Azareal
20984f7ea3
Adminlogs: More user edit logs, groups, and group promotions.
...
Shorten the group form field names.
Add group_unknown phrase.
Add panel_logs_administration_action_group_create phrase.
Add panel_logs_administration_action_group_edit phrase.
Add panel_logs_administration_action_group_promotion_create phrase.
Add panel_logs_administration_action_group_promotion_delete phrase.
2019-11-08 17:52:30 +10:00
Azareal
6e8c241d8b
Fix undefined buttons on edit reply.
...
Move some logic from files.go into templates.go
Shorten some things in templates.go
Fixes #63
2019-11-07 13:53:29 +10:00
Azareal
cc76d399e5
Simple spoilers.
2019-11-07 07:15:43 +10:00
Azareal
5441adb7fc
Very incomplete adminlogs. Only user edit so far.
...
Inline error when there aren't any reglogs, modlogs or adminlogs.
Hide the email on a reglog, if the user didn't insert one.
Add panel_logs_registration_no_logs phrase.
Add panel_logs_moderation_no_logs phrase.
Add panel_logs_administration_action_user_edit phrase.
Add panel_logs_administration_action_unknown phrase.
Add panel_logs_administration_no_logs phrase.
2019-11-06 12:00:44 +10:00
Azareal
4179f472e5
Oops, add this struct too.
2019-11-05 09:49:37 +10:00
Azareal
0403b2e1fa
Add panel_user_show_email phrase.
...
Add account_email_create_email_label phrase.
Add account_email_create_email phrase.
Add account_email_create_button phrase.
2019-11-05 09:35:35 +10:00
Azareal
8cdb0dd187
Add Show Email button to the User Editor and fix some problems too.
2019-11-05 09:32:25 +10:00
Azareal
5635a54d7a
SslSchema notes.
2019-11-04 22:24:01 +10:00
Azareal
142359ce11
Add SslSchema config setting.
...
Reject URL usernames on registration.
Reduce length of char variable name.
2019-11-04 21:55:52 +10:00
Azareal
0f75e96a2d
Push CSPs for non-HTTPS connections too.
2019-11-04 20:11:07 +10:00
Azareal
3beb2ed61b
Expand the Content Security Policy to the Control Panel.
2019-11-04 17:46:34 +10:00
Azareal
6b745a056f
Terminate this loop earlier.
2019-11-04 17:00:12 +10:00
Azareal
09265195bb
Fix no item styling in Cosora and add another nbsp.
2019-11-02 15:43:59 +10:00
Azareal
65eadbd4b6
Show an inline error when there aren't any topics instead of a 404.
...
Use a non-breaking space in the no topics error.
2019-11-02 14:42:24 +10:00