79 Commits (4bc821edd95a6b71dd99f75632f432d5ccf2853f)

Author SHA1 Message Date
Daniel Kesselberg 096fe20611
Help static code analysis to understand code. 5 years ago
Morris Jobke d3680e682a
Remove not needed semicolon and PHPDoc hint 5 years ago
Morris Jobke fee13e7ffd
Search also the email and displayname in user mangement for groups 6 years ago
Christoph Wurst a636aef585
Allow group search by display name 6 years ago
Robin Appelman aa83b0b22d
dont get the group details if we only ask for the id 6 years ago
Roeland Jago Douma 5ebb53593c
Improve group queries 6 years ago
Christoph Wurst cb057829f7
Update license headers for 19 6 years ago
Christoph Wurst 734c62bee0
Format code according to PSR2 6 years ago
Christoph Wurst 28f8eb5dba
Add visibility to all constants 6 years ago
Christoph Wurst caff1023ea
Format control structures, classes, methods and function 6 years ago
Christoph Wurst 14c996d982
Use elseif instead of else if 6 years ago
Christoph Wurst 44577e4345
Remove trailing and in between spaces 6 years ago
Christoph Wurst 36b3bc8148
Use php keywords in lowercase 6 years ago
Christoph Wurst afbd9c4e6e
Unify function spacing to PSR2 recommendation 6 years ago
Christoph Wurst 2fbad1ed72
Fix (array) indent style to always use one tab 6 years ago
Christoph Wurst 85e369cddb
Fix multiline comments 6 years ago
Christoph Wurst 1a9330cd69
Update the license headers for Nextcloud 19 6 years ago
Christoph Wurst b80ebc9674
Use the short array syntax, everywhere 6 years ago
Christoph Wurst df9e2b828a
Fix mismatching docblock return types 6 years ago
Christoph Wurst 5bf3d1bb38
Update license headers 6 years ago
Joas Schilling 06f97c0fd0
Fix autocomplete suggestions with numeric user ids 6 years ago
Arthur Schiwon f0ff8b0307
reformat code for @skjnldsv <3 6 years ago
Arthur Schiwon 7ff15c9756
fix documentation, get and createGroup may return null 6 years ago
Arthur Schiwon 7b1eedb11e
take group creation result into consideration 6 years ago
Roeland Jago Douma 68748d4f85
Some php-cs fixes 6 years ago
Roeland Jago Douma 6db51324fa
Fix DB usersInGroups fetching 6 years ago
Joas Schilling b9f963225f
Do not allow to have an empty display name 6 years ago
Joas Schilling 00859f46f3
Fix DI issue 6 years ago
Joas Schilling a54ff49c6b
Remove inherited docs 6 years ago
Joas Schilling 653628c8fb
Allow to set the group display name in the database backend 6 years ago
Joas Schilling 45506adc5c
Add a displayname to the database group backend 6 years ago
Arthur Schiwon c6c8a41d2f
group display name support (service level + ldap) 7 years ago
Joas Schilling 01b4db62fb
Add dispatcher events to User and Group objects 7 years ago
Robin Appelman db750898ee
allow group backends to mark that a group should now be shown in search dialogs 7 years ago
Morris Jobke 84fd81e33f
Fix UniqueConstraintViolationException while insert into oc_groups 7 years ago
Joas Schilling bb352fb667
Use the defined func()->count() instead of manual counting 7 years ago
Morris Jobke b458ed9c82
Properly escape column name in "createFunction" call 7 years ago
John Molakvoæ (skjnldsv) 9e5885963c
Fixed icons detection and caching 8 years ago
John Molakvoæ (skjnldsv) 8977c71f88
Mixin scss icon api 8 years ago
Robin Appelman 605ba57086
Fix groupExists when a backend provides group details 8 years ago
Robin Appelman 8a1cbbd90e
Don't pretend we can add/remove users to/from groups when we can't 8 years ago
John Molakvoæ (skjnldsv) cc2d58a850
Keep userids as keys on group search 8 years ago
John Molakvoæ (skjnldsv) 7b57c1a905
Tabs fix 8 years ago
John Molakvoæ (skjnldsv) c55cf79453
Added total count for subadmins 8 years ago
John Molakvoæ (skjnldsv) 10c135ca34
Added disabled count per groups 8 years ago
Roeland Jago Douma 961b27eeb0
Convert group Database backend 8 years ago
Joas Schilling b98c218201
Remove orderBy so the query works correctly on postgres 8 years ago
Joas Schilling 421a00854c
Make sure DI is done 8 years ago
Joas Schilling 7ea00b7b5f
Move the group database backend fully to query builder 8 years ago
John Molakvoæ (skjnldsv) 00122fa027
Use group displayNames in users list 8 years ago