summaryrefslogtreecommitdiffstats
path: root/apps/provisioning_api
Commit message (Expand)AuthorAgeFilesLines
* Update autloaderRoeland Jago Douma2020-09-241-1/+1
* [tx-robot] updated from transifexNextcloud bot2020-09-232-0/+14
* [tx-robot] updated from transifexNextcloud bot2020-09-222-6/+6
* [tx-robot] updated from transifexNextcloud bot2020-09-212-2/+4
* [tx-robot] updated from transifexNextcloud bot2020-09-2010-0/+68
* Add transifex config for all new appsMorris Jobke2020-09-181-0/+0
* Bump versionsJoas Schilling2020-09-181-2/+2
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-245-0/+6
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-124-33/+32
* Generate password on addUser by password_policy appDaniel Kesselberg2020-08-092-5/+69
* Use IBootstrap for the app federatedfilesharingMorris Jobke2020-07-145-31/+23
* Use the new method everywhereJoas Schilling2020-07-035-77/+38
* Fix languages empty arrayGretaD2020-05-082-47/+62
* Bump app versions and requirementsJoas Schilling2020-05-071-2/+2
* Merge pull request #20677 from nextcloud/followup/17718/scaling-user-provisio...Joas Schilling2020-04-301-2/+2
|\
| * Patch to optimize for large installations (>5000 users >20000 groups) where s...Mikael Hammarin2020-04-251-2/+2
* | Update license headers for 19Christoph Wurst2020-04-295-0/+6
|/
* Fix php-cs formattingChristoph Wurst2020-04-141-1/+1
* Add tests for encoded group idJulius Härtl2020-04-111-10/+74
* Make the groupId url encodedJulius Härtl2020-04-111-0/+7
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1011-45/+28
* Use elseif instead of else ifChristoph Wurst2020-04-103-8/+8
* Remove trailing and in between spacesChristoph Wurst2020-04-091-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-094-12/+12
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-093-3/+0
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-094-7/+7
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-316-2/+6
* Use the short array syntax, everywhereChristoph Wurst2020-03-264-8/+8
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-252-361/+361
* Update autoloaders for composer v1.10.1Christoph Wurst2020-03-191-0/+3
* Revive the "send email to new users" toggle for the user formChristoph Wurst2020-02-281-1/+1
* Fix app updatesRoeland Jago Douma2020-01-211-2/+2
* query FederatedFileSharing Application instead of creating itRobin Appelman2019-12-161-1/+1
* Update license headersChristoph Wurst2019-12-0516-26/+66
* Fix provisioning_api getUsers typesJohn Molakvoæ (skjnldsv)2019-11-281-2/+2
* Mode to modern phpunitRoeland Jago Douma2019-11-275-249/+253
* Make phpunit8 compatibleRoeland Jago Douma2019-11-276-7/+7
* Some php-cs fixesRoeland Jago Douma2019-11-2210-13/+17
* Do not create Application instances directlyChristoph Wurst2019-10-111-1/+11
* Allow group displaynames in the database backend (#17221)John Molakvoæ2019-10-052-1/+24
|\
| * Allow to set the group display name in the database backendJoas Schilling2019-09-272-1/+24
* | Move settings to an appChristoph Wurst2019-09-283-3/+3
|/
* Development is 18 now!Roeland Jago Douma2019-09-051-2/+2
* Only prevent disabling encrytion via the APIJoas Schilling2019-07-162-18/+28
* Update testsRoeland Jago Douma2019-07-091-4/+13
* Make it possible to wipe all tokens/devices of a userChristoph Wurst2019-07-092-1/+39
* Do not fail hard on new user mail errorJohn Molakvoæ (skjnldsv)2019-07-021-2/+3
* Don't allow to disable encryption via the APIJoas Schilling2019-06-271-1/+1
* Merge pull request #16024 from nextcloud/bugfix/15944/fix-return-code-user-pr...Roeland Jago Douma2019-06-251-1/+8
|\
| * Forward OCSException to initiatorDaniel Kesselberg2019-06-201-1/+8