PCv5/app
Lephe 8098642d4b
model: add an index on Post.type
This is useful to quickly browse a list of polymorphic Posts for topics,
programs, etc. The main application is from Member.posts, since
polymorphic collection seems both difficult and edgy.

[MIGRATION] This commit contains a new version of the schema.
2022-04-25 17:04:08 +01:00
..
data forum: add an action to change the top comment of a topic 2021-07-12 18:37:06 +02:00
forms Updated WTForms imports 2022-04-14 20:01:45 +02:00
models model: add an index on Post.type 2022-04-25 17:04:08 +01:00
processors menu: filter the last topics viewable by user (fix #101) 2021-07-14 17:08:32 +02:00
routes post: add move to another thread operation (#79) 2021-07-14 19:55:16 +02:00
static theme: add support for download widget to FK's dark theme 2022-04-24 22:55:11 +02:00
templates pclinks: fixed a typo 2022-04-24 23:33:18 +02:00
utils pclinks: switched to <> as delimiters (#108) 2022-04-24 17:50:46 +02:00
__init__.py security: add CSRF protection globally 2020-09-26 14:48:30 +02:00