Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 1 | -2/+2 |
* | Use the new method everywhere | Joas Schilling | 2020-07-03 | 1 | -12/+5 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 1 | -0/+2 |
* | Make the groupId url encoded | Julius Härtl | 2020-04-11 | 1 | -0/+7 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -9/+8 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 1 | -3/+3 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -2/+6 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -2/+2 |
* | Allow to set the group display name in the database backend | Joas Schilling | 2019-09-27 | 1 | -1/+23 |
* | ignore non existing users when retrieving details of group members | Arthur Schiwon | 2019-01-17 | 1 | -10/+14 |
* | Fix user and group listing with users that have an integer user id | Joas Schilling | 2018-09-12 | 1 | -8/+7 |
* | show error message when group exists | Robin Appelman | 2018-06-26 | 1 | -1/+1 |
* | New user support, provisionning api and design fixes | John Molakvoæ (skjnldsv) | 2018-06-19 | 1 | -1/+3 |
* | Keep userids as keys on group search | John Molakvoæ (skjnldsv) | 2018-06-15 | 1 | -3/+4 |
* | Disabled fix since new users list | John Molakvoæ (skjnldsv) | 2018-05-24 | 1 | -0/+4 |
* | Added disabled count per groups | John Molakvoæ (skjnldsv) | 2018-05-24 | 1 | -1/+6 |
* | Use abstract subclass so members can be defined | Joas Schilling | 2018-04-05 | 1 | -25/+8 |
* | Fixed tests | John Molakvoæ (skjnldsv) | 2018-04-05 | 1 | -9/+8 |
* | Trait bump | John Molakvoæ (skjnldsv) | 2018-04-05 | 1 | -14/+35 |
* | Fixed tests | John Molakvoæ (skjnldsv) | 2018-04-05 | 1 | -4/+6 |
* | Cast types directly | John Molakvoæ (skjnldsv) | 2018-04-05 | 1 | -27/+9 |
* | Limit and offset | John Molakvoæ (skjnldsv) | 2018-04-05 | 1 | -1/+5 |
* | Api, return users details by groups | John Molakvoæ (skjnldsv) | 2018-04-05 | 1 | -4/+62 |
* | Return groups displayname in provisioning api | John Molakvoæ (skjnldsv) | 2018-03-23 | 1 | -0/+27 |
* | Make the provisioning api app strict | Roeland Jago Douma | 2018-02-27 | 1 | -6/+7 |
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+1 |
* | Some app fixes of phpstorm inspections | Roeland Jago Douma | 2017-07-24 | 1 | -5/+13 |
* | Make deleting a group compatible with ocs v2 | Joas Schilling | 2017-03-23 | 1 | -1/+1 |
* | Require sudo mode on the provisioning API | Joas Schilling | 2016-12-05 | 1 | -1/+3 |
* | Move Groups over to OCSController | Roeland Jago Douma | 2016-08-14 | 1 | -0/+190 |