aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ / / |/| | |
* | | | Merge pull request #1820 from nextcloud/4byte-filenamesRoeland Jago Douma2016-10-241-2/+8
|\ \ \ \
| * | | | Added method to DB and fix testRoeland Jago Douma2016-10-241-2/+8
| | |_|/ | |/| |
* | | | Fix DateTime comparissonRoeland Jago Douma2016-10-212-5/+5
| |/ / |/| |
* | | Merge pull request #1835 from nextcloud/downstream-24948Morris Jobke2016-10-202-5/+5
|\ \ \
| * | | Fix shared storage namespace in DecryptAll classVincent Petry2016-10-201-1/+1
| * | | Move OC\Files\Storage\Shared to the right namespaceJoas Schilling2016-10-201-4/+4
* | | | Get rid of very old oc:// stream wrapper (#26381)Vincent Petry2016-10-201-36/+0
* | | | Merge pull request #1824 from nextcloud/downstream-26423Morris Jobke2016-10-201-7/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Ensure $commands being an array - fixes #26073Thomas Müller2016-10-201-0/+1
| * | | use short array syntaxMorris Jobke2016-10-201-7/+7
| |/ /
* | | Restore all services when a tests failed/finished for better testcase isolationJoas Schilling2016-10-201-3/+26
* | | Make sure all tests use the TestCase method to overwrite servicesJoas Schilling2016-10-204-48/+20
|/ /
* | Do not skip when mysql uses utf8mb4Joas Schilling2016-10-191-1/+2
* | Fix test of repair stepJoas Schilling2016-10-191-6/+10
* | Fix the testJoas Schilling2016-10-191-5/+5
* | Adding docker based unit test execution for mysql utf8mb4Thomas Müller2016-10-192-0/+10
* | only disable unicode test on mysqlMorris Jobke2016-10-191-7/+11
* | Adding tests for 4 byte unicode charactersMorris Jobke2016-10-192-0/+46
|/
* Check the mimetype before reading the content and catch exceptionJoas Schilling2016-10-181-2/+46
* Merge pull request #1449 from nextcloud/comments-user-mentionMorris Jobke2016-10-172-5/+41
|\
| * emit pre-update event for commentsArthur Schiwon2016-10-121-2/+2
| * Notificacations for simple @-mentioning in commentsArthur Schiwon2016-10-072-5/+41
* | Merge pull request #1441 from nextcloud/getby-id-less-queriesLukas Reschke2016-10-147-117/+226
|\ \
| * | optimize Folder::getById to use less queriesRobin Appelman2016-10-127-117/+226
* | | Merge pull request #1037 from nextcloud/no-double-token-updateChristoph Wurst2016-10-141-27/+128
|\ \ \ | |/ / |/| |