Miroir du site de l'AE UTBM https://ae.utbm.fr
Go to file
thomas girod 170f9dde61
Merge pull request #1005 from ae-utbm/taiste
More group rework, ajax input style, news creation form rework and counter fixes
2025-01-14 22:06:52 +01:00
.github More explicit uv install steps 2025-01-06 21:59:36 +01:00
accounting deprecate CanCreateMixin 2025-01-13 18:20:29 +01:00
antispam Add antispam app 2024-08-04 22:34:40 +02:00
club deprecate CanCreateMixin 2025-01-13 18:20:29 +01:00
com Apply review comment 2025-01-14 17:17:31 +01:00
core Merge pull request #1000 from ae-utbm/imghdr 2025-01-14 18:00:19 +01:00
counter Move core auth mixins to their own file 2025-01-13 15:45:55 +01:00
docs Apply review comment 2025-01-14 17:17:31 +01:00
eboutic Switch from poetry to uv 2025-01-06 16:17:54 +01:00
election deprecate CanCreateMixin 2025-01-13 18:20:29 +01:00
forum Move core auth mixins to their own file 2025-01-13 15:45:55 +01:00
galaxy Move core auth mixins to their own file 2025-01-13 15:45:55 +01:00
launderette deprecate CanCreateMixin 2025-01-13 18:20:29 +01:00
locale/fr/LC_MESSAGES remove call to deprecated imghdr module 2025-01-12 15:00:17 +01:00
matmat Move core auth mixins to their own file 2025-01-13 15:45:55 +01:00
pedagogy deprecate CanCreateMixin 2025-01-13 18:20:29 +01:00
rootplace Merge pull request #969 from ae-utbm/default-groups 2025-01-11 20:44:39 +01:00
sas Move core auth mixins to their own file 2025-01-13 15:45:55 +01:00
sith deprecate CanCreateMixin 2025-01-13 18:20:29 +01:00
staticfiles Improve readability and usability 2024-11-21 00:33:40 +01:00
subscription Give the old_subscribers group when subscribing 2025-01-10 02:12:17 +01:00
trombi Move core auth mixins to their own file 2025-01-13 15:45:55 +01:00
.coveragerc coverage: blacklist some files 2017-09-07 11:50:05 +02:00
.envrc Apply review comments 2025-01-06 20:13:41 +01:00
.gitattributes Add mappings for .po and .jinja files 2019-04-22 18:20:22 +02:00
.gitignore Switch from poetry to uv 2025-01-06 16:17:54 +01:00
.mailmap refonte de la boutique en ligne 2022-10-30 12:33:21 +01:00
.npmrc Create a new better script for showing more/less 2025-01-08 14:51:14 +01:00
.pre-commit-config.yaml Upgrade js dependencies 2025-01-14 17:17:41 +01:00
.python-version Switch from poetry to uv 2025-01-06 16:17:54 +01:00
biome.json Remove check_front command 2024-10-14 00:55:48 +02:00
conftest.py faster tests 2024-07-04 14:03:19 +02:00
CONTRIBUTING.rst documentation: add CONTRIBUTING 2019-10-08 11:08:47 +02:00
LICENSE Apply GPLv3 to Sith, and add header to every concerned file 2017-04-24 17:51:12 +02:00
manage.py Add missing files 2024-09-23 10:25:27 +02:00
mkdocs.yml fix doc display 2025-01-14 17:14:59 +01:00
openapi-ts.config.ts Apply review comments 2024-10-10 15:42:11 +02:00
package-lock.json Upgrade js dependencies 2025-01-14 17:17:41 +01:00
package.json Upgrade js dependencies 2025-01-14 17:17:41 +01:00
pyproject.toml Switch from poetry to uv 2025-01-06 16:17:54 +01:00
README.md Add Biome to documentation 2024-10-08 01:49:29 +02:00
tsconfig.json Refactor com scss and add basic unified event calendar 2025-01-04 22:51:44 +01:00
uv.lock Switch from poetry to uv 2025-01-06 16:17:54 +01:00
vite.config.mts Create a new better script for showing more/less 2025-01-08 14:51:14 +01:00

Sith

Ruff License: GPL v3 CI status Docs status Built with Material for MkDocs Checked with Biome discord

This is the source code of the UTBM's student association available at https://ae.utbm.fr/.

All documentation is in the docs directory and online at https://ae-utbm.github.io/sith. This documentation is written in French because it targets a French audience and it's too much work to maintain two versions. The code and code comments are strictly written in English.

If you want to contribute, here's how we recommend to read the docs:

  • First, it's advised to read the about part of the project to understand the goals and the mindset of the current and previous maintainers and know what to expect to learn.
  • If in the first part you realize that you need more background about what we use, we provide some links to tutorials and documentation at the end of our documentation. Feel free to use it and complete it with what you found helpful.
  • Keep in mind that this documentation is thought to be read in order.

This project is licensed under GNU GPL, see the LICENSE file at the top of the repository for more details.