| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not ignore return value of deleteGroup from backend | Côme Chilliet | 2022-04-04 | 1 | -2/+1 |
* | Migrate from ILogger to LoggerInterface in lib/private | Côme Chilliet | 2022-03-24 | 1 | -9/+3 |
* | Strong type OC\Group\MetaData | Côme Chilliet | 2022-03-08 | 1 | -19/+11 |
* | Fix typing of OC\Group\MetaData::sorting | Côme Chilliet | 2022-03-08 | 1 | -2/+2 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 5 | -26/+8 |
* | Fix indentation error | Tom Grant | 2021-03-17 | 1 | -4/+4 |
* | Fix null displayname crash as described in #21885 | tgrant | 2021-03-17 | 1 | -1/+5 |
* | Merge pull request #25660 from hosting-de/feature/add-backend-list-groups | Roeland Jago Douma | 2021-03-05 | 2 | -1/+31 |
|\ |
|
| * | Show group backends in occ group:list --info and group:info | Johannes Leuker | 2021-03-01 | 2 | -1/+31 |
* | | Fix types in the Group Manager | Roeland Jago Douma | 2021-03-03 | 1 | -5/+5 |
|/ |
|
* | Bump doctrine/dbal from 2.12.0 to 3.0.0 | Christoph Wurst | 2021-01-08 | 1 | -3/+3 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 4 | -3/+4 |
* | Add typed events for adding and removing a subadmin | Morris Jobke | 2020-10-28 | 1 | -1/+3 |
* | Merge pull request #22890 from nextcloud/techdebt/18680/help-static-code-anal... | Roeland Jago Douma | 2020-09-17 | 1 | -1/+2 |
|\ |
|
| * | Help static code analysis to understand code. | Daniel Kesselberg | 2020-09-16 | 1 | -1/+2 |
* | | Remove not needed semicolon and PHPDoc hint | Morris Jobke | 2020-09-16 | 1 | -1/+0 |
|/ |
|
* | Search also the email and displayname in user mangement for groups | Morris Jobke | 2020-08-05 | 1 | -6/+18 |
* | Allow group search by display name | Christoph Wurst | 2020-06-10 | 1 | -0/+3 |
* | Merge pull request #20776 from nextcloud/enh/limit_group_queries | Roeland Jago Douma | 2020-05-22 | 1 | -6/+20 |
|\ |
|
| * | Improve group queries | Roeland Jago Douma | 2020-05-02 | 1 | -6/+20 |
* | | dont get the group details if we only ask for the id | Robin Appelman | 2020-05-07 | 1 | -21/+30 |
|/ |
|
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 1 | -1/+0 |
* | Format code according to PSR2 | Christoph Wurst | 2020-04-10 | 1 | -2/+2 |
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 2 | -4/+4 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 4 | -15/+14 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 2 | -4/+4 |
* | Merge pull request #20391 from nextcloud/refactor/spaces-cleanup | Christoph Wurst | 2020-04-09 | 1 | -2/+2 |
|\ |
|
| * | Remove trailing and in between spaces | Christoph Wurst | 2020-04-09 | 1 | -2/+2 |
* | | Merge pull request #20384 from nextcloud/techdebt/lowercase-keywords | Christoph Wurst | 2020-04-09 | 2 | -2/+2 |
|\ \
| |/
|/| |
|
| * | Use php keywords in lowercase | Christoph Wurst | 2020-04-09 | 2 | -2/+2 |
* | | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 2 | -3/+3 |
|/ |
|
* | Fix (array) indent style to always use one tab | Christoph Wurst | 2020-04-09 | 2 | -15/+15 |
* | Fix multiline comments | Christoph Wurst | 2020-04-08 | 1 | -13/+13 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 5 | -0/+5 |
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 4 | -24/+24 |
* | Fix mismatching docblock return types | Christoph Wurst | 2020-03-06 | 1 | -1/+2 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 5 | -9/+14 |
* | Fix autocomplete suggestions with numeric user ids | Joas Schilling | 2019-11-26 | 1 | -1/+1 |
* | Merge pull request #17896 from nextcloud/fix/noid/consider-create-group-result | blizzz | 2019-11-25 | 1 | -27/+34 |
|\ |
|
| * | reformat code for @skjnldsv <3 | Arthur Schiwon | 2019-11-25 | 1 | -16/+22 |
| * | fix documentation, get and createGroup may return null | Arthur Schiwon | 2019-11-25 | 1 | -4/+4 |
| * | take group creation result into consideration | Arthur Schiwon | 2019-11-25 | 1 | -9/+10 |
* | | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 2 | -3/+3 |
|/ |
|
* | Allow group displaynames in the database backend (#17221) | John Molakvoæ | 2019-10-05 | 2 | -4/+71 |
|\ |
|
| * | Do not allow to have an empty display name | Joas Schilling | 2019-09-27 | 1 | -0/+6 |
| * | Fix DI issue | Joas Schilling | 2019-09-27 | 1 | -0/+4 |
| * | Remove inherited docs | Joas Schilling | 2019-09-27 | 1 | -16/+0 |
| * | Allow to set the group display name in the database backend | Joas Schilling | 2019-09-27 | 2 | -1/+38 |
| * | Add a displayname to the database group backend | Joas Schilling | 2019-09-27 | 1 | -3/+39 |
* | | Fix DB usersInGroups fetching | Roeland Jago Douma | 2019-10-02 | 1 | -3/+8 |
|/ |
|