summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix class selector for acceptance testsJohn Molakvoæ (skjnldsv)2018-09-281-1/+1
* Remove unused constructor argumentChristoph Wurst2018-09-271-4/+0
* Reduce settings manager complexity by loading sections via DIChristoph Wurst2018-09-271-49/+32
* Also test enabling of the Antivirus App for filesRoeland Jago Douma2018-09-261-5/+5
* Merge pull request #11150 from nextcloud/feature/noid/unit-test-find-webrootblizzz2018-09-261-9/+43
|\
| * Change visibility to privateDaniel Kesselberg2018-09-131-1/+1
| * Restore previous state for OC::$CLIDaniel Kesselberg2018-09-111-0/+3
| * Change return false to throw newDaniel Kesselberg2018-09-101-5/+10
| * Extract logic for webroot into method and add testDaniel Kesselberg2018-09-101-9/+35
* | Merge pull request #11240 from nextcloud/feature/noid/consider-openssl-settin...Morris Jobke2018-09-251-0/+1
|\ \
| * | Add openssl to mockDaniel Kesselberg2018-09-161-0/+1
* | | Only allow 2FA state changs if providers support the operationChristoph Wurst2018-09-258-128/+482
* | | Add simple unit test for findLanguageFromLocaleDaniel Kesselberg2018-09-231-0/+27
* | | Include empty directories in the default state of acceptance testsDaniel Calviño Sánchez2018-09-181-0/+2
|/ /
* | Merge pull request #10743 from danielkesselberg/bugfix/noid/allow-password-re...blizzz2018-09-131-0/+84
|\ \
| * | Enable password reset for user with same email address when only one is activeDaniel Kesselberg2018-08-191-0/+84
* | | Merge pull request #10840 from webfoersterei/refactor/5530-urandom-checkJoas Schilling2018-09-131-1/+7
|\ \ \ | |_|/ |/| |
| * | Change check if secure randomness is possible.Timo Förster2018-08-241-1/+7
* | | Add breadcrumb support to crash reportersChristoph Wurst2018-09-051-0/+15
* | | Change password expiration time from 12h to 7dMorris Jobke2018-08-311-1/+1
* | | Allow same section class for multiple section types (fix #10764)sualko2018-08-251-0/+41
|/ /
* | Merge pull request #10334 from denismosolov/group-addDenis Mosolov2018-08-242-0/+246
|\ \
| * | Add an options to create and remove groups via occDenis Mosolov2018-08-162-0/+246
* | | Merge pull request #10526 from steiny2k/HEICHEIFMorris Jobke2018-08-222-0/+48
|\ \ \
| * | | Address comments from @rullzer:Sebastian Steinmetz2018-08-171-6/+12
| * | | Testcase for HEIC image (similar to the ImageTest)Sebastian Steinmetz2018-08-112-0/+42
* | | | Adds license to files. Updates the branch.Michael Weimann2018-08-202-0/+100
|\ \ \ \
| * \ \ \ Merge pull request #10628 from nextcloud/feature/10154/app-directory-permissi...Morris Jobke2018-08-201-0/+79
| |\ \ \ \
| | * | | | Excludes not writable app roots from the directory permission checkMichael Weimann2018-08-091-0/+21
| | * | | | Adds a test for the app directory permission check.Michael Weimann2018-08-091-0/+58
* | | | | | Adds tests for the memory checksMichael Weimann2018-08-202-60/+44
* | | | | | Adds tests for the setup memory limit checksMichael Weimann2018-08-202-0/+126
|/ / / / /
* | | | | Merge pull request #10712 from nextcloud/fix/noid/check_if_provider_is_availa...blizzz2018-08-201-2/+12
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Check if a preview provider is available before using itRoeland Jago Douma2018-08-171-2/+12
* | | | | add deck and mail to the groupware bundle, remove talkBjoern Schiessle2018-08-171-1/+2
|/ / / /
* | | | update unit testsBjoern Schiessle2018-08-151-1/+41
* | | | Adds an acceptance test for the users settings navigation without disabled usersMichael Weimann2018-08-141-0/+14
* | | | Merge pull request #10621 from nextcloud/feature/noid/add-tos-to-enterprise-b...blizzz2018-08-131-0/+1
|\ \ \ \
| * | | | Add the ToS app to the enterprise bundleJoas Schilling2018-08-091-0/+1
| |/ / /
* | / / Drop support for xcacheDaniel Kesselberg2018-08-121-22/+0
| |/ / |/| |
* | | Merge pull request #10543 from nextcloud/ignore-deactivated-usersRoeland Jago Douma2018-08-101-1/+5
|\ \ \
| * | | Ignore deactivated users in collaborators user search pluginThomas Citharel2018-08-061-1/+5
* | | | Remove unused importChristoph Wurst2018-08-101-1/+0
* | | | Fix 2FA being enforced if only backup codes provider is activeChristoph Wurst2018-08-101-0/+27
* | | | Do not use file as template parameterRoeland Jago Douma2018-08-091-1/+1
| |/ / |/| |
* | | Fix double-inserts of the same provider stateChristoph Wurst2018-08-091-2/+2
* | | Add integration/unit test for the double-insert of same valuesChristoph Wurst2018-08-091-0/+19
* | | Merge pull request #10588 from nextcloud/fix/single-2fa-provider-login-redirectRoeland Jago Douma2018-08-092-5/+24
|\ \ \
| * | | Rename providerset method to get primary providersChristoph Wurst2018-08-081-1/+1
| * | | Fix login redirection if only one 2FA provider is activeChristoph Wurst2018-08-082-5/+24