]>
Untitled Git - lemmy.git/log
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.
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 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.
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 15:42:40 +0000 (11:42 -0400)]
Fix post thumbnail_url to use full urls. Fixes #632
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.
Dessalines [Wed, 22 Jul 2020 17:47:52 +0000 (13:47 -0400)]
Merge branch 'main' into api_edit_separation
Dessalines [Wed, 22 Jul 2020 13:56:15 +0000 (09:56 -0400)]
Version v0.7.26
Dessalines [Wed, 22 Jul 2020 13:56:14 +0000 (09:56 -0400)]
Merge remote-tracking branch 'weblate/main' into main
Felix Ableitner [Tue, 21 Jul 2020 22:07:09 +0000 (00:07 +0200)]
Use activitystreams from yerbamate.dev mirror (fixes #1012)
Dessalines [Tue, 21 Jul 2020 17:52:57 +0000 (13:52 -0400)]
Adding some helper functions.
Felix Ableitner [Tue, 21 Jul 2020 16:10:53 +0000 (18:10 +0200)]
Remove proxy_cache from nginx config
Dessalines [Tue, 21 Jul 2020 14:56:41 +0000 (10:56 -0400)]
Adding form_id to comment creates and edits.
- This adds a form_id to CreateComment, EditComment, and CommentResponse
- This is so any front end clients can add a randomly generated string,
and know which comment they submitted, is the one they're getting
back.
- This gets rid of all the weird complicated logic in handleFinished(),
and should stop the comment forms getting cleared once and for all.
Dessalines [Tue, 21 Jul 2020 14:15:17 +0000 (10:15 -0400)]
Added an is_mod_or_admin function to Community
Dessalines [Tue, 21 Jul 2020 13:20:23 +0000 (09:20 -0400)]
Adding version to GetSite. Fixes #1001 (#1002)
* Adding version to GetSite. Fixes #1001
* Removing version.ts file
Ady Nemo [Tue, 21 Jul 2020 10:51:22 +0000 (10:51 +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 [Tue, 21 Jul 2020 10:51:22 +0000 (10:51 +0000)]
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 [Tue, 21 Jul 2020 10:51:22 +0000 (10:51 +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/
Filip Bengtsson [Tue, 21 Jul 2020 10:51:22 +0000 (10:51 +0000)]
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/
Dessalines [Tue, 21 Jul 2020 03:58:58 +0000 (23:58 -0400)]
Changing location of sub and superscript buttons.
Dessalines [Tue, 21 Jul 2020 03:51:44 +0000 (23:51 -0400)]
Merge branch 'main' of https://github.com/commagray/lemmy into commagray-main
Dessalines [Tue, 21 Jul 2020 03:46:36 +0000 (23:46 -0400)]
Adding post delete, remove, lock, and sticky.
Dessalines [Tue, 21 Jul 2020 01:37:44 +0000 (21:37 -0400)]
Added comment delete, remove, read.
Coma Grayce [Mon, 20 Jul 2020 23:40:01 +0000 (02:40 +0300)]
Add buttons.
Coma Grayce [Mon, 20 Jul 2020 22:19:11 +0000 (01:19 +0300)]
Again, ooops.
Coma Grayce [Mon, 20 Jul 2020 22:08:59 +0000 (01:08 +0300)]
Ooops.
Coma Grayce [Mon, 20 Jul 2020 22:06:22 +0000 (01:06 +0300)]
Add sub and sup Markdown tags.
Dessalines [Mon, 20 Jul 2020 19:32:15 +0000 (15:32 -0400)]
Some GetUserDetails cleanup.
Dessalines [Mon, 20 Jul 2020 18:41:20 +0000 (14:41 -0400)]
Merge branch 'main' into api_edit_separation
Dessalines [Mon, 20 Jul 2020 18:41:12 +0000 (14:41 -0400)]
Merge branch 'main' of https://github.com/lemmynet/lemmy into main
Dessalines [Mon, 20 Jul 2020 17:37:39 +0000 (13:37 -0400)]
Added community delete and remove.
Felix Ableitner [Mon, 20 Jul 2020 15:37:46 +0000 (17:37 +0200)]
Merge pull request #994 from LemmyNet/community_user_actor_id_dupes
Community user actor id dupes
Dessalines [Mon, 20 Jul 2020 14:56:40 +0000 (10:56 -0400)]
EditUserMention changed to MarkUserMentionAsRead.
jcfrancisco [Mon, 20 Jul 2020 14:03:15 +0000 (10:03 -0400)]
📝 Add macOS-specific instructions for local development. (#996)
* 📝 Add macOS-specific instructions for local development.
* 📝 Remove extra 'git' package installation instruction
Dessalines [Mon, 20 Jul 2020 14:02:58 +0000 (10:02 -0400)]
Merge branch 'main' of https://github.com/lemmynet/lemmy into main
Dessalines [Mon, 20 Jul 2020 04:29:44 +0000 (00:29 -0400)]
Private message delete and read extracted.
Dessalines [Sun, 19 Jul 2020 21:03:27 +0000 (17:03 -0400)]
Merge branch 'community_user_actor_id_dupes' into api_edit_separation
Dessalines [Sun, 19 Jul 2020 20:43:21 +0000 (16:43 -0400)]
Merge remote-tracking branch 'weblate/main' into main
Dessalines [Sun, 19 Jul 2020 17:32:50 +0000 (13:32 -0400)]
Moving dupe checking to before new actor_id generation.
Dessalines [Sun, 19 Jul 2020 17:12:42 +0000 (13:12 -0400)]
Fixing duplicate actor_id for community and user. Fixes #957
Dessalines [Sun, 19 Jul 2020 16:26:23 +0000 (12:26 -0400)]
Ran cargo fmt.
Dessalines [Sat, 18 Jul 2020 23:36:45 +0000 (19:36 -0400)]
Choices.destroy isnt working properly.
Filip Bengtsson [Sat, 18 Jul 2020 06:16:27 +0000 (06:16 +0000)]
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/
Dessalines [Fri, 17 Jul 2020 22:54:34 +0000 (18:54 -0400)]
Version v0.7.25
Dessalines [Fri, 17 Jul 2020 22:54:33 +0000 (18:54 -0400)]
Merge remote-tracking branch 'weblate/main' into main
eiknat [Fri, 17 Jul 2020 22:46:59 +0000 (18:46 -0400)]
validate post URLs on the backend (#990)
* added serverside url validation
* api.post: use if let instead of is_some
also add "invalid_url" to en.json
Co-authored-by: John Doe <dhas8m@protonmail.com>
nutomic [Fri, 17 Jul 2020 21:11:07 +0000 (21:11 +0000)]
Update activitystreams library to latest version (#71)
Merge branch 'main' into more-upgrade-apub-3
Update activitystreams library to latest version
Remove remaining usages of old activitystreams library
Migrate community inbox and user inbox
Migrate private message
Migrate post
Migrate community activities
Migrate extensions to new activitystreams library
Co-authored-by: dessalines <dessalines@noreply.yerbamate.dev>
Co-authored-by: Felix Ableitner <me@nutomic.com>
Reviewed-on: https://yerbamate.dev/LemmyNet/lemmy/pulls/71
Filip Bengtsson [Fri, 17 Jul 2020 20:31:57 +0000 (20:31 +0000)]
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/
Ady Nemo [Fri, 17 Jul 2020 20:31:57 +0000 (20:31 +0000)]
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/
Tirifto [Fri, 17 Jul 2020 20:31:57 +0000 (20:31 +0000)]
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/
Dessalines [Fri, 17 Jul 2020 19:27:06 +0000 (15:27 -0400)]
Adding to sponsors list.
Dessalines [Fri, 17 Jul 2020 19:25:59 +0000 (15:25 -0400)]
Better user page loading indicators. Fixes #986 (#989)
Dessalines [Fri, 17 Jul 2020 19:25:52 +0000 (15:25 -0400)]
Un-expand image when receiving new post. Fixes #979 (#988)
Dessalines [Fri, 17 Jul 2020 15:48:06 +0000 (11:48 -0400)]
Better user page loading indicators. Fixes #986
Dessalines [Fri, 17 Jul 2020 01:17:34 +0000 (21:17 -0400)]
Version v0.7.24
Dessalines [Fri, 17 Jul 2020 01:16:32 +0000 (21:16 -0400)]
Updating deploy to use weblate/main
Dessalines [Fri, 17 Jul 2020 01:15:51 +0000 (21:15 -0400)]
Merge remote-tracking branch 'weblate/main' into main