summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove server timezone dependency from files list testJoas Schilling2015-04-071-4/+4
* Merge pull request #15422 from owncloud/backport-15383-insertifnotexists-exce...Thomas Müller2015-04-072-2/+2
|\
| * Fix the exception messagesJoas Schilling2015-04-072-2/+2
|/
* Merge pull request #15378 from owncloud/issue/15377-fix-enable-for-group-stable8Morris Jobke2015-04-031-2/+2
|\
| * Correctly split and join group list with | instead of ,Joas Schilling2015-04-021-2/+2
|/
* Merge pull request #15302 from owncloud/update-3rdparty-stable8Morris Jobke2015-03-301-0/+0
|\
| * update 3rdparty to match stable8 HEAD of repoMorris Jobke2015-03-301-0/+0
|/
* Merge pull request #15275 from owncloud/fix-stable-8v8.0.3RC1Thomas Müller2015-03-271-1/+1
|\
| * Increment versionLukas Reschke2015-03-271-1/+1
|/
* This is RC1 and not RCFrank Karlitschek2015-03-261-1/+1
* 8.0.3 RCFrank Karlitschek2015-03-261-2/+2
* Merge pull request #15246 from owncloud/stable8-share-partfilepermissionsMorris Jobke2015-03-275-28/+225
|\
| * Fix share permission related unit testsVincent Petry2015-03-262-11/+15
| * Rename must be possible with update-only permissionVincent Petry2015-03-261-17/+23
| * Fix permission checks in Sabre connectorVincent Petry2015-03-261-6/+15
| * Reenable trashbin after failed renameVincent Petry2015-03-261-0/+16
| * Fix shared storage permission checksVincent Petry2015-03-262-4/+166
* | Merge pull request #15249 from owncloud/fix_group_share_oc8_backportMorris Jobke2015-03-271-4/+5
|\ \
| * | also call generateTarget for group share to add the correct prefix if share_f...Bjoern Schiessle2015-03-261-4/+5
* | | Merge pull request #15250 from owncloud/use_default_share_folder_oc8Morris Jobke2015-03-273-5/+20
|\ \ \
| * | | always fall back to default share folderBjoern Schiessle2015-03-263-5/+20
| |/ /
* | | Merge pull request #14497 from owncloud/kill-substr-mssql-stable8Lukas Reschke2015-03-261-102/+0
|\ \ \ | |/ / |/| |
| * | Remove hacky Substring support for MSSQLLukas Reschke2015-02-251-102/+0
* | | Merge pull request #15238 from owncloud/stable8-fileid-incrementMorris Jobke2015-03-267-1/+218
|\ \ \
| * | | SQLite autoincrement fix backportVincent Petry2015-03-267-1/+218
| | |/ | |/|
* | | Merge pull request #14860 from owncloud/stable8-fix-sizepropagationwithsharesMorris Jobke2015-03-262-0/+112
|\ \ \ | |/ / |/| |
| * | Add unit test for size propagation across share boundariesVincent Petry2015-03-131-0/+90
| * | Fix size propagation over shared storage boundaryVincent Petry2015-03-131-0/+22
* | | Merge pull request #15231 from owncloud/synchronize-php-settingLukas Reschke2015-03-262-0/+4
|\ \ \
| * | | Synchronize PHP settings with masterLukas Reschke2015-03-262-0/+4
* | | | Merge pull request #15193 from owncloud/stable8-15145Vincent Petry2015-03-265-23/+130
|\ \ \ \ | |/ / / |/| | |
| * | | when the path doesnt exist show a proper error pageRobin Appelman2015-03-251-0/+2
| * | | Properly catch whether a share is `null`Lukas Reschke2015-03-255-23/+128
* | | | Merge pull request #14914 from owncloud/backport-14766-compare-array-insertif...Vincent Petry2015-03-2612-121/+231
|\ \ \ \
| * | | | Also add a note that clob does not work in the compare arrayJoas Schilling2015-03-164-0/+4
| * | | | The key is over configkey, user and app, not the valueJoas Schilling2015-03-161-1/+1
| * | | | Also use all keys for an empty array, just in caseJoas Schilling2015-03-162-2/+2
| * | | | Throw a RuntimeException in the cache aswellJoas Schilling2015-03-162-4/+9
| * | | | Fix doc blocks of insertIfNotExists() methodJoas Schilling2015-03-165-46/+40
| * | | | Add test for UniqueConstraintViolationException on wrong keyJoas Schilling2015-03-161-0/+32
| * | | | let insertIfNotExist() throw the native DBALException - no need to hide the r...Thomas Müller2015-03-168-57/+25
| * | | | Adding unit test which shows insertIfNotExists to fall apart in certain situa...Thomas Müller2015-03-162-11/+91
| * | | | Get the id before using itJoas Schilling2015-03-161-1/+2
| * | | | Better save then sorryJoas Schilling2015-03-161-0/+2
| * | | | insertIfNotExists() for storage insertionJoas Schilling2015-03-161-3/+9
| * | | | Only check unique keys for the comparison on filecache insert & update otherwiseJoas Schilling2015-03-161-1/+6
| * | | | Allow specifying the compare-array for insertIfNotExists()Joas Schilling2015-03-167-19/+32
* | | | | Merge pull request #15192 from owncloud/stable8-15153Lukas Reschke2015-03-263-0/+57
|\ \ \ \ \
| * | | | | Add `getNonExistingName()` to the node apiRobin Appelman2015-03-253-0/+57
| | |/ / / | |/| | |
* | | | | Merge pull request #15208 from owncloud/fix-15146-stable8Thomas Müller2015-03-261-0/+2
|\ \ \ \ \