Skip to content
Snippets Groups Projects
  1. Oct 20, 2023
  2. 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
  3. Oct 17, 2023
  4. Oct 16, 2023
  5. Oct 13, 2023
  6. 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
    • Nutomic's avatar
      Implement user data import/export (#3976) · 6d7b38f4
      Nutomic authored
      
      * Implement endpoints for user data import/export
      
      * add test
      
      * exclude avatar/banner
      
      * increase import url count, add rate limit
      
      * also export/import saved posts
      
      * rate limit
      
      * rename
      
      * saved posts also exist
      
      * rename routes
      
      * fix test
      
      * error handling
      
      * clippy
      
      * limit parallelism
      
      * clippy
      
      ---------
      
      Co-authored-by: default avatarDessalines <dessalines@users.noreply.github.com>
      6d7b38f4
  7. Oct 10, 2023
  8. Oct 09, 2023
  9. Oct 05, 2023
  10. Oct 04, 2023
  11. Oct 02, 2023
  12. Sep 29, 2023
  13. Sep 28, 2023
  14. Sep 27, 2023
Loading