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

1384 commits

Author SHA1 Message Date
Eggbertx
b1d182b4eb Treat recover data as string in MakePost log 2023-06-15 11:41:19 -07:00
Eggbertx
d1316ab576 Add SQL test with single row, fix lua method calls 2023-06-15 10:52:51 -07:00
Eggbertx
de6218b3c6 Add option to sort log lines ascending or descending 2023-06-15 08:54:16 -07:00
Eggbertx
c6ab62eebf Add client-side filtering to log view 2023-06-14 17:12:40 -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
0acfca8452 make watcherInterval not a constant 2023-06-07 14:35:25 -07:00
Eggbertx
5e5c417c17 forgot to add rendered error pages 2023-06-07 14:34:54 -07:00
Eggbertx
7b42cd7c78 Fix image paths in error pages 2023-06-07 14:21:08 -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
599e92bdf4 Add a native sample plugin for showing Gochan info to the admin 2023-06-05 13:25:54 -07:00
Eggbertx
0174cbf1ec Delete the post if an issue occured attaching the upload 2023-06-05 12:35:11 -07:00
Eggbertx
51b01cb1a4 check if plugin_path is None type 2023-06-05 12:34:07 -07:00
Eggbertx
9d91df4735 add command line option to build gochan-compatible Go plugin 2023-06-05 12:21:59 -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
60750cfc6e Fix typo in mkdir sometimes causing errors 2023-06-02 14:46:49 -07:00
Eggbertx
ee8af4a2bd Use boards instead of staff table for sql plugin example 2023-06-02 13:45:17 -07:00
Eggbertx
aca2a9abea Update dependencies 2023-06-02 13:04:12 -07:00
Eggbertx
de078c3065 Simplify adding custom thumbnails 2023-06-02 12:52:18 -07:00
Eggbertx
094a265c52 add .topbar-section rule to global css 2023-05-24 08:58:42 -07:00
Eggbertx
17cbf85790 Group topbar boards by section by default 2023-05-24 08:55:11 -07:00
Eggbertx
04d0948dc2 Fix errors pointed out by eslint 2023-05-23 12:32:46 -07:00
Eggbertx
8dd98d2abf Properly initialize boolean setting elements 2023-05-23 11:30:57 -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
Eggbertx
f186c3fc29
Merge pull request #82 from gochan-org/deepsource-autofix-f6d5a411
fix unused method receiver
2023-05-22 15:09:18 -07:00
deepsource-autofix[bot]
79bae10fa1
refactor: fix unused method receiver
Methods with unused receivers can be a symptom of unfinished refactoring or a bug. To keep 
the same method signature, omit the receiver name or '_' as it is unused.
2023-05-22 22:09:00 +00:00
Eggbertx
248704ef7e
Merge pull request #81 from gochan-org/deepsource-autofix-6f6a7b61
replace range(len(...)) with enumerate(...)
2023-05-22 15:07:46 -07:00
deepsource-autofix[bot]
a9e9acd211
refactor: replace range(len(...)) with enumerate(...)
Using `range(len(...))` is not pythonic. Python does not have not index-based loops. Instead, it uses collection iterators.  Python has a built-in method `enumerate` which adds a counter to an iterable.
2023-05-22 22:04:59 +00:00
Eggbertx
cdc9b51165
Merge pull request #80 from gochan-org/deepsource-autofix-5ffafad6
remove unnecessary whitespace
2023-05-22 14:56:28 -07:00
deepsource-autofix[bot]
f0bd56c8c0
refactor: remove unnecessary whitespace
Blank lines should not contain any tabs or spaces.
2023-05-22 21:55:26 +00:00
Eggbertx
0b12231f28 Delete recent test post after its creation was confirmed 2023-05-22 13:59:21 -07:00
Eggbertx
c6b80d74df
Merge pull request #79 from gochan-org/deepsource-autofix-bac5a78b
unused parameter should be replaced by underscore
2023-05-22 08:58:15 -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
1de30e01b9
Merge pull request #78 from gochan-org/deepsource-autofix-f96e70c0
use identity check for comparison to a singleton
2023-05-22 08:55:20 -07:00
deepsource-autofix[bot]
65461034c1
refactor: use identity check for comparison to a singleton
Comparisons to the singleton objects, like `True`, `False`, and `None`, should be done with identity, not equality. Use `is` or `is not`.
2023-05-22 15:54:57 +00:00
Eggbertx
e2a1ee4bc3
Merge pull request #77 from gochan-org/deepsource-autofix-4e6f9d96
remove unnecessary whitespace
2023-05-22 08:53:09 -07:00
deepsource-autofix[bot]
4babee6f42
refactor: remove unnecessary whitespace
Blank lines should not contain any tabs or spaces.
2023-05-22 15:52:37 +00:00
Eggbertx
c75a5fed0f Fix issues brought up by deepsource 2023-05-22 08:49:32 -07:00