Dmitry Verkhoturov and Umputun
a9b439602b
update go modules
2024-07-30 20:23:33 -05:00
Dmitry Verkhoturov and Umputun
d2027f5241
switch playwright (e2e) to latest stable version
2024-07-30 20:23:06 -05:00
Dmitry Verkhoturov and Umputun
95966f6407
add escaping of comment text in webhook default JSON template
backend/v1.13.1
v1.13.1
2024-07-01 23:41:50 -05:00
Umputun
8df986e70a
Add content type check for images endpoint
...
A check in image proxy for validating content type of requested images added. Modified the related tests to accommodate these changes.
2024-07-01 14:47:25 -05:00
dependabot[bot] and Umputun
71a6d0b385
Bump pug from 3.0.2 to 3.0.3 in /site
...
Bumps [pug](https://github.com/pugjs/pug ) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/pugjs/pug/releases )
- [Commits](https://github.com/pugjs/pug/compare/pug@3.0.2...pug@3.0.3 )
---
updated-dependencies:
- dependency-name: pug
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-30 12:12:14 -05:00
dependabot[bot] and Umputun
974d4aaf55
Bump ejs from 3.1.9 to 3.1.10 in /site
...
Bumps [ejs](https://github.com/mde/ejs ) from 3.1.9 to 3.1.10.
- [Release notes](https://github.com/mde/ejs/releases )
- [Commits](https://github.com/mde/ejs/compare/v3.1.9...v3.1.10 )
---
updated-dependencies:
- dependency-name: ejs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-30 12:11:10 -05:00
dependabot[bot] and Umputun
dc8d7d46cb
Bump braces from 3.0.2 to 3.0.3 in /site
...
Bumps [braces](https://github.com/micromatch/braces ) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3 )
---
updated-dependencies:
- dependency-name: braces
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-30 12:10:47 -05:00
dependabot[bot] and Umputun
c4ace9fc0c
Bump ws from 8.16.0 to 8.17.1 in /site
...
Bumps [ws](https://github.com/websockets/ws ) from 8.16.0 to 8.17.1.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/8.16.0...8.17.1 )
---
updated-dependencies:
- dependency-name: ws
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-30 12:10:26 -05:00
Dmitry Verkhoturov and Umputun
16b07ded66
fix golangci-lint reported unused parameters in example module
2024-06-30 12:07:06 -05:00
Tomy Hsieh and Umputun
c04705947a
📖 docs: Update README
2024-06-22 12:04:49 -05:00
Dmitry Verkhoturov and Umputun
eadd65e247
update docker images, clarify comments
2024-06-05 13:05:42 -05:00
Xin Li and Umputun
4428f79046
SubscribeByEmailForm: Ensure onInput and onClick props are typed correctly.
...
Resolves #1771
2024-06-04 11:06:14 -05:00
Armen Mkrtchyan and Umputun
bad6af87f7
Update .golangci.yml
...
Sorted linters alphabetically, removed duplicates
2024-05-30 11:30:19 -05:00
Edward Navarro and Umputun
f7ba43e5f1
Complete and update Spanish translations
2024-05-27 15:22:09 -05:00
Dmitry Verkhoturov and Umputun
661f042cb4
pin golangci-lint version to latest available, fix reported errors
backend/v1.13.0
v1.13.0
2024-05-09 22:32:00 -05:00
Pavel Francírek and Umputun
877765cda2
Update cs.json - typos
...
Only typo corrections.
2024-04-11 11:37:58 -05:00
Dmitry Verkhoturov and Umputun
4bb0017060
update go modules
2024-04-10 19:33:20 -05:00
Dmitry Verkhoturov and Umputun
e0423b8683
fix type for value for refresh token cache
...
It was set to string by mistake, proper type is token.Claims.
2024-03-22 04:16:29 -05:00
Dmitry Verkhoturov and Umputun
5a781693aa
hide delete button for non-admin users after edit period expires
2024-03-17 16:47:28 -05:00
Dmitry Verkhoturov and Umputun
e5743185b0
collect /find Info for tree and plain types consistently
...
MakeTree calculated Info locally for historical reasons,
and the results were consistent with the dataService.Info call
but calculated differently.
That change fixes that, ensuring that Info is requested
in the same manner.
2024-03-16 12:49:45 -05:00
dependabot[bot] and Umputun
1510aec17c
Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in /backend
...
Bumps google.golang.org/protobuf from 1.32.0 to 1.33.0.
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-13 18:33:05 -05:00
Dmitry Verkhoturov and Umputun
01837b69e5
fix readonly status, deleted count for plain /find request
2024-03-04 15:44:19 -06:00
Dmitry Verkhoturov and Umputun
d02099844e
apply prettier to site files
2024-02-25 18:27:06 -06:00
Dmitry Verkhoturov and Umputun
6fcfaa12b7
update site dependencies
2024-02-25 18:27:06 -06:00
Dmitry Verkhoturov and Umputun
6269c19881
add more tests for GET /find endpoint
2024-02-21 10:43:28 -06:00
Dmitry Verkhoturov and Umputun
1313dee829
update to lcw v2 with generic types
2024-02-20 14:15:35 -06:00
Dmitry Verkhoturov and Umputun
3210de8f7b
update go modules
2024-02-20 12:23:16 -06:00
Dmitry Verkhoturov and Umputun
532573fb34
fix problems reported by golangci-lint
2024-02-20 12:10:39 -06:00
Konstantsin Kryulenia and Umputun
e1173bbcad
use specific pnpm version
2024-02-03 12:09:57 -06:00
Konstantsin Kryulenia and Umputun
e748951182
skip lint jpeg files
2024-02-03 12:09:57 -06:00
Konstantsin Kryulenia and Umputun
df8670752a
copy example image to public folder
2024-02-03 12:09:57 -06:00
Dmitry Verkhoturov and Umputun
654250f033
don't load kitten picture from third party site
2024-02-03 12:09:57 -06:00
Dmitry Verkhoturov and Umputun
0050c65596
add meaningful error for lack of auth on import, remap and backup
...
Previously, the error printed was just the following:
error response "401 Unauthorized", Unauthorized"
New error:
error response "401 Unauthorized", ensure you have set ADMIN_PASSWD
and provided it to the command you're running: Unauthorized
2024-01-28 12:16:24 -06:00
Dmitry Verkhoturov and Umputun
02db7a917d
fix lack of error on file site export
...
Previously, status 200 was set for file export, which is used
for backup, which resulted in an inability to set an error status code
in case of a problem with file generation.
After this change, status code 200 would be written automatically by Go
before we start writing the response's body.
2024-01-28 12:16:24 -06:00
Dmitry Verkhoturov and Umputun
81c30e01f8
cleanup images from deleted comments
...
Previously, images were deleted only from comments deleted
before EditDuration expiration. After this change, any deletion
of the comment deletes images if they are not used elsewhere
in comments under the same page.
2024-01-20 13:29:06 -06:00
Paul Mineev and Umputun
82c617806d
chore: remove theme from comment content
2024-01-18 02:56:10 -06:00
Paul Mineev and Umputun
e043dc2ac3
fix: break long words in code tag, combine all styles in one file, move styles to correct place
2024-01-18 02:56:10 -06:00
Dmitry Verkhoturov and Umputun
cbd73865bd
update go modules, update go-pkgz/auth to latest commit
2024-01-11 15:57:39 -06:00
Dmitry Verkhoturov and Umputun
884b5685eb
update docker images and github CI actions
2024-01-11 01:26:30 -06:00
NavyStack and Umputun
3f14651653
fix: add missing Japanese translation
2024-01-08 11:23:03 -06:00
NavyStack and Umputun
310b797679
fix: add missing Japanese translation
2024-01-08 11:23:03 -06:00
NavyStack and Umputun
0594565143
FIX: Character escaping
2024-01-08 11:23:03 -06:00
NavyStack and Umputun
d4c153662b
update: Korean translation
2024-01-08 11:23:03 -06:00
NavyStack and Umputun
f64b0b8831
fix: Korean missing strings
2024-01-08 11:23:03 -06:00
Vladimir D and Umputun
94893b77dc
bump deps
2023-12-26 11:47:09 -06:00
Vladimir D and Umputun
30f46efa5b
TLS InsecureSkipVerify option
2023-12-26 11:47:09 -06:00
Vladimir D and Umputun
e0904603c6
go-pkgz/auth and go-pkgz/email modules updated, bump deps
2023-12-26 11:47:09 -06:00
Dmitry Verkhoturov and Umputun
d143932924
add MIN_COMMENT_SIZE parameter
2023-12-02 12:16:26 -06:00
Dmitry Verkhoturov
dcc7613409
allow disabling fancy HTML formatting
...
It might be necessary if the comments should preserve
original quotes instead of replacing them with angled ones.
2023-11-26 09:13:53 +01:00
Dmitry Verkhoturov and Umputun
d04d2097f8
fix Commento import URL
...
Previously, it was not using the domain
and relying on another export format.
2023-11-20 10:59:05 -06:00