summaryrefslogtreecommitdiffstats
path: root/tests/lib
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
* | [stable9.1] Don't parse info.xml but reuse already cached app infos - fixes #...Thomas Müller2016-10-102-17/+4
|/
* [stable9.1] Fix logClientIn for non-existing users (#26292) (#26307)Thomas Müller2016-10-101-0/+26
* [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] Adding certificate revocation list and validate if the app certif...Vincent Petry2016-07-131-8/+64
* 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
* | 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
* Merge pull request #24415 from owncloud/optimize_sharingdisabled_for_userVincent Petry2016-06-161-0/+7
|\
| * Fix unit testsRoeland Jago Douma2016-06-141-0/+7
* | Merge pull request #25075 from owncloud/fix_23265Vincent Petry2016-06-161-0/+194
|\ \
| * | Remove shares of the root folderRoeland Jago Douma2016-06-131-0/+194
* | | Merge pull request #25093 from owncloud/issue-12816-clean-tags-from-deleted-u...Vincent Petry2016-06-151-3/+25
|\ \ \
| * | | Clean up tags of deleted usersJoas Schilling2016-06-141-3/+25
| | |/ | |/|
* / | create session token only for clients that support cookiesChristoph Wurst2016-06-131-3/+45
|/ /
* / fail hard if 2fa provider can not be loaded (#25061)Christoph Wurst2016-06-131-3/+24
|/
* Merge pull request #24863 from owncloud/propagator-batchingVincent Petry2016-06-101-0/+125
|\
| * add tests for propagator batchingRobin Appelman2016-06-021-0/+125
* | Add not-null columns for oracleJoas Schilling2016-06-101-0/+9
* | Repair job to fix permissions for avatarsRoeland Jago Douma2016-06-101-0/+180
* | Add repair step to clean old calendar/contact sharesRoeland Jago Douma2016-06-091-0/+160
* | Merge pull request #24973 from owncloud/token-password-session-tokenVincent Petry2016-06-091-24/+135
|\ \