PCv5/app/utils
Lephe d1a8333cae
forum: add forum listing routes
With this change, URLs for forum listings are now available. This
includes URLs like /news or /projects/games. Each of them show a
(currently empty) forum index.

Note that URLs that are not linked to in the forum index, namely URLs
for forums that have children (eg. /forum/news), are still accessible. We
could ban this by raising ValidationError if the forum has a non-empty
[sub_forums] attribute but displaying all subjects feels better.

URLs that point to /forum, but do not name a sub-forum and are not of
the form of a topic URL produce 404 errors.
2019-09-09 08:11:38 +02:00
..
converters.py forum: add forum listing routes 2019-09-09 08:11:38 +02:00
is_title.py Ajout des post/thread/comment/etc. 2019-08-20 17:34:00 +02:00
notify.py Ajout des notifications 2019-09-01 12:30:41 +02:00
pluralize.py Retrait de quelques erreurs par rapport à la PEP8 (avec Flake8) 2019-06-05 11:35:54 +02:00
priv_required.py core: introduce a master script and enable proper privilege checks 2019-06-06 13:54:01 -04:00
render.py Retrait de quelques erreurs par rapport à la PEP8 (avec Flake8) 2019-06-05 11:35:54 +02:00
unicode_names.py utils: add normalization of Unicode names 2019-06-05 18:24:41 -04:00
valid_name.py account: introduce normalized names 2019-06-05 20:01:12 -04:00
validators.py core: parameterize minimum password length 2019-06-07 14:23:48 -04:00