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

265 commits

Author SHA1 Message Date
Eggbertx
69c8cc4765 Add filter hits page, refactor manage action resolving to use the router 2024-08-25 16:59:25 -07:00
Eggbertx
ce293d3e24 replace is_regex in filters with more string matching options (substring, regex, exact match) 2024-08-24 15:37:34 -07:00
Eggbertx
2e857f9370 Populate filter page when edit link is clicked and parse submitted filter data 2024-08-18 23:06:40 -07:00
Eggbertx
a87c1b2438 Update non-regex filter fields in frontend 2024-08-11 08:58:06 -07:00
Eggbertx
fa56d500b8 Add filter enabling/disabling 2024-08-11 00:40:45 -07:00
Eggbertx
e12b2fb982 Add migration stuff for filter tables 2024-08-10 20:01:33 -07:00
Eggbertx
09b42624d0 Clean up formatting for management tables, set new conditions to the name field 2024-08-10 13:59:18 -07:00
Eggbertx
befaf3ae23 Replace condition add/remove buttons with links, move add link to end of conditions 2024-08-10 13:15:06 -07:00
Eggbertx
5c2577f089 Don't change text when switching between reject and ban 2024-08-10 12:48:39 -07:00
Eggbertx
14e2985cca Fix "All boards" checkbox not disabling other board checkboxes, improve action dropdown text 2024-08-10 12:43:38 -07:00
Eggbertx
dea282ae9b Remove checkbox for boolean conditions 2024-08-10 12:37:27 -07:00
Eggbertx
6b3d8e8aeb Start adding filter mgmt page and some more ERD updates 2024-08-10 01:14:21 -07:00
Eggbertx
7307e2c6a4 Fix DeepSource complaints 2024-08-03 17:44:50 -07:00
Eggbertx
a82b0a1024 Add QR support for browse button replacement 2024-08-03 17:31:16 -07:00
Eggbertx
662cca0273 Add clipboard uploading to the static post form 2024-08-03 13:28:06 -07:00
Eggbertx
4770bf6cab Add margin to deleted file box 2024-07-31 10:07:45 -07:00
Eggbertx
840f70b92c Add functions for new upload field 2024-07-30 17:23:46 -07:00
Eggbertx
562e7e97b0 Properly return spoiler thumbnails to their original size when the expanded image is clicked 2024-07-29 21:43:56 -07:00
dependabot[bot]
ab059d03e2
Bump ws from 8.16.0 to 8.17.1 in /frontend
Bumps [ws](https://github.com/websockets/ws) from 8.16.0 to 8.17.1.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/8.16.0...8.17.1)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-18 04:36:58 +00:00
dependabot[bot]
79cf9b7ffb
Bump braces from 3.0.2 to 3.0.3 in /frontend
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-16 17:49:08 +00:00
KAE-Ame
5900527843
fixs post hiding 2024-05-24 00:33:43 +10:00
Eggbertx
fdf892bec2 Update version number for release 2024-04-16 10:58:36 -07:00
Eggbertx
2d0b758a14 Use CSS on tables instead of border HTML attribute, standardize table headers 2024-03-08 14:50:28 -08:00
Eggbertx
ed38e6a6e8 Fix plugin building bug in build.py 2024-03-08 12:48:01 -08:00
Eggbertx
cc5f1ec07f Clean up build.py some more, bump version to 3.10 2024-03-05 21:37:45 -08:00
Eggbertx
422235d42c Add empty default cases 2024-03-04 13:57:14 -08:00
Eggbertx
c9ccb53d89 Make settings auto-save except for custom CSS and JS 2024-02-28 13:37:44 -08:00
Eggbertx
a49dc81230 Increase size of textareas in settings 2024-02-28 10:33:02 -08:00
Eggbertx
001cb9b611 Add custom JS to new script tag instead of calling eval, use ?? instead of || 2024-02-28 10:21:23 -08:00
Eggbertx
1681957147 fix dropdown fingerprint 2024-02-27 20:55:20 -08:00
Eggbertx
a102fe355e Use block display for staffmenu items 2024-02-24 17:53:12 -08:00
Eggbertx
026537d549 Make post dropdown option for fingerprint ban work 2024-02-19 20:47:11 -08:00
Eggbertx
97a98ce124 Add fingerprint options to dropdown 2024-02-18 17:10:19 -08:00
Eggbertx
b93905bdc8 Add fingerprinting options, merge actions and staff info requests 2024-02-18 15:41:41 -08:00
Eggbertx
77f8ad9bcd Save flag selection on post submission and load it on page start (per board) 2024-01-22 00:17:52 -08:00
Eggbertx
1e29426509 Add flag preview functionality to frontend, add flag to QR 2024-01-21 18:02:35 -08:00
Eggbertx
6a102bce6a Update dependencies 2024-01-21 17:27:04 -08:00
Eggbertx
04c892bba8 Update gochan frontend version in package-lock, update db version in generated SQL files 2023-12-28 15:43:13 -08:00
Eggbertx
e968dc875a Finish browser-based template editor, resolves issue #90 2023-12-26 17:02:09 -08:00
Eggbertx
4c73891ff5 Add template override page (doesn't do anything yet) 2023-12-10 20:46:08 -08:00
Eggbertx
72d6b08a27 Close QR box if persistentqr is false (or not set, defaults to false) 2023-12-10 12:59:46 -08:00
Eggbertx
00a02a699a Fix storage -> element goofiness 2023-12-09 12:38:59 -08:00
Eggbertx
ad8fb416bd Fix boolean settings, store default theme value as backup DOM attribute 2023-12-07 14:36:10 -08:00
Eggbertx
d4335cf5b9 Fix board-specific theming being overwritten by the frontend, update some NPM packages 2023-12-07 12:47:43 -08:00
Eggbertx
553f49d783 Update Go and NPM dependencies 2023-10-20 09:41:37 -07:00
dependabot[bot]
bf65028510
Bump @babel/traverse from 7.22.10 to 7.23.2 in /frontend
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.10 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-19 04:33:52 +00:00
Eggbertx
5fd9601cc1 Fix staff menu clipping/not scrolling 2023-09-02 23:39:44 -07:00
Eggbertx
e580c6529e Document Lua plugin functions, bump version to 3.8.0 2023-08-09 11:57:50 -07:00
dependabot[bot]
59a4dfc883
Bump word-wrap from 1.2.3 to 1.2.4 in /frontend
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-19 08:43:00 +00:00
Eggbertx
8eb3d2ef22 Add color to build-ts and watch-ts npm scripts, even when called from build.py 2023-07-13 08:11:04 -07:00