8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-05-31 23:12:40 +00:00
Commit graph

800 commits

Author SHA1 Message Date
chapeau e1851f59a8 Run poetry by default 2024-03-03 11:44:43 +01:00
chapeau c95e4b7a4b Fix some tests 2024-02-20 16:25:52 +01:00
chapeau e3f77f16c3 Move ldap tests under the correct app 2024-02-20 16:20:49 +01:00
avrstud 0b8ea4ccfb fix: #342 2021-07-15 23:29:08 +02:00
Yoann Pétri faeaeb5491 chore: ✏️ Rename settings for default_gid
Settings for default_gid is now DEFAULT_GID instead of LDAP['default_gid']

Rename settings in configuration file
2021-02-18 19:59:03 +01:00
Hugo Levy-Falk d26d912328 fix: Remove old migrations that prevent a fresh install without LDAP.
Fix #329.

BREAKING CHANGE: you need to define the proper router in re2o/settings_locals.py for LDAP to continue working properly. See re2o/settings_locals.example.py.
2021-02-14 10:24:09 +01:00
Yoann Pétri ec2b4afd41 style: 🎨 Apply black and isort 2021-02-14 09:29:10 +01:00
Yoann Pétri 6736caf9f4 feat: ⬆️ Support for django 2.2 (#308)
Support for django 2.2. Rename django.conf.urlresolvers. Change url to path. Add apps to app folder. Edit migrations for on_delete. Edit models for on_delete.

Drop compatibility for django 1.x
2021-02-14 09:29:10 +01:00
Jean-Romain Garnier 3ed0e264ac fix: Indentation and variable name issues in users/models.py 2021-01-24 16:17:19 +01:00
Jean-Romain Garnier 8ea598fede feat(trans): Translate remaining fuzzy translations 2021-01-24 12:02:59 +01:00
Jean-Romain Garnier c485f3a8fb chore(trans): Regenerate all django.po file 2021-01-24 12:02:44 +01:00
Jean-Romain Garnier 42ded799e4 fix: Whitelist and ticket list responsiveness 2021-01-15 19:46:35 +01:00
Hugo Levy-Falk af70a7893b feat: Integrate the removal of LDAP to migration squash. 2021-01-11 21:53:49 +01:00
Hugo Levy-Falk 697d1ef7aa feat: Move LDAP to an optional app.
The Entire LDAP infrastructures now relies on signals rather than direct function calls and is in its own app. This means it can be deactivated, but also that we can easily plug new services in addition to LDAP, such as OAuth.

Closes issue #270
2021-01-11 21:53:49 +01:00
Hugo Levy-Falk d4dd5d89c9 Fix migration conflict with reversion. 2021-01-10 16:22:13 +01:00
Hugo Levy-Falk a11a57dc7d removed dead code. 2021-01-10 16:22:13 +01:00
Hugo Levy-Falk 5e81bf0ccd LDAP 2021-01-10 16:22:13 +01:00
Hugo Levy-Falk cf9f9d811f Foreign keys 2021-01-10 16:22:12 +01:00
Hugo Levy-Falk 33497893d8 Fix miscellanous model creation mistakes. 2021-01-10 16:22:12 +01:00
Hugo Levy-Falk 7792be978d Fix dependecies graph creation. 2021-01-10 16:22:12 +01:00
Hugo Levy-Falk 18db73f2bc fix dependencies names 2021-01-10 16:22:12 +01:00
Hugo Levy-Falk d25dc2fd0a Users models creation. 2021-01-10 16:22:12 +01:00
Hugo Levy-Falk aae2903d0d Fix fucking Js 2021-01-08 23:43:51 +01:00
chirac 6f76201da2 Unlogged->LoggedOut 2021-01-02 23:42:13 +01:00
chirac dceaf9d60f Add an unlogged view for registration view 2021-01-02 23:35:56 +01:00
chirac a0612728ee Move new autocomplete widgets on widget file 2021-01-02 23:21:15 +01:00
chirac a989624ce6 Return True when list is returned 2021-01-02 23:03:13 +01:00
chirac 7ed7a57014 Black on files 2020-12-31 20:12:36 +01:00
chirac 4f4b71c5b4 Remove useless imports 2020-12-31 19:42:08 +01:00
chirac 15bcb0c280 Add club manager acl for user search 2020-12-31 15:31:49 +01:00
chirac 52f31f02e2 Add custom can_list acl for unpriviged views 2020-12-31 14:55:10 +01:00
chirac 3f7af6189f Remove massive_bf_form 2020-12-30 19:24:12 +01:00
chirac a5e3016119 Replace get_queryset with filter_results 2020-12-30 19:22:43 +01:00
chirac 5011694479 Add can_list acl, move views autocomplete mixins to re2o/views.py 2020-12-30 19:06:09 +01:00
chirac 0b9e49c253 Autocomplete for club edition 2020-12-30 18:55:28 +01:00
chirac d976b0b3f8 Improved filter for user search 2020-12-30 18:55:28 +01:00
chirac ecd468201a Remove and replace massive_bootstrap; forms change for autocomplete 2020-12-30 18:55:28 +01:00
chirac 1d011435f5 Add views and urls for autocomplete on user app 2020-12-30 18:55:28 +01:00
Yoann Pétri b8890ffaa0 Fix display theme on profile 2020-12-29 09:52:20 +01:00
Hugo Levy-Falk 11c4f4ef21 Fix club edit and add some documentation on that error. 2020-12-28 20:51:21 +01:00
Yoann Pétri d1d4ea6af3
Ça se dit Rézo Metz 'tain 2020-11-23 17:06:37 +01:00
Yoann Pétri 30ff646de7
Links and translations 2020-11-17 22:13:20 +01:00
Yoann Pétri 087ef6feb6
Translations 2020-11-17 21:50:16 +01:00
Yoann Pétri 0f40663fac
Add custom themes 2020-11-17 13:54:33 +01:00
Yoann Pétri fd006c505a
Refactor navbar and general frontend.
The menus of the navbar is reorganized
The footer is changed into a navbar
The right sidebar is placed to the left
The left sidebar is deleted
Header navbar and leftsidebar are now fixed
Physical grouing is split into 4 views
2020-11-15 20:41:23 +01:00
grisel-davy 5163fd5e53 Remove profile_image field from the api 2020-10-22 15:43:06 +02:00
grisel-davy 98a5c01430 Remove profile_image 2020-10-22 15:39:30 +02:00
grisel-davy ccce9d2de9 Move facture list to cotisation, add paginator 2020-10-18 15:22:48 +02:00
grisel-davy a6d63521fd Rename profil view in apps and count machines in user profil view 2020-10-18 14:51:58 +02:00
grisel-davy 3e3040550d Don't know why, but it solves issue #281 2020-10-17 01:06:24 +02:00