Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #16924 from owncloud/copy-recursive-polyfill | Thomas Müller | 2015-07-06 | 1 | -0/+46 |
|\ | |||||
| * | add unit tests | Robin Appelman | 2015-07-03 | 1 | -0/+46 |
* | | Merge pull request #17304 from owncloud/fix-17265 | Vincent Petry | 2015-07-06 | 1 | -0/+11 |
|\ \ | |||||
| * | | Check if response could get generated | Lukas Reschke | 2015-07-02 | 1 | -0/+11 |
* | | | 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 |
* | | | 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 |
|\ \ \ | |/ / |/| | | |||||
| * | | 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 | Lukas Reschke | 2015-06-22 | 1 | -2/+91 |
* | | | | Merge pull request #15569 from owncloud/remove-getetag-properties | Morris Jobke | 2015-07-01 | 1 | -0/+77 |
|\ \ \ \ | |||||
| * | | | | Remove unneeded getetag entries in properties table | Morris Jobke | 2015-06-25 | 1 | -0/+77 |
* | | | | | Merge pull request #17259 from owncloud/chunk-cleanupgracefulonlock | Vincent Petry | 2015-07-01 | 1 | -5/+89 |
|\ \ \ \ \ | |||||
| * | | | | | 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 |
|/ / / / / | |||||
* | | | | | Merge pull request #17189 from owncloud/files-straypartfilesonexception | Morris Jobke | 2015-06-30 | 2 | -29/+347 |
|\ \ \ \ \ | |||||
| * | | | | | 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 |
* | | | | | | 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\\ICache,... | Thomas Müller | 2015-06-29 | 1 | -0/+1 |
| |/ / / / / | |||||
* / / / / / | Do not rely on actual time in unit tests | Lukas Reschke | 2015-06-29 | 1 | -5/+5 |
|/ / / / / | |||||
* | | | | | Merge pull request #17229 from owncloud/maintenance-plugin-test | Joas Schilling | 2015-06-29 | 1 | -0/+73 |
|\ \ \ \ \ | |||||
| * | | | | | 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 | Joas Schilling | 2015-06-29 | 1 | -20/+30 |
* | | | | | | Merge pull request #17030 from owncloud/lock-posthooks | Joas Schilling | 2015-06-29 | 3 | -4/+685 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | |||||
| * | | | | | 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 |
| | |/ / / | |/| | | | |||||
* | | | | | 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 | Lukas Reschke | 2015-06-19 | 1 | -0/+2 |
* | | | | | | 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 |
| |_|/ / / |/| | | | | |||||
* | | | | | 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 | 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 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | 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 the... | Bjoern Schiessle | 2015-06-22 | 1 | -0/+39 |
* | | | | | Merge pull request #17070 from owncloud/lock-movemountbug | Vincent Petry | 2015-06-24 | 1 | -0/+91 |
|\ \ \ \ \ | |||||
| * | | | | | Fix locked paths in the moveMount case | Vincent Petry | 2015-06-24 | 1 | -0/+91 |
* | | | | | | Merge pull request #17045 from owncloud/enc_improvements | Björn Schießle | 2015-06-23 | 1 | -3/+60 |
|\ \ \ \ \ \ | |||||
| * | | | | | | 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 |
| |_|/ / / |/| | | | |