summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #26271 from owncloud/stable9.1-initmountpoints-userid-casingVincent Petry2016-10-184-2/+125
|\
| * Add using casing check/fix for initMountPointsVincent Petry2016-10-184-2/+125
* | PHP 5.4 compliantThomas Müller2016-10-131-1/+1
* | [stable9.1] Merge pull request #26295 from owncloud/analyse-dependencies-on-a...Vincent Petry2016-10-131-4/+8
* | Fix testThomas Müller2016-10-121-0/+1
* | Fix the tests for 9.1Thomas Müller2016-10-122-2/+3
* | [stable9.1] Add missing unit tests (#25936)Thomas Müller2016-10-124-107/+143
* | [stable9.1] Don't parse info.xml but reuse already cached app infos - fixes #...Thomas Müller2016-10-103-19/+6
|/
* [stable9.1] Fix logClientIn for non-existing users (#26292) (#26307)Thomas Müller2016-10-101-0/+26
* Allow one more origin. Log the reason of occ controller failure (#26031)VicDeo2016-10-041-3/+7
* Merge pull request #26148 from owncloud/stable9.1-c97f24efbaec7756667368568b0...Vincent Petry2016-09-201-0/+31
|\
| * [stable9.1] Redirect to challenge page when only one 2FA provider (#26141)Vincent Petry2016-09-191-0/+31
* | [stable9.1] Fix mimetype detection inside hidden folders (#26138) (#26151)Thomas Müller2016-09-201-0/+2
|/
* Prefilter inaccessible shares in DefaultShareProvider::getSharedWith()Vincent Petry2016-09-071-23/+157
* [stable9.1] Fix failing preview unit tests (#26039)Thomas Müller2016-09-061-28/+21
* [stable9.1] Don't log credentials of LoginController::tryLogin (#25902) (#25935)Thomas Müller2016-08-291-4/+39
* [stable9.1] Fix empty PATH_INFO (#25904)Thomas Müller2016-08-221-3/+23
* [stable9.1] Dont decrypt shared files (#25831)Vincent Petry2016-08-181-3/+7
* 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-161-1/+44
* Improve file_target finding logic when repairing unmerged sharesVincent Petry2016-08-161-9/+57
* Merge pull request #25737 from owncloud/stable9.1-99611d277521b84a943f68d48fe...Vincent Petry2016-08-111-2/+11
|\
| * [stable9.1] getJailedPath expects $path to have a trailing / (#25703)Thomas Müller2016-08-091-2/+11
* | [Stable9.1] fix unit test on new jenkins setup and adjust Jenkinsfile (#25772)Thomas Müller2016-08-111-1/+1
|/
* [stable9.1] Group shares with same source and target (#25534)Vincent Petry2016-07-261-0/+449
* [stable9.1] Especially with coverage enabled execution times are pretty high ...Thomas Müller2016-07-251-0/+3
* [stable9.1] Test jenkins pipeline (#25401) (#25501)Thomas Müller2016-07-211-1/+3
* [stable9.1] Adding certificate revocation list and validate if the app certif...Vincent Petry2016-07-131-8/+64
* [stable9.1] Revert invalid commits from master->stable9.1 merge (#25420)Vincent Petry2016-07-081-36/+5
* [stable9.1] Set content type when downloading log file to force download in s...Thomas Müller2016-07-081-0/+3
* fix swift primary object store test (#25281)Thomas Müller2016-07-052-1/+55
* Merge pull request #25276 from owncloud/delete-own-session-tokenVincent Petry2016-07-011-5/+36
|\
| * prevent users from deleting their own session tokenChristoph Wurst2016-06-281-5/+36
* | Various database migration fixes (#25209)Thomas Müller2016-06-297-3/+1599
|/
* Login hooks (#25260)Christoph Wurst2016-06-271-1/+4
* Merge pull request #25250 from owncloud/linkshare-includedeletewithuploadpermsVincent Petry2016-06-272-18/+87
|\
| * Repair step to adjust link share delete permissionsVincent Petry2016-06-241-0/+87
| * Add explicit delete permission to link sharesVincent Petry2016-06-241-18/+0
* | check login name when authenticating with client tokenChristoph Wurst2016-06-241-0/+30
|/
* Merge pull request #25172 from owncloud/token-login-validationVincent Petry2016-06-223-107/+97
|\
| * fix unit test warning/errorsChristoph Wurst2016-06-201-15/+16
| * fix DefaultTokenMapperTestChristoph Wurst2016-06-201-0/+4
| * fix default token provider testsChristoph Wurst2016-06-201-26/+0
| * fix user session testsChristoph Wurst2016-06-201-73/+73
| * use token last_activity instead of session valueChristoph Wurst2016-06-171-1/+12
* | occ web executor (#24957)VicDeo2016-06-221-0/+143
* | update session token password on user password changeChristoph Wurst2016-06-212-0/+98
* | add PasswordLoginForbiddenExceptionChristoph Wurst2016-06-172-2/+33
|/
* assert app is loaded in unit testsChristoph Wurst2016-06-161-0/+7
* load 2FA provider apps before querying classesChristoph Wurst2016-06-161-1/+4