gosora/routes
Azareal c60118e7c4 WIP forum action code. Currently disabled.
Add Http Conn Count tracking.
Move more panel phrases into the panel namespace.
Use a string builder in hookgen.
Use Countf() in a couple of places to eliminate boilerplate.
Reduce prepared stmt boilerplate in forum store with a lambda.
Reduce prepared stmt boilerplate in topic.go with a lambda.
Reduce prepared stmt boilerplate in group.go with a lambda.
Add TestSetCreatedAt method to *Topic.
Add DateOlderThanQ method to *accDeleteBuilder and *accUpdateBuilder.
Add Stmt method to *accUpdateBuilder and *AccSelectBuilder.
Add AccBuilder interface.
Shorten variable names.
Shorten extractPerm name to ep.
Add avatar_visibility setting stub. Implementation coming in a later commit.
Don't set an IP for installer generated posts.

Add counters_perf_tick_row hook.

Add avatar_visibility phrase.
Add avatar_visibility_label phrase.
Rename forums_no_description to forums_no_desc.
Rename panel.forums_create_description_label to panel.forums_create_desc_label.
Rename panel.forums_create_description to panel.forums_create_desc.
Rename panel_forum_description to panel.forum_desc.
Rename panel_forum_description_placeholder to panel.forum_desc_placeholder.
Add panel_debug_http_conns_label phrase.
Add panel.forum_actions_head phrase.
Add panel.forum_actions_create_head phrase.
Add panel.forum_action_run_on_topic_creation phrase.
Add panel.forum_action_run_days_after_topic_creation phrase.
Add panel.forum_action_run_days_after_topic_last_reply phrase.
Add panel.forum_action_action phrase.
Add panel.forum_action_action_delete phrase.
Add panel.forum_action_action_lock phrase.
Add panel.forum_action_action_unlock phrase.
Add panel.forum_action_action_move phrase.
Add panel.forum_action_extra phrase.
Add panel.forum_action_create_button phrase.

You will need to run the patcher / updater for this commit.
2021-04-08 00:23:11 +10:00
..
panel WIP forum action code. Currently disabled. 2021-04-08 00:23:11 +10:00
account.go alt anti-spam experiment 2020-08-15 12:44:08 +10:00
api.go log errors properly in ForumsOrderSubmit 2021-01-06 16:41:08 +10:00
attachments.go Add GetForRenderRoute to DefaultAttachmentStore. 2021-03-24 21:45:18 +10:00
common.go subresource integrity 2020-07-31 15:33:29 +10:00
convos.go spread love 2021-01-25 09:16:54 +10:00
forum.go new modtools ux 2020-07-19 13:26:56 +10:00
forum_list.go new modtools ux 2020-07-19 13:26:56 +10:00
misc.go add actionSuccess function to reduce boilerplate 2020-05-27 14:15:02 +10:00
moderate.go initial AText 2020-06-08 17:04:47 +10:00
poll.go update .link_most_viewed properly on page transitions 2020-12-18 11:04:07 +10:00
profile.go unit tests for profile comment visibility 2020-07-15 16:59:47 +10:00
profile_reply.go unit tests for profile comment visibility 2020-07-15 16:59:47 +10:00
reply.go Avoid recomputing some values unneccessarily in the new poll loop. 2021-03-24 21:24:41 +10:00
reports.go add actionSuccess function to reduce boilerplate 2020-05-27 14:15:02 +10:00
stubs.go track favicon stats 2020-02-26 20:34:38 +10:00
topic.go Add TopicListIntTest interface. 2021-03-24 22:07:46 +10:00
topic_list.go WIP forum action code. Currently disabled. 2021-04-08 00:23:11 +10:00
user.go Add per-user profile comment visibility settings. 2020-07-15 07:50:29 +10:00