8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-08-10 17:25:02 +00:00
Commit graph

648 commits

Author SHA1 Message Date
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
ce6f46b2da feat(trans): Translate remaining fuzzy translations 2021-01-24 16:37:10 +01:00
69228f0ae4 chore(trans): Regenerate all django.po file 2021-01-24 16:37:10 +01:00
Hugo Levy-Falk
7b941eee12 Fix: Forgotten legacy ldap_sync calls in machines and cotisations. 2021-01-24 16:37:10 +01:00
Hugo Levy-Falk
4a3d0f346b feat: Integrate the removal of LDAP to migration squash. 2021-01-24 16:37:10 +01:00
Hugo Levy-Falk
1833360d08 Clean migration 2021-01-24 16:37:10 +01:00
Hugo Levy-Falk
5107a4987f Foreign keys 2021-01-24 16:37:09 +01:00
Hugo Levy-Falk
937f2cf16c Fix miscellanous model creation mistakes. 2021-01-24 16:37:09 +01:00
Hugo Levy-Falk
392ea8afbc Fix dependecies graph creation. 2021-01-24 16:37:09 +01:00
Hugo Levy-Falk
77f5b66329 fix dependencies names 2021-01-24 16:37:09 +01:00
Hugo Levy-Falk
9eef45678f Machines models creation. 2021-01-24 16:37:09 +01:00
chirac
012505fe08 Translation for error message 2021-01-24 16:37:09 +01:00
chirac
e8a9e64c3f Add specific function and check on validation for sshfp 2021-01-24 16:37:09 +01:00
chirac
2846a7fb32 Add erdnaxe proposal of fix because there is no better solution 2021-01-24 16:37:09 +01:00
chirac
e3445b6a60 Move new autocomplete widgets on widget file 2021-01-24 16:37:09 +01:00
chirac
287df2d1f0 Return True when list is returned 2021-01-24 16:37:09 +01:00
aacb8ef84a Fix minor issues with DAL 2021-01-24 16:37:09 +01:00
chirac
4c984a3975 Black on files 2021-01-24 16:37:09 +01:00
chirac
0d57536638 Correct customs acl list for extensions 2021-01-24 16:37:09 +01:00
chirac
89cd0ac856 Remove useless imports 2021-01-24 16:37:09 +01:00
chirac
303531fed3 Add custom can_list acl for unpriviged views 2021-01-24 16:37:09 +01:00
chirac
89ca6d231f Replace get_queryset with filter_results 2021-01-24 16:37:09 +01:00
chirac
e68c4a1469 Add iptype autocomplete search 2021-01-24 16:37:09 +01:00
chirac
4ff555e41f Remove mbf on views 2021-01-24 16:37:09 +01:00
chirac
e663fb63e0 Add ouverture ports on autocomplete 2021-01-24 16:37:09 +01:00
chirac
2aacec6584 Add autocomplete on machine, interface edit forms 2021-01-24 16:37:09 +01:00
chirac
d0a3dda7e4 Add autocomplete view on machine 2021-01-24 16:37:09 +01:00
chirac
0aaceab549 Remove massive_boostrap form on machine forms 2021-01-24 16:37:09 +01:00
chirac
d00d7019c5 Add autocomplete on machine form fields 2021-01-24 16:37:09 +01:00
69f78d8c60 Ça se dit Rézo Metz 'tain 2021-01-24 16:37:09 +01:00
432e531e67 Links and translations 2021-01-24 16:37:09 +01:00
0202a77799 Translations 2021-01-24 16:37:09 +01:00
6d2ad5b00e 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
2021-01-24 16:37:09 +01:00
grisel-davy
62a9142faa Break word with CSS and not with a specific method of interfaces 2021-01-24 16:37:09 +01:00
grisel-davy
22ab6df96d Fix the overflow of text in the sidenav for small screen 2021-01-24 16:37:09 +01:00
grisel-davy
f652606fe4 Affichage sans chevauchement sur toute la gamme de largeur 2021-01-24 16:37:09 +01:00
grisel-davy
e7a1f74755 Affichage sans chevauchement sur toute la gamme de largeurs 2021-01-24 16:37:09 +01:00
grisel-davy
5cd671ced3 Turn tables into grids 2021-01-24 16:37:09 +01:00
grisel-davy
160230d7a1 Add paginator, updates machines, create aff_machines, and minor changes 2021-01-24 16:37:09 +01:00
grisel-davy
4fac613373 fix typo in iptypes and update display of switchs 2021-01-24 16:37:09 +01:00
grisel-davy
00e5575a21 Update display of ip_types 2021-01-24 16:37:09 +01:00
grisel-davy
52a23be738 Remove redundant code, reuse aff_ templates 2021-01-24 16:37:09 +01:00
grisel-davy
46a8005885 Not perfect but much better 2021-01-24 16:37:09 +01:00
grisel-davy
e2d9591dc8 Rename profil view in apps and count machines in user profil view 2021-01-24 16:37:09 +01:00
grisel-davy
64ed0eb463 Create profil template and corresponding view 2021-01-24 16:37:09 +01:00
Hugo Levy-Falk
652982941a Fix can_view_app 2021-01-24 16:36:16 +01:00
Gabriel Detraz
8182505fd2 Replace full_clean with simple clean, fix interface registering on multi-database 2021-01-24 16:36:16 +01:00
Gabriel Detraz
383aaf3132 Don't use disabled ip for administration purpose 2021-01-24 16:36:16 +01:00