summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Merge pull request #24999 from owncloud/initial-userloading-workaroundVincent Petry2016-06-081-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | decrease initial users to load to 50Jörn Friedrich Dreyer2016-06-071-1/+1
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge pull request #25018 from owncloud/background-contrastVincent Petry2016-06-081-0/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | darker background image for better font contrastChristoph Wurst2016-06-081-0/+0
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #25005 from owncloud/parent-storage-time-castVincent Petry2016-06-082-1/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | make sure $data['mtime'] is always a timestampRobin Appelman2016-06-071-0/+3
| * | | | | | | | | don't update storage mtime if we can't get the modified dateRobin Appelman2016-06-071-1/+4
| |/ / / / / / / /
* | | | | | | | | Merge pull request #25001 from owncloud/issue-24939-better-ux-on-invalid-perm...Vincent Petry2016-06-084-34/+44
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Adjust test to work with phpunit < 5.2Joas Schilling2016-06-081-1/+1
| * | | | | | | | | Improve the UX for "not found" perma linksJoas Schilling2016-06-074-34/+44
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #23996 from owncloud/integrations-tests-qa-145Vincent Petry2016-06-083-1/+73
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Get a range from several chunksSergio Bertolin2016-05-311-2/+2
| * | | | | | | | Added another case about overwriting folder using old chunkingSergio Bertolin2016-05-311-16/+12
| * | | | | | | | Added same test using old chunkingSergio Bertolin2016-05-311-1/+17
| * | | | | | | | userUploadsChunkFileOfWithToWithChecksum has chunking-42 hardcodedSergio Bertolin2016-05-311-5/+5
| * | | | | | | | add overwriting using chunking but failingSergio Bertolin2016-05-311-0/+19
| * | | | | | | | Added tests about overwriting files and folders as recipientSergio Bertolin2016-05-313-1/+42
* | | | | | | | | Merge pull request #25007 from owncloud/gdrive-fixuploadsamenameasfolderVincent Petry2016-06-082-1/+24
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | Fix GDrive upload file which name might match the one of a folderVincent Petry2016-06-072-1/+24
| | |_|/ / / / / | |/| | | | | |
* / | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-06-088-0/+110
|/ / / / / / /
* | | | | | | Merge pull request #23845 from owncloud/smb-renameVincent Petry2016-06-071-0/+20
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | implement specific rename handling for SMBArthur Schiwon2016-05-311-0/+20
* | | | | | | Merge pull request #24813 from owncloud/delete-ghost-filesVincent Petry2016-06-074-19/+142
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | add test for deleting ghost files over davRobin Appelman2016-06-031-0/+59
| * | | | | | Fix warnings when trying to get mtime of non existing filesRobin Appelman2016-06-031-3/+3
| * | | | | | return success when deleting ghost filesRobin Appelman2016-06-031-1/+3
| * | | | | | allow deleting "ghost files" trough the View and Node apiRobin Appelman2016-06-032-16/+78
| | |_|_|_|/ | |/| | | |
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-06-074-36/+36
* | | | | | Remove background from curved logo (#24980)William Bargent2016-06-061-0/+0
* | | | | | handle path not being set in shared cache (#24993)Robin Appelman2016-06-061-1/+1
* | | | | | Fix checkMove() implementation for dav v2 - fixes #24776 (#24971)Thomas Müller2016-06-063-27/+46
| |_|_|/ / |/| | | |
* | | | | Fix second check for quota size (#24989)Joas Schilling2016-06-061-1/+1
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-06-064-0/+6
* | | | | Merge pull request #24964 from owncloud/issue-24961-public-upload-unlimitedVincent Petry2016-06-061-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Allow public upload when the quota is unlimitedJoas Schilling2016-06-021-1/+1
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-06-052-0/+4
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-06-0416-32/+118
| |/ / / |/| | |
* | | | Merge pull request #24954 from owncloud/issue-24536-language-name-reused-for-...Vincent Petry2016-06-031-2/+3
|\ \ \ \
| * | | | Do not use the language name, when it's not the one from the language we wantJoas Schilling2016-06-011-2/+3
* | | | | Merge pull request #24673 from owncloud/construct-pathVincent Petry2016-06-031-4/+6
|\ \ \ \ \
| * | | | | Construct path to the version file from the current directory and filename. F...Victor Dubiniuk2016-06-021-4/+6
* | | | | | Merge pull request #24564 from owncloud/fix_21173_take_2Vincent Petry2016-06-031-0/+1
|\ \ \ \ \ \
| * | | | | | normalize path in getInternalPathGeorg Ehrke2016-06-021-0/+1
| |/ / / / /
* / / / / / [tx-robot] updated from transifexJenkins for ownCloud2016-06-0398-992/+978
|/ / / / /
* | | | | Merge pull request #24935 from owncloud/2fa-block-davVincent Petry2016-06-026-6/+80
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | block DAV if 2FA challenge needs to be solved firstChristoph Wurst2016-06-016-6/+80
* | | | | Merge pull request #24940 from owncloud/fix-normalizedcachekey-keepunicodeVincent Petry2016-06-023-2/+34
|\ \ \ \ \
| * | | | | Fix TestCase::invokePrivate to work with static classesVincent Petry2016-06-011-1/+6
| * | | | | Add keepUnicode value in the cache key of normalizedPathCacheVincent Petry2016-06-012-1/+28
| | |/ / / | |/| | |
* | | | | Merge pull request #24936 from owncloud/2fa-block-ocsVincent Petry2016-06-021-0/+4
|\ \ \ \ \