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

713 commits

Author SHA1 Message Date
Eggbertx
cf11d1a490 Show bans in descending order 2023-08-18 08:55:27 -07:00
Eggbertx
cc76b25a8d Move SQL driver imports to gcsql package, add SQL connection time limits
7cf5482876/README.md (important-settings)
2023-08-18 08:33:50 -07:00
Eggbertx
e580c6529e Document Lua plugin functions, bump version to 3.8.0 2023-08-09 11:57:50 -07:00
Eggbertx
de2815c653 Add PDF handling plugin 2023-07-14 17:53:46 -07:00
Eggbertx
686c6fc004 Make OPs use the correct thumbnail 2023-07-14 17:53:26 -07:00
Eggbertx
53d5c877ed Print stack trace in MakePost to stdout if recover returns non-nil 2023-07-14 16:45:51 -07:00
Eggbertx
fb2e68c767 Remove no longer used request and writer args from file ban functions 2023-07-14 16:43:44 -07:00
Eggbertx
a0c0466725 Make thumbnail extension determining more dynamic, move to uploads pkg 2023-07-14 11:04:46 -07:00
Eggbertx
b0e81aac99 Don't depend on each file handler function to get file size 2023-07-14 08:38:21 -07:00
Eggbertx
cfbe7a8ffb Make upload extensions registerable by plugins 2023-07-13 09:01:28 -07:00
Eggbertx
4078197b8d Move upload handling to subpackage 2023-07-12 14:20:41 -07:00
Eggbertx
c573e26399 Add fixthumbnails manage function 2023-07-12 10:56:03 -07:00
Eggbertx
6c0926b4ec Set release strings to 3.7.0 for new release 2023-06-24 12:47:14 -07:00
Eggbertx
4264b8eeec Set Content-Type header to application/json when a post is submitted 2023-06-22 10:46:04 -07:00
Eggbertx
7c116dafc6 Backend: Return JSON when post is submitted via QR
Frontend: request thread and trigger update from returned JSON
2023-06-16 12:06:26 -07:00
Eggbertx
36ce238dff Remove extraneous prints 2023-06-16 09:54:52 -07:00
Eggbertx
a073aa49f3 Add dropdown item to ban post IP 2023-06-16 09:29:38 -07:00
Eggbertx
af4572ea5c Prevent error when scanning filename if filename is NULL 2023-06-16 08:52:10 -07:00
Eggbertx
9ae29a93cf Clean up front page recnet posts query 2023-06-16 08:42:17 -07:00
Eggbertx
8014aaf4fb Prevent post from still being inserted if an error was encountered during upload 2023-06-15 13:45:32 -07:00
Eggbertx
20ba75cd5d Use ServeError instead of ServeErrorPage when handling captcha request errors 2023-06-15 13:28:05 -07:00
Eggbertx
d62520591a Use ServeError instead of ServeErrorPage when handling upload errors 2023-06-15 12:15:12 -07:00
Eggbertx
b1d182b4eb Treat recover data as string in MakePost log 2023-06-15 11:41:19 -07:00
Eggbertx
7f07139430 Add manage page for viewing the main log (non-access) 2023-06-14 14:37:45 -07:00
Eggbertx
1276b3524a Add TLD checking plugin 2023-06-14 13:31:29 -07:00
Eggbertx
8b42d4102e Don't double-log if an event recovered from a panic 2023-06-12 08:50:45 -07:00
Eggbertx
6d22c86df1 Add message-pre-format event trigger 2023-06-09 15:16:34 -07:00
Eggbertx
381dd42a28 Prevent applying link to the argument of a url bbcode tag 2023-06-09 13:44:33 -07:00
Eggbertx
37ba7ccd6a Render URLs as links 2023-06-09 10:50:11 -07:00
Eggbertx
51832082a9 Use testify assertions in test functions 2023-06-09 10:15:41 -07:00
Eggbertx
9ad584b035 Remove unused BoardListConfig 2023-06-09 09:35:42 -07:00
Eggbertx
76d6c02045 Add password updating 2023-06-07 14:18:02 -07:00
Eggbertx
d92ec3a647 Add password confirmation box 2023-06-06 14:29:16 -07:00
Eggbertx
9b61dde7c8 Make actino registration functions for individual staff roles private 2023-06-06 13:44:42 -07:00
Eggbertx
b845f52f64 Properly handle accessing all-access staff page when logged out 2023-06-06 13:37:49 -07:00
Eggbertx
deecf483ac Show error page if user enters invalid password 2023-06-06 13:02:17 -07:00
Eggbertx
1aeaf328a7 Remove no longer used critical structure tag 2023-06-05 13:29:04 -07:00
Eggbertx
0174cbf1ec Delete the post if an issue occured attaching the upload 2023-06-05 12:35:11 -07:00
Eggbertx
6a7f938d04 Add support for native Go plugins 2023-06-02 15:16:47 -07:00
Eggbertx
6edca0edee Add error return value to event function 2023-06-02 15:16:17 -07:00
Eggbertx
de078c3065 Simplify adding custom thumbnails 2023-06-02 12:52:18 -07:00
Eggbertx
17cbf85790 Group topbar boards by section by default 2023-05-24 08:55:11 -07:00
Eggbertx
5be67fe29d Move topbar into its own template file so that it can be overridden
resolves #39
2023-05-23 08:47:27 -07:00
deepsource-autofix[bot]
1d92be6f63
refactor: unused parameter should be replaced by underscore
Unused parameters in functions or methods should be replaced with `_`
(underscore) or removed.
2023-05-22 15:57:55 +00:00
Eggbertx
22e8e83e91 Add missing destination arguments in recent posts 2023-05-16 12:10:28 -07:00
Eggbertx
5e8804b9d2 Log error in rebuild boards action if it fails 2023-05-13 09:07:48 -07:00
Eggbertx
d2ace418fa Move default configuration values to a struct 2023-05-10 14:06:40 -07:00
Eggbertx
33371d3e86 Recover and log stack trace if panic is called in post or manage handler 2023-05-02 14:39:31 -07:00
Eggbertx
c6c425011f Make automatic filename/checksum filtering via dropdown work 2023-04-28 14:44:00 -07:00
Eggbertx
adff364ee3 Make the db_scan_rows plugin function work 2023-04-27 08:57:13 -07:00