Dzung Do and Umputun
c9b6f9272f
Update vi.json
2023-09-04 01:35:57 -05:00
Umputun
1f2500f16f
switch to stable, updated auth
v1.12.1
2023-08-21 11:20:24 -05:00
Umputun
4b855ceddd
mod tidy for mem_store example
backend/v1.12.1
2023-08-20 19:37:39 -05:00
Umputun
e30d4da455
update auth lib to master #1660
...
adopt tests for the mandatory provider check
fix leftover test for the server
2023-08-20 19:37:39 -05:00
Umputun
26e6e57949
add cmd/var to ignore
backend/v1.12.0
v1.12.0
2023-08-07 13:33:04 -05:00
Umputun
b572966bc4
remove cmd/var
2023-08-07 13:32:44 -05:00
Umputun
bbfa4f1043
update base images for backend docker build
2023-08-07 13:12:42 -05:00
Umputun
9ad4f0b75e
lint: remove deprecated rand.Seed from tests
2023-08-07 13:09:38 -05:00
Umputun
2093f4ece2
update go to 1.20, bump deps
2023-08-07 13:03:16 -05:00
Alexander Gusman and Umputun
7bc7703dc2
build: use pnpm instead of npm to install deps for size checks
2023-07-24 12:29:55 -05:00
Alexander Gusman and Umputun
0ed7452e77
feat(ui): telegram user subscriptions
2023-07-24 12:29:55 -05:00
Alexander Gusman and Umputun
366cc19c1b
fix(rest): correct status code for telegram check token
2023-07-24 12:29:55 -05:00
Dmitry Verkhoturov and Umputun
c72f30eabb
remove proxied images from sanity check
...
Previously, proxied and local images were checked for presence in the
storage before previewing or posting the comment. That logic resulted in
an inability to post with an image when a proxy for images is enabled,
as proxied images are not downloaded to disk before the first time
someone loads them, which could only happen after the user either
previews or posts the message.
After this change, preview and post only checks the local images'
presence and ignore the proxied ones.
2023-07-23 12:10:52 -05:00
Justin Hawkins and GitHub
235f0dade0
Update documentation to support Caddy V2 ( #1657 )
...
* Update index.md
Change Caddy example config to the current V2 config.
* Simplify config
* Include legacy config as well
2023-07-20 21:12:11 -05:00
Dmitry Verkhoturov and Umputun
9c718cbc5f
clarify SharedSecret usage by comment
...
It's not used aside from `server` but it was decided to keep it in place
for backwards compatibility in PR #1544 .
2023-07-16 20:50:03 -05:00
Dmitry Verkhoturov and Umputun
02de92afc7
update Google auth setup instructions
...
Update based on my experience going through them.
2023-07-16 18:14:38 -05:00
Yury Kotov and Umputun
add01455fb
Fix snippet generation
...
1) Current implementation simply removes the last word, without truncating up to limit length.
2) In case if even the first word (magnet link or some base64?) is too long don't add extra space.
2023-07-04 13:32:37 -05:00
Eugene and GitHub
497f3ce47f
Skip confirmation step on email subscription ( #1646 )
...
* Email subscription params in request body
* Email subscription params in request body
fix tests
* Skip confirm step on email sub
When user logged in with the same email he tries to subscribe
* Skip confirm step on email sub
set autoConfirm param to make it work
* Update size-limit
* Handle 409: already subscribed
* refactor: prevStep to justSubscribed
prevStep is not used anywhere else and because of it influences output text (haveSubscribed), have changed it to more intuitive justSubscribed variable
* Test case for http error 409
2023-06-29 14:15:59 -05:00
LoneExile and Umputun
64188e5713
docs: added Astro w/ React/Preact Components Integration
2023-06-29 13:21:42 -05:00
Eugene Orlov and Umputun
33a6d6da97
Email subscription params in request body
...
fix tests
2023-06-29 10:52:36 -05:00
Eugene Orlov and Umputun
6410e3be85
Email subscription params in request body
2023-06-29 10:52:36 -05:00
Dmitry Verkhoturov and Umputun
136d7e8215
switch from telegram_bot_username to telegram_notifications
...
Bot username is returned as an answer to subscribe request,
so knowing it in advance is unnecessary.
2023-06-29 10:52:00 -05:00
Eugene Orlov and Umputun
d3fdd7b0d8
Fix color var usage
2023-06-27 22:16:38 -05:00
Eugene Orlov and Umputun
329fcc204c
Update size-limit
2023-06-27 22:16:38 -05:00
Eugene Orlov and Umputun
ba2c7894a8
Telegram QR styling
...
- 1/1 aspect ratio
- white border around (for easier scan)
2023-06-27 22:16:38 -05:00
Eugene Orlov and Umputun
07667c8881
fix: Gap between buttons and markdown tip
2023-06-12 09:44:04 -05:00
Eugene Orlov and Umputun
68504a70a0
[site] fix: anchor offset
...
use different header size on mobiles and desktops
2023-06-06 15:22:02 -05:00
Eugene Orlov and Umputun
32073b3d66
[site] fix: anchor offset
...
make it use tailwind styles
2023-06-06 15:22:02 -05:00
Eugene Orlov and Umputun
d1c1664a38
[site] fix: anchor offset
...
when navigating through an anchor
2023-06-06 15:22:02 -05:00
Vasilii Blazhnov and Umputun
8cbcff98ec
Fixed wrong markdown
2023-05-08 14:35:30 -05:00
Dmitry Verkhoturov and Umputun
26f82ad95c
don't allow relative links in comments
...
(url) is a text inserted by default and never an intended URL.
That additional validation will ensure that users won't post relative
links because they are rarely intended.
2023-04-09 23:30:21 -05:00
Dmitry Verkhoturov and Umputun
1b90604b2d
update go modules, fix Apple auth redirect
...
Previously the redirect after successful authentication didn't work.
2023-04-02 03:47:35 -05:00
Dmitry Verkhoturov and Umputun
a03c002df4
bump golangci-lint to latest
2023-04-02 01:21:33 -05:00
Dmitry Verkhoturov and Umputun
1ce9415d34
ping pnmp version to 7
...
Previously version 8 was installed once it became available, breaking
the pipelines and docker build.
2023-04-01 14:45:44 -05:00
SimonHaas and Umputun
cc842901b3
updated deprecated link
2023-03-17 10:59:45 -05:00
Paul Mineev and Umputun
23d7e4cdbb
fix indentation for apps/remark42
2023-03-10 17:46:41 -06:00
Dejavu Moe and Umputun
b48f8fca31
Fix spell errors
2023-03-10 17:21:04 -06:00
DejavuMoe and Umputun
a4da93326e
Improve Simplified Chinese translation
...
modified:frontend/apps/remark42/app/locales/zh.json
2023-03-10 17:20:45 -06:00
konstantin krivlenia and Umputun
8bd5c0d163
#1605 fix loading th locale
2023-03-10 17:20:25 -06:00
DejavuMoe and Umputun
972ab87247
Update translation of the Simplified Chinese
2023-03-08 17:22:06 -06:00
dmitry.konchalenkov and Umputun
d1ea664b41
Update translations
2023-02-28 11:52:29 -06:00
Dmitry Verkhoturov
a55fadd53a
make docker build fail on backend test failure
...
Previously, the commands were combined incorrectly, and the failure
of backend tests was ignored.
2023-02-05 21:11:12 +01:00
Dmitry Verkhoturov and Umputun
c70a66a1c5
bump go modules
2023-01-21 13:30:44 -06:00
Dmitry Verkhoturov and Umputun
8357846818
add test JWT token generation instructions
backend/v1.11.3
v1.11.3
2023-01-15 12:54:44 -06:00
Matt Jackson and Umputun
31ea91afb8
docs: added Astro w/Svelte Components Integration
2023-01-14 19:12:38 -06:00
Dmitry Verkhoturov
6616541f65
improve frontend documentation
...
Variables were documented in the documentation but not in the code,
and max_last_comments needed to be documented.
2023-01-10 23:53:26 +01:00
Paul Mineev and Umputun
01695822bb
fix: calculate correct size when no_footer=true
2023-01-10 11:27:44 -06:00
Paul Mineev and Umputun
f0186d1aab
fix: fix no footer param
2023-01-10 11:27:44 -06:00
Dmitry Verkhoturov and Umputun
41a3359085
add the ability to set the JWS aud per site_id
...
Without this option, the aud is ignored.
It works only with RPC admin storage.
The shared key returned for all requests with the default shared admin
storage, so enabling that option does not affect it.
2023-01-10 11:24:41 -06:00
Dmitry Verkhoturov
d6cce8df2c
cleanup of the frontend code
...
- replace undocumented `substr` with `substring`
- remove unused code
- inline a few variables
- simplify ifs when possible
- improve saveCollapsedComments documentation
- cleanup the unused imports
- remove unused variables and types
2023-01-09 22:16:35 +01:00