summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | fix unit test by always initializing the root of the storage in the constructorJörn Friedrich Dreyer2014-06-183-20/+14
| * | add initial swift test with trystackJörn Friedrich Dreyer2014-06-181-0/+265
| * | move creation of / and users 'files' from storage constructor to setupFS / mo...Jörn Friedrich Dreyer2014-06-183-13/+19
| * | update 3rdpartyJörn Friedrich Dreyer2014-06-181-0/+0
| * | fix checking unset array values, deduplicate code, remove file from cache if ...Jörn Friedrich Dreyer2014-06-181-39/+30
| * | minor code cleanupJörn Friedrich Dreyer2014-06-182-32/+14
| * | use exceptions to notify abstract parent class of problemsJörn Friedrich Dreyer2014-06-182-54/+118
| * | when root storage cannot be mounted throw an exception visible to the end userJörn Friedrich Dreyer2014-06-181-1/+6
| * | fix fallback config for default home storageJörn Friedrich Dreyer2014-06-181-4/+6
| * | require updated 3rdparty with rackspace libsJörn Friedrich Dreyer2014-06-181-0/+0
| * | move swift and abstract code to coreJörn Friedrich Dreyer2014-06-183-0/+599
| * | change 'object_storage' config param to 'root_storage'Jörn Friedrich Dreyer2014-06-181-10/+15
| * | make objectstore setup more robust, don't pass user to object store mounted a...Jörn Friedrich Dreyer2014-06-181-5/+7
| * | allow configuring objectstore as home and root storageJörn Friedrich Dreyer2014-06-182-11/+55
* | | Merge pull request #9254 from owncloud/fileactions-deferredMorris Jobke2014-06-2711-6/+168
|\ \ \
| * | | Sync file list with file actionsVincent Petry2014-06-2711-6/+168
* | | | Merge pull request #9174 from owncloud/breadcrumbfixJan-Christoph Borchardt2014-06-279-138/+168
|\ \ \ \ | |/ / / |/| | |
| * | | Breadcrumb width calculation fixVincent Petry2014-06-275-128/+155
| * | | Removed unused padding-right of the controls barVincent Petry2014-06-242-3/+0
| * | | Test runner now loads CSS and hides testAreaVincent Petry2014-06-242-7/+13
* | | | Merge pull request #9247 from owncloud/move-webdav-class-to-core-masterThomas Müller2014-06-273-3/+0
|\ \ \ \
| * | | | remove pointless require - we should kill all require_once like that in our t...Thomas Müller2014-06-271-2/+0
| * | | | fix autoloaderThomas Müller2014-06-272-1/+0
| * | | | Move \OC\Files\Storage\DAV to core in order to reduce inter-app dependenciesThomas Müller2014-06-271-0/+0
* | | | | Merge pull request #9215 from owncloud/officemimetypesupdatefixVincent Petry2014-06-274-59/+337
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add missing quotes for OracleVincent Petry2014-06-261-2/+2
| * | | | Fixed mime type repair stepVincent Petry2014-06-262-41/+133
| * | | | Added test case for when target mime types already existVincent Petry2014-06-251-0/+46
| * | | | Moved office mimetype update to a repair stepVincent Petry2014-06-254-59/+199
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-06-27360-4487/+4585
* | | | | Merge pull request #9241 from owncloud/backgroundjob-checkicewind19912014-06-273-2/+10
|\ \ \ \ \
| * | | | | Fix check if class existsRobin Appelman2014-06-271-1/+1
| * | | | | Check if classes/method exists before trying to call them in background jobsRobin Appelman2014-06-263-2/+10
* | | | | | Merge pull request #9051 from owncloud/Bagera-masterFrank Karlitschek2014-06-263-23/+36
|\ \ \ \ \ \
| * | | | | | fix padding for last cell in summary of trashbinMorris Jobke2014-06-261-0/+4
| * | | | | | Aligning in the table header as wellBagera2014-06-162-15/+26
| * | | | | | Aligning with line heightBagera2014-06-161-10/+5
| * | | | | | Fix delete action heightBagera2014-06-161-5/+8
* | | | | | | Merge pull request #9236 from owncloud/sharing-settingswordingicewind19912014-06-261-1/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Fix wording for remote shares in settings pageVincent Petry2014-06-261-1/+1
* | | | | | | Merge pull request #9234 from owncloud/fix-ellipsis-for-foldersRaghu Nayyar2014-06-261-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Fix ellipsis for folders on mobile screensMorris Jobke2014-06-261-2/+2
* | | | | | | | Merge pull request #9230 from owncloud/fix-repair-step-php-53Thomas Müller2014-06-261-1/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | Redeclared as public to allow invocation from within the closure in php 5.3Thomas Müller2014-06-261-1/+10
| |/ / / / / / /
* | | | | | | | Merge pull request #9213 from owncloud/upgrade-donotloadappsinremoteVincent Petry2014-06-261-0/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | Prevent loading apps in remote when an upgrade is dueVincent Petry2014-06-251-0/+9
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #9206 from owncloud/occ-scan-userVincent Petry2014-06-262-14/+28
|\ \ \ \ \ \ \ \
| * | | | | | | | Prevent running the files:scan command as the wrong userRobin Appelman2014-06-252-14/+28
* | | | | | | | | Merge pull request #9223 from owncloud/occ-scan-argumentsicewind19912014-06-261-0/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add error message when no users specified to files:scan commandVincent Petry2014-06-261-0/+5
| | |_|/ / / / / / | |/| | | | | | |