8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-07-02 12:14:05 +00:00
Commit graph

74 commits

Author SHA1 Message Date
Gabriel Detraz 0b1c35900f Ajoute un reglage pour set tous les comptes actifs à l'initialisation 2019-01-05 18:33:26 +01:00
Gabriel Detraz 7318ee4758 Rename migration + revert function radiusoption 2018-12-30 14:56:48 +01:00
Alexandre Iooss 509390590b Split migration 0056
We can not change structure and migrate data at the same time on some db
engines. So this commit splits the operation.
2018-12-30 13:28:19 +01:00
Hugo LEVY-FALK 9506bd4002 Fixing migrations is more a way of life than a way to have fun. 2018-12-09 00:10:59 +01:00
Hugo LEVY-FALK f0736ebc39 Allow policies edition 2018-12-09 00:10:59 +01:00
Hugo LEVY-FALK a773f5d717 Pre-subscription VLAN 2018-12-09 00:10:59 +01:00
Hugo LEVY-FALK 7a26aadaa9 fix migrations. 2018-12-09 00:10:59 +01:00
Gabriel Detraz 0f4c7fa7e9 Variable globale pour le reminder 2018-11-15 14:37:17 +01:00
detraz ae82289f6d Fix room display, possibilité de desactiver le champ room sur register 2018-10-15 19:20:23 +02:00
detraz 40eb6f146c Commande manage pour supprimer les users pas encore actifs 2018-10-11 15:15:00 +02:00
detraz b44021a98b Fix bugs et simplifie les migrations de switchs 2018-09-27 16:32:21 +02:00
Gabriel Detraz bd58c259ee Et la migration pour sftp 2018-09-27 16:32:21 +02:00
Gabriel Detraz b4af276b14 Stockage des creds d'identification des switchs 2018-09-27 16:32:21 +02:00
Gabriel Detraz b9dbce8ccc Gestion de la clef radius, et serialisation 2018-09-27 16:32:21 +02:00
Gabriel Detraz 49411450af Migration preferences ssl + merge 2018-09-27 16:32:21 +02:00
Laouen Fernet c3b3146f39 Translation of preferences/ (front) 2018-08-18 13:38:16 +02:00
Gabriel Detraz ba31a94c20 users can change their shell 2018-08-15 22:11:18 +02:00
chirac ed1a013c3f Rename instead of delete 2018-08-12 18:09:30 +02:00
Maxime Bombar cd13c5240a Allows to display a French or English general message based on user's language choice. 2018-08-12 17:59:18 +02:00
Gabriel Detraz 7b7227332d Reconstruction des migrations dans l'ordre pour preference + fix display 2018-08-01 19:13:12 +02:00
Hugo LEVY-FALK 0cc15d63c8 Traduction + utilisation du mixin de revision 2018-08-01 18:50:28 +02:00
Hugo LEVY-FALK 2599a503ac Fix les migrations. 2018-08-01 18:48:23 +02:00
grisel-davy 5c8957ca53 migration 2018-08-01 18:48:23 +02:00
Gabriel Detraz bc0abb2c0a Renomme le modèle des addresses mails 2018-08-01 13:06:25 +02:00
Maël Kervella 43fb83ec12 Cleanup for local email accounts 2018-07-30 20:23:14 +00:00
Gabriel Detraz bd19b27914 Fix synthax + english 2018-07-30 15:03:50 +00:00
chirac 5b28887b3a Merge les migrations 2018-07-30 15:03:50 +00:00
chirac 1de27e51bb Boolean compte mail actif/inactif 2018-07-30 15:03:50 +00:00
grisel-davy cc2dcefa8f ajout du nombre d'alias max 2018-07-30 15:03:50 +00:00
grisel-davy 099e7ff875 Ajout de l'extension mail dans preference et debut de frontend 2018-07-30 15:03:50 +00:00
Hugo LEVY-FALK 78b950c392 condense toutes les migrations des paiement personnalisés en une seule. 2018-07-13 15:15:01 +02:00
Hugo LEVY-FALK c1f55e797e Enlève le raw sql des migrations 2018-07-12 14:42:13 +02:00
Hugo LEVY-FALK f99d2cef60 Rend le aes_field disponible pour tout le monde et mon chibracounet facilement 2018-07-12 14:42:13 +02:00
Hugo LEVY-FALK 812661cadd Supprime tout ce qui ne sert plus pour les cotisations 2018-07-12 14:42:13 +02:00
Hugo LEVY-FALK 2eb0fc816d Paiement de cotisation en ligne possible pour les utilisateurs normaux (désactivable) 2018-07-12 14:40:15 +02:00
Gabriel Detraz f38c12fcc3 Accueil -> Home 2018-04-16 18:23:04 +02:00
Gabriel Detraz b118e1199e Fix #108 2018-04-16 05:28:47 +02:00
Gabriel Detraz 51c5fc8126 Defini un shell par defaut 2018-03-24 21:32:24 +01:00
Gabriel Detraz 7be0b98905 Change le mode de chsh 2018-03-22 18:30:07 +01:00
Gabriel Detraz 15796c90f7 Merge branch 'master' of https://gitlab.federez.net/federez/re2o 2018-03-22 18:29:15 +01:00
Hugo Levy--Falk b052e97663 fixe la migration de preferences 2018-03-20 20:07:57 +01:00
Gabriel Detraz 1c8415ac20 Merge migrations 2018-03-19 01:56:34 +01:00
klafyvel c41675aba1 Merge branch 'fix_divers' into 'master'
Fix divers

See merge request federez/re2o!101
2018-03-18 12:41:08 +01:00
Hugo LEVY-FALK 53ea7e08bb Les champs d'identification pour le paiement ne sont requis que lorsque le moyen de paiement est activé. 2018-03-18 10:10:56 +01:00
Gabriel Detraz 377670a656 Fix description obligatoire 2018-03-18 02:16:09 +01:00
Maël Kervella 611044d963 Fix : Dépendances des migrations nécessaire 2018-03-05 12:34:00 +00:00
chirac be430c4651 Merge branch 'about_page' into 'master'
About page

See merge request federez/re2o!87
2018-03-05 00:03:24 +01:00
Joanne Steiner 5e9b4e962e Création d'un réglage permettant de modifier le droit de créer une machine 2018-02-28 16:39:54 +01:00
matthieu 6b253f5188 Ajout d'une page A propos présantant l'association, re2o et listant c'est principaux contributeurs. Ajout d'un champ description
(dans les parametres d'association) dans l'onglet préférences.
issue #64
2018-02-23 19:38:11 +01:00
Joanne Steiner d74def2ed8 Dissocie les variables all_can_create entre adherent et club 2018-02-22 18:19:01 +01:00