1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-14 20:36:23 -07:00
Commit graph

327 commits

Author SHA1 Message Date
Eggbertx
78c510c881 Properly show an error message if an invalid board is requested in threadattrs 2023-02-02 11:27:33 -08:00
Eggbertx
34cab06311 Add ability to update thread attributes from manage page 2023-02-02 11:12:39 -08:00
Eggbertx
0f0c9362eb Add thread attributes manage page 2023-01-28 15:23:44 -08:00
Eggbertx
39fdb320c9 Add autofocus attribute to login username field 2023-01-26 10:30:49 -08:00
Eggbertx
4019e23d32 Move sounds and non-css images to /html/static 2023-01-26 09:38:04 -08:00
Eggbertx
4f843d5431 (Re)add next and previous page links
Add not-yet-used function to remove old threads that are past the board's limit
Also add functions to simplify querying with transactions
2023-01-18 12:35:40 -08:00
Eggbertx
8cb7179808 Fix some leftover missing webPath uses 2023-01-05 23:59:55 -08:00
Eggbertx
43d941c837 Replace all usage of webroot template variable with webPath function 2023-01-04 23:13:59 -08:00
Eggbertx
aba84ceed2 Use router package instead of GET parameter for manage pages 2023-01-04 15:33:50 -08:00
Eggbertx
23d3cea759 Improve postbox for mobile displays, remove no longer used threadlinks-top from css 2022-12-24 23:58:43 -08:00
Eggbertx
e4218beda3 Move return, catalog, and scroll top links to subtitle
related to issue #42, the links can cut into the postbox
2022-12-24 23:35:08 -08:00
Eggbertx
e87915ecb9 Use more transactions, and replace getNextFreeID with getLatestID 2022-12-24 12:25:23 -08:00
Eggbertx
ec34ff9f4a Make naming conventions in templates more consistent with Go conventions 2022-12-22 12:58:18 -08:00
Eggbertx
0362645e2c Add filename to recentPost struct 2022-12-21 15:34:22 -08:00
Eggbertx
89457e47f7 Replace internal self-generated captcha tests with hcaptcha 2022-12-20 13:13:08 -08:00
Eggbertx
f7ca807144 Add ability to replace file uploads 2022-12-17 16:30:52 -08:00
Eggbertx
51f00a7983 Fix post editing 2022-12-17 13:34:00 -08:00
Eggbertx
3d4f2d8424 Show correct section for current board on board mgmt page 2022-12-17 12:21:05 -08:00
Eggbertx
8b2714a631 Reset the boards/sections lists when boards are created/removed 2022-12-16 15:29:02 -08:00
Eggbertx
f38a648f52 Replace references to filename and username wildcard with regex 2022-12-08 08:29:49 -08:00
Eggbertx
598c5a04ff Add name ban manage page 2022-12-06 16:52:16 -08:00
Eggbertx
f2c3a6b1ac Update boardsections staff action for new API 2022-12-05 16:40:56 -08:00
Eggbertx
dec2609591 Make board creation work with new API 2022-12-05 16:18:19 -08:00
Eggbertx
538050068f Add appeals management page 2022-11-30 10:20:31 -08:00
Eggbertx
17a326bc17 Make appeals work 2022-11-29 13:10:40 -08:00
Eggbertx
7e5a78fa8c Make IP ban page template compatible with new API 2022-11-29 12:06:08 -08:00
Eggbertx
292b2a8f2f Fix ipsearch 2022-11-29 10:23:51 -08:00
Eggbertx
8bc5e2148b Make board pages, thread pages, and catalogs render properly 2022-11-28 16:15:20 -08:00
Eggbertx
29c7493715 Make catalog use new post type 2022-11-28 14:00:54 -08:00
Eggbertx
6c2931db65 More de-deprecation stuff, also improve error logging 2022-11-28 12:29:15 -08:00
Eggbertx
2d06967d84 Fix front template to use new API 2022-11-21 17:05:48 -08:00
Eggbertx
adb032d2ed readd filename banning page
Related to issue #28
2022-11-18 16:47:25 -08:00
Eggbertx
bfac3ef93c Make ban adding (sorta) work again 2022-11-17 16:32:28 -08:00
Eggbertx
34688190e2 Update IP ban interface for new gcsql API 2022-11-16 15:11:55 -08:00
Eggbertx
efccbdd001 Fix query from breaking when boardid > 0 2022-11-14 15:48:17 -08:00
Eggbertx
fd6ca5d38c Fix recent post checking 2022-11-14 12:37:28 -08:00
Eggbertx
282ebe2280 Make staff mgmt template compatible with update 2022-11-10 14:47:40 -08:00
Eggbertx
1c6a842cd7 Update field names in manage_boards.html, remove settings moved to configuration 2022-11-10 12:56:38 -08:00
Eggbertx
5154aa93cc Pass Error and info events to manage action callback functions 2022-11-10 12:18:13 -08:00
Eggbertx
1c9858ceab Replace no longer needed isOP template function with IsTopPost property 2022-11-09 10:50:44 -08:00
Eggbertx
2b12801c60 Add move thread page
Separate post move, edit, and deletion from server for better organization
2022-09-23 15:50:18 -07:00
Eggbertx
bcad625368 Add filename and checksum ban creation and deletion from web interface
Related to issue #28
2022-09-15 22:50:45 -07:00
Eggbertx
943c0f6221 Add filebans staff action, related to issue #28
though currently it can only view, not add new bans
2022-09-15 21:37:56 -07:00
Eggbertx
6bd8482ad0 Fix broken file link 2022-09-14 13:53:01 -07:00
Eggbertx
2ff9b0df83 Improve staff page logging, fix username getting 2022-09-03 16:19:31 -07:00
Eggbertx
36fbf6d45d Add IP search tool 2022-08-27 23:37:59 -07:00
Eggbertx
ed7b4ed3f8 Make manage titles centered and add scroll links 2022-08-23 13:22:16 -07:00
Eggbertx
3b779afb45 Add watcher button (not usable yet), make ordering board sections easier 2022-08-23 12:03:21 -07:00
Eggbertx
692befd8c3 Add filter to postbox file upload 2022-08-17 13:46:28 -07:00
Eggbertx
5ba270cb3f Give the edit post submit button a more appropriate name 2022-08-17 11:21:04 -07:00