]> Untitled Git - lemmy.git/log
lemmy.git
3 years agoMerge branch 'main' into federation-authorisation
Felix Ableitner [Fri, 7 Aug 2020 13:19:08 +0000 (15:19 +0200)]
Merge branch 'main' into federation-authorisation

3 years agoSome apub fixes
Felix Ableitner [Fri, 7 Aug 2020 13:15:44 +0000 (15:15 +0200)]
Some apub fixes

3 years agoVersion v0.7.43
Dessalines [Fri, 7 Aug 2020 01:22:15 +0000 (21:22 -0400)]
Version v0.7.43

3 years agoMerge branch 'front_end_prettying' into main
Dessalines [Fri, 7 Aug 2020 01:19:39 +0000 (21:19 -0400)]
Merge branch 'front_end_prettying' into main

3 years agoFixed mobile expanding.
Dessalines [Fri, 7 Aug 2020 01:19:09 +0000 (21:19 -0400)]
Fixed mobile expanding.

3 years agoVersion v0.7.42
Dessalines [Thu, 6 Aug 2020 21:37:08 +0000 (17:37 -0400)]
Version v0.7.42

3 years agoA better mobile view, upgrading darkly theme.
Dessalines [Thu, 6 Aug 2020 21:34:45 +0000 (17:34 -0400)]
A better mobile view, upgrading darkly theme.

3 years agoVarious adjustments after review
Felix Ableitner [Thu, 6 Aug 2020 19:44:47 +0000 (21:44 +0200)]
Various adjustments after review

3 years agoAdd security checks and slur checks for activitypub inbox
Felix Ableitner [Thu, 6 Aug 2020 12:53:58 +0000 (14:53 +0200)]
Add security checks and slur checks for activitypub inbox

3 years agoRemove double display name.
Dessalines [Wed, 5 Aug 2020 21:24:53 +0000 (17:24 -0400)]
Remove double display name.

3 years agoVersion v0.7.41
Dessalines [Wed, 5 Aug 2020 17:55:14 +0000 (13:55 -0400)]
Version v0.7.41

3 years agoRemove allowed thumbnail sizes for now.
Dessalines [Wed, 5 Aug 2020 17:53:59 +0000 (13:53 -0400)]
Remove allowed thumbnail sizes for now.

3 years agoVersion v0.7.40
Dessalines [Wed, 5 Aug 2020 16:41:40 +0000 (12:41 -0400)]
Version v0.7.40

3 years agoMerge remote-tracking branch 'weblate/main' into main
Dessalines [Wed, 5 Aug 2020 16:41:39 +0000 (12:41 -0400)]
Merge remote-tracking branch 'weblate/main' into main

3 years agoAdding release notes.
Dessalines [Wed, 5 Aug 2020 16:39:47 +0000 (12:39 -0400)]
Adding release notes.

3 years agoPreferred usernames, banners and icons. (#1055)
Dessalines [Wed, 5 Aug 2020 16:03:46 +0000 (12:03 -0400)]
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.

3 years agoProxy pictrs requests through Lemmy (fixes #371) (#77)
nutomic [Wed, 5 Aug 2020 16:00:00 +0000 (16:00 +0000)]
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

3 years agoInstance shouldnt send Announce activities to itself
Felix Ableitner [Wed, 5 Aug 2020 15:41:35 +0000 (17:41 +0200)]
Instance shouldnt send Announce activities to itself

3 years agoTranslated using Weblate (Italian)
riccardo [Wed, 5 Aug 2020 14:12:53 +0000 (14:12 +0000)]
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/

3 years agoVerify ID of received apub objects against domain allowlist etc
Felix Ableitner [Wed, 5 Aug 2020 12:18:08 +0000 (14:18 +0200)]
Verify ID of received apub objects against domain allowlist etc

3 years agoAdding pointer unselectable to display names.
Dessalines [Tue, 4 Aug 2020 21:35:57 +0000 (17:35 -0400)]
Adding pointer unselectable to display names.

3 years agoClarify community creation form (#1056)
alisapa [Tue, 4 Aug 2020 21:35:48 +0000 (23:35 +0200)]
Clarify community creation form (#1056)

* Clarify community creation form

* Did requested changes

* Removed div, corrected translation file

* Delete en.ts

3 years agoAdd bio federation. (#1052)
Dessalines [Tue, 4 Aug 2020 15:06:27 +0000 (11:06 -0400)]
Add bio federation. (#1052)

* Re-organizing federation tests. #746 #1040

* Adding federation support for user bios. Fixes #992

3 years agoMerge branch 'main' of https://github.com/lemmynet/lemmy into main
Dessalines [Tue, 4 Aug 2020 14:57:41 +0000 (10:57 -0400)]
Merge branch 'main' of https://github.com/lemmynet/lemmy into main

3 years agoRe-organizing federation tests. #746 #1040 (#1047)
Dessalines [Tue, 4 Aug 2020 14:57:37 +0000 (10:57 -0400)]
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>
3 years agoMerge remote-tracking branch 'yerba/main' into main
Dessalines [Tue, 4 Aug 2020 14:39:48 +0000 (10:39 -0400)]
Merge remote-tracking branch 'yerba/main' into main

3 years agoAdd more checks in inbox, plus some refactoring (#76)
nutomic [Tue, 4 Aug 2020 14:39:55 +0000 (14:39 +0000)]
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

3 years agoUpdate deps (#1049)
Dessalines [Mon, 3 Aug 2020 10:38:36 +0000 (06:38 -0400)]
Update deps (#1049)

3 years agoVersion v0.7.39
Dessalines [Sun, 2 Aug 2020 14:52:42 +0000 (10:52 -0400)]
Version v0.7.39

3 years agoHide navigation warnings on markdown textarea for site-form and user bios. Fixes...
Dessalines [Sun, 2 Aug 2020 14:41:17 +0000 (10:41 -0400)]
Hide navigation warnings on markdown textarea for site-form and user bios. Fixes #1051

3 years agoFix user settings sort not working. Fixes #1050
Dessalines [Sun, 2 Aug 2020 14:33:14 +0000 (10:33 -0400)]
Fix user settings sort not working. Fixes #1050

3 years agoVersion v0.7.38
Dessalines [Sun, 2 Aug 2020 03:53:32 +0000 (23:53 -0400)]
Version v0.7.38

3 years agoFixing an issue with comments clearing out forms. Fixes #1045
Dessalines [Sun, 2 Aug 2020 03:52:38 +0000 (23:52 -0400)]
Fixing an issue with comments clearing out forms. Fixes #1045

3 years agoVersion v0.7.37
Dessalines [Sun, 2 Aug 2020 00:04:14 +0000 (20:04 -0400)]
Version v0.7.37

3 years agoMerge branch 'main' of https://github.com/lemmynet/lemmy into main
Dessalines [Sun, 2 Aug 2020 00:03:46 +0000 (20:03 -0400)]
Merge branch 'main' of https://github.com/lemmynet/lemmy into main

3 years agoFix user bio bug.
Dessalines [Sun, 2 Aug 2020 00:03:29 +0000 (20:03 -0400)]
Fix user bio bug.

3 years agoadded trailing slash fix to every nginx conf I could find (#1046)
alltheseteeth [Sat, 1 Aug 2020 23:33:39 +0000 (23:33 +0000)]
added trailing slash fix to every nginx conf I could find (#1046)

3 years agoVersion v0.7.36
Dessalines [Sat, 1 Aug 2020 23:17:53 +0000 (19:17 -0400)]
Version v0.7.36

3 years agoMerge remote-tracking branch 'weblate/main' into main
Dessalines [Sat, 1 Aug 2020 23:17:52 +0000 (19:17 -0400)]
Merge remote-tracking branch 'weblate/main' into main

3 years agoSome front end fixes.
Dessalines [Sat, 1 Aug 2020 23:14:54 +0000 (19:14 -0400)]
Some front end fixes.

3 years agoMerge branch 'main' into front_end_prettying
Dessalines [Sat, 1 Aug 2020 22:05:30 +0000 (18:05 -0400)]
Merge branch 'main' into front_end_prettying

3 years agoMerge remote-tracking branch 'github/main' into main
Felix Ableitner [Sat, 1 Aug 2020 15:42:33 +0000 (17:42 +0200)]
Merge remote-tracking branch 'github/main' into main

3 years agoMerge pull request 'Update activitystreams to 0.7.0-alpha.3 (from crates.io)' (#75...
dessalines [Sat, 1 Aug 2020 15:30:04 +0000 (15:30 +0000)]
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

3 years agoMigrate from failure to anyhow and thiserror (#1042)
andor0 [Sat, 1 Aug 2020 14:04:42 +0000 (18:04 +0400)]
Migrate from failure to anyhow and thiserror (#1042)

* Migrate from failure to anyhow and thiserror

* Replace 'format_err!' to 'anyhow!'

3 years agoUpdate activitystreams to 0.7.0-alpha.3 (from crates.io)
Felix Ableitner [Sat, 1 Aug 2020 13:25:17 +0000 (15:25 +0200)]
Update activitystreams to 0.7.0-alpha.3 (from crates.io)

3 years agoUpdate inferno-i18next.
Dessalines [Fri, 31 Jul 2020 15:59:46 +0000 (11:59 -0400)]
Update inferno-i18next.

3 years agoAdd user bios (#1043)
Azriel Lector [Fri, 31 Jul 2020 01:08:13 +0000 (09:08 +0800)]
Add user bios (#1043)

* Add user bios

* Version v0.7.35

* Add domain name change instructions to docs. (#1044)

* Add domain name change instructions to docs.

* Changing docker execs to docker-compose execs

* Set maxLength to user bio and render as md

* Fix bio updating after SaveUserSetting

Co-authored-by: Dessalines <tyhou13@gmx.com>
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
3 years agoTranslated using Weblate (German)
Monday Tuesday [Thu, 30 Jul 2020 21:37:32 +0000 (21:37 +0000)]
Translated using Weblate (German)

Currently translated at 100.0% (266 of 266 strings)

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

Translated using Weblate (Polish)

Currently translated at 92.1% (245 of 266 strings)

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

3 years agoSome small fixes.
Dessalines [Thu, 30 Jul 2020 18:25:01 +0000 (14:25 -0400)]
Some small fixes.

3 years agoAdd domain name change instructions to docs. (#1044)
Dessalines [Thu, 30 Jul 2020 15:51:28 +0000 (11:51 -0400)]
Add domain name change instructions to docs. (#1044)

* Add domain name change instructions to docs.

* Changing docker execs to docker-compose execs

3 years agoVersion v0.7.35
Dessalines [Thu, 30 Jul 2020 02:36:27 +0000 (22:36 -0400)]
Version v0.7.35

3 years agoMerge remote-tracking branch 'yerba/main' into main
Dessalines [Thu, 30 Jul 2020 02:35:50 +0000 (22:35 -0400)]
Merge remote-tracking branch 'yerba/main' into main

3 years agoMinor syntax fix.
Dessalines [Thu, 30 Jul 2020 02:35:08 +0000 (22:35 -0400)]
Minor syntax fix.

3 years agoVersion v0.7.34
Dessalines [Thu, 30 Jul 2020 02:30:38 +0000 (22:30 -0400)]
Version v0.7.34

3 years agoMerge remote-tracking branch 'weblate/main' into main
Dessalines [Thu, 30 Jul 2020 02:30:37 +0000 (22:30 -0400)]
Merge remote-tracking branch 'weblate/main' into main

3 years agoFixing language setting issue. Fixes #1041
Dessalines [Thu, 30 Jul 2020 02:29:41 +0000 (22:29 -0400)]
Fixing language setting issue. Fixes #1041

3 years agoTranslated using Weblate (Polish)
Monday Tuesday [Wed, 29 Jul 2020 22:06:21 +0000 (22:06 +0000)]
Translated using Weblate (Polish)

Currently translated at 92.1% (245 of 266 strings)

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

3 years agoTranslated using Weblate (Irish)
Lucy [Wed, 29 Jul 2020 22:06:20 +0000 (22:06 +0000)]
Translated using Weblate (Irish)

Currently translated at 100.0% (266 of 266 strings)

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

3 years agoMerge pull request 'Add community outbox' (#74) from community-outbox into main
nutomic [Wed, 29 Jul 2020 20:51:54 +0000 (20:51 +0000)]
Merge pull request 'Add community outbox' (#74) from community-outbox into main

Reviewed-on: https://yerbamate.dev/LemmyNet/lemmy/pulls/74

3 years agoAdd community outbox (ref #1018)
Felix Ableitner [Fri, 24 Jul 2020 15:07:33 +0000 (17:07 +0200)]
Add community outbox (ref #1018)

3 years agoFederate sticky flag (ref #1018)
Felix Ableitner [Fri, 24 Jul 2020 11:36:43 +0000 (13:36 +0200)]
Federate sticky flag (ref #1018)

3 years agoMerge pull request 'Refactor inbox, simplify and split into multiple files' (#72...
nutomic [Wed, 29 Jul 2020 17:13:13 +0000 (17:13 +0000)]
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

3 years agoMerge branch 'main' into inbox-refactoring
Felix Ableitner [Wed, 29 Jul 2020 13:41:05 +0000 (15:41 +0200)]
Merge branch 'main' into inbox-refactoring

3 years agoVersion v0.7.33
Dessalines [Wed, 29 Jul 2020 13:06:26 +0000 (09:06 -0400)]
Version v0.7.33

3 years agoMerge branch 'main' of https://github.com/lemmynet/lemmy into main
Dessalines [Wed, 29 Jul 2020 13:06:04 +0000 (09:06 -0400)]
Merge branch 'main' of https://github.com/lemmynet/lemmy into main

3 years agoFix an issue with user language setting.
Dessalines [Wed, 29 Jul 2020 13:05:46 +0000 (09:05 -0400)]
Fix an issue with user language setting.

3 years agoAdding visual captchas for register and login. (#1027)
Dessalines [Wed, 29 Jul 2020 13:02:46 +0000 (09:02 -0400)]
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.

3 years agoDisable ID domain check in FromApub until we figure it out properly
Felix Ableitner [Wed, 29 Jul 2020 11:58:39 +0000 (13:58 +0200)]
Disable ID domain check in FromApub until we figure it out properly

3 years agoTake correct community uri in shared_inbox, rename fetch_remote* methods
Felix Ableitner [Wed, 29 Jul 2020 11:46:11 +0000 (13:46 +0200)]
Take correct community uri in shared_inbox, rename fetch_remote* methods

3 years agoVersion v0.7.32
Dessalines [Wed, 29 Jul 2020 04:29:56 +0000 (00:29 -0400)]
Version v0.7.32

3 years agoUsing full community title as document.title
Dessalines [Wed, 29 Jul 2020 04:29:19 +0000 (00:29 -0400)]
Using full community title as document.title

3 years agoMerge branch 'Axighi-master' into front_end_prettying
Dessalines [Wed, 29 Jul 2020 04:24:49 +0000 (00:24 -0400)]
Merge branch 'Axighi-master' into front_end_prettying

3 years agoSome more prettifying, cleaning up community and main.tsx
Dessalines [Wed, 29 Jul 2020 04:23:24 +0000 (00:23 -0400)]
Some more prettifying, cleaning up community and main.tsx

3 years agoRemove `/u/` and `/c/` schemes from UI
Azriel Lector [Wed, 29 Jul 2020 03:16:27 +0000 (11:16 +0800)]
Remove `/u/` and `/c/` schemes from UI

3 years agoVersion v0.7.31
Dessalines [Wed, 29 Jul 2020 01:20:19 +0000 (21:20 -0400)]
Version v0.7.31

3 years agoMerge remote-tracking branch 'weblate/main' into main
Dessalines [Wed, 29 Jul 2020 01:20:17 +0000 (21:20 -0400)]
Merge remote-tracking branch 'weblate/main' into main

3 years agoAdding a unit test for a federated comment like.
Dessalines [Tue, 28 Jul 2020 23:37:19 +0000 (19:37 -0400)]
Adding a unit test for a federated comment like.

3 years agoMerge branch 'main' into inbox-refactoring-dessalines
Dessalines [Tue, 28 Jul 2020 22:55:50 +0000 (18:55 -0400)]
Merge branch 'main' into inbox-refactoring-dessalines

3 years agoMerge branch 'main' of https://github.com/lemmynet/lemmy into main
Dessalines [Tue, 28 Jul 2020 22:18:33 +0000 (18:18 -0400)]
Merge branch 'main' of https://github.com/lemmynet/lemmy into main

3 years agoAdding a sponsor.
Dessalines [Tue, 28 Jul 2020 22:06:10 +0000 (18:06 -0400)]
Adding a sponsor.

3 years agoAdd helper function to generate proper activity IDs
Felix Ableitner [Tue, 28 Jul 2020 16:47:26 +0000 (18:47 +0200)]
Add helper function to generate proper activity IDs

3 years agoTranslated using Weblate (Irish)
Lucy [Tue, 28 Jul 2020 17:04:21 +0000 (17:04 +0000)]
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/

3 years agoTranslated using Weblate (Russian)
Ron [Tue, 28 Jul 2020 17:04:21 +0000 (17:04 +0000)]
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/

3 years agoTranslated using Weblate (Russian)
Serge Tarkovski [Tue, 28 Jul 2020 17:04:21 +0000 (17:04 +0000)]
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/

3 years agoEnforce rustfmt +nightly for consistent rust imports. (#1035)
Dessalines [Tue, 28 Jul 2020 16:42:14 +0000 (12:42 -0400)]
Enforce rustfmt +nightly for consistent rust imports. (#1035)

3 years agoMerge pull request #1033 from LemmyNet/post_thumbnail_url_fixes
Felix Ableitner [Tue, 28 Jul 2020 16:22:24 +0000 (18:22 +0200)]
Merge pull request #1033 from LemmyNet/post_thumbnail_url_fixes

Fix post thumbnail_url to use full urls. Fixes #632

3 years agoMerge branch 'main' into inbox-refactoring-merge
Dessalines [Tue, 28 Jul 2020 16:08:28 +0000 (12:08 -0400)]
Merge branch 'main' into inbox-refactoring-merge

3 years agoFix post thumbnail_url to use full urls. Fixes #632
Dessalines [Tue, 28 Jul 2020 15:42:40 +0000 (11:42 -0400)]
Fix post thumbnail_url to use full urls. Fixes #632

3 years agoRefactor inbox, simplify and split into multiple files
Felix Ableitner [Thu, 23 Jul 2020 14:36:45 +0000 (16:36 +0200)]
Refactor inbox, simplify and split into multiple files

3 years agoUser details ui fix (#1032)
ernestwisniewski [Tue, 28 Jul 2020 00:05:29 +0000 (02:05 +0200)]
User details ui fix (#1032)

* User details ui fix

* User details ui fix

3 years agoAdmin-settings page fix. (#1031)
Dessalines [Mon, 27 Jul 2020 15:54:59 +0000 (11:54 -0400)]
Admin-settings page fix. (#1031)

3 years agoAdding inferno-helmet to fix page titles. Fixes #1028 (#1030)
Dessalines [Mon, 27 Jul 2020 15:54:42 +0000 (11:54 -0400)]
Adding inferno-helmet to fix page titles. Fixes #1028 (#1030)

3 years agoUpgrade front deps. (#1029)
Dessalines [Mon, 27 Jul 2020 15:42:31 +0000 (11:42 -0400)]
Upgrade front deps. (#1029)

* Adding a sponsor.

* Upgrade some front end deps.

3 years agoFederate sticky flag dessalines (#1021)
Dessalines [Mon, 27 Jul 2020 15:42:15 +0000 (11:42 -0400)]
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>
3 years agoRemove extra jwt claims (for user settings) (#1025)
Dessalines [Mon, 27 Jul 2020 13:23:08 +0000 (09:23 -0400)]
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()

3 years agoAdding a sponsor.
Dessalines [Sun, 26 Jul 2020 21:46:27 +0000 (17:46 -0400)]
Adding a sponsor.

3 years agoVersion v0.7.30
Dessalines [Sat, 25 Jul 2020 14:43:42 +0000 (10:43 -0400)]
Version v0.7.30

3 years agoMerge branch 'main' of https://github.com/lemmynet/lemmy into main
Dessalines [Sat, 25 Jul 2020 14:43:11 +0000 (10:43 -0400)]
Merge branch 'main' of https://github.com/lemmynet/lemmy into main

3 years agoOnly deploy on tags.
Dessalines [Sat, 25 Jul 2020 14:41:55 +0000 (10:41 -0400)]
Only deploy on tags.

3 years agoAdd Apps / Clients section to readme. (#1019)
Dessalines [Sat, 25 Jul 2020 11:29:24 +0000 (07:29 -0400)]
Add Apps / Clients section to readme. (#1019)

* Add Apps / Clients section to readme.

* Separating apps and libraries.