]>
Untitled Git - lemmy.git/log
Felix Ableitner [Tue, 23 Aug 2022 21:57:44 +0000 (23:57 +0200)]
clippy fixes
Felix Ableitner [Tue, 23 Aug 2022 21:40:56 +0000 (23:40 +0200)]
api changes for comment language tagging
Felix Ableitner [Tue, 23 Aug 2022 21:20:00 +0000 (23:20 +0200)]
add test for comment view languages
Felix Ableitner [Tue, 23 Aug 2022 19:38:51 +0000 (21:38 +0200)]
fix tests
Felix Ableitner [Mon, 22 Aug 2022 20:55:10 +0000 (22:55 +0200)]
Add language tags for comments
Nutomic [Fri, 19 Aug 2022 14:27:39 +0000 (14:27 +0000)]
Pass LocalUser to PostQuery etc, instead of separate params (#2413)
Nutomic [Thu, 18 Aug 2022 19:11:19 +0000 (19:11 +0000)]
Tag posts and comments with language (fixes #440) (#2269)
* Tag posts and comments with language (fixes #440)
* Untangle PostView tests
* Implement test for PostView language query
* Store languages directly in database
* finish moving languages into db, it compiles
* update post_view
* serde skip Language.id field
* add local_user_language table, other changes suggested in review
* add code for local_user_discussion_language_view
* Remove unnecessary clones in db view converteres
* Fixing up some table and join issues.
* Clearing the current languages.
* Fix formatting.
* update user languages in single transaction
* proper test for user language queries
* Some fixes for all / missing user languages. (#2404)
* Some fixes for all / missing user languages.
* Adding back in transaction.
* fix test
Co-authored-by: Dessalines <tyhou13@gmx.com>
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
Nutomic [Wed, 17 Aug 2022 20:53:19 +0000 (20:53 +0000)]
Rejected federated pm from blocked users (fixes #2398) (#2408)
Dessalines [Wed, 17 Aug 2022 11:38:52 +0000 (07:38 -0400)]
Adding distinguish comment. Fixes #2002 (#2391)
* Adding distinguish comment. Fixes #2002
* Adding lemmy:distinguished
Nutomic [Tue, 16 Aug 2022 15:20:41 +0000 (15:20 +0000)]
Fix pictrs routing (#2407)
* SUGGESTED FIX TO PICTRS ROUTING 404 ERROR #2359
Removed slashes at "/image" routes.
* cargo fmt
Co-authored-by: Majid ✨ <72635080+umamawme@users.noreply.github.com>
Dessalines [Tue, 16 Aug 2022 12:22:29 +0000 (08:22 -0400)]
Add postgres auto-explain for dev testing. (#2399)
* Add postgres auto-explain for dev testing.
* add newline
* fix indent
Co-authored-by: Nutomic <me@nutomic.com>
Anon [Tue, 16 Aug 2022 11:52:04 +0000 (06:52 -0500)]
Add Modlog Filters (#2313)
* Fix crash running locally on windows.
* Add support for filtering mod logs
* Refactor cleanup
* Clippy fix
* Condense match statements
* Clippy fix 2
vpzomtrrfrt [Tue, 16 Aug 2022 10:12:43 +0000 (03:12 -0700)]
Accept Image objects in attachments (#2394)
Dessalines [Thu, 4 Aug 2022 20:03:14 +0000 (16:03 -0400)]
Tweaking postgres upgrade script (#2389)
* Tweaking postgres upgrade script
* Removing pointless comments.
Nutomic [Thu, 4 Aug 2022 19:30:17 +0000 (21:30 +0200)]
Use typed-builder crate for queries (#2379)
* Use typed-builder crate for PrivateMessageQuery
* derive builder for all queries
* remove unnecessary clones
* fix tests
Nutomic [Tue, 2 Aug 2022 13:38:19 +0000 (15:38 +0200)]
Use doku release version (ref #2343) (#2386)
Dessalines [Sat, 30 Jul 2022 03:55:59 +0000 (23:55 -0400)]
First pass at adding comment trees. (#2362)
* First pass at adding comment trees.
- Extracted comment replies into its own table.
- Added ltree column to comment
- Added parent_id param to GetComments to fetch a tree branch
- No paging / limiting yet
* Adding child_count to comment_aggregates.
* Adding parent comment update counts
* Fix unit tests.
* Comment tree paging mostly done.
* Fix clippy
* Fix drone tests wrong postgres version.
* Fix unit tests.
* Add back in delete in unit test.
* Add postgres upgrade script.
* Fixing some PR comments.
* Move update ltree into Comment::create
* Updating based on comments.
* Fix send soft fail.
Nutomic [Fri, 29 Jul 2022 17:30:38 +0000 (19:30 +0200)]
Update apub examples to remove `to` field (ref #2380) (#2382)
Nutomic [Fri, 29 Jul 2022 13:32:12 +0000 (15:32 +0200)]
Handle Like, Undo/Like activities from Mastodon, add tests (fixes #2378) (#2380)
Dessalines [Fri, 29 Jul 2022 13:04:21 +0000 (09:04 -0400)]
Fix a few form options for diesel. Fixes #2287 (#2376)
* Fix a few form options for diesel. Fixes #2287
* Adding TODO comment.
Nutomic [Fri, 29 Jul 2022 12:37:23 +0000 (14:37 +0200)]
Remove docker/pleroma/ folder (#2381)
Dessalines [Fri, 29 Jul 2022 10:57:39 +0000 (06:57 -0400)]
Remove listing type community. Fixes #2361 (#2377)
* Remove listing type community. Fixes #2361
* Have ListingType::All be the default
Nutomic [Thu, 28 Jul 2022 21:14:07 +0000 (23:14 +0200)]
Dont allow login if account is banned or deleted (fixes #2372) (#2374)
Dessalines [Thu, 28 Jul 2022 15:49:26 +0000 (11:49 -0400)]
Send websocket message on accepted follow. Fixes #2369 (#2375)
Nutomic [Wed, 27 Jul 2022 21:03:44 +0000 (21:03 +0000)]
Fix panics in search_by_apub_id() (fixes #2371) (#2373)
Nutomic [Wed, 20 Jul 2022 14:10:29 +0000 (14:10 +0000)]
Fix follow being stuck as pending after accept (#2366)
* Fix follow being stuck as pending after accept
* fix api test
Dessalines [Tue, 19 Jul 2022 19:01:15 +0000 (15:01 -0400)]
Adding 0.16.6 release
Nutomic [Thu, 14 Jul 2022 18:25:10 +0000 (18:25 +0000)]
Change config pictrs key name (#2360)
Nutomic [Mon, 11 Jul 2022 20:38:37 +0000 (20:38 +0000)]
Config changes, remove unused image purge function (#2343)
* Throw error if old pictrs config item is used, make api key optional
* use doku url feature
* fix doku version
* fix clippy
* remove unused image purge function, remove config migration
Nutomic [Mon, 11 Jul 2022 18:25:33 +0000 (18:25 +0000)]
Fix problem where actors can have empty public key (fixes #2347) (#2348)
Luna [Mon, 11 Jul 2022 17:12:12 +0000 (22:42 +0530)]
remove parking_lot (#2350)
Dessalines [Fri, 8 Jul 2022 10:47:40 +0000 (06:47 -0400)]
Revert "Use correct url for activitystreams protocol context (#2326)" (#2351)
This reverts commit
dc35ab9c2b924648e72289577ff46bee4ff81a87 .
Dessalines [Fri, 8 Jul 2022 10:21:33 +0000 (06:21 -0400)]
Adding check for requests with no id or name, adding max limit. (#2265)
* Adding check for requests with no id or name, adding max limit.
* Consolidating a few functions.
* Fix page min
* Adding more websocket rate limits.
* Add check to GetCommunity
* Use a default message rate limit check.
* Adding a page and limit checker
* Fix clippy
* Fix clippy again
* Adding check for requests with no id or name, adding max limit.
* Consolidating a few functions.
* Fix page min
* Adding more websocket rate limits.
* Add check to GetCommunity
* Use a default message rate limit check.
* Adding a page and limit checker
* Fix clippy
* Fix clippy again
* Fix limit request.
* Move checks to inside limit_and_offset
* Fixing API tests.
* Change NotFound diesel errors to QueryBuilderError
Nutomic [Tue, 5 Jul 2022 23:02:54 +0000 (23:02 +0000)]
Dont allow blocking admin (#2340)
Nutomic [Tue, 5 Jul 2022 21:41:22 +0000 (21:41 +0000)]
Fix wrong clippy warning in ci (#2339)
Nutomic [Tue, 5 Jul 2022 21:40:44 +0000 (21:40 +0000)]
Be more explicit about returning deleted actors or not (#2335)
* Be more explicit about returning deleted actors or not
* simplify db queries
Nutomic [Tue, 28 Jun 2022 21:44:55 +0000 (21:44 +0000)]
Specify minimum Rust version 1.57 (fixes #2333) (#2334)
* Specify minimum Rust version 1.57 (fixes #2333)
* use latest rust for clippy
* use rust 1.60 for clippy
* no add component
* use official rust docker
* comments
Dessalines [Wed, 22 Jun 2022 20:24:54 +0000 (16:24 -0400)]
Remove update and read site config. Fixes #2306 (#2329)
* Remove update and read site config. Fixes #2306
* Removing lazy_static, removing Settings::get()
Dessalines [Wed, 22 Jun 2022 19:38:27 +0000 (15:38 -0400)]
Don't create or initially follow a default community. Fixes #2317 (#2328)
* Don't create or initially follow a default community. Fixes #2317
* Fix unit tests.
Dessalines [Wed, 22 Jun 2022 12:30:09 +0000 (08:30 -0400)]
Increase RSS fetch limit to 20. Fixes #2319 (#2327)
Dessalines [Wed, 22 Jun 2022 12:05:41 +0000 (08:05 -0400)]
Expose pending 2 (#2282)
* Exposing SubscribedType. Fixes #2281
* Fixing other subscribed fields.
* Fix federation tests
* Add comment about follower row.
Nutomic [Tue, 21 Jun 2022 19:27:10 +0000 (19:27 +0000)]
Use correct url for activitystreams protocol context (#2326)
Nutomic [Tue, 14 Jun 2022 05:20:30 +0000 (05:20 +0000)]
Move setting http_fetch_retry_limit into federation block (#2314)
Nutomic [Tue, 14 Jun 2022 05:20:01 +0000 (05:20 +0000)]
Fix length of post_report.original_post_name db field (fixes #2311) (#2315)
Dessalines [Mon, 13 Jun 2022 19:15:04 +0000 (15:15 -0400)]
Adding admin purging of DB items and pictures. #904 #1331 (#1809)
* First pass at adding admin purge. #904 #1331
* Breaking out purge into 4 tables for the 4 purgeable types.
* Using CommunitySafe instead in view
* Fix db_schema features flags.
* Attempting to pass API key.
* Adding pictrs image purging
- Added pictrs_config block, for API_KEY
- Clear out image columns after purging
* Remove the remove_images field from a few of the purge API calls.
* Fix some suggestions by @nutomic.
* Add separate pictrs reqwest client.
* Update defaults.hjson
Co-authored-by: Nutomic <me@nutomic.com>
trwnh [Mon, 13 Jun 2022 13:26:56 +0000 (08:26 -0500)]
Fix: Use correctly parseable JSON-LD context (#2299)
* Fix: Use correctly parseable JSON-LD context
* Changed: Better ordering for context document
alphabetized properties
* Changed: Use xsd types instead of schema.org types
* Changed: use simple namespacing
Nutomic [Wed, 8 Jun 2022 15:48:36 +0000 (15:48 +0000)]
Fix lemmy version in prod docker-compose.yml (#2304)
Nutomic [Wed, 8 Jun 2022 15:45:39 +0000 (15:45 +0000)]
Upgrade activitypub_federation to 0.2.0, add setting federation.debug (#2300)
Nutomic [Wed, 8 Jun 2022 15:44:53 +0000 (15:44 +0000)]
Remove unused setup config vars (#2302)
Nutomic [Wed, 8 Jun 2022 15:30:20 +0000 (15:30 +0000)]
Add pub use for db crates in api_common (#2305)
Nutomic [Wed, 8 Jun 2022 15:19:12 +0000 (15:19 +0000)]
Add link to Matrix chat in readme (#2303)
Nutomic [Wed, 8 Jun 2022 15:14:38 +0000 (15:14 +0000)]
Accept private like (#1968) (#2301)
Dessalines [Mon, 6 Jun 2022 12:09:43 +0000 (08:09 -0400)]
Move different features drone check to below defaults.hjson check. (#2296)
Paolo Barbolini [Sun, 5 Jun 2022 02:07:38 +0000 (04:07 +0200)]
Bump lettre to 0.10.0-rc.7 (#2297)
Nutomic [Fri, 3 Jun 2022 15:56:33 +0000 (15:56 +0000)]
Remove unused cargo.toml files (#2293)
Nutomic [Fri, 3 Jun 2022 15:31:22 +0000 (15:31 +0000)]
Forbid outgoing requests in activitypub tests (fixes #2289) (#2294)
Nutomic [Thu, 2 Jun 2022 21:44:47 +0000 (21:44 +0000)]
Embed Peertube videos (#2261)
* Use og:video attribute for embeds, change Post.embed_html to embed_url
* fix clippy
Nutomic [Thu, 2 Jun 2022 18:19:53 +0000 (18:19 +0000)]
Run cargo check for each crate with different features (ref #2284) (#2292)
Nutomic [Thu, 2 Jun 2022 17:48:53 +0000 (17:48 +0000)]
Remove 0.15 federation compat code (#2131)
Nutomic [Thu, 2 Jun 2022 14:33:41 +0000 (14:33 +0000)]
Extract Activitypub logic into separate library (#2288)
* Create example for apub lib
* some rewriting of apub lib
* Add LocalInstance struct for apub lib to avoid using Lemmy Settings
* Move ActorType trait to lemmy_apub, because its not needed in library
* Use reqwest_retry instead of custom impl, dont specify timeout on every send()
* Some improvements to example
* Moved inbox handling to library
* bug fixes
* Move context and serde helpers into library
* wip: example changes
* Add lemmy_utils feature to build only LemmyError
* Rename to activitypub_federation
* Remove lemmy_utils dep from activitypub_federation using generic error type
* Finish activitypub example
* Cleanup and fix tests
* Reorganize library files
* Remove ApubObject.to_tombstone()
* Extract activitypub library into separate git repository
Dessalines [Mon, 30 May 2022 22:32:31 +0000 (18:32 -0400)]
Version 0.16.5
Dessalines [Fri, 27 May 2022 13:49:40 +0000 (09:49 -0400)]
Merge branch 'main' of https://github.com/LemmyNet/lemmy
Dessalines [Fri, 27 May 2022 13:48:11 +0000 (09:48 -0400)]
Update releases.md
Nutomic [Fri, 27 May 2022 11:21:49 +0000 (11:21 +0000)]
Merge pull request #2284 from LemmyNet/fix_publish
Fix publish
Dessalines [Thu, 26 May 2022 20:10:36 +0000 (16:10 -0400)]
Fix publish
Dessalines [Thu, 26 May 2022 15:17:04 +0000 (11:17 -0400)]
Revert "Add pending, and change use specific API response for FollowCommunity…" (#2283)
Nutomic [Fri, 20 May 2022 16:31:56 +0000 (16:31 +0000)]
Merge pull request #2248 from LemmyNet/expose_pending
Add pending, and change use specific API response for FollowCommunity…
Dessalines [Tue, 17 May 2022 18:02:48 +0000 (14:02 -0400)]
Dropping default on pending column.
Dessalines [Tue, 10 May 2022 18:14:01 +0000 (14:14 -0400)]
Making community_follower.pending column not null.
Dessalines [Sun, 8 May 2022 02:08:53 +0000 (22:08 -0400)]
Fix formatting.
Dessalines [Sun, 8 May 2022 00:21:30 +0000 (20:21 -0400)]
Fixing unfollow
Dessalines [Sat, 7 May 2022 23:04:47 +0000 (19:04 -0400)]
Fixing API tests.
Dessalines [Fri, 6 May 2022 21:37:53 +0000 (17:37 -0400)]
Add pending, and change use specific API response for FollowCommunity. Fixes #2246
Nutomic [Fri, 20 May 2022 13:29:04 +0000 (13:29 +0000)]
Downgrade Rust Docker images to 1.59 to fix CI failures (ref #2263) (#2274)
Nutomic [Thu, 19 May 2022 20:32:40 +0000 (20:32 +0000)]
Add legal information (fixes #721) (#2273)
Nutomic [Thu, 19 May 2022 20:30:16 +0000 (20:30 +0000)]
Add drone task for nightly build (#2264)
Dessalines [Tue, 17 May 2022 18:03:07 +0000 (14:03 -0400)]
Merge pull request #2267 from LemmyNet/update-image
Update image crate
Felix Ableitner [Tue, 17 May 2022 10:57:12 +0000 (12:57 +0200)]
Update image crate
Dessalines [Tue, 17 May 2022 17:44:09 +0000 (13:44 -0400)]
Merge pull request #2263 from LemmyNet/fix-ci-unsafe-repo
Fix CI failures
Felix Ableitner [Tue, 17 May 2022 14:26:36 +0000 (16:26 +0200)]
Remove youtube metadata test
Felix Ableitner [Mon, 16 May 2022 11:05:23 +0000 (13:05 +0200)]
Fix CI failures
Nutomic [Mon, 16 May 2022 10:58:58 +0000 (10:58 +0000)]
Merge pull request #2260 from LemmyNet/fix_email_param_order
Fixing malformed rosetta translations. Fixes #2231
Dessalines [Fri, 13 May 2022 16:24:29 +0000 (12:24 -0400)]
Fixing malformed rosetta translations. Fixes #2231
Nutomic [Wed, 11 May 2022 12:54:21 +0000 (12:54 +0000)]
Merge pull request #2253 from LemmyNet/optional-opentelemetry
Make opentelemetry dependency optional
Felix Ableitner [Tue, 10 May 2022 12:06:32 +0000 (14:06 +0200)]
Make opentelemetry dependency optional
Nutomic [Tue, 10 May 2022 17:08:13 +0000 (17:08 +0000)]
Remove check that avatars/banners are locally hosted (fixes #2254) (#2255)
Nutomic [Tue, 10 May 2022 17:04:40 +0000 (17:04 +0000)]
Update to Rust 1.60 (#2247)
Paolo Barbolini [Mon, 9 May 2022 23:08:13 +0000 (01:08 +0200)]
Bump lettre to 0.10.0-rc.6 (#2250)
Paolo Barbolini [Sun, 8 May 2022 17:00:12 +0000 (19:00 +0200)]
Simplify building plain/html emails (#2251)
Nutomic [Fri, 6 May 2022 23:53:33 +0000 (23:53 +0000)]
Federate with Peertube (#2244)
Nutomic [Fri, 6 May 2022 20:55:07 +0000 (20:55 +0000)]
Derive default for api request structs, move type enums (#2245)
* Derive default for api request structs, move type enums
* Simplify api by using enum types directly, instead of string
* Add default and clone for most api structs
Nutomic [Tue, 3 May 2022 17:44:13 +0000 (19:44 +0200)]
Add cargo feature for building lemmy_api_common with mininum deps (#2243)
Nutomic [Fri, 29 Apr 2022 14:01:10 +0000 (16:01 +0200)]
Add restricted community field to CreateCommunity, UpdateCommunity (ref #2235) (#2242)
Nutomic [Thu, 28 Apr 2022 20:32:32 +0000 (22:32 +0200)]
Implement restricted community (only mods can post) (fixes #187) (#2235)
* Implement restricted community (only mods can post) (fixes #187)
* review fixes
* fix tests
Rens Groothuijsen [Wed, 27 Apr 2022 16:12:41 +0000 (18:12 +0200)]
Update community statistics after post or comment is deleted by user (#2193)
* Update community statistics after post or comment is deleted by user
* Update triggers for site and person aggregates
* Restore comment counts when post is restored
* Simplify insertion/deletion trigger checks before updating statistics
Nutomic [Wed, 27 Apr 2022 16:12:13 +0000 (18:12 +0200)]
Accept comments with hashtags from Friendica (#2236)
Nutomic [Wed, 27 Apr 2022 15:56:05 +0000 (17:56 +0200)]
Remove unused dependencies (#2239)
Nutomic [Wed, 27 Apr 2022 15:42:10 +0000 (17:42 +0200)]
Fix link metadata unit test (#2237)
Nutomic [Mon, 25 Apr 2022 21:16:29 +0000 (23:16 +0200)]
Dont return "admin" for GET user when no id/name is provided (fixes #1546) (#2233)
Nutomic [Mon, 25 Apr 2022 21:11:34 +0000 (23:11 +0200)]
Federation: dont overwrite local object from Announce activity (#2232)
* Federation: dont overwrite local object from Announce activity (fixes #2143)
* add missing form fields
* refactoring
* add ap_id, updated fields
* fix