ea4ebd5c08
Merge branch 'fix_pwd_ntlm' into 'dev'
...
fix : #339
See merge request re2o/re2o!615
2021-07-06 12:07:51 +00:00
avrstud
536c971ae6
fix : #339
2021-05-26 22:27:18 +02:00
17bf10a1d6
Merge branch 'radius_api' into 'dev'
...
feat: add radius api
See merge request re2o/re2o!614
2021-05-23 09:26:24 +00:00
5a5fb1befd
change regex to remove a dos vuln
2021-05-23 10:45:40 +02:00
Jean-Romain Garnier
cf5756733d
Tweak "magic split" comments
2021-05-20 23:20:51 +02:00
118f5af269
black
2021-05-17 22:01:09 +02:00
c5e21e05dd
documentation
2021-05-17 16:57:33 +02:00
c15ec606c6
adapt radius api for django 2
2021-05-17 13:48:07 +02:00
2a6c09c808
add app name
2021-05-16 22:30:01 +02:00
e4789c6d8b
documentation
2021-05-14 11:05:32 +00:00
303defa16d
remove print
2021-05-14 10:58:05 +00:00
2381ae2169
Update views.py
2021-05-14 10:32:17 +00:00
1e6c6348b8
add slash support in apache conf
2021-05-13 19:46:26 +02:00
a234be0981
linter
2021-05-13 19:44:39 +02:00
f70b97677f
separate radius from re2o repo
2021-05-13 19:33:56 +02:00
989410509d
merge
2021-05-13 19:31:48 +02:00
425d47c52d
merge
2021-05-13 19:31:27 +02:00
1bc5b51439
a few small fixes
2021-05-13 19:30:56 +02:00
f689d6640a
add brand news ACL
2021-05-13 19:30:56 +02:00
ce862c2853
merge
2021-05-13 19:30:52 +02:00
d1a1d6613d
merge
2021-05-13 19:29:49 +02:00
a323bf7d68
première passe de debug
2021-05-13 19:29:03 +02:00
01e7822d95
merge
2021-05-13 19:28:56 +02:00
8ba9fa2fa0
premiere version de l'api radius
2021-05-13 19:27:20 +02:00
8e370a15d9
merge
2021-05-13 19:26:54 +02:00
chirac
567c20a0f1
Merge branch 'fix_mandate_history' into 'dev'
...
fix: RegistrationError when accessing mandate history
See merge request re2o/re2o!612
2021-04-27 20:54:27 +00:00
Jean-Romain Garnier
a2bd34297d
fix: RegistrationError when accessing mandate history
2021-04-27 19:24:07 +02:00
klafyvel
4fabd68ca3
Merge branch 'fix_318' into 'dev'
...
fix: 🎨 Better placement for forgetten password button (#318 )
See merge request re2o/re2o!608
2021-02-28 09:38:47 +00:00
eb92e4d71a
fix: 🎨 Better placement for forgetten password button ( #318 )
2021-02-28 09:28:24 +00:00
klafyvel
d1435720f4
Merge branch 'quick_fix_about' into 'dev'
...
fix: 🐛 Quick fix bug with MIDDLEWARE_CLASSES
See merge request re2o/re2o!610
2021-02-28 09:27:58 +00: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
klafyvel
848b5bb7a1
Merge branch 'docker' into 'dev'
...
feat: 🎨 Dev docker file in repository (Close #322 )
See merge request re2o/re2o!607
2021-02-18 19:02:44 +00:00
e0ca9eb380
fix: ✏️ locale != local
2021-02-18 19:59:03 +01:00
639ff7f9b5
test: 🔥 Remove old test code
2021-02-18 19:59:03 +01:00
ce2e77546e
fix: 🐛 Use correct settings in ldap_sync + typo
2021-02-18 19:59:03 +01:00
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
2021-02-18 19:59:03 +01:00
889f70738b
chore: 📌 Update requirements files
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
608cbdb634
Merge branch 'fix_316' into 'dev'
...
fix: 🎨 Update footer (fix #316 )
See merge request re2o/re2o!609
2021-02-18 17:33:21 +00:00
e9053ec303
fix: ✏️ Update translation
2021-02-18 18:26:32 +01:00
6b8d9e3806
fix: 🎨 Update footer ( fix #316 )
2021-02-18 16:05:40 +01:00
chirac
d8d172fe97
Merge branch 'quick_fix_login' into 'dev'
...
fix: 🚑 Replace decodestring by decodebytes
See merge request re2o/re2o!606
2021-02-15 21:25:48 +00: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
nanoy
0e9c361a0e
Merge branch 'remove_old_migrations' into 'dev'
...
Remove old migrations
See merge request re2o/re2o!605
2021-02-14 19:02:14 +00:00
067c4bccf1
fix: 🔥 Remove old migrations for the tickets app
...
Remove old migrations. Add migration for commit 2f4b2699
2021-02-14 11:59:38 +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
klafyvel
8c88b6a6c9
Merge branch 'update_django' into 'dev'
...
feat: ⬆️ Support for django 2.2 (#308 )
See merge request re2o/re2o!604
2021-02-14 10:22:50 +01:00
Hugo Levy-Falk
4976b6fb79
fix: correct management of extra dependencies.
2021-02-14 09:29:10 +01:00
2f4b26999e
fix: 🐛 Remove clashes in permissions for the ticket app
...
Permissions clashes of view_* are removed for the ticket app.
2021-02-14 09:29:10 +01:00