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
|
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 |
|
Eggbertx
|
9166931b07
|
Merge pull request #84 from gochan-org/dependabot/npm_and_yarn/frontend/tough-cookie-4.1.3
Bump tough-cookie from 4.1.2 to 4.1.3 in /frontend
|
2023-07-12 14:22:31 -07:00 |
|
Eggbertx
|
4078197b8d
|
Move upload handling to subpackage
|
2023-07-12 14:20:41 -07:00 |
|
Eggbertx
|
2bac71f828
|
Organize uploads into a table
|
2023-07-12 11:44:07 -07:00 |
|
Eggbertx
|
1953e97272
|
Add link to uploaded file in fixthumbnails
|
2023-07-12 10:58:09 -07:00 |
|
Eggbertx
|
c573e26399
|
Add fixthumbnails manage function
|
2023-07-12 10:56:03 -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
|
4264b8eeec
|
Set Content-Type header to application/json when a post is submitted
|
2023-06-22 10:46:04 -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
|
d1c539a2c1
|
Don't escape post HTML in recent posts page
|
2023-06-17 11:51:52 -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
|
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
|
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
|
856d7e7572
|
Add information to readme about plugins/events
|
2023-06-16 08:41:23 -07:00 |
|
Eggbertx
|
6ff58f8da4
|
Enforce strong equality checking by eslint
|
2023-06-15 14:38:57 -07:00 |
|
Eggbertx
|
609c8cbc7f
|
Merge pull request #83 from gochan-org/deepsource-autofix-8b21a663
replace template strings with regular string literals
|
2023-06-15 14:01:40 -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
|
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
|
49d9b0ae20
|
Replace distinct filenames Go plugin with Lua plugin
|
2023-06-15 11:53:36 -07:00 |
|
Eggbertx
|
6644f90e6a
|
Replace link TLD checking Go plugin with Lua plugin
|
2023-06-15 11:43:05 -07:00 |
|
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 |
|