8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-11-06 01:46:27 +00:00
Commit graph

467 commits

Author SHA1 Message Date
854accfab0 feat(custom_link): choose position in the navbar for links 2022-07-29 15:01:22 +02:00
89ba77c528 feat(custom_link): rename variable and import settings correctly 2022-07-29 14:29:13 +02:00
313af3e7f4 add licence 2022-07-29 13:46:46 +02:00
d6040ad6bb doc(link): add doc for link_custom 2022-07-29 13:36:20 +02:00
542ca59d4e add custom link to nav bar 2022-07-29 13:00:50 +02:00
Yohann D'ANELLO
cc5212f0d4
Replace contributor name
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
2022-02-22 15:53:29 +01:00
avrstud
536c971ae6 fix: #339 2021-05-26 22:27:18 +02:00
1bc5b51439 a few small fixes 2021-05-13 19:30:56 +02:00
f95babce51 fix: 🐛 Quick fix bug with MIDDLEWARE_CLASSES
Support for django 2.22 introduces the use of MIDDLEWARE instead of MIDDLEWARE_CLASSES. This change was not reflected everywhere, about function for instance.
2021-02-28 09:23:53 +00:00
e0ca9eb380 fix: ✏️ locale != local 2021-02-18 19:59:03 +01:00
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
3b6af9d01a feat: 🎨 Allow the use of CDN and generalise the staticfiles.
A CDN can be used. Other locations than the debian ones can be used for staticfiles. python3 manage.py runserver is now functionnal

Configuration need to be changed to have re2o2.9 behavior
2021-02-18 19:59:03 +01:00
bfedfeb550
fix: 🚑 Replace decodestring by decodebytes
Decodestring is a deprecated alias of decodebytes since version 3.1
2021-02-15 11:15:16 +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
ec2b4afd41 style: 🎨 Apply black and isort 2021-02-14 09:29:10 +01:00
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
67a19a171c
fix: ✏️ Fix links that pointed to gitlab.federez.net/federez/re2o (#309)
Replace links that pointed to gitlab.federez.net/federez/re2o to gitlab.federez.net/re2o/re2o. Close #309
2021-02-08 16:50:37 +01:00
chirac
a118f430a2 fix: Error on rezometz website 2021-01-24 15:21:10 +01:00
Yohann D'ANELLO
8be1765d42 Fix: Use local bootstrap static files 2021-01-24 14:41:29 +01:00
8ea598fede feat(trans): Translate remaining fuzzy translations 2021-01-24 12:02:59 +01:00
c485f3a8fb chore(trans): Regenerate all django.po file 2021-01-24 12:02:44 +01:00
3d748e9e42 fix: Use bootstrap class for fa-check and fa-times color instead of hardcoded value 2021-01-15 19:51:11 +01:00
Hugo Levy-Falk
4fc51b761f I forgot Esum. 2021-01-11 23:30:53 +01:00
Hugo Levy-Falk
e215c63abb Thanks to our contributors 2021-01-11 23:17:48 +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
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
4d37b4506c Fix minor issues with DAL 2021-01-02 00:27:31 +01:00
chirac
7ed7a57014 Black on files 2020-12-31 20:12:36 +01:00
chirac
15bcb0c280 Add club manager acl for user search 2020-12-31 15:31:49 +01:00
chirac
5011694479 Add can_list acl, move views autocomplete mixins to re2o/views.py 2020-12-30 19:06:09 +01:00
33279c3eb7 Create dal mixins 2020-12-30 18:55:28 +01:00
44e41bb4f5 Add dal to installed apps 2020-12-30 18:55:28 +01:00
chirac
188bed9c18 Remove templatetag massive bootstrap form 2020-12-30 18:55:28 +01:00
Hugo Levy-Falk
a1c08c4e96 Just blacked everything. 2020-12-28 20:59:35 +01:00
a96a2f50fa modification des acl pour gérer les vues de l'api 2020-12-28 20:57:21 +01:00
Hugo Levy-Falk
11c4f4ef21 Fix club edit and add some documentation on that error. 2020-12-28 20:51:21 +01:00
d1d4ea6af3
Ça se dit Rézo Metz 'tain 2020-11-23 17:06:37 +01:00
Gabriel Detraz
2cacdb1987 Remove duplicated line 2020-11-18 08:28:45 +01:00
Gabriel Detraz
d58b99173f Fix has_access global filter on different membership and connexion invoices 2020-11-18 02:52:35 +01:00
30ff646de7
Links and translations 2020-11-17 22:13:20 +01:00
087ef6feb6
Translations 2020-11-17 21:50:16 +01:00
grisel-davy
17f09c551b reorganize infos on contact page 2020-10-27 12:20:26 +01:00
grisel-davy
e2c2ce6b18 Check to avoid multiple messages 2020-10-20 12:32:50 +02:00
Gabriel Detraz
0a427cd30d Fix all_adherent and all_has_access function 2020-10-08 22:30:41 +02:00
Hugo Levy-Falk
2690a021d0 Fix can_view_app 2020-08-29 11:07:18 +02:00
Hugo Levy-Falk
73a4d2fa27 Fix can_view_all so it actually does its job. 2020-08-29 11:07:18 +02:00
3d1a554d18 Add exception name 2020-08-15 13:27:25 +02:00
f5de596dff Fix of about page crash if no president or CGU file 2020-08-15 12:51:10 +02:00