]> Untitled Git - lemmy.git/history - crates/utils/src/lib.rs
Cache & Optimize Woodpecker CI (#3450)
[lemmy.git] / crates / utils / src / lib.rs
2023-07-10 Pawan HegdeFix #3366: Wrap plain-text error responses from the...
2023-07-10 phireskyImprove api response times by doing send_activity async...
2023-06-21 dullbananasReduce memory usage of rate limiting (#3111)
2023-03-21 NutomicActivitypub crate rewrite (#2782)
2023-02-23 NutomicAdd default attribute for webfinger properties (fixes...
2023-02-22 NutomicInclude type information with webfinger responses ...
2023-02-16 DessalinesOrganize utils into separate files. Fixes #2295 (#2736)
2022-12-02 NutomicMerge pull request #2593 from LemmyNet/refactor-notific...
2022-12-02 Felix AbleitnerBuilds lemmy_routes in parallel with lemmy_apub
2022-06-02 NutomicExtract Activitypub logic into separate library (#2288)
2022-05-03 NutomicAdd cargo feature for building lemmy_api_common with...
2022-04-19 DessalinesShow deny reason to users after a failed login. Fixes...
2022-03-24 DessalinesConsolidate and lower reqwest timeouts. Fixes #2150...
2022-03-16 NutomicRework error handling (fixes #1714) (#2135)
2021-12-06 RileyDon't drop error context when adding a message to error...
2021-11-23 RileyAdd tracing (#1942)
2021-11-22 DessalinesMerge pull request #1938 from LemmyNet/once_cell
2021-11-22 Felix AbleitnerUse once_cell instead of lazy_static
2021-10-13 NutomicDont swallow API errors (fixes #1834) (#1837)
2021-09-27 Felix AbleitnerMerge branch 'remove_settings_and_secret_singletons_squ...
2021-09-27 DessalinesMoving settings and secrets to context.
2021-09-27 Felix AbleitnerMove jwt secret from config to database (fixes #1728)
2021-08-04 DessalinesSimplify config using macros (#1686)
2021-07-23 DessalinesActor name length config dess (#1672)
2021-03-19 Felix AbleitnerMerge branch 'main' into federated-moderation
2021-03-19 NutomicMerge pull request #1499 from LemmyNet/strictly_type_db_ids
2021-03-19 NutomicMerge pull request #1428 from LemmyNet/split_user_table
2021-03-19 DessalinesMerge branch 'Mart-Bogdan-1462-jwt-revocation-on-pwd...
2021-03-18 DessalinesMerge branch 'split_user_table' into strictly_type_db_ids
2021-03-18 DessalinesMerge branch 'main' into split_user_table
2021-03-18 DessalinesMerge branch 'split_user_table' into strictly_type_db_ids
2021-03-18 DessalinesMerge branch 'main' into split_user_table
2021-03-18 DessalinesStrictly typing DB id fields. Fixes #1498
2021-03-13 Bogdan MartMerge remote-tracking branch 'origin/main' into 1462...
2021-03-12 DessalinesChange joinuser, sendusermessage to use local_user_id
2021-03-11 Dessalines2nd pass. JWT now uses local_user_id
2021-03-10 Dessalines~80% done
2021-03-02 DessalinesMerge branch 'main' of https://github.com/lemmynet...
2021-03-02 dessalinesMerge pull request 'Forbid usage of unwrap' (#179)...
2021-03-01 Felix AbleitnerForbid usage of unwrap
2021-03-01 DessalinesRewrite settings implementation. Fixes #1270 (#1433)
2021-02-25 DessalinesMerge branch 'main' into split_user_table
2021-02-22 dessalinesMerge pull request 'Order outbox by published, not...
2021-02-22 dessalinesMerge pull request 'Use `name` field for post titles...
2021-02-22 dessalinesMerge pull request 'Fix clippy error upper_case_acronym...
2021-02-22 Felix AbleitnerFix clippy error upper_case_acronyms
2021-02-10 dessalinesMerge pull request 'Explicitly mark posts and comments...
2021-02-09 dessalinesMerge pull request 'Move routes into separate crate...
2021-02-09 Felix AbleitnerMove routes into separate crate to speed up compilation
2021-01-21 DessalinesExplicit error http status codes (#1362)
2021-01-20 dessalinesMerge pull request 'Move most code into crates/ subfold...
2021-01-20 Felix AbleitnerMove most code into crates/ subfolder