Commit Graph

4467 Commits (706841950d6e5ce2c31a9380751c736a20d70715)

Author SHA1 Message Date
Felix Ableitner 706841950d add setting disable_external_link_previews 2023-11-03 11:43:04 +01:00
Felix Ableitner 7fbfa48590 fix tests 2023-10-30 11:58:44 +01:00
Felix Ableitner c2a763d6fb get rid of cache_remote_thumbnails setting, instead automatically
take thumbnail from federation data if available.
2023-10-30 10:58:31 +01:00
Felix Ableitner ed3e2e0d8c should be media_type 2023-10-27 16:48:46 +02:00
Felix Ableitner 97697aa413 store post url content type in db 2023-10-27 16:42:43 +02:00
Felix Ableitner 5507d2d680 include url content type when sending post over apub (fixes #2611) 2023-10-27 16:24:47 +02:00
Felix Ableitner c8c355dbe2 more cleanup (fixes #2611) 2023-10-27 16:20:44 +02:00
Felix Ableitner bf205399e5 cleanup request.rs file 2023-10-27 12:33:03 +02:00
Felix Ableitner 95025adaca testing 2023-10-26 13:25:47 +02:00
Felix Ableitner 9b40d74cce Merge branch 'main' into markdown-link-rule 2023-10-26 12:48:57 +02:00
Felix Ableitner 45f5448ece proxy images through pictrs 2023-10-26 12:39:00 +02:00
Felix Ableitner 98b5746472 add tests 2023-10-26 12:32:38 +02:00
Felix Ableitner 388eb42b99 undo post.url rewriting, move http route definition 2023-10-26 11:38:44 +02:00
Felix Ableitner 986913d250 add config option 2023-10-26 10:52:24 +02:00
Nutomic 08739e2925
Move usage of env::var to lemmy_utils, simplify db init (ref #4095) (#4108) 2023-10-25 11:34:38 -04:00
Dessalines b63836b31b
Add link to githubs new issue button for security advisories. Fixes #3734 (#4107) 2023-10-25 16:50:56 +02:00
Dessalines 1b751a8cac
Adding cors_origin to settings. Fixes #3665 (#4095)
* Adding cors_origin to settings. Fixes #3665

* Fix result to option.

* Forgot to update config defaults.

* Setting a cors origin doku default.

* Adding comments for CORS.
2023-10-25 16:46:34 +02:00
Dessalines 64b00ee850
Dont allow bots to vote. Fixes #3940 (#4100)
* Dont allow bots to vote. Fixes #3940

* Removing pointless function.
2023-10-25 10:14:12 -04:00
Nutomic 568233b062
Resolve federated objects from other instances via redirect (fixes #3129) (#4073)
* Resolve federated objects from other instances via redirect (fixes #3129)

* restore domain check using library change

* add test case, update apub lib

---------

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
2023-10-25 07:14:59 -04:00
Felix Ableitner f057abff71 Merge branch 'main' into markdown-link-rule 2023-10-25 12:57:24 +02:00
Nutomic 45bed71c36
Include prometheus in default build, remove build feature (fixes #3558) (#4071)
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
2023-10-25 06:54:58 -04:00
Felix Ableitner aa49a1b173 proxy links received over federation 2023-10-25 12:35:22 +02:00
Dessalines 766ca99fd5
Hide private messages from blocked users. (#4102)
- Also fixes the unread count calls for CommentReply and PrivateMessage.
- Fixes #3629
2023-10-25 12:01:40 +02:00
Dessalines bd9739b5b7
Upgrading deps. (#4103) 2023-10-25 05:32:21 -04:00
Dessalines 0b41ddca58
Fix issue with sending private messages to yourself. Fixes #3912 (#4099)
* Fix issue with sending private messages to yourself. Fixes #3912

* Fix clippy.
2023-10-25 05:09:10 -04:00
Dessalines c38dfdcd64
Disable ansi coloring in logs. Fixes #3975 (#4101) 2023-10-25 10:58:55 +02:00
Dessalines c0aee244e7
Hide public rss items for private instance. Fixes #3785 (#4097) 2023-10-25 10:41:52 +02:00
Dessalines 221365bc9a
Fix bug when leaving admin team, setting accepted application as true… (#4090)
* Fix bug when leaving admin team, setting accepted application as true. Fixes #3422

* Addressing PR comments.
2023-10-24 17:30:47 -04:00
Dessalines 2df21b9d83
Dont serialize karma. #3393 (#4089) 2023-10-24 17:26:09 -04:00
Nutomic d55bd2f2bc
Allow Arabic and Cyrillic usernames/community names (fixes #1764) (#4083)
* Allow Arabic and Cyrillic usernames/community names (fixes #1764)

* update comment
2023-10-24 16:25:52 -04:00
Felix Ableitner 7306153161 sql fmt 2023-10-24 17:10:13 +02:00
HackerNCoder 722d9efc13
Use starts_with for forbidden unicode (Fix #3888) (#4079)
* Use starts_with for forbidden unicode (Fix #3888)

* Require 3 visible chars in display name

* Run cargo fmt and scripts/lint

* Undo invisibly_starts_with_at

* Remove 3 min chars.count() check for display name
2023-10-24 16:57:40 +02:00
Felix Ableitner ae96d863a4 rewrite link fields for avatar, banner etc 2023-10-24 16:53:53 +02:00
Dessalines 09a67472e7
Allow torrent magnet links as post urls. Fixes #3916 (#4092) 2023-10-24 16:48:00 +02:00
Dessalines 053dcf8c10
Fixing matrix id regex. Fixes #3431 (#4091) 2023-10-24 16:47:02 +02:00
Felix Ableitner ef79422632 add db table to validate proxied links 2023-10-24 15:56:04 +02:00
Dessalines 5d48ee3dc8
Add creator_is_moderator to Comment and PostViews. Fixes #3347 (#4087)
* Add creator_is_moderator to Comment and PostViews. Fixes #3347

* Fixing community_moderator join.

* Addressing PR comments.
2023-10-24 08:37:03 -04:00
Felix Ableitner 89976b83f6 clippy 2023-10-24 13:44:03 +02:00
Felix Ableitner aaf3833d12 perform markdown image processing in api/apub receivers 2023-10-24 13:27:58 +02:00
Dessalines 5540257b36
Fixing problem with SaveUserSettings, when either the Person or Local… (#4077)
* Fixing problem with SaveUserSettings, when either the Person or LocalUser update is null.

- Fixes #4076
- Also upgrading api_test deps

* Move function into test.
2023-10-24 11:20:23 +02:00
Dessalines 1596aee724
Adding /version route. Fixes #2914 (#4059)
* Adding /version route. Fixes #2914

* Using a simple version string.

* Use nginx rewriting to solve version.

* Forgot to remove version.

* Using an actix redirect.
2023-10-24 10:49:52 +02:00
Felix Ableitner 540560b555 add comment 2023-10-24 10:36:54 +02:00
Dessalines 5bfa4e9358
Make sure my_vote is consistently missing if not voted. Fixes #3197 (#4075)
* Make sure my_vote is consistently missing if not voted. Fixes #3197

* Fix clippy.

* Fix tests.
2023-10-23 12:40:29 -04:00
Nutomic 6235ff45b5
Return status 401 on logout with invalid auth (fixes #4081) (#4082)
* Return status 401 on logout with invalid auth (fixes #4081)

* format
2023-10-23 12:17:26 -04:00
Felix Ableitner fc66badd85 rewrite markdown image links working 2023-10-23 16:46:26 +02:00
Felix Ableitner 650e3a71d7 Merge branch 'main' into markdown-link-rule 2023-10-23 15:40:04 +02:00
Nutomic ec0a707110
Avoid using proxy for pictrs requests (fixes #3489) (#4072)
* Avoid using proxy for pictrs requests (fixes #3489)

* fmt
2023-10-20 11:09:34 -04:00
Nutomic dfc74835b1
Hide deleted user accounts, add tests for PersonView (fixes #3811) (#4070)
* Hide deleted user accounts, add tests for PersonView (fixes #3811)

* clippy
2023-10-20 10:01:29 -04:00
Dessalines 6bcb12b14f Version 0.19.0-rc.3 2023-10-19 20:34:48 -04:00
Dessalines 236c7e24fd
Making mark post read fields optional. (#4055)
* Making mark post read fields optional.

* Remove unecessary &

* Fix clippy.

* Addressing PR comments.

* serde(default)

* Revert "serde(default)"

This reverts commit d56afd3075.

---------

Co-authored-by: Felix Ableitner <me@nutomic.com>
2023-10-19 20:16:23 -04:00