lemmy/src
Dessalines 9785b20843
Adding a scaled sort, to boost smaller communities. (#3907)
* Adding a scaled sort, to boost smaller communities.

- Previously referred to as *best* .
- Fixes #3622

* Fixing scheduled task update.

* Converting hot_rank integers to floats.

* Altering hot_rank psql function to default to zero after a week.

* Setting scaled_rank to zero, where hot_rank is zero.

* Adding image_upload table.
2023-09-06 13:43:27 -04:00
..
api_routes_http.rs Get rid of remaining Perform/SendActivity traits (fixes #3670) (#3926) 2023-09-05 05:33:46 -04:00
code_migrations.rs Move admin flag from person to local_user (fixes #3060) (#3403) 2023-08-24 05:40:08 -04:00
lib.rs Allow passing auth via header or cookie (#3725) 2023-08-29 10:47:57 -04:00
main.rs Remove actix_rt & use standard tokio spawn (#3158) 2023-06-26 10:45:22 +02:00
prometheus_metrics.rs Cache & Optimize Woodpecker CI (#3450) 2023-07-17 11:04:14 -04:00
root_span_builder.rs Fixing .drone.yml (#2677) 2023-01-30 14:17:24 -05:00
scheduled_tasks.rs Adding a scaled sort, to boost smaller communities. (#3907) 2023-09-06 13:43:27 -04:00
session_middleware.rs Allow passing auth via header or cookie (#3725) 2023-08-29 10:47:57 -04:00
telemetry.rs Extract Activitypub logic into separate library (#2288) 2022-06-02 16:33:41 +02:00