678e1fa927
Add community outbox (ref #1018 )
2020-07-29 22:49:52 +02:00
705e74f4b9
Federate sticky flag (ref #1018 )
2020-07-29 19:15:30 +02:00
nutomic
f5211aab2a
Merge pull request 'Refactor inbox, simplify and split into multiple files' ( #72 ) from inbox-refactoring into main
...
Reviewed-on: https://yerbamate.dev/LemmyNet/lemmy/pulls/72
2020-07-29 17:13:13 +00:00
cee72065e9
Merge branch 'main' into inbox-refactoring
2020-07-29 15:41:05 +02:00
04cb1e0161
Version v0.7.33
2020-07-29 09:06:26 -04:00
35e6aa0d94
Merge branch 'main' of https://github.com/lemmynet/lemmy into main
2020-07-29 09:06:04 -04:00
19db9dea30
Fix an issue with user language setting.
2020-07-29 09:05:46 -04:00
Dessalines
49bd28e2d4
Adding visual captchas for register and login. ( #1027 )
...
* Adding visual captchas for register and login.
* Adding audio wav file for Captcha using espeak.
* Lots of captcha fixes.
- Removed login captchas.
- Added settings to disable captchas, and change difficulty.
- Captchas can only be checked / used once, front end gives a new one on
failure.
- Added front end button for regenerating captcha.
- Added a disabled / pause button audio playing.
* Some more fixes.
2020-07-29 09:02:46 -04:00
8ad4378960
Disable ID domain check in FromApub until we figure it out properly
2020-07-29 13:58:39 +02:00
a85873d294
Take correct community uri in shared_inbox, rename fetch_remote* methods
2020-07-29 13:46:11 +02:00
5dd0efb280
Version v0.7.32
2020-07-29 00:29:56 -04:00
2d00b1d0fb
Using full community title as document.title
2020-07-29 00:29:19 -04:00
ff7e0c72f9
Merge branch 'Axighi-master' into front_end_prettying
2020-07-29 00:24:49 -04:00
ae78b3473f
Some more prettifying, cleaning up community and main.tsx
2020-07-29 00:23:24 -04:00
Azriel Lector
75fe38ab08
Remove /u/
and /c/
schemes from UI
2020-07-29 11:16:27 +08:00
52b221e3c9
Version v0.7.31
2020-07-28 21:20:19 -04:00
abeefc95bb
Merge remote-tracking branch 'weblate/main' into main
2020-07-28 21:20:17 -04:00
b2d2553305
Adding a unit test for a federated comment like.
2020-07-28 19:37:19 -04:00
ced3cbde73
Merge branch 'main' into inbox-refactoring-dessalines
2020-07-28 18:55:50 -04:00
ceb18b528a
Merge branch 'main' of https://github.com/lemmynet/lemmy into main
2020-07-28 18:18:33 -04:00
28faf170e9
Adding a sponsor.
2020-07-28 18:06:10 -04:00
494fcfdb8f
Add helper function to generate proper activity IDs
2020-07-28 19:23:16 +02:00
Lucy
1982fd630d
Translated using Weblate (Irish)
...
Currently translated at 99.2% (264 of 266 strings)
Translation: Lemmy/lemmy
Translate-URL: http://weblate.yerbamate.dev/projects/lemmy/lemmy/ga/
Translated using Weblate (Irish)
Currently translated at 62.4% (166 of 266 strings)
Translation: Lemmy/lemmy
Translate-URL: http://weblate.yerbamate.dev/projects/lemmy/lemmy/ga/
2020-07-28 17:04:21 +00:00
Ron
cafa164f60
Translated using Weblate (Russian)
...
Currently translated at 100.0% (266 of 266 strings)
Translation: Lemmy/lemmy
Translate-URL: http://weblate.yerbamate.dev/projects/lemmy/lemmy/ru/
2020-07-28 17:04:21 +00:00
Serge Tarkovski
4915c31b03
Translated using Weblate (Russian)
...
Currently translated at 99.6% (265 of 266 strings)
Translation: Lemmy/lemmy
Translate-URL: http://weblate.yerbamate.dev/projects/lemmy/lemmy/ru/
2020-07-28 17:04:21 +00:00
Dessalines
8d1ec88195
Enforce rustfmt +nightly for consistent rust imports. ( #1035 )
2020-07-28 12:42:14 -04:00
be2d9f0427
Merge pull request #1033 from LemmyNet/post_thumbnail_url_fixes
...
Fix post thumbnail_url to use full urls. Fixes #632
2020-07-28 18:22:24 +02:00
e605d58888
Merge branch 'main' into inbox-refactoring-merge
2020-07-28 12:08:28 -04:00
1ed63e99d9
Fix post thumbnail_url to use full urls. Fixes #632
2020-07-28 11:42:40 -04:00
1ed7c59491
Refactor inbox, simplify and split into multiple files
2020-07-28 14:41:15 +02:00
ernestwisniewski
aaa4361158
User details ui fix ( #1032 )
...
* User details ui fix
* User details ui fix
2020-07-27 20:05:29 -04:00
Dessalines
5ada39f39c
Admin-settings page fix. ( #1031 )
2020-07-27 11:54:59 -04:00
Dessalines
6e4599411b
Adding inferno-helmet to fix page titles. Fixes #1028 ( #1030 )
2020-07-27 11:54:42 -04:00
Dessalines
80943a65e6
Upgrade front deps. ( #1029 )
...
* Adding a sponsor.
* Upgrade some front end deps.
2020-07-27 11:42:31 -04:00
Dessalines
c066915b8e
Federate sticky flag dessalines ( #1021 )
...
* Federate sticky flag (ref #1018 )
* Adding tests for federated sticky and lock.
* Changing test to make sure it returns the correct locked error.
Co-authored-by: Felix Ableitner <me@nutomic.com>
2020-07-27 11:42:15 -04:00
Dessalines
d1342afe93
Remove extra jwt claims (for user settings) ( #1025 )
...
* Remove extra jwt claims (for user settings)
- The JWT token only contains the issuer, and your user id now.
- Now only a page refresh is necessary to pick up your settings on all
clients, including theme, language, etc.
- GetSiteResponse now gives you your user and settings if logged in.
- Fixes #773
* Remove extra comment line, I tested nsfw
* Adding a todo to add a User_::readSafe()
2020-07-27 09:23:08 -04:00
571d0a6500
Adding a sponsor.
2020-07-26 17:46:27 -04:00
617d636432
Version v0.7.30
2020-07-25 10:43:42 -04:00
978a86cdaa
Merge branch 'main' of https://github.com/lemmynet/lemmy into main
2020-07-25 10:43:11 -04:00
eb6df560d8
Only deploy on tags.
2020-07-25 10:41:55 -04:00
Dessalines
c335069310
Add Apps / Clients section to readme. ( #1019 )
...
* Add Apps / Clients section to readme.
* Separating apps and libraries.
2020-07-25 11:29:24 +00:00
0ff9af5ba5
Version v0.7.29
2020-07-24 22:06:16 -04:00
cd01c7ebd7
Merge remote-tracking branch 'weblate/main' into main
2020-07-24 22:06:14 -04:00
Dessalines
edb2e40383
Automated travis docker testing and deploys. ( #1023 )
...
* Testing out a travis 1.
* Testing out a travis 2.
* Testing out a travis 3.
* Testing out a travis 4.
* Testing out a travis 5.
* Testing out a travis 6. Trying a failing test
* Testing out a travis 7. Trying to cache the docker images.
* Testing out a travis 8. Still not correctly failing.
* Trying full path for docker_images dir.
* Fixing test again, trying a dockerhub deploy.
* Fixing test again, trying a dockerhub deploy 2.
* Remove caching.
* Trying to fix docker deploy.
* Try using the travis tag
* Using dessalines/lemmy:travis
* Try using the prod dockerfile now.
* Update http sigs dependency
* Finally getting this mostly working.
Co-authored-by: asonix <asonix@asonix.dog>
2020-07-24 22:06:00 -04:00
ceaa485f06
Update http sigs dependency ( #1022 )
2020-07-24 19:57:13 -04:00
Filip Bengtsson
70aa9531ef
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (266 of 266 strings)
Translation: Lemmy/lemmy
Translate-URL: http://weblate.yerbamate.dev/projects/lemmy/lemmy/sv/
2020-07-24 22:11:34 +00:00
Txopi
394c8e8037
Translated using Weblate (Basque)
...
Currently translated at 100.0% (266 of 266 strings)
Translation: Lemmy/lemmy
Translate-URL: http://weblate.yerbamate.dev/projects/lemmy/lemmy/eu/
2020-07-24 22:11:34 +00:00
255068f52d
Merge remote-tracking branch 'weblate/main' into main
2020-07-23 23:38:12 -04:00
Ron
d8005f455c
Translated using Weblate (Russian)
...
Currently translated at 99.2% (253 of 255 strings)
Translation: Lemmy/lemmy
Translate-URL: http://weblate.yerbamate.dev/projects/lemmy/lemmy/ru/
2020-07-24 01:21:50 +00:00
036c76798b
Adding to sponsors list.
2020-07-23 14:40:05 -04:00