aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib
Commit message (Expand)AuthorAgeFilesLines
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-12120-690/+683
* Merge pull request #22117 from nextcloud/activity-settings-groupingMorris Jobke2020-08-111-1/+2
|\
| * allow grouping of activity settingsRobin Appelman2020-08-051-1/+2
* | Add config option to enable multibucket preview distributionMorris Jobke2020-08-061-14/+21
* | Mount the old previews in a separate folder for the multi bucket setup and ch...Morris Jobke2020-08-061-0/+106
* | Merge pull request #22008 from elijahnyp/OCImage_Leak_FixMorris Jobke2020-08-051-3/+2
|\ \ | |/ |/|
| * fix memory leak caused by not destroying image in Preview/Generate.phpElijah Martin-Merrill2020-07-271-3/+2
* | Add user-status appGeorg Ehrke2020-07-311-2/+2
* | Fix overwriteService() for appsJoas Schilling2020-07-281-4/+11
|/
* Merge pull request #21972 from nextcloud/techdebt/noid/cleanup-phpunit-warningsMorris Jobke2020-07-237-52/+14
|\
| * Remove deprecated test of internal attributes via assertAttributeEquals in co...Morris Jobke2020-07-233-32/+0
| * Use assertEqualsCanonicalizing instead of deprecated assertEquals parameterMorris Jobke2020-07-231-2/+2
| * Remove deprecated test of internal attributes via assertAttributeEqualsMorris Jobke2020-07-232-16/+10
| * Use assertStringContainsString instead of assertContains on stringsMorris Jobke2020-07-231-2/+2
* | use exceptions for error signaling in writeStreamRobin Appelman2020-07-231-1/+0
* | rollback cache rename if trashbin move failsRobin Appelman2020-07-231-7/+2
|/
* Adjust apps' code to use the ContainerInterfaceChristoph Wurst2020-07-211-1/+2
* Add real events to load additionalscriptsRoeland Jago Douma2020-07-151-9/+46
* Move to lazy panel registration during registration contextJulius Härtl2020-07-151-0/+6
* Delegate bootstrap registration lazilyChristoph Wurst2020-07-141-6/+0
* Merge pull request #21759 from nextcloud/enh/lazy_subscriptionRoeland Jago Douma2020-07-092-2/+75
|\
| * Add DummySubscription for testsDaniel Kesselberg2020-07-092-0/+68
| * Make the subscription registry lazyRoeland Jago Douma2020-07-091-2/+7
* | ensure mounts are scanned during testsRobin Appelman2020-07-092-1/+7
* | Use the correct mountpoint to calculateRoeland Jago Douma2020-07-091-0/+9
|/
* Fix supporting defaults for routesRoeland Jago Douma2020-07-081-14/+10
* Do not create a RouteActionHandler object for each routeRoeland Jago Douma2020-07-071-4/+3
* Update SecurityMiddleware.phpHolger Hees2020-07-061-1/+1
* Tags.php and the old sharing mechanismMorris Jobke2020-07-061-36/+0
* Callable parameter injectionChristoph Wurst2020-07-032-3/+90
* Merge pull request #21360 from nextcloud/root-storage-prevent-scanningRoeland Jago Douma2020-07-021-0/+59
|\
| * prevent the root storage from accidentally scanning user foldersRobin Appelman2020-06-111-0/+59
* | Merge pull request #21599 from nextcloud/debt/noid/type-to-typesRoeland Jago Douma2020-07-021-3/+3
|\ \
| * | Replace TYPE with TYPESDaniel Kesselberg2020-06-301-3/+3
* | | Merge pull request #21653 from nextcloud/bugfix/noid/fix-ipv6-remote-addresse...Roeland Jago Douma2020-07-021-0/+28
|\ \ \
| * | | Fix IPv6 remote addresses from X_FORWARDED_FOR headers before validatingJoas Schilling2020-07-021-0/+28
| |/ /
* / / Fix unit testsJoas Schilling2020-06-262-9/+9
|/ /
* | Fix robots "noindex, nofollow" signalsJoas Schilling2020-06-253-3/+6
* | Fix testsJoas Schilling2020-06-241-1/+0
* | Update share type constant usageJoas Schilling2020-06-2415-393/+395
* | Add unified search APIChristoph Wurst2020-06-241-0/+6
* | Fix language in share notes email for usersJoas Schilling2020-06-231-12/+29
* | Merge pull request #21452 from nextcloud/bugfix/21451/allow-autocomplete-by-d...Joas Schilling2020-06-231-37/+47
|\ \
| * | Fix unit testsJoas Schilling2020-06-181-37/+47
* | | Merge pull request #21479 from nextcloud/fix/21474/allow_specifying_cookie_typeblizzz2020-06-221-6/+13
|\ \ \
| * | | Allow to specify the cookie type for appframework responsesRoeland Jago Douma2020-06-221-6/+13
* | | | Fix unit test of the ResponseTestRoeland Jago Douma2020-06-211-3/+3
|/ / /
* / / Allow crash reporters registration during app bootstrapChristoph Wurst2020-06-192-5/+49
|/ /
* | Add dedicated API for apps' bootstrapping processChristoph Wurst2020-06-173-0/+345
* | Merge pull request #21416 from nextcloud/fix/user-deleted-token-cleanupChristoph Wurst2020-06-161-0/+117
|\ \