avrstud
0b8ea4ccfb
fix : #342
5 years ago
chapeau
01e316914a
Merge branch 'fix_set' into 'dev'
Fix : reverse set declaration
See merge request re2o/re2o!616
5 years ago
clement-pouilly clement-pouilly
fb70401d63
fix set
5 years ago
chapeau
ea4ebd5c08
Merge branch 'fix_pwd_ntlm' into 'dev'
fix : #339
See merge request re2o/re2o!615
5 years ago
avrstud
536c971ae6
fix : #339
5 years ago
Jean-Romain Garnier
17bf10a1d6
Merge branch 'radius_api' into 'dev'
feat: add radius api
See merge request re2o/re2o!614
5 years ago
chapeau
5a5fb1befd
change regex to remove a dos vuln
5 years ago
Jean-Romain Garnier
cf5756733d
Tweak "magic split" comments
5 years ago
chapeau
118f5af269
black
5 years ago
chapeau
c5e21e05dd
documentation
5 years ago
chapeau
c15ec606c6
adapt radius api for django 2
5 years ago
chapeau
2a6c09c808
add app name
5 years ago
chapeau
e4789c6d8b
documentation
5 years ago
chapeau
303defa16d
remove print
5 years ago
chapeau
2381ae2169
Update views.py
5 years ago
chapeau
1e6c6348b8
add slash support in apache conf
5 years ago
chapeau
a234be0981
linter
5 years ago
chapeau
f70b97677f
separate radius from re2o repo
5 years ago
chapeau
989410509d
merge
5 years ago
chapeau
425d47c52d
merge
5 years ago
chapeau
1bc5b51439
a few small fixes
5 years ago
chapeau
f689d6640a
add brand news ACL
5 years ago
chapeau
ce862c2853
merge
5 years ago
chapeau
d1a1d6613d
merge
5 years ago
chapeau
a323bf7d68
première passe de debug
5 years ago
chapeau
01e7822d95
merge
5 years ago
chapeau
8ba9fa2fa0
premiere version de l'api radius
5 years ago
chapeau
8e370a15d9
merge
5 years ago
chirac
567c20a0f1
Merge branch 'fix_mandate_history' into 'dev'
fix: RegistrationError when accessing mandate history
See merge request re2o/re2o!612
5 years ago
Jean-Romain Garnier
a2bd34297d
fix: RegistrationError when accessing mandate history
5 years ago
klafyvel
4fabd68ca3
Merge branch 'fix_318' into 'dev'
fix: 🎨 Better placement for forgetten password button (#318 )
See merge request re2o/re2o!608
5 years ago
Yoann Piétri
eb92e4d71a
fix: 🎨 Better placement for forgetten password button ( #318 )
5 years ago
klafyvel
d1435720f4
Merge branch 'quick_fix_about' into 'dev'
fix: 🐛 Quick fix bug with MIDDLEWARE_CLASSES
See merge request re2o/re2o!610
5 years ago
Yoann Piétri
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.
5 years ago
klafyvel
848b5bb7a1
Merge branch 'docker' into 'dev'
feat: 🎨 Dev docker file in repository (Close #322 )
See merge request re2o/re2o!607
5 years ago
Yoann Piétri
e0ca9eb380
fix: ✏️ locale != local
5 years ago
Yoann Piétri
639ff7f9b5
test: 🔥 Remove old test code
5 years ago
Yoann Piétri
ce2e77546e
fix: 🐛 Use correct settings in ldap_sync + typo
5 years ago
Yoann Piétri
43b6a2cdf2
feat: ✨ Add dev docker support
Dockerfile and docker-compose files are now included in directory. They start a db, migrate, create a superuser if it doesn't already exists and start the server
5 years ago
Yoann Piétri
889f70738b
chore: 📌 Update requirements files
5 years ago
Yoann Pié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
5 years ago
Yoann Piétri
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
5 years ago
Jean-Romain Garnier
608cbdb634
Merge branch 'fix_316' into 'dev'
fix: 🎨 Update footer (fix #316 )
See merge request re2o/re2o!609
5 years ago
Yoann Piétri
e9053ec303
fix: ✏️ Update translation
5 years ago
Yoann Piétri
6b8d9e3806
fix: 🎨 Update footer ( fix #316 )
5 years ago
chirac
d8d172fe97
Merge branch 'quick_fix_login' into 'dev'
fix: 🚑 Replace decodestring by decodebytes
See merge request re2o/re2o!606
5 years ago
Yoann Piétri
bfedfeb550
fix: 🚑 Replace decodestring by decodebytes
Decodestring is a deprecated alias of decodebytes since version 3.1
5 years ago
nanoy
0e9c361a0e
Merge branch 'remove_old_migrations' into 'dev'
Remove old migrations
See merge request re2o/re2o!605
5 years ago
Yoann Piétri
067c4bccf1
fix: 🔥 Remove old migrations for the tickets app
Remove old migrations. Add migration for commit 2f4b2699
5 years ago
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.
5 years ago