summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Save the timezone on login againJoas Schilling2016-12-081-1/+13
* Document updater channel & check for correct PHP version in updaterMorris Jobke2016-12-061-1/+1
* Merge pull request #2465 from nextcloud/backport-1972-invalid-files-from-scannerLukas Reschke2016-12-051-0/+16
|\
| * Make sure we don't scan files that can not be accessedJoas Schilling2016-12-021-0/+16
* | update testRobin Appelman2016-12-021-1/+1
|/
* Add a magic wrapper from hell to allow phpunit4 to run the code againJoas Schilling2016-11-244-4/+108
* Remove unneeded Windows logicMorris Jobke2016-11-081-15/+0
* Merge pull request #1847 from nextcloud/backport-1164-avatar-files-accesscont...Roeland Jago Douma2016-10-211-4/+46
|\
| * Check the mimetype before reading the content and catch exceptionJoas Schilling2016-10-211-4/+46
* | Restore all services when a tests failed/finished for better testcase isolationJoas Schilling2016-10-211-3/+26
* | Make sure all tests use the TestCase method to overwrite servicesJoas Schilling2016-10-214-48/+20
|/
* Only trigger postDelete hooks when the user was deleted...Joas Schilling2016-10-111-4/+5
* Make sure that comments, notifications and preferences are deletedJoas Schilling2016-10-111-11/+70
* Merge pull request #1479 from nextcloud/stable10-backport-1188Lukas Reschke2016-09-281-15/+11
|\
| * check same URL in unit testsChristoph Wurst2016-09-211-11/+12
| * redirect to default app after solving the 2FA challengeChristoph Wurst2016-09-211-6/+1
* | Merge pull request #1522 from nextcloud/stable9.1-3f53730159d94bbc2b53129a4c7...Morris Jobke2016-09-281-0/+2
|\ \
| * | [stable9.1] Fix mimetype detection inside hidden folders (#26138) (#26151)Thomas Müller2016-09-261-0/+2
| |/
* | Use the same URL everywhereJoas Schilling2016-09-271-8/+8
* | Return the autoupdater value from the serverJoas Schilling2016-09-271-0/+4
|/
* Fix MissingMandatoryParametersException for share notificationsJoas Schilling2016-09-131-4/+2
* skip shared files, if files get decrypted only for a specific user we shouldn...Bjoern Schiessle2016-09-091-3/+14
* Match only for actual session cookieLukas Reschke2016-09-081-1/+77
* Merge pull request #1324 from nextcloud/backport-1323-show-download-button-fo...Morris Jobke2016-09-081-12/+12
|\
| * Change updater URLJoas Schilling2016-09-081-12/+12
* | Correctly remove the charset from finfo mimetypeJoas Schilling2016-09-081-1/+1
|/
* fix testsMorris Jobke2016-09-071-12/+12
* Allow downgrades of maintenance accross vendorsJoas Schilling2016-08-301-1/+12
* Remove reading PATH_INFO from server variableLukas Reschke2016-08-271-16/+0
* Merge pull request #1008 from nextcloud/shared-storage-non-recursive-10Lukas Reschke2016-08-231-4/+4
|\
| * prevent infinite recursion while getting storage from mountRobin Appelman2016-08-231-4/+4
* | Backport Workflow section + hidden empty sections #995 to stabble10Arthur Schiwon2016-08-221-3/+16
|/
* Merge pull request #918 from nextcloud/stable10_891blizzz2016-08-221-43/+168
|\
| * Improve regexp to detect duplicate folders when repairing unmerged sharesVincent Petry2016-08-171-34/+68
| * Fix unmerged shares repair with mixed group and direct sharesVincent Petry2016-08-171-1/+44
| * Improve file_target finding logic when repairing unmerged sharesVincent Petry2016-08-171-9/+57
* | Fix loading of ThemingDefaultsJulius Haertl2016-08-191-0/+1
* | Make sure the primary action is always the first oneJoas Schilling2016-08-181-0/+29
|/
* Use getMockBuilder instead of createMockLukas Reschke2016-08-161-14/+14
* Rename class referenceLukas Reschke2016-08-161-1/+1
* adjust tests to latest changesArthur Schiwon2016-08-162-20/+118
* Use MockBuilder instead of createMockLukas Reschke2016-08-169-33/+33
* Add unit testsLukas Reschke2016-08-1610-2/+1081
* Merge pull request #858 from nextcloud/stable10-when-logged-in-then-just-redi...Lukas Reschke2016-08-161-12/+107
|\
| * Use createMock instead of deprecated getMockLukas Reschke2016-08-131-12/+12
| * Redirect users when already logged-in on login formLukas Reschke2016-08-131-0/+95
* | We have to mock the is_uploaded_file in the OC\Core\Controller namespaceRoeland Jago Douma2016-08-151-8/+10
* | Fix mock call in AvatarControllerTestRoeland Jago Douma2016-08-151-12/+12
* | Use generated URLLukas Reschke2016-08-151-1/+1
* | Fix CheckSetupController testsLukas Reschke2016-08-151-21/+14