aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Group
Commit message (Expand)AuthorAgeFilesLines
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-3/+3
* feat(users): Add support for admin delegation for users and groups managementLouis Chemineau2024-07-221-8/+6
* feat(security): Add public API to allow validating IP Ranges and checking for...Joas Schilling2024-07-191-3/+3
* feat(security): restrict admin actions to IP rangesBenjamin Gaussorgues2024-07-191-31/+36
* Merge pull request #44763 from nextcloud/fix/group_name_length_dbBenjamin Gaussorgues2024-05-162-5/+37
|\
| * fix(groups): allows to save group names with more than 64 charactersBenjamin Gaussorgues2024-04-222-5/+37
* | chore: Add SPDX headerAndy Scherzinger2024-05-136-101/+18
|/
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-2/+2
* Add batch methods in user backendsCarl Schwan2023-09-051-3/+6
* fix!: Remove symfony EventDispatcherInterface from GroupJoas Schilling2023-07-272-19/+11
* fix!: Remove symfony EventDispatcherInterface from UserJoas Schilling2023-07-272-7/+15
* Fix tests, and fix Group::searchUsers to avoid duplicatesCôme Chilliet2023-05-022-6/+10
* Clear up return typesCôme Chilliet2023-04-271-2/+2
* Optimize retrieving display name when searching for users in a groupCarl Schwan2023-04-272-55/+24
* composer run cs:fixCôme Chilliet2023-01-202-18/+17
* Add group display name cacheAnna Larch2022-11-281-29/+33
* Migrate from ILogger to LoggerInterface where needed in the testsCôme Chilliet2022-03-241-3/+3
* Fix types in the Group ManagerRoeland Jago Douma2021-03-031-0/+3
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-2/+2
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-34/+34
* dont get the group details if we only ask for the idRobin Appelman2020-05-071-11/+9
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-15/+14
* Remove space between switch case and colonChristoph Wurst2020-04-091-32/+32
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-13/+13
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-2/+2
* Fix multiline commentsChristoph Wurst2020-04-081-19/+19
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-271-2/+0
|\
| * Remove unused importsChristoph Wurst2020-03-251-2/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-264-55/+55
* | Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-253-121/+121
|/
* Mode to modern phpunitRoeland Jago Douma2019-11-273-3/+3
* Make phpunit8 compatibleRoeland Jago Douma2019-11-275-6/+6
* Merge pull request #17896 from nextcloud/fix/noid/consider-create-group-resultblizzz2019-11-251-0/+30
|\
| * take group creation result into considerationArthur Schiwon2019-11-251-0/+30
* | Some php-cs fixesRoeland Jago Douma2019-11-221-1/+2
|/
* Add dispatcher events to User and Group objectsJoas Schilling2019-03-012-53/+68
* Tests fixJohn Molakvoæ (skjnldsv)2018-06-151-5/+5
* Fixed caldav tests and metadata 2John Molakvoæ (skjnldsv)2018-03-081-3/+3
* Fix Metadata testsJohn Molakvoæ (skjnldsv)2018-03-081-1/+8
* Fix risky tests without assertionsJoas Schilling2018-01-251-0/+2
* Use ::class in test mocksMorris Jobke2017-10-241-2/+4
* Remove legacy OC_User_Backend and OC_User_InterfaceRoeland Jago Douma2017-07-241-2/+2
* Fix 5.6 duplicate class importJoas Schilling2017-03-171-3/+1
* Clean up the testJoas Schilling2017-03-171-81/+52
* Use DIJoas Schilling2017-03-171-27/+31
* Skip null groups in group manager (#26871) (#26956)Vincent Petry2017-03-171-0/+56
* Remove legacy class OC_Group and OC_UserMorris Jobke2017-03-091-208/+0
* fix more testsArthur Schiwon2016-12-221-23/+23
* Adding group display name supportVincent Petry2016-12-221-214/+223