1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-09-01 03:16:23 -07:00
Commit graph

95 commits

Author SHA1 Message Date
Eggbertx
772bd265f9 Start setting up gochan-installer for providing a web interface for setting up configuration 2025-05-15 14:13:15 -07:00
Eggbertx
4cca346f47 Implement frontend spoiler handling, refactor loading to reduce FOUC 2025-04-24 15:36:33 -07:00
Eggbertx
82b49bb829 Get gochan version in build.py from config.go constant string 2025-04-22 17:31:48 -07:00
Eggbertx
4c0ce122ad Add is_secure_tripcode column to posts and update gochan-migration to add it 2025-04-06 15:08:46 -07:00
Eggbertx
282f32c88d Bump build version for v4.1 release 2025-02-18 20:49:43 -08:00
Eggbertx
ea20cc408f Add cmd directory to test 2025-01-05 17:28:48 -08:00
Eggbertx
bdf4bddc4d Bump version to 4.0.2 for hotfix release
Resolves issue #112
2024-12-31 15:46:02 -08:00
Eggbertx
760f1cb75e Make all testing options available to command line 2024-12-12 17:56:39 -08:00
Eggbertx
18fc9c78f6 Start to clean up Selenium tests 2024-12-10 17:03:37 -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
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
02e8be97cc Remove incomplete SyncForMac Docker stuff, start splitting docker-compose into 4 files (mariadb, mysql, postgresql, sqlite) 2024-10-27 23:21:44 -07:00
Eggbertx
1f7e75417e Update versions for v4 release 2024-10-13 23:18:29 -07:00
Eggbertx
e12b2fb982 Add migration stuff for filter tables 2024-08-10 20:01:33 -07:00
Eggbertx
6a6a61f44e Rename devtools directory to tools, add get_js.py to download JS 2024-08-09 18:16:10 -07:00
Eggbertx
40cbc371ee Remove unnecessary spaces around parameters 2024-06-13 12:47:07 -07:00
Eggbertx
fdf892bec2 Update version number for release 2024-04-16 10:58:36 -07: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
7f2fe50749 Don't use shell=True in subprocess.Popen 2024-03-05 20:47:40 -08:00
Eggbertx
28963eb813 Add IP Range parsing, start working on adding range bans 2023-12-28 00:36:24 -08:00
Eggbertx
e968dc875a Finish browser-based template editor, resolves issue #90 2023-12-26 17:02:09 -08:00
Eggbertx
b3a57f50a8 Add non-RPC changes to master 2023-10-19 11:33:21 -07:00
Eggbertx
e580c6529e Document Lua plugin functions, bump version to 3.8.0 2023-08-09 11:57:50 -07:00
Eggbertx
6c0926b4ec Set release strings to 3.7.0 for new release 2023-06-24 12:47:14 -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
60750cfc6e Fix typo in mkdir sometimes causing errors 2023-06-02 14:46:49 -07:00
Eggbertx
c75a5fed0f Fix issues brought up by deepsource 2023-05-22 08:49:32 -07:00
Eggbertx
8fad3b87a8 Make single test argument work 2023-05-19 12:52:01 -07:00
Eggbertx
f2df83464e Catch same file error in build.py installation 2023-05-15 12:25:57 -07:00
Eggbertx
4949ccd1d4 Catch KeyboardInterrupt exception in run_cmd and return normally 2023-05-13 23:56:19 -07:00
Eggbertx
caaae0c547 Update build.py frontend building command 2023-05-13 23:49:19 -07:00
Eggbertx
a514dc9b84 Add gochan-migration to release 2023-05-02 14:42:00 -07:00
Eggbertx
75c112279f fix version string for consistency 2023-04-28 14:49:18 -07:00
Eggbertx
c6c425011f Make automatic filename/checksum filtering via dropdown work 2023-04-28 14:44:00 -07:00
Eggbertx
17c28e5ebe Move database schema updating to gochan-migration 2023-04-07 14:34:28 -07:00
Eggbertx
1da4330780 Store gochan version in build.py instead of reading it from version 2023-04-07 12:35:12 -07:00
Eggbertx
d4f1ce4d45 Add sample-plugins dir to the list of release files 2023-03-29 08:27:13 -07:00
Eggbertx
bbd055f9d3 Use trimpath go build flag in build.py 2023-03-19 16:58:25 -07:00
Eggbertx
235bb40897 condense html/static/* paths to html/static/ in build.py 2023-01-26 09:42:15 -08:00
Eggbertx
4019e23d32 Move sounds and non-css images to /html/static 2023-01-26 09:38:04 -08:00
Eggbertx
052123a273 Fix gochan path in build.py install() 2023-01-24 11:22:50 -08:00
Eggbertx
aba84ceed2 Use router package instead of GET parameter for manage pages 2023-01-04 15:33:50 -08:00
Eggbertx
d94a0d8fcf Add explanation if Docker boot fails because of missing js dir,
remove Username from gochan.json in Docker since there's no www-data user
2023-01-01 15:59:54 -08:00
Eggbertx
324c21abda get rid of duplicate sql files 2022-12-24 14:40:36 -08:00
Eggbertx
ef0625b46e Add option to only run the specified test 2022-09-27 15:27:47 -07:00
Eggbertx
8d23b74867 Make selenium tests launchable from build.py 2022-09-27 11:04:05 -07:00