summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #21626 from nextcloud/enhancement/injectible-callablesMorris Jobke2020-07-052-3/+90
|\
| * Callable parameter injectionChristoph Wurst2020-07-032-3/+90
* | Merge pull request #21439 from nextcloud/feature/noid/move-autocomplete-filte...Joas Schilling2020-07-031-3/+3
|\ \ | |/ |/|
| * Move AutoComplete::filterResults to new event dispatcher and GenericEventJoas Schilling2020-07-011-3/+3
* | 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
* | Merge pull request #21379 from nextcloud/fix-share-permission-checkboxes-enab...Roeland Jago Douma2020-06-242-9/+216
|\ \
| * | Add acceptance test for disabling create permission after sharingDaniel Calviño Sánchez2020-06-111-0/+43
| * | Add acceptance test for sharing a folder without create permissionDaniel Calviño Sánchez2020-06-112-0/+75
| * | Add acceptance test for sharing a file without edit permissionDaniel Calviño Sánchez2020-06-112-0/+75
| * | Generalize functions to get locators for share permission checkboxesDaniel Calviño Sánchez2020-06-111-9/+23
| |/
* | 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
|/ / /
* | | acceptence tests shall specify which branch to pick when cloning appsArthur Schiwon2020-06-191-1/+2
* | | 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
|\ \
| * | Clean up auth tokens when user is deletedChristoph Wurst2020-06-151-0/+117
* | | Avoid duplicate matches in wide and exact resultsJulius Härtl2020-06-151-10/+31
|/ /
* / Increase timeout of the appstore requestsJoas Schilling2020-06-121-3/+3
|/
* Remove dropped " ON " when join has no conditionJoas Schilling2020-06-081-6/+6
* Prevent harder to share your rootJoas Schilling2020-06-031-2/+4
* Merge pull request #21143 from nextcloud/fix-password-changes-in-link-and-mai...Roeland Jago Douma2020-05-291-9/+244
|\
| * Fix disabling send password by Talk without new password in mail sharesDaniel Calviño Sánchez2020-05-291-5/+79
| * Fix enabling send password by Talk with same password in mail sharesDaniel Calviño Sánchez2020-05-281-4/+96
| * Fix enabling send password by Talk with empty password in link sharesDaniel Calviño Sánchez2020-05-281-0/+69
* | Move the systemtags to core/srcRoeland Jago Douma2020-05-281-0/+1
|/
* Add lazy events for the Node APIRoeland Jago Douma2020-05-281-38/+97