aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | test encryptAll() and decryptAll() to make sure that mtime and etag stay the ...Bjoern Schiessle2013-11-141-0/+64
| * | | | | | Merge branch 'master' into encryption_fixesBjoern Schiessle2013-11-1310-75/+138
| |\ \ \ \ \ \
| * | | | | | | fixPartialFilePath() is now stripPartialFileExtension()Bjoern Schiessle2013-11-121-1/+1
| * | | | | | | only update file cache if the file is already indexed to avoid that we create...Bjoern Schiessle2013-11-121-11/+14
| * | | | | | | make sure that we keep the correct timestamp and etag after encryoption/decry...Bjoern Schiessle2013-11-121-11/+11
* | | | | | | | Merge pull request #5880 from owncloud/replace_etmp_filesVincent Petry2013-11-154-16/+64
|\ \ \ \ \ \ \ \
| * | | | | | | | tests addedBjoern Schiessle2013-11-151-1/+14
| * | | | | | | | instead of writing etmp files we write the dummy file to data/user/cache to a...Bjoern Schiessle2013-11-143-15/+50
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #5889 from owncloud/extstorage-smb-brokenfseekFrank Karlitschek2013-11-151-1/+2
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Fix for smb4php fseekVincent Petry2013-11-151-1/+2
|/ / / / / / /
* | | | | | | Merge pull request #5789 from ogasser/db_fix_default_for_numericBart Visscher2013-11-153-1/+48
|\ \ \ \ \ \ \
| * | | | | | | treat numeric as an alias for decimalOliver Gasser2013-11-121-0/+3
| * | | | | | | changed type to decimalOliver Gasser2013-11-121-1/+1
| * | | | | | | Add DB tests for default numericOliver Gasser2013-11-122-0/+44
| * | | | | | | DB: Set correct default value for numeric typesOliver Gasser2013-11-101-1/+1
* | | | | | | | increase version number to trigger a DB migration to get more testers for the...Frank Karlitschek2013-11-151-1/+1
* | | | | | | | Merge pull request #5814 from owncloud/add-indexesFrank Karlitschek2013-11-151-0/+30
|\ \ \ \ \ \ \ \
| * | | | | | | | Add some more indexes to tables to improve db queriesBart Visscher2013-11-111-0/+30
| |/ / / / / / /
* | | | | | | | Merge pull request #5700 from owncloud/ldapWizSetDisplayNamesThomas Müller2013-11-151-0/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | LDAP Wizard: do not forget to set display name attributes for user and group,...Arthur Schiwon2013-11-051-0/+13
* | | | | | | | | Merge pull request #5813 from owncloud/fix-4736-masterThomas Müller2013-11-152-3/+3
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | fix DB schema test - no default valueMorris Jobke2013-11-121-2/+2
| * | | | | | | | Don't set a default value when there isn't a default specifiedBart Visscher2013-11-111-1/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #5767 from owncloud/moviepreviewfallbackMorris Jobke2013-11-141-12/+48
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into moviepreviewfallbackThomas Müller2013-11-14535-4152/+8674
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Added missing escapingVincent Petry2013-11-111-1/+1
| * | | | | | | | | Fixed undefined variable error when using avconvVincent Petry2013-11-101-0/+2
| * | | | | | | | | Fixed the rebellous space, replaced with a tabVincent Petry2013-11-081-1/+1
| * | | | | | | | | Added ffmpeg fallback when avconv is not availableVincent Petry2013-11-081-11/+45
* | | | | | | | | | Merge pull request #5867 from owncloud/users-groupadmindropdownMorris Jobke2013-11-142-2/+1
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Added min-height in case of empty multi-selectVincent Petry2013-11-141-0/+1
| * | | | | | | | | Fixed multiselect to not set the button's height on itself after selectVincent Petry2013-11-141-2/+0
* | | | | | | | | | Merge pull request #5824 from owncloud/fix-publicshare-non-existingThomas Müller2013-11-141-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix fatal error when trying to open a non existing public linkRobin Appelman2013-11-121-1/+1
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #5862 from owncloud/files-singledotdirsThomas Müller2013-11-144-6/+76
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Added missing test with leading backslashVincent Petry2013-11-141-0/+2
| * | | | | | | | | | Files app backend now normalizes paths before rendering templatesVincent Petry2013-11-142-2/+3
| * | | | | | | | | | Fixed normalizePath() to strip out single dot dirsVincent Petry2013-11-142-4/+71
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #5850 from owncloud/oc_api_testsThomas Müller2013-11-142-17/+174
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | make use of data providersThomas Müller2013-11-141-111/+80
| * | | | | | | | | | Merge multiple failed third party responses when returning the resulttomneedham2013-11-141-3/+10
| * | | | | | | | | | Merge multiple shipped failures before responding.tomneedham2013-11-141-2/+10
| * | | | | | | | | | Return failed shipped responses over succedded shipped responsestomneedham2013-11-141-3/+3
| * | | | | | | | | | Fix type in unit testtomneedham2013-11-141-1/+1
| * | | | | | | | | | Return result object when only one successful response is returnedtomneedham2013-11-141-2/+2
| * | | | | | | | | | Update lib/private/api.php after merge conflicttomneedham2013-11-141-1/+1
| * | | | | | | | | | Merge branch 'ocs_api_fix_success_code' into oc_api_teststomneedham2013-11-141-2/+13
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Pick any none 100 status code before defaulting to 100Tom Needham2013-11-131-2/+13
| * | | | | | | | | | | Merge branch 'master' into oc_api_teststomneedham2013-11-1425-217/+531
| |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Add tests for OC_API::mergeResponses()tomneedham2013-11-141-0/+159