aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1978 from nextcloud/remove-send-mail-optionMorris Jobke2016-11-021-40/+16
|\
| * remove 'send mail notification' option from sharing, replaced by send-by-mail...Bjoern Schiessle2016-11-021-40/+16
* | Merge pull request #1988 from nextcloud/silly-but-effective-testMorris Jobke2016-11-021-0/+68
|\ \
| * | Add test for "languageCodesTest.php"Lukas Reschke2016-11-021-0/+68
* | | Merge pull request #1981 from nextcloud/multibucket-num-bucketsLukas Reschke2016-11-022-9/+13
|\ \ \
| * | | Allow setting a maximun number of buckets for multibucketRobin Appelman2016-11-022-9/+13
* | | | Add testsLukas Reschke2016-11-022-0/+139
* | | | Inject config and loggerJoas Schilling2016-11-022-7/+29
| |/ / |/| |
* | | Merge pull request #1347 from nextcloud/bring-back-remember-meMorris Jobke2016-11-025-174/+471
|\ \ \
| * | | Add missing tests and fix PHPDocLukas Reschke2016-11-022-3/+160
| * | | inject ISecureRandom into user session and use injected config tooChristoph Wurst2016-11-021-49/+60
| * | | bring back remember-meChristoph Wurst2016-11-025-140/+269
| |/ /
* | | Merge pull request #1940 from nextcloud/new-appstoreMichael Grosser2016-11-0215-1368/+1321
|\ \ \ | |/ / |/| |
| * | Add tests for installer methodLukas Reschke2016-10-314-0/+522
| * | Proxy images through usercontent.apps.nextcloud.comLukas Reschke2016-10-311-14/+2
| * | Add update supportLukas Reschke2016-10-314-77/+279
| * | Use substr and explode instead of a regexLukas Reschke2016-10-311-0/+7
| * | Fix testsLukas Reschke2016-10-314-5/+12
| * | Use new appstore APILukas Reschke2016-10-318-1291/+518
* | | Merge pull request #1966 from nextcloud/fix-csrf-token-generationRoeland Jago Douma2016-11-022-4/+12
|\ \ \ | |_|/ |/| |
| * | Fix CSRF token generation / validationLeon Klingele2016-11-022-4/+12
* | | add method to check if a share provider for a given type is loadedBjoern Schiessle2016-11-011-0/+40
|/ /
* | Add defaultShareProvider & federatedshareprovider testsRoeland Jago Douma2016-11-011-0/+91
* | Add Manager unit testsRoeland Jago Douma2016-11-011-6/+77
* | Add getShareTypesInFolder to optimize folder listeningRobin Appelman2016-10-311-0/+9
|/
* Fix more testsRoeland Jago Douma2016-10-283-143/+4
* Proper DI of configRoeland Jago Douma2016-10-285-31/+61
* introduce callForSeenUsers and countSeenUsers (#26361)Jörn Friedrich Dreyer2016-10-282-1/+66
* Merge pull request #1800 from nextcloud/nextcloud-rich-object-stringsMorris Jobke2016-10-272-29/+74
|\
| * Allow rich object subjects for NotificationsJoas Schilling2016-10-201-29/+21
| * Add Rich Object Definitions and a validatorJoas Schilling2016-10-201-0/+53
* | Remove internal share mail functionRoeland Jago Douma2016-10-261-48/+0
* | Merge pull request #1920 from nextcloud/legacy-pages-should-also-receive-the-...Roeland Jago Douma2016-10-261-0/+14
|\ \
| * | Identify Chromium as ChromeJoas Schilling2016-10-261-0/+14
* | | Merge pull request #1738 from nextcloud/comments-provide-displaynames-with-me...Morris Jobke2016-10-263-6/+133
|\ \ \ | |/ / |/| |
| * | add missing methods to test fake managerArthur Schiwon2016-10-201-0/+4
| * | resolve displayname via manager and registerable resolversArthur Schiwon2016-10-191-0/+78
| * | move mention extraction to (I)Comment and report mentions via DAVArthur Schiwon2016-10-191-6/+51
* | | Move browserSupportsCspV3 to CSPNonceManagerRoeland Jago Douma2016-10-252-6/+13
* | | Merge pull request #1878 from nextcloud/downstream-25936Morris Jobke2016-10-252-7/+8
|\ \ \
| * | | [9.2] Add missing unit tests (#25936)Thomas Müller2016-10-242-7/+8
* | | | Merge pull request #1871 from nextcloud/use-csp-noncesMorris Jobke2016-10-255-1/+156
|\ \ \ \
| * | | | Add ContentSecurityPolicyNonceManagerLukas Reschke2016-10-241-0/+57
| * | | | Add support for CSP noncesLukas Reschke2016-10-244-1/+99
| |/ / /
* | | | Merge pull request #1884 from nextcloud/downstream-26292Lukas Reschke2016-10-251-34/+43
|\ \ \ \
| * | | | Fix and cleanup SessionTestRoeland Jago Douma2016-10-251-43/+26
| * | | | Fix logClientIn for non-existing users (#26292)Vincent Petry2016-10-251-0/+26
* | | | | Merge pull request #1452 from nextcloud/appconfig-endpointJoas Schilling2016-10-252-3/+20
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Make AppConfig part of the public APIJoas Schilling2016-10-212-3/+20
* | | | | App dependencies are now analysed on app enable as well - not only on app ins...Thomas Müller2016-10-241-26/+30
| |/ / / |/| | |