Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Remove trailing and in between spaces | Christoph Wurst | 2020-04-09 | 1 | -2/+2 | |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | | Merge pull request #20384 from nextcloud/techdebt/lowercase-keywords | Christoph Wurst | 2020-04-09 | 2 | -2/+2 | |
|\ \ | |/ |/| | Use php keywords in lowercase | |||||
| * | Use php keywords in lowercase | Christoph Wurst | 2020-04-09 | 2 | -2/+2 | |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 2 | -3/+3 | |
|/ | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Fix (array) indent style to always use one tab | Christoph Wurst | 2020-04-09 | 2 | -15/+15 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Fix multiline comments | Christoph Wurst | 2020-04-08 | 1 | -13/+13 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 5 | -0/+5 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 4 | -24/+24 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Fix mismatching docblock return types | Christoph Wurst | 2020-03-06 | 1 | -1/+2 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Update license headers | Christoph Wurst | 2019-12-05 | 5 | -9/+14 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Fix autocomplete suggestions with numeric user ids | Joas Schilling | 2019-11-26 | 1 | -1/+1 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Merge pull request #17896 from nextcloud/fix/noid/consider-create-group-result | blizzz | 2019-11-25 | 1 | -27/+34 | |
|\ | | | | | take group creation result into consideration | |||||
| * | reformat code for @skjnldsv <3 | Arthur Schiwon | 2019-11-25 | 1 | -16/+22 | |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | |||||
| * | fix documentation, get and createGroup may return null | Arthur Schiwon | 2019-11-25 | 1 | -4/+4 | |
| | | | | | | | | | | | | * also have stricter checks in place Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | |||||
| * | take group creation result into consideration | Arthur Schiwon | 2019-11-25 | 1 | -9/+10 | |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | |||||
* | | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 2 | -3/+3 | |
|/ | | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | Allow group displaynames in the database backend (#17221) | John Molakvoæ | 2019-10-05 | 2 | -4/+71 | |
|\ | | | | | Allow group displaynames in the database backend | |||||
| * | Do not allow to have an empty display name | Joas Schilling | 2019-09-27 | 1 | -0/+6 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
| * | Fix DI issue | Joas Schilling | 2019-09-27 | 1 | -0/+4 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
| * | Remove inherited docs | Joas Schilling | 2019-09-27 | 1 | -16/+0 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
| * | Allow to set the group display name in the database backend | Joas Schilling | 2019-09-27 | 2 | -1/+38 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
| * | Add a displayname to the database group backend | Joas Schilling | 2019-09-27 | 1 | -3/+39 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | Fix DB usersInGroups fetching | Roeland Jago Douma | 2019-10-02 | 1 | -3/+8 | |
|/ | | | | | | | * Follow the interface defaults * Only set limit or offset if they are properly set Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | group display name support (service level + ldap) | Arthur Schiwon | 2019-05-27 | 1 | -0/+10 | |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | |||||
* | Add dispatcher events to User and Group objects | Joas Schilling | 2019-03-01 | 2 | -58/+71 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | allow group backends to mark that a group should now be shown in search dialogs | Robin Appelman | 2019-02-25 | 1 | -0/+11 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | Merge pull request #12419 from ↵ | Morris Jobke | 2018-11-12 | 1 | -4/+10 | |
|\ | | | | | | | | | nextcloud/bugfix/noid/group-creation-replace-insertIfNotExist Fix UniqueConstraintViolationException while insert into oc_groups | |||||
| * | Fix UniqueConstraintViolationException while insert into oc_groups | Morris Jobke | 2018-11-12 | 1 | -4/+10 | |
| | | | | | | | | | | | | | | * fixes race condition in insert * fixes potentiaol deadlock Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | | Use the defined func()->count() instead of manual counting | Joas Schilling | 2018-11-08 | 1 | -1/+1 | |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Properly escape column name in "createFunction" call | Morris Jobke | 2018-10-16 | 1 | -2/+2 | |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | Fix groupExists when a backend provides group details | Robin Appelman | 2018-06-26 | 1 | -1/+1 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | Don't pretend we can add/remove users to/from groups when we can't | Robin Appelman | 2018-06-19 | 2 | -1/+30 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | Keep userids as keys on group search | John Molakvoæ (skjnldsv) | 2018-06-15 | 1 | -2/+2 | |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | Tabs fix | John Molakvoæ (skjnldsv) | 2018-05-25 | 1 | -1/+1 | |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | Added total count for subadmins | John Molakvoæ (skjnldsv) | 2018-05-24 | 1 | -1/+1 | |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | Added disabled count per groups | John Molakvoæ (skjnldsv) | 2018-05-24 | 3 | -4/+65 | |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | Convert group Database backend | Roeland Jago Douma | 2018-04-23 | 1 | -7/+21 | |
| | | | | | | This now uses the new interfaces Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | Remove orderBy so the query works correctly on postgres | Joas Schilling | 2018-03-27 | 1 | -2/+1 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Make sure DI is done | Joas Schilling | 2018-03-26 | 1 | -0/+6 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Move the group database backend fully to query builder | Joas Schilling | 2018-03-26 | 1 | -32/+54 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Use group displayNames in users list | John Molakvoæ (skjnldsv) | 2018-03-08 | 1 | -0/+11 | |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | Correctly return the group name | Joas Schilling | 2018-03-08 | 1 | -1/+1 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Use type casting instead of *val() method | Morris Jobke | 2018-01-26 | 1 | -1/+1 | |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | Run updated license header updater | Morris Jobke | 2017-11-07 | 1 | -1/+1 | |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | Update license headers | Morris Jobke | 2017-11-06 | 4 | -0/+7 | |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | Plugins infrastructure in User_LDAP | Vinicius Cubas Brand | 2017-11-03 | 1 | -2/+11 | |
| | | | | Signed-off-by: Vinicius Cubas Brand <viniciuscb@gmail.com> | |||||
* | Merge pull request #5571 from Luzifer/5570_backend_admin | Morris Jobke | 2017-09-06 | 2 | -0/+6 | |
|\ | | | | | Allow group backend to declare users as admins | |||||
| * | Allow group backend to declare users as admins | Knut Ahlers | 2017-06-30 | 2 | -0/+6 | |
| | | | | | | | | Signed-off-by: Knut Ahlers <knut@ahlers.me> | |||||
* | | Take IUser instead of User | Lukas Reschke | 2017-08-01 | 2 | -8/+9 | |
|/ | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | |||||
* | filter missing groups in share provider | Robin Appelman | 2017-06-12 | 1 | -1/+1 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> |