Commit Graph

2346 Commits (5c6258390c46159c16f49295314c6519215fc6ae)
 

Author SHA1 Message Date
ernestwisniewski 7bc560b2ec
Community post count fix (#1062)
* User details ui fix

* User details ui fix

* Lang bio, merge

* Community count posts bug #1060
4 years ago
Dessalines 221db1bd1b Add email overwrite on user settings save. Fixes #1069
- Also add get_user_secure to other locations.
4 years ago
Dessalines 52ac4f70e1 Merge branch 'feature/add-user-secure' of https://github.com/eiknat/lemmy into eiknat-feature/add-user-secure 4 years ago
Dessalines 5e9ffde0b1 Version v0.7.47 4 years ago
Dessalines 410edc1df3 Merge branch 'main' of https://github.com/lemmynet/lemmy into main 4 years ago
Dessalines 71a0dd4cc9 Version v0.7.46 4 years ago
Dessalines 9c6673495f Merge branch 'front_end_prettying' into main 4 years ago
Dessalines 992b3ca95b Some UI fixes. 4 years ago
eiknat 492e8ad655 user_view: add fn to return sanitized fields 4 years ago
Dessalines 1d8183fe5f
Remove options for appoint as admin / mod, and transfer site for (#1065)
non-federated users. #647
4 years ago
Dessalines ddefc06fbc Version v0.7.44 4 years ago
Dessalines 84c700eecb Merge remote-tracking branch 'weblate/main' into main 4 years ago
Dessalines 9c3776d034 Removing community and user favicon setting. 4 years ago
Dessalines ded7650a60
Merge pull request #1064 from LemmyNet/apub_security_checks
Apub security checks
4 years ago
Dessalines 4896e7d096 Adding tests for admin remove for posts and comments on different
instances.
4 years ago
Dessalines cabbbf0afd Merge branch 'federation-authorisation' into apub_security_checks 4 years ago
Felix Ableitner 0cc49e6ca9 Merge branch 'main' into federation-authorisation 4 years ago
Felix Ableitner 9b7be1afb6 Some apub fixes 4 years ago
Serge Tarkovski 3cd8ded9d7 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/
4 years ago
Dessalines ce8622b9cd Version v0.7.43 4 years ago
Dessalines 2aa6879a44 Merge branch 'front_end_prettying' into main 4 years ago
Dessalines ad77c3d2d5 Fixed mobile expanding. 4 years ago
Dessalines 3e5d5abd53 Version v0.7.42 4 years ago
Dessalines c5443b6e82 A better mobile view, upgrading darkly theme. 4 years ago
Felix Ableitner 313f315896 Various adjustments after review 4 years ago
Dessalines 7bb546c7c2 Start adding apub security checks. 4 years ago
Felix Ableitner cc2c7db9fe Add security checks and slur checks for activitypub inbox 4 years ago
Dessalines 6fa9dc599c Remove double display name. 4 years ago
Dessalines e645386842 Version v0.7.41 4 years ago
Dessalines 048271f59b Remove allowed thumbnail sizes for now. 4 years ago
Dessalines 88bd368660 Version v0.7.40 4 years ago
Dessalines 0e3f03836a Merge remote-tracking branch 'weblate/main' into main 4 years ago
Dessalines 335ebadbf8 Adding release notes. 4 years ago
Dessalines 464ea862b1
Preferred usernames, banners and icons. (#1055)
* Re-organizing federation tests. #746 #1040

* Adding federation support for user bios. Fixes #992

* Adding icons, banners, and preferred usernames.

- Added optional community icons, and community banners.
- Added user banners.
- Added Site icon and banner, with custom favicon.
- Set up preferred usernames. Fixes #1017
- Added an additional post sort: Active
  - Hot rank now uses the published time.
  - Active uses the most recent comment time, and is default.
- DB Migration was required to add all these fields to the views.
- Added transfercommunity helper function.
- Removed title column from communities page.
- Abstracted an image-upload-form.tsx, and a banner-icon-header.tsx
- Fixes #899

* Some navbar fixes.

* Fixing css

* Some fixes.

- Showing correct user icon and banner after save without page reload.
- Abstracting diesel update overwrite.
- Adding some docs.

* Adding @ when a user doesn't have a preferred username.
4 years ago
nutomic c34fffc2c4 Proxy pictrs requests through Lemmy (fixes #371) (#77)
fix check_only value for image rate limit

Fix image rate limit

Add rate limit for image uploads

Proxy pictrs requests through Lemmy (fixes #371)

Co-authored-by: Felix Ableitner <me@nutomic.com>
Reviewed-on: https://yerbamate.dev/LemmyNet/lemmy/pulls/77
4 years ago
Felix Ableitner 81d4922740 Instance shouldnt send Announce activities to itself 4 years ago
riccardo 4fcbc3749c Translated using Weblate (Italian)
Currently translated at 100.0% (266 of 266 strings)

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

Translated using Weblate (Italian)

Currently translated at 100.0% (266 of 266 strings)

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

Translated using Weblate (Italian)

Currently translated at 100.0% (266 of 266 strings)

Translation: Lemmy/lemmy
Translate-URL: http://weblate.yerbamate.dev/projects/lemmy/lemmy/it/
4 years ago
Felix Ableitner 233aa34d54 Verify ID of received apub objects against domain allowlist etc 4 years ago
Dessalines 37b438a77f Adding pointer unselectable to display names. 4 years ago
alisapa 1de22f0f10
Clarify community creation form (#1056)
* Clarify community creation form

* Did requested changes

* Removed div, corrected translation file

* Delete en.ts
4 years ago
Dessalines e9e1497830
Add bio federation. (#1052)
* Re-organizing federation tests. #746 #1040

* Adding federation support for user bios. Fixes #992
4 years ago
Dessalines 6f05d28c56 Merge branch 'main' of https://github.com/lemmynet/lemmy into main 4 years ago
Dessalines e336e5bcc0
Re-organizing federation tests. #746 #1040 (#1047)
* Re-organizing federation tests. #746 #1040

* Add more checks in inbox, plus some refactoring (#76)

Merge branch 'main' into more-inbox-permissions

Move check_community_ban() into helper function

Move slur check into helper functions

Move Claims::decode and site ban check into helper function

Note: this changes behaviour in that site ban is checked in more
places now. we could easily add a boolean parameter
check_for_site_ban to get the previous behaviour back

Rewrite user_inbox and community_inbox in the same way as shared_inbox

Add check against instance allowlist etc in shared_inbox

Co-authored-by: dessalines <dessalines@noreply.yerbamate.dev>
Co-authored-by: Felix Ableitner <me@nutomic.com>
Reviewed-on: https://yerbamate.dev/LemmyNet/lemmy/pulls/76

* Adding verbose to test results.

Co-authored-by: nutomic <nutomic@noreply.yerbamate.dev>
Co-authored-by: dessalines <dessalines@noreply.yerbamate.dev>
Co-authored-by: Felix Ableitner <me@nutomic.com>
4 years ago
Dessalines bdb95db5be Merge remote-tracking branch 'yerba/main' into main 4 years ago
nutomic 76cd6ac6bc Add more checks in inbox, plus some refactoring (#76)
Merge branch 'main' into more-inbox-permissions

Move check_community_ban() into helper function

Move slur check into helper functions

Move Claims::decode and site ban check into helper function

Note: this changes behaviour in that site ban is checked in more
places now. we could easily add a boolean parameter
check_for_site_ban to get the previous behaviour back

Rewrite user_inbox and community_inbox in the same way as shared_inbox

Add check against instance allowlist etc in shared_inbox

Co-authored-by: dessalines <dessalines@noreply.yerbamate.dev>
Co-authored-by: Felix Ableitner <me@nutomic.com>
Reviewed-on: https://yerbamate.dev/LemmyNet/lemmy/pulls/76
4 years ago
Dessalines 97d2584a3b
Update deps (#1049) 4 years ago
Dessalines ce874e183b Version v0.7.39 4 years ago
Dessalines 089aefc7af Hide navigation warnings on markdown textarea for site-form and user bios. Fixes #1051 4 years ago
Dessalines fbd9adb135 Fix user settings sort not working. Fixes #1050 4 years ago
Dessalines 5b23595710 Version v0.7.38 4 years ago