]>
Untitled Git - lemmy.git/log
Felix Ableitner [Wed, 5 Aug 2020 12:18:08 +0000 (14:18 +0200)]
Verify ID of received apub objects against domain allowlist etc
Dessalines [Tue, 4 Aug 2020 21:35:57 +0000 (17:35 -0400)]
Adding pointer unselectable to display names.
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
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
Dessalines [Tue, 4 Aug 2020 14:57:41 +0000 (10:57 -0400)]
Merge branch 'main' of https://github.com/lemmynet/lemmy into main
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>
Dessalines [Tue, 4 Aug 2020 14:39:48 +0000 (10:39 -0400)]
Merge remote-tracking branch 'yerba/main' into main
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
Dessalines [Mon, 3 Aug 2020 10:38:36 +0000 (06:38 -0400)]
Update deps (#1049)
Dessalines [Sun, 2 Aug 2020 14:52:42 +0000 (10:52 -0400)]
Version v0.7.39
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
Dessalines [Sun, 2 Aug 2020 14:33:14 +0000 (10:33 -0400)]
Fix user settings sort not working. Fixes #1050
Dessalines [Sun, 2 Aug 2020 03:53:32 +0000 (23:53 -0400)]
Version v0.7.38
Dessalines [Sun, 2 Aug 2020 03:52:38 +0000 (23:52 -0400)]
Fixing an issue with comments clearing out forms. Fixes #1045
Dessalines [Sun, 2 Aug 2020 00:04:14 +0000 (20:04 -0400)]
Version v0.7.37
Dessalines [Sun, 2 Aug 2020 00:03:46 +0000 (20:03 -0400)]
Merge branch 'main' of https://github.com/lemmynet/lemmy into main
Dessalines [Sun, 2 Aug 2020 00:03:29 +0000 (20:03 -0400)]
Fix user bio bug.
alltheseteeth [Sat, 1 Aug 2020 23:33:39 +0000 (23:33 +0000)]
added trailing slash fix to every nginx conf I could find (#1046)
Dessalines [Sat, 1 Aug 2020 23:17:53 +0000 (19:17 -0400)]
Version v0.7.36
Dessalines [Sat, 1 Aug 2020 23:17:52 +0000 (19:17 -0400)]
Merge remote-tracking branch 'weblate/main' into main
Dessalines [Sat, 1 Aug 2020 23:14:54 +0000 (19:14 -0400)]
Some front end fixes.
Dessalines [Sat, 1 Aug 2020 22:05:30 +0000 (18:05 -0400)]
Merge branch 'main' into front_end_prettying
Felix Ableitner [Sat, 1 Aug 2020 15:42:33 +0000 (17:42 +0200)]
Merge remote-tracking branch 'github/main' into main
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
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!'
Felix Ableitner [Sat, 1 Aug 2020 13:25:17 +0000 (15:25 +0200)]
Update activitystreams to 0.7.0-alpha.3 (from crates.io)
Dessalines [Fri, 31 Jul 2020 15:59:46 +0000 (11:59 -0400)]
Update inferno-i18next.
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>
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/
Dessalines [Thu, 30 Jul 2020 18:25:01 +0000 (14:25 -0400)]
Some small fixes.
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
Dessalines [Thu, 30 Jul 2020 02:36:27 +0000 (22:36 -0400)]
Version v0.7.35
Dessalines [Thu, 30 Jul 2020 02:35:50 +0000 (22:35 -0400)]
Merge remote-tracking branch 'yerba/main' into main
Dessalines [Thu, 30 Jul 2020 02:35:08 +0000 (22:35 -0400)]
Minor syntax fix.
Dessalines [Thu, 30 Jul 2020 02:30:38 +0000 (22:30 -0400)]
Version v0.7.34
Dessalines [Thu, 30 Jul 2020 02:30:37 +0000 (22:30 -0400)]
Merge remote-tracking branch 'weblate/main' into main
Dessalines [Thu, 30 Jul 2020 02:29:41 +0000 (22:29 -0400)]
Fixing language setting issue. Fixes #1041
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/
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/
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
Felix Ableitner [Fri, 24 Jul 2020 15:07:33 +0000 (17:07 +0200)]
Add community outbox (ref #1018)
Felix Ableitner [Fri, 24 Jul 2020 11:36:43 +0000 (13:36 +0200)]
Federate sticky flag (ref #1018)
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
Felix Ableitner [Wed, 29 Jul 2020 13:41:05 +0000 (15:41 +0200)]
Merge branch 'main' into inbox-refactoring
Dessalines [Wed, 29 Jul 2020 13:06:26 +0000 (09:06 -0400)]
Version v0.7.33
Dessalines [Wed, 29 Jul 2020 13:06:04 +0000 (09:06 -0400)]
Merge branch 'main' of https://github.com/lemmynet/lemmy into main
Dessalines [Wed, 29 Jul 2020 13:05:46 +0000 (09:05 -0400)]
Fix an issue with user language setting.
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.
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
Felix Ableitner [Wed, 29 Jul 2020 11:46:11 +0000 (13:46 +0200)]
Take correct community uri in shared_inbox, rename fetch_remote* methods
Dessalines [Wed, 29 Jul 2020 04:29:56 +0000 (00:29 -0400)]
Version v0.7.32
Dessalines [Wed, 29 Jul 2020 04:29:19 +0000 (00:29 -0400)]
Using full community title as document.title
Dessalines [Wed, 29 Jul 2020 04:24:49 +0000 (00:24 -0400)]
Merge branch 'Axighi-master' into front_end_prettying
Dessalines [Wed, 29 Jul 2020 04:23:24 +0000 (00:23 -0400)]
Some more prettifying, cleaning up community and main.tsx
Azriel Lector [Wed, 29 Jul 2020 03:16:27 +0000 (11:16 +0800)]
Remove `/u/` and `/c/` schemes from UI
Dessalines [Wed, 29 Jul 2020 01:20:19 +0000 (21:20 -0400)]
Version v0.7.31
Dessalines [Wed, 29 Jul 2020 01:20:17 +0000 (21:20 -0400)]
Merge remote-tracking branch 'weblate/main' into main
Dessalines [Tue, 28 Jul 2020 23:37:19 +0000 (19:37 -0400)]
Adding a unit test for a federated comment like.
Dessalines [Tue, 28 Jul 2020 22:55:50 +0000 (18:55 -0400)]
Merge branch 'main' into inbox-refactoring-dessalines
Dessalines [Tue, 28 Jul 2020 22:18:33 +0000 (18:18 -0400)]
Merge branch 'main' of https://github.com/lemmynet/lemmy into main
Dessalines [Tue, 28 Jul 2020 22:06:10 +0000 (18:06 -0400)]
Adding a sponsor.
Felix Ableitner [Tue, 28 Jul 2020 16:47:26 +0000 (18:47 +0200)]
Add helper function to generate proper activity IDs
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/
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/
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/
Dessalines [Tue, 28 Jul 2020 16:42:14 +0000 (12:42 -0400)]
Enforce rustfmt +nightly for consistent rust imports. (#1035)
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
Dessalines [Tue, 28 Jul 2020 16:08:28 +0000 (12:08 -0400)]
Merge branch 'main' into inbox-refactoring-merge
Dessalines [Tue, 28 Jul 2020 15:42:40 +0000 (11:42 -0400)]
Fix post thumbnail_url to use full urls. Fixes #632
Felix Ableitner [Thu, 23 Jul 2020 14:36:45 +0000 (16:36 +0200)]
Refactor inbox, simplify and split into multiple files
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
Dessalines [Mon, 27 Jul 2020 15:54:59 +0000 (11:54 -0400)]
Admin-settings page fix. (#1031)
Dessalines [Mon, 27 Jul 2020 15:54:42 +0000 (11:54 -0400)]
Adding inferno-helmet to fix page titles. Fixes #1028 (#1030)
Dessalines [Mon, 27 Jul 2020 15:42:31 +0000 (11:42 -0400)]
Upgrade front deps. (#1029)
* Adding a sponsor.
* Upgrade some front end deps.
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>
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()
Dessalines [Sun, 26 Jul 2020 21:46:27 +0000 (17:46 -0400)]
Adding a sponsor.
Dessalines [Sat, 25 Jul 2020 14:43:42 +0000 (10:43 -0400)]
Version v0.7.30
Dessalines [Sat, 25 Jul 2020 14:43:11 +0000 (10:43 -0400)]
Merge branch 'main' of https://github.com/lemmynet/lemmy into main
Dessalines [Sat, 25 Jul 2020 14:41:55 +0000 (10:41 -0400)]
Only deploy on tags.
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.
Dessalines [Sat, 25 Jul 2020 02:06:16 +0000 (22:06 -0400)]
Version v0.7.29
Dessalines [Sat, 25 Jul 2020 02:06:14 +0000 (22:06 -0400)]
Merge remote-tracking branch 'weblate/main' into main
Dessalines [Sat, 25 Jul 2020 02:06:00 +0000 (22:06 -0400)]
Automated travis docker testing and deploys. (#1023)
* Testing out a travis 1.
* Testing out a travis 2.
* Testing out a travis 3.
* Testing out a travis 4.
* Testing out a travis 5.
* Testing out a travis 6. Trying a failing test
* Testing out a travis 7. Trying to cache the docker images.
* Testing out a travis 8. Still not correctly failing.
* Trying full path for docker_images dir.
* Fixing test again, trying a dockerhub deploy.
* Fixing test again, trying a dockerhub deploy 2.
* Remove caching.
* Trying to fix docker deploy.
* Try using the travis tag
* Using dessalines/lemmy:travis
* Try using the prod dockerfile now.
* Update http sigs dependency
* Finally getting this mostly working.
Co-authored-by: asonix <asonix@asonix.dog>
Riley [Fri, 24 Jul 2020 23:57:13 +0000 (18:57 -0500)]
Update http sigs dependency (#1022)
Filip Bengtsson [Fri, 24 Jul 2020 22:11:34 +0000 (22:11 +0000)]
Translated using Weblate (Swedish)
Currently translated at 100.0% (266 of 266 strings)
Translation: Lemmy/lemmy
Translate-URL: http://weblate.yerbamate.dev/projects/lemmy/lemmy/sv/
Txopi [Fri, 24 Jul 2020 22:11:34 +0000 (22:11 +0000)]
Translated using Weblate (Basque)
Currently translated at 100.0% (266 of 266 strings)
Translation: Lemmy/lemmy
Translate-URL: http://weblate.yerbamate.dev/projects/lemmy/lemmy/eu/
Dessalines [Fri, 24 Jul 2020 03:38:12 +0000 (23:38 -0400)]
Merge remote-tracking branch 'weblate/main' into main
Ron [Thu, 23 Jul 2020 22:09:10 +0000 (22:09 +0000)]
Translated using Weblate (Russian)
Currently translated at 99.2% (253 of 255 strings)
Translation: Lemmy/lemmy
Translate-URL: http://weblate.yerbamate.dev/projects/lemmy/lemmy/ru/
Dessalines [Thu, 23 Jul 2020 18:40:05 +0000 (14:40 -0400)]
Adding to sponsors list.
Dessalines [Thu, 23 Jul 2020 13:48:39 +0000 (09:48 -0400)]
Version v0.7.28
Dessalines [Thu, 23 Jul 2020 13:48:05 +0000 (09:48 -0400)]
Merge remote-tracking branch 'weblate/main' into main
Dessalines [Thu, 23 Jul 2020 06:10:22 +0000 (02:10 -0400)]
Adding a lot of front end prettying.
- Re-did litely theme.
- Increased spacing.
- Fixed up navbar to not full width.
- Made login/sign up stand out.
- Made thumbnails have a light background.
- Removed btn-sm, made almost all buttons bigger.
- Made all badges lighter.
- Made card backgrounds transparent.
- Fixes #888
Dessalines [Thu, 23 Jul 2020 00:17:41 +0000 (20:17 -0400)]
Fixing config_file env to use defaults instead (since its required). (#970)
* Fixing config_file env to use defaults instead (since its required). Fixes #764
* Changing the read / write to the custom config file one
* Adding a config note.
Ron [Wed, 22 Jul 2020 23:15:38 +0000 (23:15 +0000)]
Translated using Weblate (Russian)
Currently translated at 98.8% (252 of 255 strings)
Translation: Lemmy/lemmy
Translate-URL: http://weblate.yerbamate.dev/projects/lemmy/lemmy/ru/
Ady Nemo [Wed, 22 Jul 2020 23:15:38 +0000 (23:15 +0000)]
Translated using Weblate (French)
Currently translated at 99.6% (254 of 255 strings)
Translation: Lemmy/lemmy
Translate-URL: http://weblate.yerbamate.dev/projects/lemmy/lemmy/fr/
Ruan Bahia [Wed, 22 Jul 2020 23:15:38 +0000 (23:15 +0000)]
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (255 of 255 strings)
Translation: Lemmy/lemmy
Translate-URL: http://weblate.yerbamate.dev/projects/lemmy/lemmy/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 98.8% (252 of 255 strings)
Translation: Lemmy/lemmy
Translate-URL: http://weblate.yerbamate.dev/projects/lemmy/lemmy/pt_BR/
riccardo [Wed, 22 Jul 2020 23:15:38 +0000 (23:15 +0000)]
Translated using Weblate (Italian)
Currently translated at 100.0% (255 of 255 strings)
Translation: Lemmy/lemmy
Translate-URL: http://weblate.yerbamate.dev/projects/lemmy/lemmy/it/
Felix Ableitner [Wed, 22 Jul 2020 20:33:39 +0000 (22:33 +0200)]
Merge pull request #997 from LemmyNet/api_edit_separation
Api edit separation.
Dessalines [Wed, 22 Jul 2020 18:20:08 +0000 (14:20 -0400)]
Some more API cleanup.
- Extracted methods for is_mod_or_admin, and is_admin.
- Removed admins from GetPostResponse and GetCommunityResponse.
- Some cleanup.