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

1768 commits

Author SHA1 Message Date
o.nihilist
999e6543b3
Add server coverage tests 2024-12-19 10:40:40 +01:00
onihilist
5fb8b78a3b Merge branch 'main' of github.com:onihilist/Fork-GochanOrg 2024-12-19 10:38:24 +01:00
o.nihilist
a56969ad65
Update server_test.go 2024-12-19 10:38:04 +01:00
onihilist
5cfa7628d9 Draft : Server tests 2024-12-19 10:34:40 +01:00
onihilist
fd6b925895 Init commit 2024-12-18 17:08:42 +01:00
Eggbertx
478e8a1abe Add rank updating for admins 2024-12-14 22:17:45 -08:00
Eggbertx
9f34be91d2 Update consts.js test 2024-12-14 20:58:00 -08:00
Eggbertx
697b704615 Upgrade Go version to 1.22.2 2024-12-14 20:55:46 -08:00
Eggbertx
00432d4ca1 Add tests to ensure permission denied errors are being shown correctly 2024-12-14 20:32:32 -08:00
Eggbertx
827419a47c Audit usage of urlopen 2024-12-14 16:56:18 -08:00
Eggbertx
c6fb7b7b17 Use with block when using urlopen 2024-12-14 16:52:35 -08:00
Eggbertx
d6dd8db5d4 Don't hardcode /test/ subtitle 2024-12-14 16:43:18 -08:00
Eggbertx
81270067d5 If deleting a post's file returns a not found error, log it but don't show the error 2024-12-14 16:39:35 -08:00
Eggbertx
81da3cd433 Delete staff board if it already exists 2024-12-14 16:01:27 -08:00
Eggbertx
a73e3242c8 Don't create board2 if it doesn't already exist 2024-12-14 15:37:43 -08:00
Eggbertx
d8cbf4dfa5 Use staff board from options and create roles for testing moderator and janitor stuff 2024-12-14 13:21:43 -08:00
Eggbertx
23a35d7cfd Add staff testing board to options 2024-12-14 11:31:18 -08:00
Eggbertx
760f1cb75e Make all testing options available to command line 2024-12-12 17:56:39 -08:00
Eggbertx
46c1899732 Fix mange page title 2024-12-12 16:36:33 -08:00
Eggbertx
bafda0d52c Merge branch 'master' into selenium-test-improvement 2024-12-12 15:48:34 -08:00
Eggbertx
c7fa17e722
Merge pull request #109 from gochan-org/dependabot/go_modules/golang.org/x/crypto-0.31.0
Bump golang.org/x/crypto from 0.23.0 to 0.31.0
2024-12-12 15:44:13 -08:00
dependabot[bot]
e97047b1de
Bump golang.org/x/crypto from 0.23.0 to 0.31.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.23.0 to 0.31.0.
- [Commits](https://github.com/golang/crypto/compare/v0.23.0...v0.31.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-12 00:05:17 +00:00
Eggbertx
18fc9c78f6 Start to clean up Selenium tests 2024-12-10 17:03:37 -08:00
Eggbertx
a48878bdfd Fix link checker plugin to allow URLs with subdomains 2024-12-10 16:38:57 -08:00
Eggbertx
f6338cd6f1 Remove unnecessary tags from login template 2024-12-08 13:28:42 -08:00
Eggbertx
ba86182941 Center login table 2024-12-08 13:26:51 -08:00
Eggbertx
5eefb96c04 Show correct Login page title 2024-12-08 13:15:39 -08:00
Eggbertx
9b6ec1e33e Update readme, make stuff in consts.js actually constant 2024-12-08 12:43:14 -08:00
Eggbertx
45e587e49e Add .venv to .gitignore 2024-12-08 12:17:21 -08:00
Eggbertx
eb8683a207 Remove debugging text 2024-11-30 17:11:39 -08:00
Eggbertx
9fb08929b7 Fix failing tests, move more inline CSS to global CSS files 2024-11-30 17:07:50 -08:00
Eggbertx
b6e74272a5 Simplify release files, delete consts.js from release folder if it exists 2024-11-23 13:38:46 -08:00
Eggbertx
d41127a1df Update post/thread/file deletion query scan parameters 2024-11-23 11:27:11 -08:00
Eggbertx
7c417e6b7c Fix bug with videos getting tripped by the image fingerprint matcher 2024-11-23 11:19:47 -08:00
Eggbertx
6f591bade7 Remove no longer necessary recent posts view 2024-11-23 10:42:56 -08:00
Eggbertx
9538daaa4d Add reset_views.sql and sql README to build release file tuple 2024-11-22 13:44:53 -08:00
Eggbertx
3faebcc90d Bump version for hotfix release 2024-11-21 10:59:02 -08:00
Eggbertx
232107389c Fix file path for fingerprinting video thumbnails 2024-11-21 10:54:20 -08:00
Eggbertx
f593f70bad Return all post IDs in v_top_post_board_dir 2024-11-21 10:35:54 -08:00
Eggbertx
62784a99f7 Add Dark Bunker theme 2024-11-20 22:59:34 -08:00
Eggbertx
bfac325453 Update docker README with usage info 2024-11-18 13:04:15 -08:00
Eggbertx
4595e16466 Make ban page template use standard page header template, use h1 as title element 2024-11-17 23:17:11 -08:00
Eggbertx
93ac36fd0f Update gochan version in NPM lock file 2024-11-17 16:36:07 -08:00
Eggbertx
cdf28fe415 Remove redundant "Default" option in style dropdown 2024-11-17 16:33:37 -08:00
Eggbertx
26bfd61e23 Remove deprecated provision script 2024-11-07 12:15:16 -08:00
Eggbertx
98a279d039 Add docker compose file for sqlite3 DB 2024-11-07 12:11:47 -08:00
Eggbertx
e79b496e81 Add PostgreSQL docker compose file 2024-11-07 11:25:01 -08:00
Eggbertx
a55bd39cf1 Use only single quotes in reset_views.sql (double quotes cause issues in Postgres) 2024-11-07 11:22:17 -08:00
Eggbertx
89d9bf69e7 Move container package installation to a script, add MySQL compose file 2024-11-05 13:10:38 -08:00
Eggbertx
dd9cde7469 Fix missing file issues, remove volume to gochan root since it overwrites gochan executable created during build stage 2024-11-05 11:53:26 -08:00