Commit Graph

2532 Commits (bfd8f52497ced3e252a240f61f9ecb53258702ec)
 

Author SHA1 Message Date
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
Dessalines c76e72b747 Fixing an issue with comments clearing out forms. Fixes #1045 4 years ago
Dessalines dee5c302a8 Version v0.7.37 4 years ago
Dessalines 942e75fa28 Merge branch 'main' of https://github.com/lemmynet/lemmy into main 4 years ago
Dessalines ad44b7da9c Fix user bio bug. 4 years ago
alltheseteeth 4acd3c5bd2
added trailing slash fix to every nginx conf I could find (#1046) 4 years ago
Dessalines 1a0f70450c Version v0.7.36 4 years ago
Dessalines 701abfa548 Merge remote-tracking branch 'weblate/main' into main 4 years ago
Dessalines 7938e8f5c8 Some front end fixes. 4 years ago
Dessalines 0fccb22cd7 Merge branch 'main' into front_end_prettying 4 years ago
Felix Ableitner e4d5614f3f Merge remote-tracking branch 'github/main' into main 4 years ago
dessalines f190b272b9 Merge pull request 'Update activitystreams to 0.7.0-alpha.3 (from crates.io)' (#75) from update-activitystreams into main
Reviewed-on: https://yerbamate.dev/LemmyNet/lemmy/pulls/75
4 years ago
andor0 b6411aba7a
Migrate from failure to anyhow and thiserror (#1042)
* Migrate from failure to anyhow and thiserror

* Replace 'format_err!' to 'anyhow!'
4 years ago
Felix Ableitner 9a004c4535 Update activitystreams to 0.7.0-alpha.3 (from crates.io) 4 years ago
Dessalines 78603e7e31 Update inferno-i18next. 4 years ago