Segnalazione #129
App "Auth" per gestione permessi
100%
Description
App "Auth" per gestire i permessi dentro a octofussd.
Due colonne: elenco di utenti a sx, form con le app a destra quando si seleziona un utente. Il form e' l'elenco dell app con i checkbox, la POST mi fa restare su un utente e popola il percorso /auth/access/ con 'create <utente> <app>'.
<app> e' il percorso della app sulla root (es. accesso a /samba indico "samba" come nome app)
Associated revisions
Implemented editing of authorizations. refs: #129
Sync with master. refs: #129
Added functional implementation of 'auth' app. Fixes #129
History
Updated by Christopher R. Gabriel almost 8 years ago
- Target version set to Prima tranche aggiornamenti
Updated by Enrico Zini almost 8 years ago
- Status changed from Nuovo to Risolto
- % Done changed from 0 to 100
Applicata nel changeset ca7d5cde63e8c5745ae817af8da5e452befd0841.
Updated by Enrico Zini almost 8 years ago
- Status changed from Risolto to Commenti
- Assignee changed from Enrico Zini to Christopher R. Gabriel
Ho aggiunto la app, funzionante e mergiata in master.
Ti segnalo che octofussd vuole create /auth/access/username app
invece di create /auth/access/username/app
.
Updated by Christopher R. Gabriel almost 8 years ago
- Status changed from Commenti to Chiuso
Fatto refactoring UI.
Started new app 'auth'. refs: #129