Skip to content
Snippets Groups Projects
  1. Oct 25, 2023
  2. Oct 24, 2023
  3. Oct 23, 2023
  4. Oct 20, 2023
  5. Oct 19, 2023
    • Dessalines's avatar
      Convert more responses to SuccessResponse. Fixes #2860 (#4058) · 8deb4e57
      Dessalines authored
      * Convert more responses to SuccessResponse. Fixes #2860
      
      * Upgrading lemmy-js-client.
      8deb4e57
    • Nutomic's avatar
      Remove unused static (#4061) · 9ef28eb5
      Nutomic authored
      9ef28eb5
    • dullbananas's avatar
      Refactor rate limiter and improve rate limit bucket cleanup (#3937) · a14657d1
      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: default avatarDessalines <dessalines@users.noreply.github.com>
      Co-authored-by: default avatarNutomic <me@nutomic.com>
      a14657d1
  6. Oct 17, 2023
  7. Oct 16, 2023
  8. Oct 13, 2023
  9. Oct 11, 2023
    • Dessalines's avatar
      Moving to debian-based docker image. Fixes #3972 (#4004) · 645bf21d
      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
      645bf21d
    • Maxime Poulin's avatar
      Fix legacy pagination for Subscribed feed (#4030) · 3a1be8c0
      Maxime Poulin authored
      This is the fix suggested in #4019
      
      I've manually tested both legacy pagination (`page=2&limit=20`) as well as the new pagination (`cursor_next=XXXXXXX&limit=20`) using the same endpoint as #4019, and both methods appear to work as expected.
      3a1be8c0
    • Nutomic's avatar
      Only sanitize strings when generating RSS feeds and emails (fixes #4003) (#4024) · 291ff197
      Nutomic authored
      * Only sanitize strings when generating RSS feeds and emails (fixes #4003)
      
      * clippy
      
      * fix test
      291ff197
Loading