Commit Graph

90 Commits

Author SHA1 Message Date
klmp200 9c3f846f98 Add installation instructions for rhel 2026-04-05 14:19:34 +02:00
klmp200 744ea20c33 Apply review comments 2026-04-02 16:16:27 +02:00
klmp200 3e0a1c7334 Add documentation for xapian 2026-04-02 11:21:46 +02:00
Thomas Girod 775a3282dc rename UV to UE 2025-12-19 23:12:02 +01:00
imperosol 53f7bf08d3 remove remaining CanCreateMixin 2025-11-10 00:19:16 +01:00
imperosol 075c6f16ec make ApiKeyAuth work on non-safe routes 2025-11-09 21:34:26 +01:00
imperosol 2e9e1b6a78 remove deprecated api csrf argument 2025-11-09 21:34:26 +01:00
imperosol 0ba84c4750 docs: update doc 2025-11-09 21:31:45 +01:00
klmp200 7eaf25a64f Remove QuikNotifMixin 2025-09-25 16:02:56 +02:00
Kenneth SOARES 5b57f75b4e custom django command for promo logos
added path vailidity verification and IOError handling

added option to overwrite existing logo and force flag

improved uppon suggestions

mistake correction

fixed string conversion bugs and logical error

corrected path conversion

f

better error handling and corrections

ajout d'une section de documentation pour la feature

copié coller

fixed documentation bullet points

added resampling clean up error handling

removed useless IOError
2025-07-03 14:28:16 +02:00
imperosol ae7784a973 rename apikey to api 2025-06-16 14:54:42 +02:00
imperosol a23604383b doc: incompatibility between api keys and csrf 2025-06-16 13:44:43 +02:00
imperosol 189081f5a8 api key doc for developers 2025-06-16 13:44:43 +02:00
imperosol b5d65133f3 add doc for external API consumers 2025-06-16 13:44:43 +02:00
imperosol dc72789c14 feat: basic api key management 2025-06-16 13:44:41 +02:00
imperosol b0d9063153 remove remaining laundry code 2025-06-04 12:53:22 +02:00
Thomas Girod 54be8addeb remove laundry 2025-05-26 09:10:35 +02:00
imperosol 1a81911cd6 adapt celery to honcho setup 2025-05-07 11:49:38 +02:00
imperosol 934d17d9d2 celery 2025-04-28 12:15:38 +02:00
imperosol f647feb8c8 use .env for project configuration 2025-04-28 12:15:38 +02:00
klmp200 e556305062 Update dev install docs 2025-04-20 18:04:56 +02:00
Thomas Girod 05756520a3 remove remaining accounting code 2025-04-13 14:14:26 +02:00
klmp200 67bc49fb21 Serve upload files directly from nginx 2025-04-09 20:55:24 +02:00
Thomas Girod 7623474124 add fragments documentation 2025-04-06 14:36:00 +02:00
Thomas Girod a6e23b0b4c fix doc deployment (v2) 2025-04-04 15:05:08 +02:00
klmp200 6b27a97e7b Launch multiple honcho files depending on the context 2025-03-04 14:48:44 +01:00
klmp200 75c4c55a32 Only run full procfile on runserver 2025-03-04 11:59:35 +01:00
klmp200 728ad157e9 Apply review comments 2025-03-04 10:30:36 +01:00
klmp200 aa66fc61ab Apply review comments 2025-03-04 10:30:36 +01:00
klmp200 3b80b36ed6 Update doc 2025-03-04 10:30:36 +01:00
klmp200 6841d96455 Enable honcho on non debug 2025-03-04 10:30:36 +01:00
imperosol 9945993f0b simplify .env.example
La plupart des variables du `.env.example` n'ont pas besoin d'être modifiées régulièrement et ont déjà des valeurs par défaut dans le `settings.py` qui sont adaptées à un environnement local.
En gardant uniquement les variables qui seront régulièrement modifiées, on rend le fichier plus compréhensible et plus simple à maintenir.
2025-02-17 11:33:15 +01:00
imperosol 41bff53853 use .env for project configuration 2025-02-16 12:47:38 +01:00
imperosol 05d4a09f8c Add a page to manage the groups that can create permissions 2025-02-15 12:05:54 +01:00
imperosol 71b096f9ef Apply review comment 2025-01-14 17:17:31 +01:00
imperosol 9272f53bea fix doc display 2025-01-14 17:14:59 +01:00
imperosol 9b5f08e13c Improve permission documentation 2025-01-13 18:20:29 +01:00
imperosol d0b1a49300 deprecate CanCreateMixin
Les motifs de cette déprécation sont indiqués dans la documentation.
Le mixin a été remplacé par `PermissionRequiredMixin` dans les endroits où ce remplacement était aisé.
2025-01-13 18:20:29 +01:00
imperosol 0c01ad1770 Move core auth mixins to their own file 2025-01-13 15:45:55 +01:00
imperosol 7ac41ac5cb remove UserIsRootMixin 2025-01-13 15:45:23 +01:00
klmp200 edafc06c3f Fix install documentation 2025-01-06 22:26:46 +01:00
klmp200 771cbdbd77 More explicit uv install steps 2025-01-06 21:59:36 +01:00
klmp200 0c4d72e17a Switch from poetry to uv 2025-01-06 16:17:54 +01:00
imperosol 4f35cc00bc Add UserBan management views 2025-01-05 15:49:08 +01:00
imperosol 785ac9bdab pin poetry version 2025-01-05 14:48:40 +01:00
imperosol f0be4b270b remove line numbers from locale files 2025-01-04 22:03:37 +01:00
imperosol 9a72c5eb72 fix galaxy tests 2025-01-03 01:18:28 +01:00
imperosol 407cfbe02b update docs 2025-01-03 01:18:28 +01:00
imperosol e680124d7b fix makemessages command in docs 2024-12-17 12:38:59 +01:00
klmp200 0485ab1120 Remove defer from script where type=module is used 2024-11-19 21:22:14 +01:00