Commit Graph

2368 Commits (2189d15e5bc0cf66b09d69605bb3d010cc62ff89)
 

Author SHA1 Message Date
Filip Bengtsson 845482a623 Translated using Weblate (Swedish)
Currently translated at 100.0% (255 of 255 strings)

Translation: Lemmy/lemmy
Translate-URL: http://weblate.yerbamate.dev/projects/lemmy/lemmy/sv/
4 years ago
Ady Nemo 57db25e4a6 Translated using Weblate (French)
Currently translated at 99.2% (253 of 255 strings)

Translation: Lemmy/lemmy
Translate-URL: http://weblate.yerbamate.dev/projects/lemmy/lemmy/fr/
4 years ago
Tirifto 8f781c4757 Translated using Weblate (Esperanto)
Currently translated at 100.0% (255 of 255 strings)

Translation: Lemmy/lemmy
Translate-URL: http://weblate.yerbamate.dev/projects/lemmy/lemmy/eo/

Translated using Weblate (Esperanto)

Currently translated at 99.6% (254 of 255 strings)

Translation: Lemmy/lemmy
Translate-URL: http://weblate.yerbamate.dev/projects/lemmy/lemmy/eo/
4 years ago
Dessalines 09f892a7fa Adding to sponsors list. 4 years ago
Dessalines 3b6b2c274d
Better user page loading indicators. Fixes #986 (#989) 4 years ago
Dessalines 7fdd41697e
Un-expand image when receiving new post. Fixes #979 (#988) 4 years ago
Dessalines aaa850c6c9 Better user page loading indicators. Fixes #986 4 years ago
Dessalines 2a206e1b4d Version v0.7.24 4 years ago
Dessalines c4d54fc427 Updating deploy to use weblate/main 4 years ago
Dessalines a9b180bf6f Merge remote-tracking branch 'weblate/main' into main 4 years ago
Dessalines a9de6b6d00 Merge branch 'main' of https://github.com/lemmynet/lemmy into main 4 years ago
Dessalines 1e30fcf235 Version v0.7.23 4 years ago
Dessalines 56741fcea5
Adding markdown buttons. Fixes #977 (#984) 4 years ago
Filip Bengtsson 3030d24f74 Translated using Weblate (Swedish)
Currently translated at 100.0% (255 of 255 strings)

Translation: Lemmy/lemmy
Translate-URL: http://weblate.yerbamate.dev/projects/lemmy/lemmy/sv/
4 years ago
Tirifto f2508753b1 Translated using Weblate (Esperanto)
Currently translated at 99.6% (254 of 255 strings)

Translation: Lemmy/lemmy
Translate-URL: http://weblate.yerbamate.dev/projects/lemmy/lemmy/eo/
4 years ago
Jon Snow 5222f0a8a7 Translated using Weblate (Russian)
Currently translated at 98.0% (250 of 255 strings)

Translation: Lemmy/lemmy
Translate-URL: http://weblate.yerbamate.dev/projects/lemmy/lemmy/ru/
4 years ago
Felix Ableitner 2d4c41d2be Convert comments to new apub lib (including comment activities) 4 years ago
Felix Ableitner ef8118f40f migrate post to new apub lib 4 years ago
Dessalines f69f044aaa Version v0.7.22 4 years ago
Dessalines 9f36fd50b4
GetSite fixes. Fixes #975 (#978) 4 years ago
Dessalines fc15276c10
Don't allow duplicate community names in API. #957 (#974) 4 years ago
Rynach e440357bec
Update Finnish translation (#976)
Added several new lines to the translation file. In several existing lines I made the wording less janky.
4 years ago
Dessalines 78cb306c07
Don't allow community name editing. Fixes #964 (#973) 4 years ago
Felix Ableitner e04d014a3a
Merge pull request #972 from LemmyNet/master_to_main
Changing references from master to main. #820
4 years ago
Dessalines 2f5e191b2d Changing references from master to main. #820 4 years ago
Dessalines 2c0928efe0 Change styling on comment-form no login-alert. 4 years ago
Dessalines 7d6985647f Some password reset UI fixes. Fixes #955 4 years ago
Dessalines 70f15ffd6f Version v0.7.21 4 years ago
Dessalines da14612049 Merge remote-tracking branch 'weblate/master' 4 years ago
Dessalines cc0ae6343c
Fixing user mention reading. (#968) 4 years ago
Dessalines 2f32d3e6df A few fixes. 4 years ago
riccardo 073ab0aac0 Translated using Weblate (Italian)
Currently translated at 100.0% (250 of 250 strings)

Translation: Lemmy/lemmy
Translate-URL: http://weblate.yerbamate.dev/projects/lemmy/lemmy/it/
4 years ago
Dessalines d6fdfe0b6d Merge branch 'fix_frontend_duplicate_requests' of https://github.com/masterstur/lemmy into masterstur-fix_frontend_duplicate_requests 4 years ago
Dessalines 5ccf81349e Version v0.7.20 4 years ago
ryexandra 29037b4995
Security/fix permission bugs (#966)
* secure the `EditPost` API endpoint

* Check user is moderator in BanFromCommunity

* secure the `EditComment` API endpoint

* pass orig `read` prob when not explicitly updating it.

* Block random users from adding mods.

* use cleaner logic from `EditPost`

* prevent editing a community by a mod from transfering ownership to them

* secure `read` action in `EditPrivateMessage`

* Add check in UserMention

* only let the indended recipient mark as read

* simplify booleans to satisfy clippy

* requested changes + cargo +nightly fmt

* fix to pass federation tests for deleting comments and posts

Co-authored-by: chiminh <chiminh.tutanota.com>
Co-authored-by: Hex Bear <buildadangtrain@protonmail.com>
4 years ago
derek ef62f4698a ui.components: fix ts types, move user pagination to user details 4 years ago
derek 563a66b053 ui.components.sort-select: always parse to number 4 years ago
derek 602993ac76 ui.components.main: simplify url update logic 4 years ago
derek 47548905ce ui.components: fix selector components to work with browser buttons
Use getDerivedState to set state and only send back props
4 years ago
derek 195bf022bb ui.components.communities: deprecate componentWillReceiveProps 4 years ago
derek 5aa2a682ff ui.components.community: fix duplicate requests
Deprecate componentWillReceiveProps for getDerivedStateFromProps
4 years ago
derek af2141417a ui.components.search: fix duplicate requests
Deprecate componentWillReceiveProps for getDerivedStateFromProps
4 years ago
derek 2640efb3f0 ui.components.main: fix duplicate requests
Deprecate componentWillReceiveProps for getDerivedStateFromProps
4 years ago
derek f1d01f4fa0 ui.components: split user component up to fix duplicate requests
Replace componentWillReceiveProps with getDerivedState and pass state as props to new component
4 years ago
derek d71897620c Merge remote-tracking branch 'LemmyNet/master' 4 years ago
Dessalines 52983907c4 Version v0.7.19 4 years ago
Dessalines 23688f17bb Making chat only sortable by new. 4 years ago
Dessalines abe7a41f58 Version v0.7.18 4 years ago
Dessalines 22a33929e2
Adding docker workspace caching. Fixes #940 (#958) 4 years ago
Dessalines ac56b57faa Merge branch 'fix-migrate-apub-lib' 4 years ago