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

2105 commits

Author SHA1 Message Date
Gabriel Detraz
fd23a49b13 Export de l'ensemble des ip du switch 2018-10-07 18:12:43 +02:00
Gabriel Detraz
b13b912b94 Crée spécific role, l'utilise pour get l'ip du serveur des config switchs 2018-10-07 18:12:43 +02:00
Gabriel Detraz
b012db8cd8 N'affiche pas la clef radius en clair dans le menu preferences 2018-10-07 18:12:43 +02:00
Gabriel Detraz
2d9bd30f12 Bricoles d'affichage 2018-10-07 18:12:43 +02:00
Gabriel Detraz
4e6d0878c1 Serialisation pour export vers re2o-services 2018-10-07 18:12:43 +02:00
Gabriel Detraz
1cbf749562 Stockage des creds d'identification des switchs 2018-10-07 18:12:43 +02:00
Gabriel Detraz
225d374b8e Methode str pour les clefs radius 2018-10-07 18:12:43 +02:00
Gabriel Detraz
98892fb121 Gestion automatique des switchs, affichage plus clair 2018-10-07 18:12:43 +02:00
Gabriel Detraz
f2255a6535 Gestion de la clef radius, et serialisation 2018-10-07 18:12:43 +02:00
Gabriel Detraz
dd5eae574b Bricoles, web management ssl 2018-10-07 18:12:43 +02:00
Gabriel Detraz
3a3e6afb3f Migration preferences ssl + merge 2018-10-07 18:12:43 +02:00
Gabriel Detraz
fe27ef97e1 Renvoie le mode plain ou ssl pour webmanagement 2018-10-07 18:12:43 +02:00
Gabriel Detraz
44f2b8834b Serialisation des réglages pour la provision 2018-10-07 18:12:43 +02:00
Gabriel Detraz
b38d07c83f Repare mes bétises à moi sur massive bootstrap form 2018-10-07 18:12:42 +02:00
Gabriel Detraz
ee13404157 Complete_name d'un switch 2018-10-07 18:12:42 +02:00
Gabriel Detraz
df2e376f89 Serialisation du constructeur 2018-10-07 18:12:42 +02:00
Gabriel Detraz
2143393f59 Optimisation chargement des switchs 2018-10-07 18:12:42 +02:00
Gabriel Detraz
5ca5d9176e Stockage du firmware dans la bdd 2018-10-07 18:12:42 +02:00
Gabriel Detraz
ce226e32b2 Gestion igmp et mld par vlan 2018-10-07 18:12:42 +02:00
Gabriel Detraz
3e9f467b6a Serialisation des roles et réglages par vlan des switches 2018-10-07 18:12:42 +02:00
Gabriel Detraz
bfedd80ab9 Serialisation de la liste des vlans 2018-10-07 18:12:42 +02:00
Gabriel Detraz
652faa0454 Serialisation de la conf des swicthes 2018-10-07 18:12:42 +02:00
edpibu
f0f95096e7 Modified arguments passed to template 2018-10-07 18:12:42 +02:00
edpibu
e23cf9d4a2 Added info on switch page 2018-10-07 18:12:42 +02:00
edpibu
99db7132c6 Added switch name to port search results, moved link to switch on switch name rather than port number 2018-10-07 18:12:42 +02:00
edpibu
fc2acbbf30 Fix affichage du solde 2018-10-07 18:12:42 +02:00
Alexandre Iooss
66abc699d7 Fix JavaScript not being load before the code using it. 2018-10-07 18:12:42 +02:00
Alexandre Iooss
23deae09ba Change navbar color back to black 2018-10-07 18:12:42 +02:00
Alexandre Iooss
8edf77ca7d Update gen_contrib.py to match current contributors.py
Now `manage.py gen_contrib` generates a contributors.py matching the
already existing format. It normalizes names to make the list more
enjoyable.

Before using this to seriously generate contributors.py we need to
figure out a way to add pseudo names, or tell everyone to change their
name on GitLab.
2018-10-07 18:12:42 +02:00
Alexandre Iooss
13c5622ea4 Add git in apt_requirements
re2o/management/commands/gen_contrib.py uses git but it isn't in apt requirements.

Fix issue 174.
2018-10-07 18:12:42 +02:00
edpibu
fa404c3ab0 Added link to the switch on switch ports search results 2018-10-07 18:12:42 +02:00
Alexandre Iooss
79989ff525 Change Rézo Supélec Metz en Rézo Metz 2018-10-07 18:12:42 +02:00
Alexandre Iooss
1ea2c416a3 Remove "next" in login template
The next field isn't used at all so this removes the associated dead code.
Also it removes the double error messages when an error occures in the form.
2018-10-07 18:12:42 +02:00
Alexandre Iooss
86e72216c2 Add changelog information 2018-10-07 18:12:42 +02:00
Alexandre Iooss
0873cbf0f4 Sapphire.js cleanup
Make sapphire.js follow new javascript conventions. Also fix a dirty JS
in base.html.
2018-10-07 18:12:42 +02:00
Alexandre Iooss
d7dad18cc0 Fix other font-awesome icons 2018-10-07 18:12:42 +02:00
Alexandre Iooss
a185486cae Make navbar look less Bootstrap-ed
Change navbar colors to match re2o colors.
2018-10-07 18:12:42 +02:00
Alexandre Iooss
ac8d5c2618 Change base layout
Make CSS a bit cleaner and remove useless separator.
2018-10-07 18:12:42 +02:00
Alexandre Iooss
3cd0d788c0 Use debian font-awesome
Rather than going online, use fonts-font-awesome debian package. Also
icons were updated to font-awesome 4.7.0 (in debian 9).
2018-10-07 18:12:42 +02:00
Alexandre Iooss
0d5c271137 Fix footer and about
* Rather than using href="\\host/about/" in page footer, use
  href="protocol://host/about/"

* The old footer uses hacks to be staticly on the bottom. To make it
  much simpler one solution is to turn it white and use official
  Bootstrap code. This leads to less CSS to maintain and better
  cross-browser compatibility.

* On re2o about page (/about/) there is some typos such as :
  * assocations > associations
  * legitlab > le gitlab

* Use Bootstrap navbar-static-top rather than custom CSS.
  The result is the same, so we should be better using directly
  Bootstrap CSS.
2018-10-07 18:12:42 +02:00
Alexandre Iooss
429001068c Update .gitignore to ignore more files
Based on the Python template : https://github.com/github/gitignore/

I'm using PyCharm which creates .idea folders. So I need this to
make my life easier.
2018-10-07 18:12:42 +02:00
Alexandre Iooss
72a0e91555 Fix merge request 294 2018-10-07 18:12:42 +02:00
edpibu
29706d4af2 Added checkbox for GTU. 2018-10-07 18:12:42 +02:00
edpibu
b741bad5a6 Fixed label creation on AdherentCreationForm. Added AdherentEditForm. shell and gpg_fingerprint fields have been moved from AdherentForm to AdherentEditForm. 2018-10-07 18:12:42 +02:00
edpibu
4994bcf8ba Fixed field creation 2018-10-07 18:12:42 +02:00
edpibu
311ad660c9 Fix 170: Ajout d'une case à cocher pour éviter les doublons de comptes 2018-10-07 18:12:42 +02:00
Alexandre Iooss
90fec753dd Fix initial migration
Initial migration was failing due to change_facture_pdf not being
initialised at the right time.
2018-10-07 18:12:42 +02:00
detraz
f5fafb96e0 Les factures sont validées en post_paiement + bug fix paiement relation 2018-10-07 18:12:42 +02:00
detraz
2c96bde4b8 Le home est une methode + règle les problèmes de la casse sur le pseudo 2018-10-07 18:12:42 +02:00
detraz
d9ba43b43b Fix, utilise la bonne fonction d'envoie de mails 2018-10-07 18:12:42 +02:00