]> Untitled Git - lemmy.git/log
lemmy.git
2 years agoAdding admin purging of DB items and pictures. #904 #1331 (#1809)
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>
2 years agoFix: Use correctly parseable JSON-LD context (#2299)
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

2 years agoFix lemmy version in prod docker-compose.yml (#2304)
Nutomic [Wed, 8 Jun 2022 15:48:36 +0000 (15:48 +0000)]
Fix lemmy version in prod docker-compose.yml (#2304)

2 years agoUpgrade activitypub_federation to 0.2.0, add setting federation.debug (#2300)
Nutomic [Wed, 8 Jun 2022 15:45:39 +0000 (15:45 +0000)]
Upgrade activitypub_federation to 0.2.0, add setting federation.debug (#2300)

2 years agoRemove unused setup config vars (#2302)
Nutomic [Wed, 8 Jun 2022 15:44:53 +0000 (15:44 +0000)]
Remove unused setup config vars (#2302)

2 years agoAdd pub use for db crates in api_common (#2305)
Nutomic [Wed, 8 Jun 2022 15:30:20 +0000 (15:30 +0000)]
Add pub use for db crates in api_common (#2305)

2 years agoAdd link to Matrix chat in readme (#2303)
Nutomic [Wed, 8 Jun 2022 15:19:12 +0000 (15:19 +0000)]
Add link to Matrix chat in readme (#2303)

2 years agoAccept private like (#1968) (#2301)
Nutomic [Wed, 8 Jun 2022 15:14:38 +0000 (15:14 +0000)]
Accept private like (#1968) (#2301)

2 years agoMove different features drone check to below defaults.hjson check. (#2296)
Dessalines [Mon, 6 Jun 2022 12:09:43 +0000 (08:09 -0400)]
Move different features drone check to below defaults.hjson check. (#2296)

2 years agoBump lettre to 0.10.0-rc.7 (#2297)
Paolo Barbolini [Sun, 5 Jun 2022 02:07:38 +0000 (04:07 +0200)]
Bump lettre to 0.10.0-rc.7 (#2297)

2 years agoRemove unused cargo.toml files (#2293)
Nutomic [Fri, 3 Jun 2022 15:56:33 +0000 (15:56 +0000)]
Remove unused cargo.toml files (#2293)

2 years agoForbid outgoing requests in activitypub tests (fixes #2289) (#2294)
Nutomic [Fri, 3 Jun 2022 15:31:22 +0000 (15:31 +0000)]
Forbid outgoing requests in activitypub tests (fixes #2289) (#2294)

2 years agoEmbed Peertube videos (#2261)
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

2 years agoRun cargo check for each crate with different features (ref #2284) (#2292)
Nutomic [Thu, 2 Jun 2022 18:19:53 +0000 (18:19 +0000)]
Run cargo check for each crate with different features (ref #2284) (#2292)

2 years agoRemove 0.15 federation compat code (#2131)
Nutomic [Thu, 2 Jun 2022 17:48:53 +0000 (17:48 +0000)]
Remove 0.15 federation compat code (#2131)

2 years agoExtract Activitypub logic into separate library (#2288)
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

2 years agoVersion 0.16.5
Dessalines [Mon, 30 May 2022 22:32:31 +0000 (18:32 -0400)]
Version 0.16.5

2 years agoMerge branch 'main' of https://github.com/LemmyNet/lemmy
Dessalines [Fri, 27 May 2022 13:49:40 +0000 (09:49 -0400)]
Merge branch 'main' of https://github.com/LemmyNet/lemmy

2 years agoUpdate releases.md
Dessalines [Fri, 27 May 2022 13:48:11 +0000 (09:48 -0400)]
Update releases.md

2 years agoMerge pull request #2284 from LemmyNet/fix_publish
Nutomic [Fri, 27 May 2022 11:21:49 +0000 (11:21 +0000)]
Merge pull request #2284 from LemmyNet/fix_publish

Fix publish

2 years agoFix publish
Dessalines [Thu, 26 May 2022 20:10:36 +0000 (16:10 -0400)]
Fix publish

2 years agoRevert "Add pending, and change use specific API response for FollowCommunity…" ...
Dessalines [Thu, 26 May 2022 15:17:04 +0000 (11:17 -0400)]
Revert "Add pending, and change use specific API response for FollowCommunity…" (#2283)

2 years agoMerge pull request #2248 from LemmyNet/expose_pending
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…

2 years agoDropping default on pending column.
Dessalines [Tue, 17 May 2022 18:02:48 +0000 (14:02 -0400)]
Dropping default on pending column.

2 years agoMaking community_follower.pending column not null.
Dessalines [Tue, 10 May 2022 18:14:01 +0000 (14:14 -0400)]
Making community_follower.pending column not null.

2 years agoFix formatting.
Dessalines [Sun, 8 May 2022 02:08:53 +0000 (22:08 -0400)]
Fix formatting.

2 years agoFixing unfollow
Dessalines [Sun, 8 May 2022 00:21:30 +0000 (20:21 -0400)]
Fixing unfollow

2 years agoFixing API tests.
Dessalines [Sat, 7 May 2022 23:04:47 +0000 (19:04 -0400)]
Fixing API tests.

2 years agoAdd pending, and change use specific API response for FollowCommunity. Fixes #2246
Dessalines [Fri, 6 May 2022 21:37:53 +0000 (17:37 -0400)]
Add pending, and change use specific API response for FollowCommunity. Fixes #2246

2 years agoDowngrade Rust Docker images to 1.59 to fix CI failures (ref #2263) (#2274)
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)

2 years agoAdd legal information (fixes #721) (#2273)
Nutomic [Thu, 19 May 2022 20:32:40 +0000 (20:32 +0000)]
Add legal information (fixes #721) (#2273)

2 years agoAdd drone task for nightly build (#2264)
Nutomic [Thu, 19 May 2022 20:30:16 +0000 (20:30 +0000)]
Add drone task for nightly build (#2264)

2 years agoMerge pull request #2267 from LemmyNet/update-image
Dessalines [Tue, 17 May 2022 18:03:07 +0000 (14:03 -0400)]
Merge pull request #2267 from LemmyNet/update-image

Update image crate

2 years agoUpdate image crate
Felix Ableitner [Tue, 17 May 2022 10:57:12 +0000 (12:57 +0200)]
Update image crate

2 years agoMerge pull request #2263 from LemmyNet/fix-ci-unsafe-repo
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

2 years agoRemove youtube metadata test
Felix Ableitner [Tue, 17 May 2022 14:26:36 +0000 (16:26 +0200)]
Remove youtube metadata test

2 years agoFix CI failures
Felix Ableitner [Mon, 16 May 2022 11:05:23 +0000 (13:05 +0200)]
Fix CI failures

2 years agoMerge pull request #2260 from LemmyNet/fix_email_param_order
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

2 years agoFixing malformed rosetta translations. Fixes #2231
Dessalines [Fri, 13 May 2022 16:24:29 +0000 (12:24 -0400)]
Fixing malformed rosetta translations. Fixes #2231

2 years agoMerge pull request #2253 from LemmyNet/optional-opentelemetry
Nutomic [Wed, 11 May 2022 12:54:21 +0000 (12:54 +0000)]
Merge pull request #2253 from LemmyNet/optional-opentelemetry

Make opentelemetry dependency optional

2 years agoMake opentelemetry dependency optional
Felix Ableitner [Tue, 10 May 2022 12:06:32 +0000 (14:06 +0200)]
Make opentelemetry dependency optional

2 years agoRemove check that avatars/banners are locally hosted (fixes #2254) (#2255)
Nutomic [Tue, 10 May 2022 17:08:13 +0000 (17:08 +0000)]
Remove check that avatars/banners are locally hosted (fixes #2254) (#2255)

2 years agoUpdate to Rust 1.60 (#2247)
Nutomic [Tue, 10 May 2022 17:04:40 +0000 (17:04 +0000)]
Update to Rust 1.60 (#2247)

2 years agoBump lettre to 0.10.0-rc.6 (#2250)
Paolo Barbolini [Mon, 9 May 2022 23:08:13 +0000 (01:08 +0200)]
Bump lettre to 0.10.0-rc.6 (#2250)

2 years agoSimplify building plain/html emails (#2251)
Paolo Barbolini [Sun, 8 May 2022 17:00:12 +0000 (19:00 +0200)]
Simplify building plain/html emails (#2251)

2 years agoFederate with Peertube (#2244)
Nutomic [Fri, 6 May 2022 23:53:33 +0000 (23:53 +0000)]
Federate with Peertube (#2244)

2 years agoDerive default for api request structs, move type enums (#2245)
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

2 years agoAdd cargo feature for building lemmy_api_common with mininum deps (#2243)
Nutomic [Tue, 3 May 2022 17:44:13 +0000 (19:44 +0200)]
Add cargo feature for building lemmy_api_common with mininum deps (#2243)

2 years agoAdd restricted community field to CreateCommunity, UpdateCommunity (ref #2235) (...
Nutomic [Fri, 29 Apr 2022 14:01:10 +0000 (16:01 +0200)]
Add restricted community field to CreateCommunity, UpdateCommunity (ref #2235) (#2242)

2 years agoImplement restricted community (only mods can post) (fixes #187) (#2235)
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

2 years agoUpdate community statistics after post or comment is deleted by user (#2193)
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

2 years agoAccept comments with hashtags from Friendica (#2236)
Nutomic [Wed, 27 Apr 2022 16:12:13 +0000 (18:12 +0200)]
Accept comments with hashtags from Friendica (#2236)

2 years agoRemove unused dependencies (#2239)
Nutomic [Wed, 27 Apr 2022 15:56:05 +0000 (17:56 +0200)]
Remove unused dependencies (#2239)

2 years agoFix link metadata unit test (#2237)
Nutomic [Wed, 27 Apr 2022 15:42:10 +0000 (17:42 +0200)]
Fix link metadata unit test (#2237)

2 years agoDont return "admin" for GET user when no id/name is provided (fixes #1546) (#2233)
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)

2 years agoFederation: dont overwrite local object from Announce activity (#2232)
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

2 years agoRequire registration application by default (#2229)
Nutomic [Tue, 19 Apr 2022 19:13:20 +0000 (19:13 +0000)]
Require registration application by default (#2229)

2 years agoAdd default post listing type (fixes #2195) (#2209)
Nutomic [Tue, 19 Apr 2022 19:05:08 +0000 (19:05 +0000)]
Add default post listing type (fixes #2195) (#2209)

* Add default post listing type (fixes #2195)

* review fixes

* change column type

2 years agoShow deny reason to users after a failed login. Fixes #2191 (#2206)
Dessalines [Tue, 19 Apr 2022 10:48:59 +0000 (06:48 -0400)]
Show deny reason to users after a failed login. Fixes #2191 (#2206)

* Show deny reason to users after a failed login. Fixes #2191

* Updating translations.

* Adding registration_denied translated string.

2 years agoFix allowlist / blocklist description location. Fixes #2214 (#2215)
Dessalines [Wed, 13 Apr 2022 18:27:56 +0000 (14:27 -0400)]
Fix allowlist / blocklist description location. Fixes #2214 (#2215)

* Fix allowlist / blocklist description location. Fixes #2214

* Fix allowlist check

2 years agoSplit apart api files (#2216)
Nutomic [Wed, 13 Apr 2022 18:12:25 +0000 (18:12 +0000)]
Split apart api files (#2216)

2 years agoMerge pull request #2213 from LemmyNet/change_default_listing_type
Nutomic [Wed, 13 Apr 2022 17:48:47 +0000 (17:48 +0000)]
Merge pull request #2213 from LemmyNet/change_default_listing_type

Changing default listing type to Local from Subscribed.

2 years agoChanging default listing type to Local from Subscribed.
Dessalines [Tue, 12 Apr 2022 18:55:47 +0000 (14:55 -0400)]
Changing default listing type to Local from Subscribed.

2 years agoExpose remote site info in GetCommunity API (fixes #2208) (#2210)
Nutomic [Wed, 13 Apr 2022 16:37:54 +0000 (16:37 +0000)]
Expose remote site info in GetCommunity API (fixes #2208) (#2210)

* Expose remote site info in GetCommunity API (fixes #2208)

* use instance_actor_id_from_url()

2 years agoFixing unstable post sorts. Fixes #2188 (#2204)
Dessalines [Wed, 13 Apr 2022 15:33:38 +0000 (11:33 -0400)]
Fixing unstable post sorts. Fixes #2188 (#2204)

2 years agoAdding lemmy_ui_debug for future debug testing. (#2211)
Dessalines [Wed, 13 Apr 2022 11:53:21 +0000 (07:53 -0400)]
Adding lemmy_ui_debug for future debug testing. (#2211)

Co-authored-by: Nutomic <me@nutomic.com>
2 years agoFixing generate unique changeme (#2205)
Dessalines [Wed, 13 Apr 2022 11:13:29 +0000 (07:13 -0400)]
Fixing generate unique changeme (#2205)

* Fixing generate unique changeme

* Fixing generate unique changeme 2

* Changing link to .invalid domain.

Co-authored-by: Nutomic <me@nutomic.com>
2 years agoChange Person, Instance types (#2200)
Nutomic [Tue, 12 Apr 2022 17:10:35 +0000 (17:10 +0000)]
Change Person, Instance types (#2200)

2 years agoMerge pull request #2207 from LemmyNet/clippy_fix_2
Nutomic [Tue, 12 Apr 2022 10:16:10 +0000 (10:16 +0000)]
Merge pull request #2207 from LemmyNet/clippy_fix_2

Clippy fixes.

2 years agoMerge branch 'main' into clippy_fix_2
Nutomic [Tue, 12 Apr 2022 10:03:40 +0000 (10:03 +0000)]
Merge branch 'main' into clippy_fix_2

2 years agoWrite mod log for federated sticky/lock post actions (#2203)
Nutomic [Mon, 11 Apr 2022 23:03:31 +0000 (23:03 +0000)]
Write mod log for federated sticky/lock post actions (#2203)

2 years agoClippy fixes.
Dessalines [Mon, 11 Apr 2022 22:51:11 +0000 (18:51 -0400)]
Clippy fixes.

2 years agoAdding 0.16.3 release.
Dessalines [Fri, 8 Apr 2022 17:09:17 +0000 (13:09 -0400)]
Adding 0.16.3 release.

2 years agoVersion 0.16.3
Dessalines [Fri, 8 Apr 2022 14:20:31 +0000 (10:20 -0400)]
Version 0.16.3

2 years agoVersion 0.16.3-rc.1
Dessalines [Fri, 8 Apr 2022 13:17:00 +0000 (09:17 -0400)]
Version 0.16.3-rc.1

2 years agoUpdating translations
Dessalines [Fri, 8 Apr 2022 13:13:46 +0000 (09:13 -0400)]
Updating translations

2 years agoFederate user account deletion (fixes #1284) (#2199)
Nutomic [Thu, 7 Apr 2022 20:52:17 +0000 (20:52 +0000)]
Federate user account deletion (fixes #1284) (#2199)

2 years agoDont federate initial upvote (#2196)
Nutomic [Thu, 7 Apr 2022 20:46:10 +0000 (20:46 +0000)]
Dont federate initial upvote (#2196)

2 years agoAdd missing mod log entries for federated actions (fixes #1489) (#2198)
Nutomic [Thu, 7 Apr 2022 20:44:28 +0000 (20:44 +0000)]
Add missing mod log entries for federated actions (fixes #1489) (#2198)

2 years agoMerge pull request #2192 from LemmyNet/mandatory_questionnaire
Nutomic [Tue, 5 Apr 2022 10:47:59 +0000 (10:47 +0000)]
Merge pull request #2192 from LemmyNet/mandatory_questionnaire

Make sure application questionaire is required. Fixes #2189

2 years agoMerge branch 'main' into mandatory_questionnaire
Nutomic [Tue, 5 Apr 2022 10:36:13 +0000 (10:36 +0000)]
Merge branch 'main' into mandatory_questionnaire

2 years agoMerge pull request #2194 from LemmyNet/upgrade_pictrs_8
Nutomic [Tue, 5 Apr 2022 10:26:00 +0000 (10:26 +0000)]
Merge pull request #2194 from LemmyNet/upgrade_pictrs_8

Upgrading pictrs.

2 years agoUpgrading pictrs.
Dessalines [Tue, 5 Apr 2022 01:31:17 +0000 (21:31 -0400)]
Upgrading pictrs.

2 years agoMake sure application questionaire is required. Fixes #2189
Dessalines [Mon, 4 Apr 2022 20:23:18 +0000 (16:23 -0400)]
Make sure application questionaire is required. Fixes #2189

Also fix local image domain check. Was failing for blank strings /
replaces.

2 years agoFix verify_mod_action check for remote admin actions (#2190)
Nutomic [Mon, 4 Apr 2022 14:46:49 +0000 (14:46 +0000)]
Fix verify_mod_action check for remote admin actions (#2190)

* Fix verify_mod_action check for remote admin actions

* fix federation test

2 years agoRun cargo upgrade (#2176)
Nutomic [Fri, 1 Apr 2022 18:37:51 +0000 (18:37 +0000)]
Run cargo upgrade (#2176)

* Run cargo upgrade and cargo update

* Fixing validation (#2179)

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
2 years agoMigrate towards using page.attachment field for url (ref #2144) (#2182)
Nutomic [Fri, 1 Apr 2022 18:25:19 +0000 (18:25 +0000)]
Migrate towards using page.attachment field for url (ref #2144) (#2182)

2 years agoExclude removed/deleted posts from community outbox (#2184)
Nutomic [Fri, 1 Apr 2022 18:18:25 +0000 (18:18 +0000)]
Exclude removed/deleted posts from community outbox (#2184)

2 years agoFetch community outbox in parallel (fixes #2180) (#2181)
Nutomic [Fri, 1 Apr 2022 18:06:23 +0000 (18:06 +0000)]
Fetch community outbox in parallel (fixes #2180) (#2181)

2 years agoMerge pull request #2178 from LemmyNet/fix_ban_expires
Nutomic [Thu, 31 Mar 2022 12:05:17 +0000 (12:05 +0000)]
Merge pull request #2178 from LemmyNet/fix_ban_expires

Adding a ban expires update job. Fixes #2177

2 years agoClippy fixes.
Dessalines [Wed, 30 Mar 2022 14:58:03 +0000 (10:58 -0400)]
Clippy fixes.

2 years agoAdding a ban expires update job. Fixes #2177
Dessalines [Wed, 30 Mar 2022 13:56:23 +0000 (09:56 -0400)]
Adding a ban expires update job. Fixes #2177

2 years agoAdd email translations (#2175)
Nutomic [Tue, 29 Mar 2022 18:23:03 +0000 (18:23 +0000)]
Add email translations (#2175)

2 years agoFix arm submodule (#2174)
Dessalines [Tue, 29 Mar 2022 18:05:18 +0000 (18:05 +0000)]
Fix arm submodule (#2174)

2 years agoVersion 0.16.2
Dessalines [Tue, 29 Mar 2022 16:56:21 +0000 (12:56 -0400)]
Version 0.16.2

2 years agoAdd update translations script. (#2173)
Dessalines [Tue, 29 Mar 2022 16:54:16 +0000 (16:54 +0000)]
Add update translations script. (#2173)

2 years agoUpdating translations.
Dessalines [Tue, 29 Mar 2022 16:07:39 +0000 (12:07 -0400)]
Updating translations.

2 years agoVersion 0.16.2-rc.3
Dessalines [Tue, 29 Mar 2022 15:54:13 +0000 (11:54 -0400)]
Version 0.16.2-rc.3

2 years agoAdd test files for Friendica federation (fixes #2144) (#2167)
Nutomic [Tue, 29 Mar 2022 15:48:29 +0000 (15:48 +0000)]
Add test files for Friendica federation (fixes #2144) (#2167)

2 years agoLowering search rate limit. Fixes #2153 (#2154)
Dessalines [Tue, 29 Mar 2022 15:46:03 +0000 (15:46 +0000)]
Lowering search rate limit. Fixes #2153 (#2154)

* Lowering search rate limit. Fixes #2153

* Adding a search rate limit.

* Forgot to add the websocket search rate limit

* Fix wrong op