Umputun
5f8e16cbe2
add email auth validation with middleware
2022-06-05 11:57:51 -05:00
Ruslan Nagimov and Umputun
12e4f283fe
typo
2022-06-02 10:47:06 -05:00
Dzung Do and Umputun
20ca0896a6
Finish Vietnamese translation
...
and editing some typo missing
2022-05-30 13:39:45 -05:00
Dmitry Verkhoturov and Umputun
3b5f44da46
bump go modules, fix StartTLS email notifications
...
In #1359 , we discovered that StartTLS was not working\
due to the wrong host passed. This bumps the library for the fix.
Also, after a switch to go-pkgz/notify MailGun email sending
broke due to the difference in the destination email parsing,
the fix is also applied after this commit.
backend/v1.10.0
v1.10.0
2022-05-20 16:00:30 -05:00
Dmitry Verkhoturov and Umputun
9049d7a616
add missing RPC type of image storage to the documentation
2022-05-15 15:56:53 -05:00
Dmitry Verkhoturov and Umputun
adb77d9a11
sync server parameters with their description
2022-05-12 11:41:52 -05:00
Paul Mineev and Umputun
18cc34535f
fix lint and test
2022-05-10 14:47:34 -05:00
Paul Mineev and Umputun
9053668cfe
fix editing mode
2022-05-10 14:06:02 -05:00
Alena Maslova and Umputun
b82ed825f7
add comment about custom ID user generation
2022-05-10 12:59:49 -05:00
Alena Maslova and Umputun
ac492180e8
use custom UserIDFunc for anonymous provider
2022-05-10 12:59:49 -05:00
dmitry.konchalenkov and Umputun
168a6d36c0
Update translations
2022-05-09 02:52:06 -05:00
Umputun and GitHub
7cdb006f81
Links rune ( #1344 )
...
* shorten links with non-latin properly
* lint: unneeded conversion
2022-04-30 12:03:52 -05:00
dependabot[bot] and Umputun
5a6ca7a82b
Bump ejs from 3.1.6 to 3.1.7 in /site
...
Bumps [ejs](https://github.com/mde/ejs ) from 3.1.6 to 3.1.7.
- [Release notes](https://github.com/mde/ejs/releases )
- [Changelog](https://github.com/mde/ejs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/mde/ejs/compare/v3.1.6...v3.1.7 )
---
updated-dependencies:
- dependency-name: ejs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-29 13:34:05 -05:00
Dmitry Verkhoturov and Umputun
a980bdbad2
switch to go-pkgz/notify package: email
2022-04-29 13:32:15 -05:00
Dmitry Verkhoturov and Umputun
0d9c80aec7
switch to go-pkgz/notify package: slack
2022-04-29 13:32:15 -05:00
Dmitry Verkhoturov and Umputun
59fb68ab2d
switch to go-pkgz/notify package: telegram
2022-04-29 13:32:15 -05:00
Dmitry Verkhoturov and Umputun
ad0ac693de
switch to go-pkgz/notify package: webhook
2022-04-29 13:32:15 -05:00
Dmitry Verkhoturov and Umputun
0560a893cf
switch to go-pkgz/notify package: modules
2022-04-29 13:32:15 -05:00
Umputun
598d767791
resolves #415 and the similar issue with title
2022-04-29 10:52:05 -05:00
Dmitry Verkhoturov and Umputun
0c3053d4ad
CloseIdleConnections on http clients
...
Without this, go.uber.org/goleak reports
leaking goroutine caused by HTTP client
on many tests when ran one by one.
2022-04-29 10:51:49 -05:00
Dmitry Verkhoturov and Umputun
91b9324080
cleanup test files
2022-04-29 10:51:49 -05:00
Dmitry Verkhoturov and Umputun
ba86db1263
replace errors package with fmt.Errorf
...
https://gist.github.com/Peltoche/60b8b81dfbf70164d0e2b88988003229
was used for it, thanks to @Peltoche for publishing it.
2022-04-26 00:25:09 -05:00
Paul Mineev and Umputun
21d0339d3d
restore low_score comment state
2022-04-24 20:19:13 -05:00
Paul Mineev and Umputun
9e30e3bd2c
enable downvoting for only positive
2022-04-24 20:19:13 -05:00
Paul Mineev and Umputun
bf6a08bdcd
Move back last comments css file
2022-04-21 17:43:35 -05:00
Umputun
3f3bfaffc6
Merge remote-tracking branch 'origin/master'
2022-04-18 00:03:59 -05:00
Umputun
9efcc9aba3
add removal info to policy
2022-04-18 00:03:53 -05:00
Dmitry Verkhoturov and Umputun
2a7966b9e6
replace numbers with proper HTTP status codes in tests
...
Also, remove unneeded whitespaces using whitespace
linter for golangci-lint.
2022-04-17 19:42:45 -05:00
Umputun
9ab27da343
update deps on example
2022-04-15 20:29:14 -05:00
Umputun
f4856c86d7
update deps
2022-04-15 12:50:05 -05:00
dependabot[bot] and Umputun
53df70bcef
Bump async from 2.6.3 to 2.6.4 in /frontend
...
Bumps [async](https://github.com/caolan/async ) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases )
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md )
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4 )
---
updated-dependencies:
- dependency-name: async
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-15 12:40:55 -05:00
Paul Mineev and Umputun
2d3677d629
clean testid in production build
2022-04-15 12:39:26 -05:00
Paul Mineev and Umputun
58b0841360
update comment actions block
2022-04-15 10:32:01 -05:00
Paul Mineev and Umputun
cd7a2a3c73
fix light bg on dark theme
2022-04-13 22:06:12 -05:00
Paul Mineev and Umputun
c58e6471ff
recover translation for controversion string
2022-04-13 12:54:55 -05:00
Paul Mineev and Umputun
a840dd9081
increce size limit for last-comments widget
2022-04-13 12:51:38 -05:00
Paul Mineev and Umputun
0e4ae6e050
rewrite vote component
2022-04-13 12:51:38 -05:00
Paul Mineev and Umputun
a290d906ee
fix copy for latest safari
2022-04-13 12:15:31 -05:00
Paul Mineev and Umputun
000d64d78f
fix broken verify icon on admin view and optimize the icon
2022-04-13 03:40:39 -05:00
Paul Mineev and Umputun
c987513886
add icon for paid patreon sub
2022-04-13 03:40:39 -05:00
Paul Mineev and Umputun
001b994e73
replace ts-jest and babel-jest to swc/jest
2022-04-13 03:40:19 -05:00
Paul Mineev and Umputun
5ed9e9d41b
update size-limit and move to app preset metrics
2022-04-12 12:18:56 -05:00
Paul Mineev and Umputun
5de9544337
update max size limit for counter.js
2022-04-10 15:35:31 -05:00
Paul Mineev and Umputun
a320ae03ae
Prevent code execution from the query
2022-04-10 15:35:31 -05:00
Paul Mineev and Umputun
fe6b119254
fix xss from iframe name
2022-04-10 15:35:09 -05:00
Paul Mineev and Umputun
145b4c474c
use default system font
2022-04-10 15:34:54 -05:00
Paul Mineev and Umputun
f7bddd757d
Improve frontend docs
2022-04-10 11:18:15 -05:00
Paul Mineev and Umputun
d89c9a1d1c
make content width on docs pages wider
2022-04-09 19:22:25 -05:00
Dmitry Verkhoturov and Umputun
0eac76ce6c
improve notifications description in parameters doc
2022-04-07 18:27:39 -05:00
Dmitry Verkhoturov and Umputun
977e5f018b
renew Google auth documentation
2022-04-07 17:14:56 -05:00