Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix unit test | Thomas Müller | 2015-07-03 | 1 | -1/+0 |
| | |||||
* | Remove OC_Appconfig | Thomas Müller | 2015-07-03 | 1 | -16/+16 |
| | |||||
* | Remove OC_Log | Thomas Müller | 2015-07-03 | 1 | -1/+1 |
| | |||||
* | Remove file mapper - was only use in Windows and never worked properly | Thomas Müller | 2015-07-03 | 4 | -190/+0 |
| | |||||
* | fix wording | Morris Jobke | 2015-07-03 | 1 | -1/+1 |
| | |||||
* | Correct wording | Lukas Reschke | 2015-07-02 | 1 | -1/+1 |
| | | | | If a max version of 8.0.1 has been specified the message should indicate that 8.0.1 is also supported. | ||||
* | Add missing type annotations | Lukas Reschke | 2015-07-02 | 1 | -0/+25 |
| | |||||
* | Merge pull request #17077 from owncloud/files-scan-absolute-path | Morris Jobke | 2015-07-02 | 1 | -0/+43 |
|\ | | | | | fix getting mount points when passing a path to the files:scan command | ||||
| * | add unit test | Robin Appelman | 2015-06-29 | 1 | -0/+43 |
| | | |||||
* | | Only do the description kung-fu on strings - fixes #17028 | Thomas Müller | 2015-07-01 | 1 | -0/+4 |
| | | |||||
* | | Merge pull request #17078 from owncloud/fix-initial-server-host | Morris Jobke | 2015-07-01 | 1 | -2/+91 |
|\ \ | | | | | | | Fix undefined offset | ||||
| * | | Fix undefined offset | Lukas Reschke | 2015-06-22 | 1 | -2/+91 |
| | | | | | | | | | | | | There are cases where no trusted host is specified such as when installing the instance, this lead to an undefined offset warning in the log right after installing. (when another domain than localhost or 127.0.0.1 was used) | ||||
* | | | Merge pull request #15569 from owncloud/remove-getetag-properties | Morris Jobke | 2015-07-01 | 1 | -0/+77 |
|\ \ \ | | | | | | | | | Remove unneeded getetag entries in properties table | ||||
| * | | | Remove unneeded getetag entries in properties table | Morris Jobke | 2015-06-25 | 1 | -0/+77 |
| | | | | | | | | | | | | | | | | * fixes #13281 | ||||
* | | | | Merge pull request #17259 from owncloud/chunk-cleanupgracefulonlock | Vincent Petry | 2015-07-01 | 1 | -5/+89 |
|\ \ \ \ | | | | | | | | | | | Do not try clearing locked files in cache folder | ||||
| * | | | | Test for chunk cache garbage collection | Vincent Petry | 2015-06-30 | 1 | -5/+89 |
| | | | | | |||||
* | | | | | Use UTF-8 mode for preg_split and preg_replace | Lukas Reschke | 2015-07-01 | 1 | -2/+8 |
|/ / / / | | | | | | | | | | | | | | | | | | | | | Otherwise a single application with a description containing a non compliant character can break the whole ownCloud appstore. This is for example https://apps.owncloud.com/content/show.php?content=149553 Fixes https://github.com/owncloud/core/issues/17101#issuecomment-117365224 | ||||
* | | | | Merge pull request #17189 from owncloud/files-straypartfilesonexception | Morris Jobke | 2015-06-30 | 2 | -29/+347 |
|\ \ \ \ | | | | | | | | | | | Cleanup part file after upload exception | ||||
| * | | | | Unlock first path on rename if second path is locked | Vincent Petry | 2015-06-29 | 1 | -0/+33 |
| | | | | | |||||
| * | | | | Cleanup part file after upload exception | Vincent Petry | 2015-06-29 | 1 | -29/+314 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added unit tests for checking for stray part files. Convert exception to sabre exception in upload put method. Also added unit test for exception mapping, which also indirectly tests that the part file is being deleted on exception. This applies to both chunking and non-chunking mode. Added some unit tests for chunk upload. | ||||
* | | | | | Merge pull request #17249 from owncloud/file-cache-is-a-icache | Joas Schilling | 2015-06-30 | 1 | -0/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Fixing "ImportController::__construct() must implement interface OCP\… | ||||
| * | | | | | Fixing "ImportController::__construct() must implement interface ↵ | Thomas Müller | 2015-06-29 | 1 | -0/+1 |
| |/ / / / | | | | | | | | | | | | | | | | OCP\\ICache, instance of OC\\Cache\\File given" | ||||
* / / / / | Do not rely on actual time in unit tests | Lukas Reschke | 2015-06-29 | 1 | -5/+5 |
|/ / / / | | | | | | | | | | | | | Ref https://github.com/owncloud/core/pull/17238#issuecomment-116724055 | ||||
* | | | | Merge pull request #17229 from owncloud/maintenance-plugin-test | Joas Schilling | 2015-06-29 | 1 | -0/+73 |
|\ \ \ \ | | | | | | | | | | | Unit tests added for MaintenancePlugin | ||||
| * | | | | Unit tests added for MaintenancePlugin | Thomas Müller | 2015-06-29 | 1 | -0/+73 |
| | | | | | |||||
* | | | | | Merge pull request #17222 from owncloud/issue-17101-send-oc-version-to-app-store | Lukas Reschke | 2015-06-29 | 1 | -20/+30 |
|\ \ \ \ \ | |/ / / / |/| | | | | Send OC version to appstore so it can reply with the right links | ||||
| * | | | | Send OC version to appstore so it can reply with the right links | Joas Schilling | 2015-06-29 | 1 | -20/+30 |
| | | | | | |||||
* | | | | | Merge pull request #17030 from owncloud/lock-posthooks | Joas Schilling | 2015-06-29 | 3 | -4/+685 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | Keep shared lock for post-hooks | ||||
| * | | | | Remove test-specific method to make Bjoern and Joas happy | Vincent Petry | 2015-06-26 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Release locks after class in tests | Vincent Petry | 2015-06-25 | 1 | -0/+8 |
| | | | | | |||||
| * | | | | Keep shared locks in post hooks | Vincent Petry | 2015-06-25 | 3 | -4/+677 |
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of unlocking after the file operation, change exclusive locks back to shared locks during post hooks, and unlock after that. Also added unit tests to test locking in pre-hooks, during operation and post-hooks. | ||||
* | | | | Merge pull request #17050 from owncloud/request-status-from-ocs | Lukas Reschke | 2015-06-29 | 1 | -0/+2 |
|\ \ \ \ | | | | | | | | | | | Request approved state for disabled apps with ocsid | ||||
| * | | | | Request approved state for disabled apps with ocsid | Lukas Reschke | 2015-06-19 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In case an application gets disabled the level is set to "experimental" if it does not contain a `shipped` tag. This can for example be reproduced by installing the documents app from the appstore and then disabling it. Or cloning an app from git. With this change the controller will now load the level of the application from the appstore if a valid OCSID has been provided. Fixes https://github.com/owncloud/core/issues/17003 | ||||
* | | | | | Build base URL | Lukas Reschke | 2015-06-28 | 1 | -5/+13 |
| | | | | | |||||
* | | | | | Use new updater URL + add unit tests | Lukas Reschke | 2015-06-28 | 1 | -73/+305 |
| |_|/ / |/| | | | | | | | | | | | Uses the new updater url "https://updates.owncloud.com/server/" | ||||
* | | | | Merge pull request #17191 from owncloud/issue-17188-group-share-part-file | Thomas Müller | 2015-06-26 | 1 | -8/+18 |
|\ \ \ \ | | | | | | | | | | | Correctly check if the real file exists, otherwise try the part file | ||||
| * | | | | Correctly check if the real file exists, otherwise try the part file | Joas Schilling | 2015-06-26 | 1 | -8/+18 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #17008 from owncloud/fix-17006 | Björn Schießle | 2015-06-26 | 2 | -26/+76 |
|\ \ \ \ | |/ / / |/| | | | Improve splitting of username and remote adress when username contains an `@` | ||||
| * | | | Use \OC\HintException and translate the hint | Joas Schilling | 2015-06-22 | 2 | -1/+30 |
| | | | | |||||
| * | | | Merge spliteUserRemote with fixRemoteUrlInShareWith | Joas Schilling | 2015-06-22 | 1 | -49/+31 |
| | | | | |||||
| * | | | make sure that we split username and server address at the first '@' from ↵ | Bjoern Schiessle | 2015-06-22 | 1 | -0/+39 |
| | | | | | | | | | | | | | | | | the right to allow usernames containing '@' | ||||
* | | | | Merge pull request #17070 from owncloud/lock-movemountbug | Vincent Petry | 2015-06-24 | 1 | -0/+91 |
|\ \ \ \ | | | | | | | | | | | Lock correct paths when moving mount | ||||
| * | | | | Fix locked paths in the moveMount case | Vincent Petry | 2015-06-24 | 1 | -0/+91 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When moving a mount point directly, the lock must be applied on the local mount point path instead of the attached storage root. Other operations will still lock the attached storage root. | ||||
* | | | | | Merge pull request #17045 from owncloud/enc_improvements | Björn Schießle | 2015-06-23 | 1 | -3/+60 |
|\ \ \ \ \ | | | | | | | | | | | | | encryption improvements | ||||
| * | | | | | make sure that we always read the header from the original file | Bjoern Schiessle | 2015-06-23 | 1 | -3/+60 |
| | |_|/ / | |/| | | | |||||
* | | | | | Make an assertion in risky test testGetNodeForPathRoot | Joas Schilling | 2015-06-22 | 1 | -1/+2 |
| |_|/ / |/| | | | |||||
* | | | | Merge pull request #12546 from oparoz/patch-1 | Björn Schießle | 2015-06-22 | 1 | -0/+20 |
|\ \ \ \ | |_|/ / |/| | | | Send the mime icon if we can't generate a preview | ||||
| * | | | Remove unneeded returns from private cropping methods | Olivier Paroz | 2015-06-19 | 1 | -4/+3 |
| | | | | |||||
| * | | | Move media type icon preview creation to its own method | Olivier Paroz | 2015-06-18 | 1 | -0/+21 |
| | | | | |||||
* | | | | Merge pull request #16657 from owncloud/view-emit-path | Thomas Müller | 2015-06-22 | 1 | -0/+29 |
|\ \ \ \ | | | | | | | | | | | emit hooks from a view as long as the path is inside the default root |