- Nov 03, 2023
-
-
Dessalines authored
-
Dessalines authored
-
- Nov 02, 2023
-
-
Nutomic authored
* Show oldest registration applications first (ref #4122) * fix tests
-
- Oct 31, 2023
-
-
Nutomic authored
-
Nutomic authored
* Remove unused deps * Adding cargo-machete to woodpecker. --------- Co-authored-by:
Dessalines <tyhou13@gmx.com>
-
- Oct 30, 2023
-
-
Dessalines authored
* Fix hot_rank algorithm pushing downvoted content off the feed. - Max hot_rank algorithm now uses max(2, score) rather than greatest(1, score + 3) - Fixes #4084 * Fixing SQL format. * Adding 2 to bias the positive scores.
-
- Oct 25, 2023
-
-
Nutomic authored
-
Dessalines authored
-
Dessalines authored
* 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.
-
Dessalines authored
* Dont allow bots to vote. Fixes #3940 * Removing pointless function.
-
Nutomic authored
* 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>
-
Nutomic authored
Co-authored-by:
Dessalines <dessalines@users.noreply.github.com>
-
Dessalines authored
- Also fixes the unread count calls for CommentReply and PrivateMessage. - Fixes #3629
-
Dessalines authored
-
Dessalines authored
* Fix issue with sending private messages to yourself. Fixes #3912 * Fix clippy.
-
Dessalines authored
-
Dessalines authored
-
- Oct 24, 2023
-
-
Dessalines authored
* Fix bug when leaving admin team, setting accepted application as true. Fixes #3422 * Addressing PR comments.
-
Dessalines authored
-
Nutomic authored
* Allow Arabic and Cyrillic usernames/community names (fixes #1764) * update comment
-
HackerNCoder authored
* 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
-
Dessalines authored
-
Dessalines authored
-
Dessalines authored
* Add creator_is_moderator to Comment and PostViews. Fixes #3347 * Fixing community_moderator join. * Addressing PR comments.
-
Dessalines authored
* Fixing problem with SaveUserSettings, when either the Person or LocalUser update is null. - Fixes #4076 - Also upgrading api_test deps * Move function into test.
-
Dessalines authored
* Adding /version route. Fixes #2914 * Using a simple version string. * Use nginx rewriting to solve version. * Forgot to remove version. * Using an actix redirect.
-
- Oct 23, 2023
-
-
Dessalines authored
* Make sure my_vote is consistently missing if not voted. Fixes #3197 * Fix clippy. * Fix tests.
-
Nutomic authored
* Return status 401 on logout with invalid auth (fixes #4081) * format
-
- Oct 20, 2023
-
-
Nutomic authored
* Avoid using proxy for pictrs requests (fixes #3489) * fmt
-
Nutomic authored
* Hide deleted user accounts, add tests for PersonView (fixes #3811) * clippy
-
Dessalines authored
-
Dessalines authored
* Making mark post read fields optional. * Remove unecessary & * Fix clippy. * Addressing PR comments. * serde(default) * Revert "serde(default)" This reverts commit d56afd3075a3baccb2b0eda1cc739406b83963aa. --------- Co-authored-by:
Felix Ableitner <me@nutomic.com>
-
Dessalines authored
* Adding ts-rs directives for login_token. * Fixing ts-rs derive.
-
Dessalines authored
* Revert "Convert more responses to SuccessResponse. Fixes #2860 (#4058)" This reverts commit 8deb4e57. * Removing purgeitem and deletecustomemoji response. * Adding back in utils building.
-
- Oct 19, 2023
-
-
Dessalines authored
* Convert more responses to SuccessResponse. Fixes #2860 * Upgrading lemmy-js-client.
-
Nutomic authored
-
dullbananas authored
* Update rate_limiter.rs * Update mod.rs * Update rate_limiter.rs * Update rate_limiter.rs * Update mod.rs * Update scheduled_tasks.rs * Shrink `RateLimitBucket` * Update rate_limiter.rs * Update mod.rs * Update rate_limiter.rs * Update rate_limiter.rs * Update rate_limiter.rs * Update rate_limiter.rs * Update mod.rs * Update rate_limiter.rs * fmt * Update rate_limiter.rs * Update rate_limiter.rs * Update rate_limiter.rs * Update rate_limiter.rs * Update rate_limiter.rs * Update rate_limiter.rs * Update rate_limiter.rs * Update rate_limiter.rs * Update rate_limiter.rs * rerun ci * Update rate_limiter.rs * Undo changes to fields * Manually undo changes to RateLimitBucket fields * fmt * Bucket cleanup loop in rate_limit/mod.rs * Remove rate limit bucket cleanup from scheduled_tasks.rs * Remove ; * Remove UNINITIALIZED_TOKEN_AMOUNT * Update rate_limiter.rs * fmt * Update rate_limiter.rs * fmt * Update rate_limiter.rs * fmt * Update rate_limiter.rs * stuff * MapLevel trait * fix merge * Prevent negative numbers in buckets * Clean up MapLevel::check * MapLevel::remove_full_buckets * stuff * Use remove_full_buckets to avoid allocations * stuff * remove tx * Remove RateLimitConfig * Rename settings_updated_channel to rate_limit_cell * Remove global rate limit cell * impl Default for RateLimitCell * bucket_configs doc comment to explain EnumMap * improve test_rate_limiter * rename default to with_test_config --------- Co-authored-by:
Dessalines <dessalines@users.noreply.github.com> Co-authored-by:
Nutomic <me@nutomic.com>
-
- Oct 17, 2023
-
-
Dessalines authored
-
Nutomic authored
* Handle invalid ban expires values (fixes #4045) * Adding a few missing expire time checks. Fixing up time conversions. (#4051) * Adding a few missing expire time checks. Fixing up time conversions. * Increase settings export wait time. * get rid of RemoveCommunity.expires * fmt * tests --------- Co-authored-by:
Dessalines <dessalines@users.noreply.github.com>
-
Nutomic authored
* List distinguished comments first (fixes #3843) * then_order_by * Fixing assert. * move line * then --------- Co-authored-by:
Dessalines <tyhou13@gmx.com>
-