1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-03 11:46:22 -07:00
Commit graph

1108 commits

Author SHA1 Message Date
Eggbertx
9f5f5c697c Make wordfilter creation work 2022-07-21 16:11:23 -07:00
Eggbertx
462f1b3c6a Make wordfilter editing work 2022-07-21 15:50:38 -07:00
Eggbertx
97eaabeee3 Replace gcsql.NewWordFilter (stub function) with CreateWordFilter 2022-07-21 14:56:40 -07:00
Eggbertx
bd32c9ddfd Add function to get board-specific wordfilters and a function to apply wordfilters 2022-07-20 15:53:51 -07:00
Eggbertx
fec5be5104 Bump version for minor release 2022-07-20 13:13:10 -07:00
Eggbertx
36718ee7fb Make post editing function on dropdown work 2022-07-19 14:24:10 -07:00
Eggbertx
6628669c81 Add Edit post dropdown option 2022-07-19 13:28:01 -07:00
Eggbertx
857a8b2b81 Make symbolic linking do stuff 2022-07-19 12:42:46 -07:00
Eggbertx
3a9ee73f2d Add command line argument to build.py install to create symbolic links 2022-07-19 12:33:30 -07:00
Eggbertx
f483a2f958 Fix post editing 2022-07-18 16:54:29 -07:00
Eggbertx
c97aa9fdc7 Remove .log from end of log paths 2022-07-18 16:40:24 -07:00
Eggbertx
f307fd2a5f Remove unused links from page footer 2022-07-18 16:20:31 -07:00
Eggbertx
bc8e30828a Add function for getting the path relative to the site's WebRoot 2022-07-18 12:34:43 -07:00
Eggbertx
272cd54872 Rebuild frontend after pull + dependency updates 2022-07-18 11:12:45 -07:00
Eggbertx
0eee2681dd
Merge pull request #60 from gochan-org/dependabot/npm_and_yarn/frontend/jquery-ui-1.13.2
Bump jquery-ui from 1.13.1 to 1.13.2 in /frontend
2022-07-18 11:02:11 -07:00
dependabot[bot]
2325da194f
Bump jquery-ui from 1.13.1 to 1.13.2 in /frontend
Bumps [jquery-ui](https://github.com/jquery/jquery-ui) from 1.13.1 to 1.13.2.
- [Release notes](https://github.com/jquery/jquery-ui/releases)
- [Commits](https://github.com/jquery/jquery-ui/compare/1.13.1...1.13.2)

---
updated-dependencies:
- dependency-name: jquery-ui
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-18 17:22:05 +00:00
Eggbertx
16e5e84ab9 Prevent invalid cookie characters from causing potentially unexpected behavior with passwords 2022-07-06 13:59:58 -07:00
Eggbertx
0950a5320f Delete post element if dropdown delete action is used 2022-07-03 17:55:27 -07:00
Eggbertx
38d1337198 Add style rules to eslint config 2022-07-01 15:52:51 -07:00
Eggbertx
1e809845a7 Install ESLint for code analysis 2022-07-01 11:16:13 -07:00
Eggbertx
7fa320300e Replace jquery-ui-dist npm package with jquery-ui 2022-07-01 10:26:29 -07:00
Eggbertx
297b692c6b Add unwatch thread action 2022-06-30 16:56:59 -07:00
Eggbertx
add7f590e0 Use 12-hour format for post times in gochan.example.json
Also fix GeoIPDBlocation path
2022-06-28 14:59:12 -07:00
Eggbertx
9d0c8d4149 Fix bug with thumbnails not being created even if image is bigger than a thumbnail
(bug introduced in commit 0415b3066a)
2022-06-25 18:20:25 -07:00
Eggbertx
0415b3066a If upload is gif and not bigger than a thumbnail, still create a thumbnail if it's animated 2022-06-18 12:49:12 -07:00
Eggbertx
703cd41c9c add config.SetVersion call to gcplugin.TestStructPassing 2022-06-01 15:33:46 -07:00
Eggbertx
7e87a9ec10 Test value modification with gcplugin.TestStructPassing 2022-06-01 15:05:26 -07:00
Eggbertx
a8ed56983f Remove unnecessary userdata object from gcplugin.TestStructPassing() 2022-06-01 14:39:52 -07:00
Eggbertx
495399eae7 Add simple plugin loader
(though it doesn't do anything useful yet)
2022-06-01 14:17:27 -07:00
Eggbertx
dd77ca9eff Use gzlog to rotate logs after they reach 1 MB
TODO: make the max log size configurable
2022-05-12 22:39:00 -07:00
Eggbertx
26fc379a1a Update path in JS tests and add localStorage stuff 2022-05-12 21:46:27 -07:00
Eggbertx
d264cb12ac Merge /sass and /frontend for better organization 2022-05-12 21:24:07 -07:00
Eggbertx
ee2f603891 Upgrade npm packages 2022-05-12 20:06:09 -07:00
Eggbertx
effdb90323
Merge pull request #59 from gochan-org/deepsource-fix-48cf22f9
Replace `if-else` with ternary operator
2022-05-12 19:48:44 -07:00
deepsource-autofix[bot]
2371e86c50
Replace if-else with ternary operator 2022-05-13 02:47:23 +00:00
Eggbertx
d7db444055 Add test patterns to deepsource file 2022-05-12 19:44:39 -07:00
Eggbertx
72cd413da9 Add environment to deepsource javascript analyzer 2022-05-12 11:59:03 -07:00
Eggbertx
4e4974b832 Don't care about the current page as long as ref'd post is on it 2022-05-12 11:46:52 -07:00
Eggbertx
5bfbeabf13 Fix a bunch of large value copies as suggested by deepsource 2022-05-12 11:28:15 -07:00
Eggbertx
1f3f78d1c0
Merge pull request #58 from gochan-org/deepsource-fix-61ec56d3
Use identity check for comparison to a singleton
2022-05-12 11:04:02 -07:00
deepsource-autofix[bot]
513ede1746
Use identity check for comparison to a singleton 2022-05-12 18:03:29 +00:00
Eggbertx
3f457a133f forgot to add comma to exclude_patterns 2022-05-12 10:59:05 -07:00
Eggbertx
e8018b825a Move deepsource exclude patterns to top level 2022-05-12 10:57:51 -07:00
Eggbertx
725bf85ecc Add exclusion patterns to deepsource file 2022-05-12 10:56:18 -07:00
Eggbertx
fc7facc5f8 Only use post previews/inline expansion if enabled 2022-05-12 00:46:36 -07:00
Eggbertx
d376cfab8b Make file-deleted-box elements properly centered 2022-05-08 16:44:21 -07:00
Eggbertx
ea57e1fa34 Update top bar pinned status when settings are saved 2022-05-08 14:27:59 -07:00
Eggbertx
cc9d0ed828 Use different functions for cookie return types 2022-05-08 13:15:39 -07:00
Eggbertx
744e915d51 Remove unneeded property strings from selectors 2022-05-08 11:38:00 -07:00
Eggbertx
91aaa286bd Use Setting subclasses 2022-05-07 17:15:27 -07:00