f7780098dbLocalise the avatar bits too in the User Manager.
Azareal
2019-06-11 14:36:03 +1000
ee3c29b136Let admins change and revoke user avatars. Linkify avatars in the user manager too.
Azareal
2019-06-11 08:00:57 +1000
199a841bc3Add the UploadAvatars permission. Let users revoke their own avatars, work in progress. Reduce boilerplate in debug.go
Azareal
2019-06-09 13:21:48 +1000
9c19fc92caUse a like store to abstract some things.
Azareal
2019-06-05 16:00:40 +1000
084f1bbecaUse strings.Builder in NameToSlug.
Azareal
2019-06-05 15:10:42 +1000
ac0dd6d2cbThe login and registration logs are pruned after a year now. Add filter exclusions for the user agents analytics pane. Shorten some of the variable names in qgen.
Azareal
2019-06-05 14:57:10 +1000
05a8adb25eAdd the log tables to the debug page.
Azareal
2019-06-05 11:46:45 +1000
a339a3eb69Highlight the current page on Nox.
Azareal
2019-06-05 11:19:05 +1000
fb990c182cFix the order of the stylesheets.
Azareal
2019-06-05 01:33:44 +1000
757bc9874fBump the number of logs on each page up slightly.
Azareal
2019-06-04 21:51:15 +1000
145db83815Get rid of some old JS.
Azareal
2019-06-04 15:53:40 +1000
fdd223d9cfRewrite the pagination algorithm so it works properly. Shorten a few bits of JS. Get the topic store methods to call BypassGet instead of duplicating logic.
Azareal
2019-06-04 15:48:12 +1000
5b5b8339d6Add instance disk usage to the Control Panel Dashboard. Split the dashboard grid into two. Add more analytics tables to the debug page. Add flushes to the Control Panel Dashboard. Fix some templates not transpiling properly. Reduce duplication in the debug route. Fix the link styling in the Control Panel Dashboard for Tempra Simple.
Azareal
2019-06-03 15:26:27 +1000
9caef90d72Add more tables to the Debug Page. Localise more parts of the Control Panel Dashboard.
Azareal
2019-06-03 10:35:25 +1000
05c2ac3ce4Add the disk and database sections to the debug page.
Azareal
2019-06-01 22:31:48 +1000
3f6966d541Added the AppleBot user agent. Added the topic.topic_info_aria phrase to explain the meta block in topics correctly to screen readers. Added a missing phrase for the FacebookBot user agent.
Azareal
2019-06-01 12:03:04 +1000
494b4967c5sneak in a secret gallery...
Azareal
2019-05-28 13:29:31 +1000
0d1e4e5993Add super experimental support for per-forum templates. Add the ExtraTmpls developer setting to config.json Call ForumStore.BypassGet in ForumStore.Reload instead of duplicating it. Fix a potential deadlock in ForumStore.Create. Attempt to fix a weird installation bug. Add a few more forum store test cases.
Azareal
2019-05-27 19:00:40 +1000
7e7f9e46bdRemove the previous and next links we don't use in topic_alt. Fix the attachment manager not appearing for opening posts. Fix rels in the wrong tags.
Azareal
2019-05-27 18:50:47 +1000
bc20c495c3Support IPv6 hosts in the URL Parser. Support m and gaming variants of YouTube in the Media Parser. Reduce repetition in the URL utility functions slightly.
Azareal
2019-05-24 09:39:24 +1000
515e607587Mention, hashlink and URL Parser Rewrite Part 1.
Azareal
2019-05-22 14:45:07 +1000
3a000ad177Back out the table install changes to fix a bug.
Azareal
2019-05-19 16:28:33 +1000
c57f176939Yet more spammy domain bits.
Azareal
2019-05-19 13:21:09 +1000
213cfd04f4Don't forget this x.x
Azareal
2019-05-19 13:15:00 +1000
423c790f39Add more spammy domain bits.
Azareal
2019-05-19 13:14:02 +1000
a56ed113ddYou can now filter the active memory pane by type. Add excludes for the analytics language pane too. Try to avoid rid queries when we already have the rids. Use GetListByCanSee instead of GetList for preloads to increase the chances of getting something useful. Provisionally extend topic preloading to the first three topic list pages.
Azareal
2019-05-19 11:01:11 +1000
8a719bd13dAdded several more ForumStore tests.
Azareal
2019-05-18 22:17:50 +1000
857d476ff0ForumStore.Create now rejects blank names. ForumStore.Get should now respond appropriately when a forum has been deleted. Removed a bit of boilerplate in the ForumStore tests.
Azareal
2019-05-18 20:31:51 +1000
adc26166f4Add a route exclusion flag to the analytics routes pane. Improve the styling for chart legends and fix some broken ones. Rename analyticsRowsToNameMap to analyticsRowsToRefMap.
Azareal
2019-05-18 16:50:43 +1000
bf0adeb8c6Move SpammyDomainBits into common.go Fix the little UI issues from adding the adjacent select in the referrer pane. Add a few more spammy domain bits.
Azareal
2019-05-18 11:18:19 +1000
b44f7bc157Hide spammy referrers by default.
Azareal
2019-05-18 10:33:35 +1000
182a5640ebAdd the cache capacities to the debug page.
Azareal
2019-05-17 20:38:46 +1000
b9973719a5Added a small reply cache. Preloaded a small number of users and topics. Use cache.Set instead of cache.Add in a few spots for topics to avoid issues with the counter falling out of sync with the cache length. Embed Reply in ReplyUser instead of duplicating the same fields. Add the missing AttachCount and ActionType fields to Reply. Add the missing Poll field to TopicsRow. Added the TopicUser.Replies method to better abstract the reply list generation logic. Shortened some common.s to c.s Moved memStuff out of the analytics memory panes and into analytics.js Removed the temporary preStats fix for label overflow now that we have a better solution. Added the panel_analytics_script_memory template to help de-dupe logic in the analytics memory panes. Added the Topic method to TopicsRow. Added the GetRidsForTopic method to help cache replies in a small set of scenarios.
Azareal
2019-05-17 18:40:41 +1000
9cd3cbadabExpanded upon the control panel debug page and improved the UI a bit. Trying to de-dupe the phrase strings to avoid allocating as much memory and creating as many pointers. Shortened topic.status_closed_aria slightly. Moved some things that should have been in various panel.css' into those panel.css' Fixed the MemUsed dashboard item on Cosora.
Azareal
2019-05-13 19:17:44 +1000
30722e1013Stop wol rebuild from firing so frequently.
Azareal
2019-05-13 15:13:27 +1000
e57e2f69b2Comment out supermod_only as we don't really use it anywhere. Remove inline CSS for lock icon on topic_alt. Reduce duplication for add_like / remove_like. Update this query for mssql too...
Azareal
2019-05-12 12:23:48 +1000
c2f2dd7f10Reduce the amount of data sent for alert resumes in preparation for moving resumes to the WebSockets endpoint. Remove a bit of superfluous information from the avatar alt attributes. Improved upon the meta store tests. Move float: right; out of the footer and into the Tempra Simple and Shadow stylesheets. Added a missing level label to Shadow.
Azareal
2019-05-12 09:07:24 +1000
afb94eb1d1Added tests for meta store.
Azareal
2019-05-10 13:52:37 +1000
33d1ea4ec7Send empty objects when there aren't any alerts to save space. Fixed an alert endpoint error message.
Azareal
2019-05-09 20:15:09 +1000
f10fdcb40cAdded the active memory analytics pane. More to come here. Added the meta store.
Azareal
2019-05-09 16:58:55 +1000
e76223224aImplemented periodic post IP purging for replies. Update for MySQL now supports DateCutoff and DateOlderThan. Added the DateOlderThan method to accUpdateBuilder.
Azareal
2019-05-08 19:50:10 +1000
76ca755b90Make clearing existing test tables work again for MySQL.
Azareal
2019-05-08 17:36:47 +1000
1fd980bf56Reduce the number of labels to reduce the amount of clutter another way.
Azareal
2019-05-08 15:56:18 +1000
3023f3c138Try to avoid crushing labels in the analytics chart. WIP.
Azareal
2019-05-08 15:26:38 +1000
af9d60cc1aAdded support for OpenSearch.
Azareal
2019-05-08 15:08:38 +1000
09aa0558abReduce the amount of data sent in alert payloads.
Azareal
2019-05-07 12:33:33 +1000
839df17de3Experimenting with speeding up the installer.
Azareal
2019-05-06 14:04:00 +1000
634b03936cStop showing guests on WOL Context x.x
Azareal
2019-05-04 07:49:21 +1000
d321c40290Add the guest ones too...
Azareal
2019-05-03 21:07:31 +1000
a1161e20f3The rest of the Control Panel (exc. the Group Editor) now uses dyntmpl. Improved the noavatar cacheability by constraining them in a range. Improved the noavatar cacheability by serving a small subset from Gosora. Improved the formatting of bytes in the memory analytics pane. Static resources with checksums will now have their caches expire in a week rather than a day.
Azareal
2019-05-03 18:34:18 +1000
a8e1076f7cDo proper averaging and collect more samples for the memory analytics pane. Added an ETag for the alerts endpoint when you're not logged to save bandwidth. The Page Manager now uses dyntmpl. The Setting Manager now uses dyntmpl. The Word Filter Manager now uses dyntmpl. Fixed the padding on the noavatar alerts for Nox.
Azareal
2019-05-02 09:14:07 +1000
5dc238f196Added Mem to the dashboard and added a historic process memory use analytics pane. Added the memchunks table. Eliminated some unnecessary indentation in the analytics templates.
Azareal
2019-05-01 16:59:51 +1000
a52d9cc371Use <h1> instead of <a> in more spots in the control panel. Eliminate more instances of excessive indentation in the analytics panes.
Azareal
2019-04-29 23:21:53 +1000
c8948a778cOops, need to generate a cached copy of each theme's lists in Hyperdrive.
Azareal
2019-04-29 22:23:17 +1000
48a993d067The Forum Manager now uses dyntmpl. The User Manager now uses dyntmpl. panel_groups.html now uses dyntmpl.
Azareal
2019-04-29 18:17:12 +1000
6bed36b8c6Use dyntmpl for the analytics panes. Localised a few more things on the dashboard. Use questions marks instead of numbers for placeholders on the dashboard.
Azareal
2019-04-29 16:11:26 +1000
d14a7f028fPanel Dashboard now uses dyntmpl to make it a little bit faster. Fixed a bug in the dashboard where report stats were being fetched by day rather than by week. Reduced the amount of boilerplate in the dashboard with the GE type alias. Tweaked the colour of hguides on Cosora.
Azareal
2019-04-29 11:28:55 +1000
eaaf623e6fpushNotice should work properly in Cosora now.
Azareal
2019-04-29 08:27:58 +1000
fd68578ed1A notice is now shown when the menu is updated. Re-added the missing padding above notices in the Control Panel for Nox. Moved the inline menu item JS to it's own JS file.
Azareal
2019-04-29 08:17:08 +1000
2cce7ce306Tick at activation in Hyperdrive.
Azareal
2019-04-28 21:38:49 +1000
bd7b1681e3Hyperdrive now caches /forums/ too.
Azareal
2019-04-28 20:50:45 +1000
efe7a0f3f0ETags are now set by /api/phrases and Hyperdrive on the topic list for better caching. Initialised the fields in hyperspace properly.
Azareal
2019-04-28 20:08:05 +1000
4414957885Alright, Hyperdrive should work for real this time...
Azareal
2019-04-28 13:34:59 +1000
c1e74f9af6Use <h1> for headers in analytics panes instead of <a> Fixed the padding in the analytics panes. Don't load the status phrases in the control panel as they're not really needed there.
Azareal
2019-04-28 12:57:25 +1000
e50366ce60Hyperdrive should handle Gzip properly now... Fixed a potential bug where Hyperdrive might cache already cached content. Skip jumpHdrive if requested via JavaScript for now.
Azareal
2019-04-27 20:22:39 +1000
27a4a74840You can now re-order forums by dragging them in the Forum Manager. Added some visual and textual hints to make it clearer that Menu Items and Forums can be dragged. Added a hint to flush the page after pushing the <head> Added the notice client template and pushNotice client function.
Azareal
2019-04-27 16:32:26 +1000
2964cd767dOops, missed this one, there are some changes not ready for prime time here, so I overlooked it.
Azareal
2019-04-25 16:22:29 +1000
d0e40ae81bSplit some of the member only logic out of global.js and into member.js Moved the script in register.html into an external file. Client hooks can now be dynamically created thus reducing the burden on init.js to pre-define all of them. The current user is now passed in as an argument to the action_end_create_topic hook. Shorted more common. to c.
Azareal
2019-04-25 16:02:51 +1000
e3e5d62e94Hyperdrive should take Online User widget changes into account now. The Online Users widget now avoids rebuilding when the users haven't changed. The Online Users widget cache should actually work now...
Azareal
2019-04-20 22:49:48 +1000
b4ffaa2cd6Initial work on Plugin Hyperdrive.
Azareal
2019-04-20 14:55:22 +1000
114afe0b13Fix the control panel scripts.
Azareal
2019-04-20 12:22:57 +1000
b3c4cc4bfcFixed a bug where it would load too many forums for non-superadmins when the topic list is filtered.
Azareal
2019-04-20 11:53:23 +1000
0ff582c5b9Stop WebSockets from thawing the topic list.
Azareal
2019-04-20 09:15:17 +1000
c84b0aa433Avoid concatenating the style / script names with the hashes in AddScript, AddPreScriptAsync, AddScriptAsync and AddSheet to reduce the number of allocations. Use a string builder for building Link Headers.
Azareal
2019-04-19 20:39:17 +1000
42b9f27c45Defer setting headers to renderTemplate to avoid wasting resources for JSON requests and for future optimisations.
Azareal
2019-04-19 19:34:16 +1000
b487ad0e5aLast batch for now to be converted from common. to c.
Azareal
2019-04-19 18:20:10 +1000
4e67b9673fSome more places to use c. instead of common.
Azareal
2019-04-19 17:25:49 +1000
51e88ad1eeShorten common. to c. in the router.
Azareal
2019-04-19 17:16:09 +1000
20a6a22e78Shorten the common namespaces in some areas to reduce the amount of boilerplate.
Azareal
2019-04-19 16:36:26 +1000
00e30460b5Experimenting with reducing the amount of boilerplate in route files.
Azareal
2019-04-19 11:20:43 +1000
29d14a4a4aAdded ten new plugin hooks and split topic_unknown out of the user_unknown phrase. Added the user parameter to the action hooks to give plugins more contextual information.
Azareal
2019-04-19 11:02:33 +1000
9179eb9711The moderation logs can now be localised. Error pages which call CustomError should now stick on the theme the user chose rather than the global fallback theme. Move the theme fetching logic out of userCheck and panelUserCheck and into it's own function. Split prepResources out of userCheck, so that errors can make use of it.
Azareal
2019-04-18 11:00:39 +1000
2d366ce6a0Move action posts now show the forum the topic has been moved to. Move modlog events now show the forum the topic has been moved to.
Azareal
2019-04-17 20:12:35 +1000
86885dd4bbRemoved some obsolete inline styles.
Azareal
2019-04-17 14:01:40 +1000
2e2b3c6067Fixed a bug where users couldn't post non-image attachments. Fixed a visual padding bug for .uploadItem on Nox. #upload_files now uses .auto_hide instead of an inline style.
Azareal
2019-04-17 13:30:02 +1000
7d14b4afbbAdded the attachment managers to Cosora. The attachment manager now takes up less vertical space when there aren't any attachments on a post.
Azareal
2019-04-17 11:57:31 +1000
adb7babc02Fixed a bug where hitting delete on one post would affect selected attachments on other posts. Fixed a bug where attachments couldn't be deleted after being added with the attachment manager without refreshing. Fixed a bug where an attachment can't be reuploaded with the attachment manager after being uploaded and deleted without refreshing. Improved the error message for RemoveAttachFromReplySubmit when there aren't any aids.
Azareal
2019-04-16 19:42:20 +1000
546aa5f845The attachment managers for replies are now rendered with client templates Avoid loading the topic phrases when the user isn't logged in. Don't load the topic_c_edit_post and topic_c_attach_item client templates when the user isn't logged in. Fixed a bug where multiple attachment managers wouldn't load.
Azareal
2019-04-15 11:54:13 +1000
99d6581bbbAdded more default values to configuration.md
Azareal
2019-04-15 09:39:13 +1000