115 次代码提交 (e42f511412c3dee98e843d215f6f74d65b8a5120)

作者 SHA1 备注 提交日期
  Joas Schilling aa5f037af7
chore: apply changes from Nextcloud coding standards 1.1.1 7 个月前
  Christoph Wurst ea8f9a7e84 refactor: Repalce array_search with in_array in lib/ 9 个月前
  Côme Chilliet d18bb7e9bb
Build query once instead of in-loop 10 个月前
  Christoph Wurst 312dd8ac6d feat(ocp): Add types and strict typing to \OCP\Group\IGroup 1年前
  Côme Chilliet 35069ad86a
Fix psalm spotted type errors 10 个月前
  Côme Chilliet 2c8b415c55
Move new methods to a new interface in OCP 10 个月前
  Carl Schwan 3270b7f12e
Add batch methods in user backends 2 年前
  Joas Schilling daac5c9a95
fix(cache): Remove displayname cache entry on delete 10 个月前
  Joas Schilling 80f79e170d
fix!: Remove symfony EventDispatcherInterface from Group 11 个月前
  John Molakvoæ 4a86487859
fix: getGroups limit check syntax 1年前
  Robin Appelman 13b06ba4e2
revert public interface back to the original types, just cast them before passing the nulls to the backends 1年前
  Robin Appelman 7ad3574d71
also update groupinterface and database backend 1年前
  Robin Appelman e4b9ecd8f2
fix default values and type hints for GroupManager::search 1年前
  Côme Chilliet 10296ba7e5
Fix tests, and fix Group::searchUsers to avoid duplicates 1年前
  Côme Chilliet 346344c153
Update version number in since and deprecated annotations 1年前
  Côme Chilliet b6c17c6ce7
Clear up return types 1年前
  Côme Chilliet 3c2b126eba
Make code clearer and bump @ deprecated annotations 1年前
  Carl Schwan a4c599c1c9
Split new method in a new group backend interface 1年前
  Carl Schwan 35dc223500
Optimize retrieving display name when searching for users in a group 2 年前
  Julien Veyssier d9925806eb
dispatch new BeforeGroupChangedEvent before setDisplayName on groups 1年前
  Côme Chilliet f5c361cf44
composer run cs:fix 1年前
  Anna Larch 7c4ceb444c Add group display name cache 1年前
  Côme Chilliet 32eef3b10f
Do not ignore return value of deleteGroup from backend 2 年前
  Côme Chilliet 6be7aa112f
Migrate from ILogger to LoggerInterface in lib/private 2 年前
  Côme Chilliet d5544923a9
Strong type OC\Group\MetaData 2 年前
  Côme Chilliet 3ecba9fd17
Fix typing of OC\Group\MetaData::sorting 2 年前
  John Molakvoæ (skjnldsv) 215aef3cbd
Update php licenses 3 年前
  Tom Grant 23dbbca1a0 Fix indentation error 3 年前
  tgrant f1710b57bc Fix null displayname crash as described in #21885 3 年前
  Roeland Jago Douma 68ec18323d Fix types in the Group Manager 3 年前
  Johannes Leuker 2796ef80ff Show group backends in occ group:list --info and group:info 3 年前
  Christoph Wurst 8b64e92b92
Bump doctrine/dbal from 2.12.0 to 3.0.0 3 年前
  Christoph Wurst d89a75be0b
Update all license headers for Nextcloud 21 3 年前
  Morris Jobke e4f53ff91b
Add typed events for adding and removing a subadmin 3 年前
  Daniel Kesselberg 096fe20611
Help static code analysis to understand code. 4 年前
  Morris Jobke d3680e682a
Remove not needed semicolon and PHPDoc hint 3 年前
  Morris Jobke fee13e7ffd
Search also the email and displayname in user mangement for groups 4 年前
  Christoph Wurst a636aef585
Allow group search by display name 4 年前
  Robin Appelman aa83b0b22d
dont get the group details if we only ask for the id 4 年前
  Roeland Jago Douma 5ebb53593c
Improve group queries 4 年前
  Christoph Wurst cb057829f7
Update license headers for 19 4 年前
  Christoph Wurst 734c62bee0
Format code according to PSR2 4 年前
  Christoph Wurst 28f8eb5dba
Add visibility to all constants 4 年前
  Christoph Wurst caff1023ea
Format control structures, classes, methods and function 4 年前
  Christoph Wurst 14c996d982
Use elseif instead of else if 4 年前
  Christoph Wurst 44577e4345
Remove trailing and in between spaces 4 年前
  Christoph Wurst 36b3bc8148
Use php keywords in lowercase 4 年前
  Christoph Wurst afbd9c4e6e
Unify function spacing to PSR2 recommendation 4 年前
  Christoph Wurst 2fbad1ed72
Fix (array) indent style to always use one tab 4 年前
  Christoph Wurst 85e369cddb
Fix multiline comments 4 年前