Dessalines
cfa40e482a
Parse out in reply to field. Fixes #694 ( #799 )
...
- When a comment or post doesn't exist locally, yet we receive
an activitypub with it (for example, a nested comment update,
for a community we just subscribed to, also with a post we
don't have...), then fetch it.
2020-06-11 11:16:33 -04:00
0f1a8ec928
Merge branch 'master' into federation
2020-06-09 14:01:26 +02:00
5c6601cb2a
Merge branch 'activitystreams-new' into federation
2020-06-07 09:12:15 -04:00
a13e9fe395
Adding galician, turkish, hungarian, and ukrainian languages.
2020-06-07 07:51:36 -04:00
ernestwisniewski
c1421c9c44
Adding Polish language ( #784 )
2020-06-07 07:34:15 -04:00
55f179bf33
Merge branch 'master' of https://github.com/lemmynet/lemmy
2020-06-06 21:23:45 -04:00
c7b861e0ba
Updating sponsor list.
2020-06-06 21:22:39 -04:00
fe56da1654
Merge remote-tracking branch 'yerba/limit-memory'
2020-06-05 13:05:14 -04:00
Lorenz Schmidt
a3a55dd195
Indicate unstable API in README and mdbook ( #781 )
2020-06-05 12:03:01 -04:00
63ca6e1e24
Version v0.6.71
2020-06-05 11:49:36 -04:00
9bf444e93a
Removing webp for now.
2020-06-05 11:45:04 -04:00
8257b040be
Limit memory usage for pictshare and iframely
2020-06-05 17:07:38 +02:00
7c0ea6cfa7
Version v0.6.70
2020-06-04 21:42:08 -04:00
ee32072489
Fixing webp issue for safari.
2020-06-04 21:40:57 -04:00
f40f74b20d
Adding additional 3-instance integration test for community announce.
2020-06-03 17:55:32 -04:00
c1ef766125
migrate follow
2020-06-03 21:44:14 +02:00
2e882f75f2
Version v0.6.69
2020-06-03 12:11:52 -04:00
9a9a0b9735
Changing cache to 1 hour until we can figure out caching issue.
2020-06-03 12:11:40 -04:00
361cf995da
Version v0.6.68
2020-06-03 11:46:09 -04:00
686f1d57cb
Merge branch 'dev'
2020-06-03 11:42:06 -04:00
2deb0b3d7f
Adding webp for pictshare images / avatars. Fixes #772
2020-06-03 11:41:22 -04:00
3999e0485e
migrate tombstone
2020-06-03 17:10:16 +02:00
b2a7ce834d
Enable gzip compression for .svg
2020-06-03 11:59:39 +02:00
59d22ef775
Version v0.6.67
2020-06-02 19:59:49 -04:00
b1b9568c96
Adding text-body class to message toast. Fixes #736
2020-06-02 19:58:28 -04:00
1e88b815da
Updating pictshare docker image.
2020-06-02 19:29:29 -04:00
998b9454b2
Version v0.6.66
2020-06-02 14:05:17 -04:00
d5b97c74f8
Merge remote-tracking branch 'weblate/master'
2020-06-02 14:04:54 -04:00
a8160288ae
Merge remote-tracking branch 'yerba/cache-control'
2020-06-02 14:03:38 -04:00
21e913192a
Add cache-control header to HTTP responses based on mime
2020-06-02 19:22:00 +02:00
PifyZ
16144c7be6
Translated using Weblate (French)
...
Currently translated at 100.0% (244 of 244 strings)
Translation: Lemmy/lemmy
Translate-URL: http://weblate.yerbamate.dev/projects/lemmy/lemmy/fr/
2020-06-01 21:32:00 +00:00
odamite
865185efad
Translated using Weblate (Finnish)
...
Currently translated at 100.0% (244 of 244 strings)
Translation: Lemmy/lemmy
Translate-URL: http://weblate.yerbamate.dev/projects/lemmy/lemmy/fi/
Translated using Weblate (Finnish)
Currently translated at 93.4% (228 of 244 strings)
Translation: Lemmy/lemmy
Translate-URL: http://weblate.yerbamate.dev/projects/lemmy/lemmy/fi/
2020-06-01 21:32:00 +00:00
bertol
4148280a8e
Translated using Weblate (Basque)
...
Currently translated at 25.0% (61 of 244 strings)
Translation: Lemmy/lemmy
Translate-URL: http://weblate.yerbamate.dev/projects/lemmy/lemmy/eu/
Translated using Weblate (Spanish)
Currently translated at 100.0% (244 of 244 strings)
Translation: Lemmy/lemmy
Translate-URL: http://weblate.yerbamate.dev/projects/lemmy/lemmy/es/
2020-06-01 21:32:00 +00:00
1aa30d855e
address review comments
2020-06-01 16:48:07 +02:00
f3aba6da92
fix comment notifications
2020-05-30 20:05:42 +02:00
c34cc46c2d
get it working (mostly)
2020-05-30 19:44:50 +02:00
52206998aa
more fixes
2020-05-30 15:38:01 +02:00
0c2905fd2d
Merge branch 'dev'
2020-05-29 13:03:44 -04:00
445f38eb3c
More clear remove / delete translations. #712
2020-05-29 13:03:39 -04:00
847e19f22d
Version v0.6.65
2020-05-28 14:13:47 -04:00
ef7d10262a
Merge remote-tracking branch 'weblate/master'
2020-05-28 14:13:44 -04:00
d6e2119277
make comments work (more or less)
2020-05-28 20:09:37 +02:00
Dessalines
29fc3681b9
Validate register usernames on the back-end. Fixes #716 ( #750 )
...
* Validate register usernames on the back-end. Fixes #716
* Changing name to is_valid_username
2020-05-28 14:07:36 -04:00
871f09d109
Changing meaning to with in sponsors message.
2020-05-28 13:58:17 -04:00
d9ec95ab5b
For top-bar post creation, dont select a default community. Fixes #729
2020-05-28 12:55:18 -04:00
dd5cedcfea
Remove only show scrollbar on hover, change to auto. Fixes #734
2020-05-28 11:37:23 -04:00
8f9bd1fef7
get some more things working
2020-05-28 15:20:12 +02:00
ce0a37cdf1
get it working (mostly)
2020-05-28 13:51:48 +02:00
cac7011d53
move logic to sharedinbox
2020-05-28 13:44:52 +02:00
5753c4feaa
Let community announce posts
2020-05-28 13:15:51 +02:00