]> Untitled Git - lemmy.git/log
lemmy.git
4 years agoAdding back in post fetching.
Dessalines [Sat, 25 Apr 2020 15:49:15 +0000 (11:49 -0400)]
Adding back in post fetching.

4 years agoAdding get_public_key_ext() to ActorType trait.
Dessalines [Sat, 25 Apr 2020 02:34:51 +0000 (22:34 -0400)]
Adding get_public_key_ext() to ActorType trait.

4 years agoRemoving run-tests TODO.
Dessalines [Sat, 25 Apr 2020 02:02:12 +0000 (22:02 -0400)]
Removing run-tests TODO.

4 years agoUse an associated type instead of Generic.
Dessalines [Fri, 24 Apr 2020 21:30:27 +0000 (17:30 -0400)]
Use an associated type instead of Generic.

4 years agoMerge remote-tracking branch 'yerba/federation' into federation_changes_1
Dessalines [Fri, 24 Apr 2020 19:57:48 +0000 (15:57 -0400)]
Merge remote-tracking branch 'yerba/federation' into federation_changes_1

4 years agoSome more cleanup.
Dessalines [Fri, 24 Apr 2020 19:55:54 +0000 (15:55 -0400)]
Some more cleanup.

4 years agoImplement integration test for federation
Felix [Fri, 24 Apr 2020 16:30:31 +0000 (18:30 +0200)]
Implement integration test for federation

4 years agoSome fed fixes.
Dessalines [Fri, 24 Apr 2020 14:04:36 +0000 (10:04 -0400)]
Some fed fixes.

4 years agoAdding some more API testing examples.
Dessalines [Thu, 23 Apr 2020 18:13:22 +0000 (14:13 -0400)]
Adding some more API testing examples.

4 years agoAdding a test bed for API testing. #658
Dessalines [Thu, 23 Apr 2020 15:34:32 +0000 (11:34 -0400)]
Adding a test bed for API testing. #658

4 years agoAlso use correct header in fetcher.rs
Felix [Thu, 23 Apr 2020 11:42:09 +0000 (13:42 +0200)]
Also use correct header in fetcher.rs

4 years agoFix header guard for apub responses
Felix [Wed, 22 Apr 2020 18:56:31 +0000 (20:56 +0200)]
Fix header guard for apub responses

4 years agoMerge branch 'federation' of https://yerbamate.dev/LemmyNet/lemmy into federation
Dessalines [Wed, 22 Apr 2020 00:41:50 +0000 (20:41 -0400)]
Merge branch 'federation' of https://yerbamate.dev/LemmyNet/lemmy into federation

4 years agoFixing nodeinfo error type.
Dessalines [Wed, 22 Apr 2020 00:34:37 +0000 (20:34 -0400)]
Fixing nodeinfo error type.

4 years agoMerge branch 'master' into merge_master_2
Dessalines [Wed, 22 Apr 2020 00:29:52 +0000 (20:29 -0400)]
Merge branch 'master' into merge_master_2

4 years agoMerge branch 'routes_web_block'
Dessalines [Wed, 22 Apr 2020 00:28:44 +0000 (20:28 -0400)]
Merge branch 'routes_web_block'

4 years agoAdding websocket blocking.
Dessalines [Tue, 21 Apr 2020 21:57:20 +0000 (17:57 -0400)]
Adding websocket blocking.

4 years agoFixing closures.
Dessalines [Tue, 21 Apr 2020 20:48:54 +0000 (16:48 -0400)]
Fixing closures.

4 years agoChange apub IDs to be consistent with html urls
Felix [Tue, 21 Apr 2020 20:45:01 +0000 (22:45 +0200)]
Change apub IDs to be consistent with html urls

4 years agoMerge branch 'master' into routes_web_block
Dessalines [Tue, 21 Apr 2020 20:41:07 +0000 (16:41 -0400)]
Merge branch 'master' into routes_web_block

4 years agoAdding web::blocks to routes.
Dessalines [Tue, 21 Apr 2020 20:40:03 +0000 (16:40 -0400)]
Adding web::blocks to routes.

4 years agoUpdate test_deploy.sh, supporting different branches
Felix [Tue, 21 Apr 2020 17:19:10 +0000 (19:19 +0200)]
Update test_deploy.sh, supporting different branches

4 years agoMerge pull request #649 from LemmyNet/federation_merge_from_master_1
Felix Ableitner [Tue, 21 Apr 2020 16:29:30 +0000 (16:29 +0000)]
Merge pull request #649 from LemmyNet/federation_merge_from_master_1

Federation merge from master 1

4 years agoMerge branch 'master' into federation_merge_from_master_1
Dessalines [Tue, 21 Apr 2020 14:25:29 +0000 (10:25 -0400)]
Merge branch 'master' into federation_merge_from_master_1

4 years agoMerge branch 'remove_username_lower_unique' into federation
Dessalines [Tue, 21 Apr 2020 13:25:02 +0000 (09:25 -0400)]
Merge branch 'remove_username_lower_unique' into federation

4 years agoChange local unique username constraints.
Dessalines [Tue, 21 Apr 2020 13:21:29 +0000 (09:21 -0400)]
Change local unique username constraints.

4 years agoUpdate federation dev instructions
Felix [Tue, 21 Apr 2020 11:24:08 +0000 (13:24 +0200)]
Update federation dev instructions

4 years agoVersion v0.6.51
Dessalines [Mon, 20 Apr 2020 19:40:56 +0000 (15:40 -0400)]
Version v0.6.51

4 years agoMerge remote-tracking branch 'weblate/master'
Dessalines [Mon, 20 Apr 2020 19:40:54 +0000 (15:40 -0400)]
Merge remote-tracking branch 'weblate/master'

4 years agoMerge branch 'abstract_websocket_sends'
Dessalines [Mon, 20 Apr 2020 19:39:34 +0000 (15:39 -0400)]
Merge branch 'abstract_websocket_sends'

4 years agoMerge branch 'asonix-abstract_websocket_sends' into abstract_websocket_sends
Dessalines [Mon, 20 Apr 2020 19:03:32 +0000 (15:03 -0400)]
Merge branch 'asonix-abstract_websocket_sends' into abstract_websocket_sends

4 years agoMaking websocket create community do register rate limit.
Dessalines [Mon, 20 Apr 2020 18:55:37 +0000 (14:55 -0400)]
Making websocket create community do register rate limit.

4 years agoRemove unused methods
asonix [Mon, 20 Apr 2020 18:09:10 +0000 (13:09 -0500)]
Remove unused methods

4 years agopost -> register
asonix [Mon, 20 Apr 2020 18:05:07 +0000 (13:05 -0500)]
post -> register

4 years agoUse get_ip in ratelimit middleware
asonix [Mon, 20 Apr 2020 18:02:25 +0000 (13:02 -0500)]
Use get_ip in ratelimit middleware

4 years agoGive ratelimit fields explicit names
asonix [Mon, 20 Apr 2020 17:51:42 +0000 (12:51 -0500)]
Give ratelimit fields explicit names

4 years agoGuard CreateCommunity, represent impossible error with Infallible
asonix [Mon, 20 Apr 2020 17:31:22 +0000 (12:31 -0500)]
Guard CreateCommunity, represent impossible error with Infallible

4 years agoAdd websockets into the api scope
asonix [Mon, 20 Apr 2020 15:25:47 +0000 (10:25 -0500)]
Add websockets into the api scope

4 years agoChanging warn to debug for rate limiting message.
Dessalines [Mon, 20 Apr 2020 14:45:14 +0000 (10:45 -0400)]
Changing warn to debug for rate limiting message.

4 years agoTranslated using Weblate (Chinese (Simplified))
Fenglei Gu [Mon, 20 Apr 2020 08:02:06 +0000 (08:02 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (237 of 237 strings)

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

4 years agoTranslated using Weblate (Japanese)
Sylvia Ji [Mon, 20 Apr 2020 08:02:06 +0000 (08:02 +0000)]
Translated using Weblate (Japanese)

Currently translated at 99.1% (235 of 237 strings)

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

Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (237 of 237 strings)

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

4 years agoAllow rustfmt on api config
asonix [Mon, 20 Apr 2020 04:47:20 +0000 (23:47 -0500)]
Allow rustfmt on api config

4 years agoappease clippy
asonix [Mon, 20 Apr 2020 04:43:30 +0000 (23:43 -0500)]
appease clippy

4 years agoChange RateLimit to act as a middleware
asonix [Mon, 20 Apr 2020 03:59:07 +0000 (22:59 -0500)]
Change RateLimit to act as a middleware

4 years agoMerge branch 'dev'
Dessalines [Mon, 20 Apr 2020 00:03:05 +0000 (20:03 -0400)]
Merge branch 'dev'

4 years agoAdding to sponsors list.
Dessalines [Mon, 20 Apr 2020 00:01:58 +0000 (20:01 -0400)]
Adding to sponsors list.

4 years agoMerge branch 'nyu-ossd-s20-apache_benchmark_check'
Dessalines [Mon, 20 Apr 2020 00:01:20 +0000 (20:01 -0400)]
Merge branch 'nyu-ossd-s20-apache_benchmark_check'

4 years agoAdding websocket notification system.
Dessalines [Sun, 19 Apr 2020 22:08:25 +0000 (18:08 -0400)]
Adding websocket notification system.

- HTTP and APUB clients can now send live updating messages to websocket
  clients
- Rate limiting now affects both HTTP and websockets
- Rate limiting / Websocket logic is now moved into the API Perform
  functions.
- TODO This broke getting current online users, but that will have to
  wait for the perform trait to be made async.
- Fixes #446

4 years agoVerifyt http signatures
Felix [Sun, 19 Apr 2020 17:35:40 +0000 (19:35 +0200)]
Verifyt http signatures

4 years agoSimplify signing code
Felix [Sun, 19 Apr 2020 11:44:44 +0000 (13:44 +0200)]
Simplify signing code

4 years agoAdd http signature to outgoing apub requests
Felix [Sat, 18 Apr 2020 18:54:20 +0000 (20:54 +0200)]
Add http signature to outgoing apub requests

4 years agoUse debug logging
Felix [Sat, 18 Apr 2020 15:24:55 +0000 (17:24 +0200)]
Use debug logging

4 years agoFix bug in whitelist implementation
Felix [Sat, 18 Apr 2020 15:17:25 +0000 (17:17 +0200)]
Fix bug in whitelist implementation

4 years agoImplement instance whitelist
Felix [Fri, 17 Apr 2020 17:34:18 +0000 (19:34 +0200)]
Implement instance whitelist

4 years agoAdded documentation for most functions
Felix [Fri, 17 Apr 2020 15:33:55 +0000 (17:33 +0200)]
Added documentation for most functions

4 years agoSome code cleanup and better logging
Felix [Fri, 17 Apr 2020 14:55:28 +0000 (16:55 +0200)]
Some code cleanup and better logging

4 years agoRemove instance follows
Felix [Fri, 17 Apr 2020 14:39:03 +0000 (16:39 +0200)]
Remove instance follows

4 years agoImplement search for activitypub IDs
Felix [Fri, 17 Apr 2020 13:46:08 +0000 (15:46 +0200)]
Implement search for activitypub IDs

4 years agoSend activities to correct inbox, seperate community/user inboxes
Felix [Wed, 15 Apr 2020 18:12:25 +0000 (20:12 +0200)]
Send activities to correct inbox, seperate community/user inboxes

4 years agoAdding yarn run to run-federation-test.bash script.
Dessalines [Wed, 15 Apr 2020 18:06:17 +0000 (14:06 -0400)]
Adding yarn run to run-federation-test.bash script.

4 years agoAdd apache benchmark installation check
charleshthomasiii [Wed, 15 Apr 2020 17:52:46 +0000 (13:52 -0400)]
Add apache benchmark installation check

4 years agoVersion v0.6.50
Dessalines [Tue, 14 Apr 2020 23:38:20 +0000 (19:38 -0400)]
Version v0.6.50

4 years agoMerge remote-tracking branch 'weblate/master'
Dessalines [Tue, 14 Apr 2020 23:38:18 +0000 (19:38 -0400)]
Merge remote-tracking branch 'weblate/master'

4 years agoRedundant to_owned
Dessalines [Tue, 14 Apr 2020 23:25:58 +0000 (19:25 -0400)]
Redundant to_owned

4 years agoFront end federation names and links for users, posts, and communities.
Dessalines [Tue, 14 Apr 2020 23:18:13 +0000 (19:18 -0400)]
Front end federation names and links for users, posts, and communities.

4 years agoMerge branch 'dev' into federation
Dessalines [Tue, 14 Apr 2020 20:07:20 +0000 (16:07 -0400)]
Merge branch 'dev' into federation

4 years agoMerge branch 'admin_settings' into dev
Dessalines [Tue, 14 Apr 2020 19:45:49 +0000 (15:45 -0400)]
Merge branch 'admin_settings' into dev

4 years agoInitial post-listing community non-local.
Dessalines [Tue, 14 Apr 2020 19:43:58 +0000 (15:43 -0400)]
Initial post-listing community non-local.

4 years agoUpdating views to add apub actor_id and local columns.
Dessalines [Tue, 14 Apr 2020 19:12:19 +0000 (15:12 -0400)]
Updating views to add apub actor_id and local columns.

4 years agoUpdating front end packages.
Dessalines [Tue, 14 Apr 2020 16:34:52 +0000 (12:34 -0400)]
Updating front end packages.

4 years agoFixing .dockerignore.
Dessalines [Tue, 14 Apr 2020 16:27:38 +0000 (12:27 -0400)]
Fixing .dockerignore.

4 years agoFixing unwrap crash with site_view.rs
Dessalines [Tue, 14 Apr 2020 16:24:05 +0000 (12:24 -0400)]
Fixing unwrap crash with site_view.rs

4 years agoDisable nginx access logs for docker/federation/
Felix [Tue, 14 Apr 2020 15:47:55 +0000 (17:47 +0200)]
Disable nginx access logs for docker/federation/

4 years agoImplemented follow/accept
Felix [Tue, 14 Apr 2020 15:37:23 +0000 (17:37 +0200)]
Implemented follow/accept

4 years agoMerge branch 'dev' into admin_settings
Dessalines [Tue, 14 Apr 2020 14:54:04 +0000 (10:54 -0400)]
Merge branch 'dev' into admin_settings

4 years agoFixing test deploy.
Dessalines [Tue, 14 Apr 2020 14:07:40 +0000 (10:07 -0400)]
Fixing test deploy.

4 years agoTranslated using Weblate (Japanese)
Kitaiti Makoto [Tue, 14 Apr 2020 00:53:45 +0000 (00:53 +0000)]
Translated using Weblate (Japanese)

Currently translated at 85.6% (203 of 237 strings)

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

4 years agoTranslated using Weblate (Chinese (Simplified))
Sylvia Ji [Tue, 14 Apr 2020 00:53:45 +0000 (00:53 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 69.1% (164 of 237 strings)

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

4 years agoAuto-configure federation test instances during initial start
Felix [Mon, 13 Apr 2020 17:55:43 +0000 (19:55 +0200)]
Auto-configure federation test instances during initial start

4 years agoAdding another sponsor.
Dessalines [Mon, 13 Apr 2020 16:42:16 +0000 (12:42 -0400)]
Adding another sponsor.

4 years agoGet inbox working properly
Felix [Mon, 13 Apr 2020 13:06:41 +0000 (15:06 +0200)]
Get inbox working properly

4 years agoUse summary field for post title
Felix [Mon, 13 Apr 2020 12:13:06 +0000 (14:13 +0200)]
Use summary field for post title

4 years agoVersion v0.6.49
Dessalines [Sun, 12 Apr 2020 18:57:37 +0000 (14:57 -0400)]
Version v0.6.49

4 years agoUse twemoji style for emoji picker.
Dessalines [Sun, 12 Apr 2020 18:55:52 +0000 (14:55 -0400)]
Use twemoji style for emoji picker.

4 years agoVersion v0.6.48
Dessalines [Sun, 12 Apr 2020 18:08:02 +0000 (14:08 -0400)]
Version v0.6.48

4 years agoUpdating federation docker volumes ignores.
Dessalines [Sun, 12 Apr 2020 18:07:22 +0000 (14:07 -0400)]
Updating federation docker volumes ignores.

4 years agoMerge remote-tracking branch 'weblate/master'
Dessalines [Sun, 12 Apr 2020 17:09:03 +0000 (13:09 -0400)]
Merge remote-tracking branch 'weblate/master'

4 years agoAdd open collective (#637)
Dessalines [Sun, 12 Apr 2020 16:54:49 +0000 (12:54 -0400)]
Add open collective (#637)

* Add Emoji Picker for comments and post body.

- Fixes #634

* Make sure typing dropdown uses twemojis.

* Adding opencollective links. Fixes #636

4 years agoMerge branch 'emoji_picker'
Dessalines [Sun, 12 Apr 2020 16:51:30 +0000 (12:51 -0400)]
Merge branch 'emoji_picker'

4 years agoAdd Emoji squashed commit.
Dessalines [Sun, 12 Apr 2020 16:47:48 +0000 (12:47 -0400)]
Add Emoji squashed commit.

4 years agoMake sure typing dropdown uses twemojis.
Dessalines [Sun, 12 Apr 2020 15:45:44 +0000 (11:45 -0400)]
Make sure typing dropdown uses twemojis.

4 years agoAdded comments about how to federate additional post/user fields
Felix [Sun, 12 Apr 2020 14:53:55 +0000 (16:53 +0200)]
Added comments about how to federate additional post/user fields

4 years agoAdd Emoji Picker for comments and post body.
Dessalines [Sun, 12 Apr 2020 03:22:46 +0000 (23:22 -0400)]
Add Emoji Picker for comments and post body.

- Fixes #634

4 years agoRemoving redundant to_owned
Dessalines [Sat, 11 Apr 2020 18:10:33 +0000 (14:10 -0400)]
Removing redundant to_owned

4 years agoAdding live reloading of config.hjson changes through UI.
Dessalines [Sat, 11 Apr 2020 18:06:04 +0000 (14:06 -0400)]
Adding live reloading of config.hjson changes through UI.

- https://stackoverflow.com/questions/61159698/update-re-initialize-a-var-defined-in-lazy-static/61161271#61161271
- https://stackoverflow.com/questions/29654927/how-do-i-assign-a-string-to-a-mutable-static-variable/47181804#47181804

4 years agoAdding an admin settings page.
Dessalines [Fri, 10 Apr 2020 20:55:57 +0000 (16:55 -0400)]
Adding an admin settings page.

- Fixes #620
- Adding a UserListing component. Fixes #627

4 years agoTranslated using Weblate (Georgian)
nick t [Fri, 10 Apr 2020 14:40:20 +0000 (14:40 +0000)]
Translated using Weblate (Georgian)

Currently translated at 84.3% (200 of 237 strings)

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

4 years agoTranslated using Weblate (Georgian)
Nika Tskhakaia [Fri, 10 Apr 2020 14:40:20 +0000 (14:40 +0000)]
Translated using Weblate (Georgian)

Currently translated at 67.5% (160 of 237 strings)

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

Translated using Weblate (Georgian)

Currently translated at 62.8% (149 of 237 strings)

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

4 years agoFederate actor public keys
Felix [Fri, 10 Apr 2020 13:50:40 +0000 (15:50 +0200)]
Federate actor public keys

4 years agomore todos
Felix [Fri, 10 Apr 2020 12:45:48 +0000 (14:45 +0200)]
more todos