- Dec 13, 2023
-
-
Dessalines authored
-
Nutomic authored
-
- Dec 12, 2023
-
-
Dessalines authored
-
Nutomic authored
* Upgrade dependencies * clippy
-
- Dec 06, 2023
-
-
Dessalines authored
-
- Dec 04, 2023
-
-
Nutomic authored
* Enable missing code for prometheus actix-web stats * enable middleware conditionally
-
- Dec 01, 2023
-
-
Dessalines authored
-
- Nov 30, 2023
-
-
Dessalines authored
-
- Nov 29, 2023
-
-
Dessalines authored
-
Dessalines authored
Co-authored-by:
Nutomic <me@nutomic.com>
-
- Nov 27, 2023
-
-
dullbananas authored
* Update diesel-async * Fix
-
Dessalines authored
-
- Nov 24, 2023
-
-
Nutomic authored
* Upgrade pictrs to 0.5.0-beta.2 * Update src/main.rs Co-authored-by:
asonix <asonix@asonix.dog> * add comment --------- Co-authored-by:
asonix <asonix@asonix.dog>
-
Dessalines authored
* Upgrading deps. * Try to use native node-fetch function. * Fixing image upload tests.
-
Dessalines authored
-
- Nov 22, 2023
-
-
Dessalines authored
-
- Nov 21, 2023
-
-
dullbananas authored
* ci rust 1.74.0 * do it * Update .woodpecker.yml * Update Cargo.toml * Update lint.sh * Update lib.rs --------- Co-authored-by:
Dessalines <dessalines@users.noreply.github.com>
-
cetra3 authored
* Remove anyhow test * Update lock * Fix lints hopefully!
-
- Nov 17, 2023
-
-
Dessalines authored
-
- Nov 03, 2023
-
-
Dessalines authored
-
- Oct 31, 2023
-
-
Nutomic authored
* Remove unused deps * Adding cargo-machete to woodpecker. --------- Co-authored-by:
Dessalines <tyhou13@gmx.com>
-
- Oct 25, 2023
-
-
Nutomic authored
Co-authored-by:
Dessalines <dessalines@users.noreply.github.com>
-
Dessalines authored
-
- Oct 24, 2023
-
-
Nutomic authored
* Allow Arabic and Cyrillic usernames/community names (fixes #1764) * update comment
-
- Oct 20, 2023
-
-
Dessalines authored
-
- Oct 19, 2023
-
-
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
-
- Oct 11, 2023
-
-
Dessalines authored
* Moving to debian-based docker image. Fixes #3972 * Fix cargo.toml format. * Try nightly rust for cargo_fmt. * Trying to fix cargo build. * Trying to fix cargo build 2. * Trying to fix federation tests. * Trying to fix federation tests 2. * Trying to fix federation tests 3. * Try to fix aarch 1. * Try to fix aarch 2. * Try to fix aarch 3. * Removing aarch * Adding tests back in. * Adding ca-certs, and debian non-root user * Commenting arm image building. * Fix platform on runner. * Version 0.19.0-beta.6
-
- Oct 09, 2023
-
-
Nutomic authored
* wip * stuff * fmt * fmt 2 * fmt 3 * fix default feature * use Authorization header * store ip and user agent for each login * add list_logins endpoint * serde(skip) for token * fix api tests * A few suggestions for login_token (#3991) * A few suggestions. * Fixing SQL format. * review * review * rename cookie --------- Co-authored-by:
Dessalines <dessalines@users.noreply.github.com>
-
- Oct 05, 2023
-
-
Dessalines authored
-
- Sep 27, 2023
-
-
Dessalines authored
-
- Sep 25, 2023
-
-
SleeplessOne1917 authored
-
- Sep 23, 2023
-
-
SleeplessOne1917 authored
auth header
-
- Sep 21, 2023
-
-
Nutomic authored
* Remove explicit auth params (ref #3725) Only take auth via header or cookie. This requires a new version of lemmy-js-client for api tests to pass. * rework api_crud * remove remaining auth params, move logic to session middleware * fmt, fix test * update js client * remove auth param from api tests * Pass auth as header * add ! * url vars, setHeader * cleanup * fmt * update * Updating for new lemmy-js-client. --------- Co-authored-by:
Dessalines <tyhou13@gmx.com> Co-authored-by:
Dessalines <dessalines@users.noreply.github.com>
-
- Sep 19, 2023
-
-
SleeplessOne1917 authored
-
- Sep 09, 2023
-
-
phiresky authored
* persistent activity queue * fixes * fixes * make federation workers function callable from outside * log federation instances * dead instance detection not needed here * taplo fmt * split federate bin/lib * minor fix * better logging * log * create struct to hold cancellable task for readability * use boxfuture for readability * reset submodule * fix * fix lint * swap * remove json column, use separate array columns instead * some review comments * make worker a struct for readability * minor readability * add local filter to community follower view * remove separate lemmy_federate entry point * fix remaining duration * address review comments mostly * fix lint * upgrade actitypub-fed to simpler interface * fix sql format * increase delays a bit * fixes after merge * remove selectable * fix instance selectable * add comment * start federation based on latest id at the time * rename federate process args * dead instances in one query * filter follow+report activities by local * remove synchronous federation remove activity sender queue * lint * fix federation tests by waiting for results to change * fix fed test * fix comment report * wait some more * Apply suggestions from code review Co-authored-by:
SorteKanin <sortekanin@gmail.com> * fix most remaining tests * wait until private messages * fix community tests * fix community tests * move arg parse * use instance_id instead of domain in federation_queue_state table --------- Co-authored-by:
Dessalines <dessalines@users.noreply.github.com> Co-authored-by:
SorteKanin <sortekanin@gmail.com>
-
- Sep 06, 2023
-
-
SorteKanin authored
Co-authored-by:
Nutomic <me@nutomic.com>
-
- Aug 31, 2023
-
-
Nutomic authored
* Add remote follow url to webfinger response * update apub lib
-
- Aug 24, 2023
-
-
phiresky authored
* convert naive time to utc time * compounding fixes * cargo fmt * fix the rest * fix down migration * fix migrations * fix after merge * clippy fix * ap-fed 0.5.0 --------- Co-authored-by:
Nutomic <me@nutomic.com>
-
- Aug 07, 2023
-
-
Felix Ableitner authored
This reverts commit 48466b68.
-