Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | Correct wording | Lukas Reschke | 2015-07-02 | 1 | -1/+1 | |
| * | | | | | | | | Add missing type annotations | Lukas Reschke | 2015-07-02 | 1 | -10/+37 | |
* | | | | | | | | | Merge pull request #17345 from owncloud/app-code-check-search | Lukas Reschke | 2015-07-03 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | ||||||
| * | | | | | | | | [app code check] add OC_Search_Provider and _Result | Morris Jobke | 2015-07-02 | 1 | -0/+2 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #17291 from owncloud/mount-manager-public | Vincent Petry | 2015-07-03 | 3 | -5/+17 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
| * | | | | | | | fix typehinting | Robin Appelman | 2015-07-01 | 1 | -2/+3 | |
| * | | | | | | | expose the mount manager in the public api | Robin Appelman | 2015-07-01 | 3 | -3/+14 | |
* | | | | | | | | Merge pull request #17327 from owncloud/fix_index | Morris Jobke | 2015-07-02 | 2 | -2/+4 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | call post_addToGroup als for class OC_User because sharing and LDAP are using... | Bjoern Schiessle | 2015-07-02 | 1 | -0/+2 | |
| * | | | | | | | owner is stored as 'uid_owner', not as 'owner' in the oc_share table | Bjoern Schiessle | 2015-07-02 | 1 | -2/+2 | |
| | |_|_|/ / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #17077 from owncloud/files-scan-absolute-path | Morris Jobke | 2015-07-02 | 2 | -5/+10 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | handle invalid results from mount providers | Robin Appelman | 2015-06-29 | 1 | -1/+4 | |
| * | | | | | | | add unit test | Robin Appelman | 2015-06-29 | 1 | -2/+5 | |
| * | | | | | | | fix getting mount points when passing a path to the files:scan command | Robin Appelman | 2015-06-29 | 1 | -3/+2 | |
* | | | | | | | | Delete OCS ID from DB if none is specified | Lukas Reschke | 2015-07-02 | 1 | -0/+2 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | Merge pull request #17252 from owncloud/fix-php-errors-in-app-description | Morris Jobke | 2015-07-01 | 1 | -15/+19 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Only do the description kung-fu on strings - fixes #17028 | Thomas Müller | 2015-07-01 | 1 | -15/+19 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Only delete part file on error if it is really a part file | Vincent Petry | 2015-07-01 | 1 | -2/+6 | |
* | | | | | | | Clean up part file only once, not twice on error | Vincent Petry | 2015-07-01 | 1 | -2/+2 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #17088 from owncloud/add-verbosity-to-upgrade | Morris Jobke | 2015-07-01 | 1 | -0/+6 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | [upgrade] add verbosity check and show repair info & steps | Morris Jobke | 2015-06-24 | 1 | -0/+6 | |
* | | | | | | | Merge pull request #17093 from owncloud/upgrade-timestamp | Morris Jobke | 2015-07-01 | 1 | -0/+107 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Use a OutputFormatter instead of hacking into writeln() | Joas Schilling | 2015-06-24 | 1 | -0/+107 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #17078 from owncloud/fix-initial-server-host | Morris Jobke | 2015-07-01 | 1 | -6/+5 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix undefined offset | Lukas Reschke | 2015-06-22 | 1 | -6/+5 | |
* | | | | | | | | Merge pull request #16406 from owncloud/enc-strlenperffix | Morris Jobke | 2015-07-01 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Small perf tweak in strlen loop | Vincent Petry | 2015-05-18 | 1 | -1/+1 | |
* | | | | | | | | | Merge pull request #15569 from owncloud/remove-getetag-properties | Morris Jobke | 2015-07-01 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Remove unneeded getetag entries in properties table | Morris Jobke | 2015-06-25 | 1 | -0/+2 | |
* | | | | | | | | | | Merge pull request #17224 from owncloud/webdav-handle-ServerNotAvailableExcep... | Vincent Petry | 2015-07-01 | 1 | -15/+29 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Avoid namespace clash | Thomas Müller | 2015-06-30 | 1 | -5/+4 | |
| * | | | | | | | | | | Adding exception handling for ServerNotAvailableException - refs #17192 | Thomas Müller | 2015-06-30 | 1 | -18/+33 | |
* | | | | | | | | | | | Merge pull request #17259 from owncloud/chunk-cleanupgracefulonlock | Vincent Petry | 2015-07-01 | 1 | -3/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Do not try clearing locked files in cache folder | Vincent Petry | 2015-06-30 | 1 | -3/+10 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Use UTF-8 mode for preg_split and preg_replace | Lukas Reschke | 2015-07-01 | 1 | -2/+3 | |
* | | | | | | | | | | | Merge pull request #17256 from owncloud/locking-disablecallbackwrapperwhendis... | Vincent Petry | 2015-06-30 | 1 | -1/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Do not set callback wrapper when locking is disabled | Vincent Petry | 2015-06-30 | 1 | -1/+4 | |
* | | | | | | | | | | | | Merge pull request #17225 from owncloud/fix_12106 | Björn Schießle | 2015-06-30 | 1 | -3/+19 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | if it is a mount point we need to get the path from the mount manager | Bjoern Schiessle | 2015-06-30 | 1 | -3/+19 | |
* | | | | | | | | | | | | Merge pull request #17251 from owncloud/issue-17247-filesize-stat-failed-for-... | Vincent Petry | 2015-06-30 | 1 | -2/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Perform the filesize only when the file exists | Joas Schilling | 2015-06-30 | 1 | -2/+6 | |
| | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge pull request #17189 from owncloud/files-straypartfilesonexception | Morris Jobke | 2015-06-30 | 2 | -32/+69 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Unlock first path on rename if second path is locked | Vincent Petry | 2015-06-29 | 1 | -1/+6 | |
| * | | | | | | | | | | | Cleanup part file after upload exception | Vincent Petry | 2015-06-29 | 1 | -31/+63 | |
* | | | | | | | | | | | | Merge pull request #17249 from owncloud/file-cache-is-a-icache | Joas Schilling | 2015-06-30 | 1 | -1/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Fixing "ImportController::__construct() must implement interface OCP\\ICache,... | Thomas Müller | 2015-06-29 | 1 | -1/+4 | |
| |/ / / / / / / / / / / | ||||||
* / / / / / / / / / / / | Fix class name conflict | Vincent Petry | 2015-06-29 | 1 | -3/+2 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge pull request #17231 from owncloud/add-missing-version-field | Morris Jobke | 2015-06-29 | 1 | -4/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Typehint $targetVersion | Lukas Reschke | 2015-06-29 | 1 | -4/+4 | |
* | | | | | | | | | | | | Merge pull request #17229 from owncloud/maintenance-plugin-test | Joas Schilling | 2015-06-29 | 1 | -3/+17 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | |