summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | 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
|\ \ \ \ \ \
| * | | | | | Do not use APCu when apc.enabled is Off.Andreas Fischer2015-03-261-0/+2
* | | | | | | Merge pull request #15052 from rullzer/backport-15025Vincent Petry2015-03-263-1/+62
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Backport of #15025Roeland Jago Douma2015-03-203-1/+62
* | | | | | | do not show update notification on mobile, fix overlapping of header menus, f...Jan-Christoph Borchardt2015-03-251-0/+5
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #15140 from owncloud/backport-15123-stable8Morris Jobke2015-03-242-1/+15
|\ \ \ \ \ \
| * | | | | | offset needs to be considered in computed limitArthur Schiwon2015-03-242-1/+15
|/ / / / / /
* | | | | | Merge pull request #15119 from owncloud/remove-curlThomas Müller2015-03-233-2/+7
|\ \ \ \ \ \
| * | | | | | Remove hard dependency on cURL for 8.0Lukas Reschke2015-03-233-2/+7
* | | | | | | Merge pull request #15110 from owncloud/backport-15108Morris Jobke2015-03-231-3/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | The iran timezone removed the DST handling which breaks the timezone libJoas Schilling2015-03-231-3/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #15079 from owncloud/fix-fileglobalgc-stable8Vincent Petry2015-03-232-3/+41
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add unit tests for gc() for \OC\Cache\FileGlobalGCRobin McCorkell2015-03-202-2/+38
| * | | | | Fix fileglobalgc unlink parameter warningsRobin McCorkell2015-03-201-1/+3
|/ / / / /
* | | | | Merge pull request #15064 from owncloud/backport-15050Thomas Müller2015-03-201-0/+9
|\ \ \ \ \
| * | | | | show a better error message when trying to create a user that already existsRobin Appelman2015-03-201-0/+9
|/ / / / /
* | | | | Merge pull request #15043 from owncloud/stable8-dropbox-root-fixThomas Müller2015-03-201-1/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix root request path for DropboxVincent Petry2015-03-191-1/+6
|/ / / /
* | | | Merge pull request #15008 from owncloud/backport-14071Morris Jobke2015-03-181-1/+2
|\ \ \ \
| * | | | add timeout to curl requestBjoern Schiessle2015-03-181-1/+2
* | | | | Merge pull request #15006 from owncloud/backport-14586Lukas Reschke2015-03-181-2/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | proper description of appcodechecker in config sampleMorris Jobke2015-03-181-2/+3
* | | | | Merge pull request #14928 from owncloud/stable8-repair-legacystoragenofatalfailMorris Jobke2015-03-186-64/+124
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fixed expected warning count on repair failVincent Petry2015-03-161-1/+1
| * | | | Detect that the done flag was not set after repair failVincent Petry2015-03-161-2/+2
| * | | | Properly forward repair errors and warningsVincent Petry2015-03-165-1/+45
| * | | | Do not abort when meeting unfixable legacy storagesVincent Petry2015-03-162-64/+80
* | | | | Merge pull request #14926 from owncloud/stable8-rescanversionsonlyonceThomas Müller2015-03-171-3/+13
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Only rescan versions once in trashbinVincent Petry2015-03-021-3/+13
* | | | | Merge pull request #14917 from owncloud/imagepng_expects_resource_issue_stable8Morris Jobke2015-03-162-1/+9
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | validate resource's integrity before using itGeorg Ehrke2015-03-162-1/+9
|/ / / /