Commit graph

3255 commits

Author SHA1 Message Date
Dessalines
b04ba6ef53 Blank out extra info for deleted or removed content. Fixes #1679 (#1680) 2021-07-30 14:58:28 -04:00
Dessalines
28c6e5b680 Add show_new_posts_notifs setting. Fixes #1664 (#1665) 2021-07-30 17:53:51 +02:00
Dessalines
55037f7f65 Fix issue with protocol string in actor id generation (#1668) 2021-07-30 17:53:51 +02:00
Dessalines
7fcd435672 Adding shortname fetching for users and communities. Fixes #1662 (#1663) 2021-07-30 17:53:51 +02:00
90e3850dd6 Upgrade api_test deps 2021-07-30 17:53:51 +02:00
Dessalines
e5fb952362 Upgrading deps, running clippy fix on nightly 1.55.0 (#1638)
* Upgrading deps, running clippy fix on nightly 1.55.0

* Running clippy --fix

* Trying to fix transform

* Trying to fix another transform

* Upgrading http-signature-normalization-actix

* Fix app_data

* Fix pictrs uploading

* Fix unwrap
2021-07-30 17:53:51 +02:00
Dessalines
eb796ac10e Running clippy --fix (#1647) 2021-07-30 17:53:51 +02:00
David Sterry
b21d240996 make captcha case-insensitive 2021-07-30 17:53:51 +02:00
53fc8600fe Remove tracking params from post url (fixes #768) 2021-07-30 17:53:51 +02:00
Aaron DeVore
9e48e23477 LemmyNet/lemmy#1635: Fix IPv6 port setup for Nginx (#1636) 2021-07-30 17:53:51 +02:00
64d111025e Version 0.11.2 2021-07-30 17:53:51 +02:00
Dessalines
e46c2db0bb Fix --cert-name for certbot. (#1631) 2021-07-30 17:51:50 +02:00
Dessalines
a54046f6ba Change join.lemmy.ml to join-lemmy.org (#1628) 2021-07-30 17:51:50 +02:00
Dessalines
9cd885a653 Upgrade pictrs. Fixes #1599 (#1600) 2021-07-30 17:51:50 +02:00
Dessalines
1171d54fde Invalidate current logins on account deletion. Fixes #1602 (#1603) 2021-07-30 17:51:50 +02:00
Dessalines
7f99decfc0 Upgrading api test deps (#1608) 2021-07-30 17:51:50 +02:00
Dessalines
ae23685346 Fix nsfw posts showing for non-logged in users. Fixes #1614 (#1615) 2021-07-30 17:51:50 +02:00
Pavel Balashov
107e1a2500 Add additional slurs configuration option. Closes #1464. (#1612)
* Actualize a comment about config initialization

* Add additional slurs functionality.

It is possible to additional regex for slurs filtering.
It can be done through `additional_slurs` option in config file.
2021-07-30 17:51:50 +02:00
173efded96 Version 0.11.1 2021-07-30 17:51:46 +02:00
Dessalines
494ba396f7 Updating to rust 1.51.0 (#1598) 2021-07-30 17:50:58 +02:00
69db56fed4 Fixing release doc. 2021-07-30 17:50:58 +02:00
c1cbcdc253 Version 0.11.0 2021-04-27 10:35:54 -04:00
c48c620048 Adding v0.11.0 release notes 2021-04-27 10:34:45 -04:00
Dessalines
0d9dceff88
Merge pull request #1595 from LemmyNet/Nutomic-patch-1
Better slur regex
2021-04-27 09:56:36 -04:00
96488684e6
Better slur regex 2021-04-27 12:32:56 +00:00
Dessalines
c864dfadf6
Fixing regex. Fixes #1593 (#1594)
* Fixing regex. Fixes #1593

* Fixing test
2021-04-26 18:18:12 +00:00
Dessalines
1eb7e41674
Merge pull request #1592 from LemmyNet/feature/mark_post_as_read
Add show_read_posts filter. Fixes #1561
2021-04-26 10:57:40 -04:00
880c51687a Merge branch 'main' into feature/mark_post_as_read 2021-04-26 10:44:19 -04:00
df0a38e0ba
Merge pull request #1566 from LemmyNet/additional_search_filters
Add creator id to search. Fixes #765
2021-04-26 14:17:21 +00:00
6d3778cafe Changing unwrap_default to unwrap_or(false) 2021-04-26 09:50:34 -04:00
dc1a0dcd5e
Fetch git tags manually in CI (#1590)
* Fetch git tags manually in CI

* Dont need espeak in CI anymore
2021-04-26 09:30:30 -04:00
5b2be6f9df Add show_read_posts filter. Fixes #1561 2021-04-24 18:26:50 -04:00
ed31deab00 Creator extra search results 2021-04-23 11:54:38 -04:00
ef7fe7586b Some formatting 2021-04-23 02:40:10 -04:00
51e181c529 Don't search for communities or users when the id is included. 2021-04-23 02:30:13 -04:00
f8cd6fd445 Making more fields optional in the API.
- Fixes #1569
2021-04-23 02:30:13 -04:00
c86f5472fb Adding listing_type to search. 2021-04-23 02:13:32 -04:00
a42ac3e58a Add creator id to search. Fixes #765 2021-04-23 02:12:29 -04:00
db1abff857
Add option to limit community creation to admins only (fixes #1586) (#1587)
* Add option to limit community creation to admins only (fixes #1586)

* address review
2021-04-22 19:42:58 -04:00
efee2062dd
Mark accounts as bot nutomic (#1565)
* Mark account as bot. Fixes #1357

* Fix clippy

* Federate bot status using actor `type` field

* fix clippy

Co-authored-by: Dessalines <tyhou13@gmx.com>
2021-04-21 17:41:14 -04:00
Dessalines
9dc5605663
Merge pull request #1588 from LemmyNet/improved-logging
Improved logging
2021-04-21 10:34:47 -04:00
8bb3ba4a16
Add option to disable strict allowlist (fixes #1486) (#1581)
* Add option to disable strict allowlist (fixes #1486)

* adjust docs
2021-04-21 09:36:07 -04:00
78eee7dc9e Improved logging 2021-04-21 14:45:10 +02:00
65a11a7239
Use .map_err in api code (fixes #1573) (#1575)
* Use .map_err in api code (fixes #1573)

* forgot some
2021-04-16 09:10:43 -04:00
03c18ecfbe
Merge pull request #1571 from guland2000/patch-3
Update README.ru.md
2021-04-14 16:10:07 +00:00
c9d461ea93
Merge pull request #1570 from guland2000/patch-2
Update README.ru.md
2021-04-14 16:09:59 +00:00
Dessalines
b0cef3c76d
Merge pull request #1572 from LemmyNet/feature/federated-mod-community-updates
Remote mods can update/delete/undelete communities
2021-04-14 11:02:36 -04:00
c572dc0cc6 Remote mods can update/delete/undelete communities 2021-04-13 15:19:17 +02:00
Andrei Guliaikin
0d01461de4
Update README.ru.md
Missing one letter
2021-04-12 23:16:17 +02:00
Andrei Guliaikin
d1b57501bd
Update README.ru.md
Some mistakes... logical ;-)
2021-04-12 23:02:59 +02:00