Massedil
91b0e7d265
remove an obsolete comment
2024-11-29 19:15:35 +01:00
Massedil
41aa81097d
#1308 update build_page() to permit query with group_by()
...
Using Repo.aggregate() to count the total of elements is incompatible with group_by().
Changing this to a subquery with a count(*) of results permit to use group_by().
2024-10-24 19:09:28 +02:00
Thomas Citharel
317a3434b2
feat(spam): Introduce checking new accounts, events & comments for spam with the help of Akismet
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2023-02-07 15:18:29 +01:00
Thomas Citharel
2e9414767c
Increase paging timeout to 30
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2022-11-22 12:21:42 +01:00
Thomas Citharel
1f23bb421e
Increase timeout needed to build page
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2022-11-07 18:55:49 +01:00
Thomas Citharel
1893d9f55b
Various refactoring and typespec improvements
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2021-09-26 17:52:24 +02:00
Thomas Citharel
848c18470c
Handle doing a paginated query on ordered_by results
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2020-12-09 19:55:45 +01:00
miffy
fa037fd683
Separating of Storage context
2019-09-08 01:49:56 +02:00