summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2015-07-036-4/+12
* Merge pull request #17327 from owncloud/fix_indexMorris Jobke2015-07-022-2/+4
|\
| * call post_addToGroup als for class OC_User because sharing and LDAP are using...Bjoern Schiessle2015-07-021-0/+2
| * owner is stored as 'uid_owner', not as 'owner' in the oc_share tableBjoern Schiessle2015-07-021-2/+2
* | Merge pull request #17077 from owncloud/files-scan-absolute-pathMorris Jobke2015-07-022-5/+10
|\ \
| * | handle invalid results from mount providersRobin Appelman2015-06-291-1/+4
| * | add unit testRobin Appelman2015-06-291-2/+5
| * | fix getting mount points when passing a path to the files:scan commandRobin Appelman2015-06-291-3/+2
* | | Delete OCS ID from DB if none is specifiedLukas Reschke2015-07-021-0/+2
| |/ |/|
* | [tx-robot] updated from transifexJenkins for ownCloud2015-07-024-0/+12
* | Merge pull request #17252 from owncloud/fix-php-errors-in-app-descriptionMorris Jobke2015-07-011-15/+19
|\ \
| * | Only do the description kung-fu on strings - fixes #17028Thomas Müller2015-07-011-15/+19
* | | Merge pull request #17268 from owncloud/files-cleanuppartfileonlyonceVincent Petry2015-07-011-4/+8
|\ \ \
| * | | Only delete part file on error if it is really a part fileVincent Petry2015-07-011-2/+6
| * | | Clean up part file only once, not twice on errorVincent Petry2015-07-011-2/+2
| |/ /
* / / Changed broken links to php manualMichael Roth2015-07-011-2/+2
|/ /
* | Merge pull request #17088 from owncloud/add-verbosity-to-upgradeMorris Jobke2015-07-012-0/+7
|\ \
| * | [Repair] add repair info for changed collationMorris Jobke2015-06-241-0/+1
| * | [upgrade] add verbosity check and show repair info & stepsMorris Jobke2015-06-241-0/+6
* | | Merge pull request #17093 from owncloud/upgrade-timestampMorris Jobke2015-07-011-0/+107
|\ \ \
| * | | Use a OutputFormatter instead of hacking into writeln()Joas Schilling2015-06-241-0/+107
| |/ /
* | | Merge pull request #17078 from owncloud/fix-initial-server-hostMorris Jobke2015-07-011-6/+5
|\ \ \
| * | | Fix undefined offsetLukas Reschke2015-06-221-6/+5
* | | | Merge pull request #16406 from owncloud/enc-strlenperffixMorris Jobke2015-07-011-1/+1
|\ \ \ \
| * | | | Small perf tweak in strlen loopVincent Petry2015-05-181-1/+1
* | | | | Merge pull request #15569 from owncloud/remove-getetag-propertiesMorris Jobke2015-07-012-0/+61
|\ \ \ \ \
| * | | | | Remove unneeded getetag entries in properties tableMorris Jobke2015-06-252-0/+61
* | | | | | Merge pull request #17224 from owncloud/webdav-handle-ServerNotAvailableExcep...Vincent Petry2015-07-011-15/+29
|\ \ \ \ \ \
| * | | | | | Avoid namespace clashThomas Müller2015-06-301-5/+4
| * | | | | | Adding exception handling for ServerNotAvailableException - refs #17192Thomas Müller2015-06-301-18/+33
* | | | | | | Merge pull request #17259 from owncloud/chunk-cleanupgracefulonlockVincent Petry2015-07-012-5/+18
|\ \ \ \ \ \ \
| * | | | | | | Catch cache garbage collection exception on postLoginVincent Petry2015-06-301-2/+8
| * | | | | | | Do not try clearing locked files in cache folderVincent Petry2015-06-301-3/+10
| |/ / / / / /
* | | | | | | Use UTF-8 mode for preg_split and preg_replaceLukas Reschke2015-07-011-2/+3
* | | | | | | Merge pull request #17256 from owncloud/locking-disablecallbackwrapperwhendis...Vincent Petry2015-06-301-1/+4
|\ \ \ \ \ \ \
| * | | | | | | Do not set callback wrapper when locking is disabledVincent Petry2015-06-301-1/+4
* | | | | | | | Merge pull request #17225 from owncloud/fix_12106Björn Schießle2015-06-301-3/+19
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | if it is a mount point we need to get the path from the mount managerBjoern Schiessle2015-06-301-3/+19
* | | | | | | | Merge pull request #17251 from owncloud/issue-17247-filesize-stat-failed-for-...Vincent Petry2015-06-301-2/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | Perform the filesize only when the file existsJoas Schilling2015-06-301-2/+6
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #17189 from owncloud/files-straypartfilesonexceptionMorris Jobke2015-06-302-32/+69
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Unlock first path on rename if second path is lockedVincent Petry2015-06-291-1/+6
| * | | | | | | Cleanup part file after upload exceptionVincent Petry2015-06-291-31/+63
* | | | | | | | Merge pull request #17249 from owncloud/file-cache-is-a-icacheJoas Schilling2015-06-301-1/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Fixing "ImportController::__construct() must implement interface OCP\\ICache,...Thomas Müller2015-06-291-1/+4
| |/ / / / / / /
* / / / / / / / Fix class name conflictVincent Petry2015-06-291-3/+2
|/ / / / / / /
* | | | | | | Merge pull request #17231 from owncloud/add-missing-version-fieldMorris Jobke2015-06-291-4/+4
|\ \ \ \ \ \ \
| * | | | | | | Typehint $targetVersionLukas Reschke2015-06-291-4/+4
* | | | | | | | Merge pull request #17229 from owncloud/maintenance-plugin-testJoas Schilling2015-06-291-3/+17
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Fixing ctor calls and ctor itself to not break usage in calendar and contacts...Thomas Müller2015-06-291-1/+1