Create new stable for V14
6.0.0-testing.2 (2024-09-30)
Bug Fixes
- api: bad function called in /api/structureruledispatchs (b7295d7)
- api: change api method for delete (27e7434)
- api: change curl syntax for services (19a814e)
- api: change verb for delete routes (5ba9b09)
- api: check if structure has children (3e5736c)
- api: data format for get one group (a0fd251)
- api: fix errors and simplify restApi.js (7d11425)
- api: function name and declaration (7fe99e7)
- api: get first level structure with get one (c431229)
- api: resolve error on 'delete one group' (ca402af)
- api: return empty content instead of error if group doesn't exist (4f20787)
- group: add confirmation dialog and allow animators to leave (44f1e26)
- group: allow user to edit custom slug at creation (4271b66)
- group: candidate condition button (fc652bb)
- groupe: display right user role in group details page (991f4c4)
- group: error throw message on backend (5e7be87)
- group: link all user role in group display (85f11de)
- group: remove member of all roles (c186768)
- group: remove members and admin with api (6868f54)
- groups: refactor method to display user role in group (9296d58)
- log: description of error log on unset animator (7cc8679)
- login: remove unwanted logs (50e28f7)
- nextcloud: method declaration after rebase (48dae66)
- nextcloud: properly catch exceptions in nextcloud plugin (d6f2c3d)
- nextcloud: re-fix method declaration after rebase (5ef8100)
- plugins: make group plugins react when _removeGroup is called (1f896e6)
- profil: change message for new selected structure (7da1ca0)
- profile: refactor structure validation awaiting (8a234a3)
- profil: structure selection and save (b280cfc)
- provisioning: don't create structure groups in keycloak (b6d3a32)
- schemas: update wrong schema declarations and tests (1b410df)
- settings: bad type declaration for disabledFeatures.getApiToken (79601ed)
- settings: move setting type to dataBase (e220be8)
- settings: remove unused 'nextcloud.nextcloudQuota' setting (c6efa8d)
- settings: type can be update in dataBase from defaultValue (58fcefe)
- structure: add struc search bar english translation (b6f45e8)
- structure: return value of get route for structures (f76a459)
- structure: search of admin (9a58017)
- structures: reset selected structure if needed on user change (cb1c8db)
- structures: set currentStructure on load for admin structure (53b6d94)
- theme: add white bground for signin page when skipsignin is active (5c5c22d)
- users: add plugin hook methods for _unset...Of functions (dcc1e27)
- users: change label of reject user action (44f315f)
- users: refuseAwaitingStructure does not set user active (3205645)
Code Refactoring
- api: remove useless condition (ececcda)
Features
- api: add delete bookmark api method (5cc14ad)
- api: add delete group method (4993502)
- api: add delete routes (1730ec5)
- api: add delete structure by api (61fe778)
- api: add filter on get route (a0ba442)
- api: add filter on structure get (779344b)
- api: add get all routes (fd32dff)
- api: add get route for services (69b8e7d)
- api: add remove route for groups (a00e23d)
- api: add routes for services (6195698)
- api: add user bookmark delete api (ebf1353)
- api: change get structures route (2609917)
- api: improve route declaration (1e3daa2)
- group: add backend restriction (ccfdf5c)
- group: add backend restriction (17517fe)
- group: add member restriction to restricted group (77c2c65)
- group: add restricted group type (9aaa665)
- group: user can directly add group bookmark to favorite (68aafec)
- nextcloud: add /api/usertoken API route (fcc90dd)
- nextcloud: add username to /api/usertoken API response (9a94886)