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

195 commits

Author SHA1 Message Date
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
dependabot[bot]
92cb3d568b
Bump tough-cookie from 4.1.2 to 4.1.3 in /frontend
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/salesforce/tough-cookie/releases)
- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
- [Commits](https://github.com/salesforce/tough-cookie/compare/v4.1.2...v4.1.3)

---
updated-dependencies:
- dependency-name: tough-cookie
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-10 04:45:34 +00:00
Eggbertx
6c0926b4ec Set release strings to 3.7.0 for new release 2023-06-24 12:47:14 -07:00
Eggbertx
51f62b8fc1 Update thread when a QR post is submitted 2023-06-22 12:20:57 -07:00
Eggbertx
1facbdcd48 Fix setting value not showing correctly for checkboxes 2023-06-22 08:14:37 -07:00
Eggbertx
fba38c859b Add no-trailing-spaces eslint rule 2023-06-22 07: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
ad66026020 Appropriately show staff dropdown options according to rank 2023-06-16 09:48:59 -07:00
Eggbertx
a073aa49f3 Add dropdown item to ban post IP 2023-06-16 09:29:38 -07:00
Eggbertx
6ff58f8da4 Enforce strong equality checking by eslint 2023-06-15 14:38:57 -07:00
deepsource-autofix[bot]
f210e82a8c
refactor: replace template strings with regular string literals
Template literals are useful when you need:  1. [Interpolated strings](https://en.wikipedia.org/wiki/String_interpolation).
2023-06-15 21:01:00 +00: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
0acfca8452 make watcherInterval not a constant 2023-06-07 14:35:25 -07:00
Eggbertx
094a265c52 add .topbar-section rule to global css 2023-05-24 08:58:42 -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
c75a5fed0f Fix issues brought up by deepsource 2023-05-22 08:49:32 -07:00
deepsource-autofix[bot]
8860f3dbec
refactor: replace template strings with regular string literals
Template literals are useful when you need:  1. [Interpolated strings](https://en.wikipedia.org/wiki/String_interpolation).
2023-05-14 07:10:46 +00:00
Eggbertx
3d423e9623 Switch to TypeScript for frontend 2023-05-13 23:46:41 -07:00