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

1782 commits

Author SHA1 Message Date
Eggbertx
9107269a39 Upgrade Go version in vagrant and Docker, readd sqlite3 for real this time
requires intervention for vagrant to add the updated Go repo
2022-08-30 11:30:59 -07:00
Eggbertx
3fa042167e Add sqlmock driver and schema initialization 2022-08-28 19:26:03 -07:00
Eggbertx
e52916199c disable cgo in build.py if it isn't explicitly set 2022-08-28 16:50:53 -07:00
Eggbertx
ede67a260a Add build.py test args for verbosity and coverage 2022-08-28 15:11:50 -07:00
Eggbertx
1e012e2757 Add dropdown action for getting posts from that IP 2022-08-28 14:28:43 -07:00
Eggbertx
d5c9d4e657 Fix manage postinfo action 2022-08-28 11:55:08 -07:00
Eggbertx
36fbf6d45d Add IP search tool 2022-08-27 23:37:59 -07:00
Eggbertx
ed7b4ed3f8 Make manage titles centered and add scroll links 2022-08-23 13:22:16 -07:00
Eggbertx
3b779afb45 Add watcher button (not usable yet), make ordering board sections easier 2022-08-23 12:03:21 -07:00
Eggbertx
db4d3b0977 Apply thumbnail expansion and inline post preview events to AJAX-loaded posts 2022-08-22 21:23:32 -07:00
Eggbertx
62c81a3245 Properly send the upload on ctrl+enter 2022-08-22 20:55:28 -07:00
Eggbertx
32c3846c91 Fix some issues pointed out by eslint 2022-08-22 15:33:03 -07:00
Eggbertx
7f9e040039 Use $.ajax instead of fetch, to avoid compatibility issues 2022-08-21 14:36:05 -07:00
Eggbertx
fbfc2a1435 Properly check the post cooldown 2022-08-18 16:48:21 -07:00
Eggbertx
245ba730eb Properly catch errors in thread API AJAX requests 2022-08-17 14:30:57 -07:00
Eggbertx
692befd8c3 Add filter to postbox file upload 2022-08-17 13:46:28 -07:00
Eggbertx
5ba270cb3f Give the edit post submit button a more appropriate name 2022-08-17 11:21:04 -07:00
Eggbertx
a4f2a3fe57 Add upload preview to QR 2022-08-17 11:07:11 -07:00
Eggbertx
1c65fb7049 Use proper cooldown in QR, and set submit text accordingly 2022-08-16 12:06:56 -07:00
Eggbertx
68337d6896 Add cooldowns to QR when post is submitted 2022-08-15 16:51:56 -07:00
Eggbertx
4c4bbda60e Add missing argument to ExecSQL for post editing 2022-08-15 12:55:59 -07:00
Eggbertx
0e93ac8e1d add is_cleared to reports audit 2022-08-14 16:20:02 -07:00
Eggbertx
8284ecf9b9 Set is_cleared on report inserting to avoid "no default value" errors 2022-08-14 15:35:58 -07:00
Eggbertx
a15c5b8b81 Don't throw an error if /manage?action=actions doesn't return JSON 2022-08-14 15:31:27 -07:00
Eggbertx
7dc777531e Fix self-signed ssl cert subj for Docker and rebuild on image creation 2022-08-14 14:48:07 -07:00
Eggbertx
35a4dfc7b1 Don't use gclog for gochan-migrate 2022-08-14 14:27:58 -07:00
Eggbertx
1b4c7ee389
Merge pull request #64 from gochan-org/deepsource-fix-9f8047af
Replace with Promise#resolve or Promise#reject
2022-08-13 23:40:12 -07:00
deepsource-autofix[bot]
d1a755013d
Replace with Promise#resolve or Promise#reject 2022-08-14 06:39:52 +00:00
Eggbertx
d01b686367 Add eslint stuff for JS tests 2022-08-13 23:35:54 -07:00
Eggbertx
81d0bc0946 Start reorganizing frontend source files 2022-08-13 23:18:08 -07:00
Eggbertx
74c443ae42 use localStorage setting for automatically hiding posts on page load 2022-08-13 21:18:25 -07:00
Eggbertx
8803379ced Make post/thread hiding properly hide stuff 2022-08-13 20:29:39 -07:00
Eggbertx
a80f3f05c3 Re-add post/thread hiding 2022-08-13 19:29:33 -07:00
Eggbertx
f0cbfc2858 Make some changes suggested by eslint and deepsource
Mainly semicolon, using more ===, and use "change" instead of "click" event for dropdown menu event
2022-08-13 18:07:04 -07:00
Eggbertx
9bd4aee381
Merge pull request #63 from gochan-org/deepsource-fix-00ac5259
Remove unnecessary whitespace
2022-08-13 17:07:41 -07:00
deepsource-autofix[bot]
eec9f85aa4
Remove unnecessary whitespace 2022-08-14 00:07:27 +00:00
Eggbertx
2e3cfcc30d Don't fail installation if we find a symlink 2022-08-13 16:58:53 -07:00
Eggbertx
eda67081fa
Merge pull request #62 from gochan-org/deepsource-fix-ab5c995a
Replace  `==`/`!=` with `===`/`!==`
2022-08-13 16:08:33 -07:00
deepsource-autofix[bot]
958786de37
Replace ==/!= with ===/!== 2022-08-13 23:08:08 +00:00
Eggbertx
b774433065 Close the QR box on saving settings if it isn't enabled 2022-08-12 16:23:20 -07:00
Eggbertx
e6267a4ae3 Make the quote() function properly use the QR box if enabled 2022-08-12 15:59:58 -07:00
Eggbertx
1d04817f65 Update frontend README 2022-08-11 15:12:09 -07:00
Eggbertx
15bc585424 Use FALSE instead of 0 in gcsql.GetReports because Postgresql doesn't like it 2022-08-09 11:58:12 -07:00
Eggbertx
af93aff9fe Add the ability to edit and delete sections 2022-08-08 15:43:05 -07:00
Eggbertx
43eaa8c980 Fix some stuff in build.py as recommended by deepsource 2022-08-07 22:54:11 -07:00
Eggbertx
dc6cac7213 Add stuff to be able to create a board section from the web interface 2022-08-07 22:32:37 -07:00
Eggbertx
8e3a7c493a Add board sections template and action 2022-08-07 22:02:06 -07:00
Eggbertx
9cc115f0d8 Add eslint to build.py 2022-08-07 18:39:56 -07:00
Eggbertx
cb4d3f4e82 Add persistent QR box setting 2022-08-07 18:05:26 -07:00
Eggbertx
35ae18f8db update gochan.js with changes from deepsource pr 2022-08-05 16:46:43 -07:00