Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #17378 from owncloud/kill-more-legacy-classes | Morris Jobke | 2015-07-03 | 53 | -555/+184 |
|\ | | | | | Kill more legacy classes | ||||
| * | Fix unit test | Thomas Müller | 2015-07-03 | 1 | -1/+0 |
| | | |||||
| * | Fixing unit test execution | Thomas Müller | 2015-07-03 | 2 | -4/+3 |
| | | |||||
| * | Remove OC_Appconfig | Thomas Müller | 2015-07-03 | 7 | -172/+41 |
| | | |||||
| * | Remove OC_Log | Thomas Müller | 2015-07-03 | 45 | -209/+142 |
| | | |||||
| * | Remove legacy search classes | Thomas Müller | 2015-07-03 | 4 | -171/+0 |
|/ | |||||
* | Merge pull request #17379 from owncloud/kill-file-mapper | Vincent Petry | 2015-07-03 | 7 | -1240/+282 |
|\ | | | | | Remove file mapper - was only use in Windows and never worked properly | ||||
| * | Remove file mapper - was only use in Windows and never worked properly | Thomas Müller | 2015-07-03 | 7 | -1240/+282 |
| | | |||||
* | | Merge pull request #16923 from owncloud/flysystem-base | Thomas Müller | 2015-07-03 | 1 | -0/+243 |
|\ \ | | | | | | | Flysystem base adapter | ||||
| * | | also dont download existing on fopen when using w+ and wb+ | Robin Appelman | 2015-07-03 | 1 | -2/+2 |
| | | | |||||
| * | | add phpdoc | Robin Appelman | 2015-07-03 | 1 | -0/+55 |
| | | | |||||
| * | | add flysystem adapater | Robin Appelman | 2015-07-03 | 1 | -0/+188 |
| |/ | |||||
* | | Merge pull request #15470 from rullzer/files_sharing_getUrlContent | Vincent Petry | 2015-07-03 | 2 | -51/+57 |
|\ \ | | | | | | | Move away from private static function OC_Util::getUrlContent | ||||
| * | | Depreatace OC_Util::getUrlContent | Roeland Jago Douma | 2015-05-18 | 1 | -0/+1 |
| | | | | | | | | | | | | It is just a wrapper and the other functions are deprecated already | ||||
| * | | Move away from private static deprecated functio | Roeland Jago Douma | 2015-05-18 | 1 | -51/+56 |
| | | | |||||
* | | | Merge pull request #17382 from owncloud/remove-bogus-testresult | Thomas Müller | 2015-07-03 | 1 | -0/+0 |
|\ \ \ | |_|/ |/| | | Remove bogus test result | ||||
| * | | Remove bogus test result | Vincent Petry | 2015-07-03 | 1 | -0/+0 |
|/ / | | | | | | | | | This file was created during a bogus test run that created files in the wrong location, and was checked in by mistake. | ||||
* | | Merge pull request #17365 from owncloud/update-ref | Thomas Müller | 2015-07-03 | 1 | -0/+0 |
|\ \ | | | | | | | Update reference to include newest php-parser | ||||
| * | | Update reference to include newest php-parser | Lukas Reschke | 2015-07-03 | 1 | -0/+0 |
| | | | |||||
* | | | Merge pull request #17140 from owncloud/trashbin_occ | Björn Schießle | 2015-07-03 | 3 | -0/+339 |
|\ \ \ | | | | | | | | | add occ command to remove deleted files | ||||
| * | | | add occ command to trashbin to remove deleted files | Bjoern Schiessle | 2015-06-24 | 3 | -0/+339 |
| | | | | |||||
* | | | | Merge pull request #17348 from owncloud/fix-lower-than | Morris Jobke | 2015-07-03 | 2 | -12/+64 |
|\ \ \ \ | | | | | | | | | | | Correct lower than wording | ||||
| * | | | | fix wording | Morris Jobke | 2015-07-03 | 2 | -2/+2 |
| | | | | | |||||
| * | | | | Correct wording | Lukas Reschke | 2015-07-02 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | 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 | 2 | -10/+62 |
| | | | | | |||||
* | | | | | Merge pull request #15663 from owncloud/remove-ocp-app-register | Thomas Müller | 2015-07-03 | 1 | -12/+0 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Remove \OCP\App::register() | ||||
| * | | | | Remove \OCP\App::register() | Morris Jobke | 2015-04-21 | 1 | -12/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This method can be removed. This isn't used anymore since 4.5.0. It's deprecated since mid 2012 https://github.com/owncloud/core/commit/e4679770c4d85896bef3e81125e86e272bb6cd64 It doesn't do anything since mid 2012 https://github.com/owncloud/core/commit/8a92cd21d6768fc27c4892583bef327da9a7e5f4 | ||||
* | | | | | 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 | ||||
| * | | | | | [app code check] add OC_Search_Provider and _Result | Morris Jobke | 2015-07-02 | 1 | -0/+2 |
| | |/ / / | |/| | | | | | | | | | | | | | Thanks to @libasys for noticing this. | ||||
* | | | | | Merge pull request #17349 from owncloud/share-onlyshowstaticownerifavailable | Morris Jobke | 2015-07-03 | 2 | -1/+18 |
|\ \ \ \ \ | | | | | | | | | | | | | Do not show static share owner if not available | ||||
| * | | | | | Do not show static share owner if not available | Vincent Petry | 2015-07-02 | 2 | -1/+18 |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In some corner cases, an outgoing share exists but sharing is not allowed for the current user. This would cause the file list to break because the static text could not be rendered as the owner was undefined. | ||||
* | | | | | Merge pull request #17291 from owncloud/mount-manager-public | Vincent Petry | 2015-07-03 | 5 | -5/+127 |
|\ \ \ \ \ | | | | | | | | | | | | | expose the mount manager in the public api | ||||
| * | | | | | fix typehinting | Robin Appelman | 2015-07-01 | 1 | -2/+3 |
| | | | | | | |||||
| * | | | | | phpdoc | Robin Appelman | 2015-07-01 | 1 | -0/+21 |
| | | | | | | |||||
| * | | | | | expose the mount manager in the public api | Robin Appelman | 2015-07-01 | 5 | -3/+103 |
| | | | | | | |||||
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-03 | 34 | -18/+132 |
| | | | | | | |||||
* | | | | | | Merge pull request #17327 from owncloud/fix_index | Morris Jobke | 2015-07-02 | 2 | -2/+4 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | owner is stored as 'uid_owner', not as 'owner' in the oc_share table | ||||
| * | | | | | | call post_addToGroup als for class OC_User because sharing and LDAP are ↵ | Bjoern Schiessle | 2015-07-02 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | using this class. Minimal approach to fix #16740 | ||||
| * | | | | | | 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 #17353 from owncloud/apps-keepgloballist | Lukas Reschke | 2015-07-02 | 2 | -2/+29 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix global app list state | ||||
| * | | | | | | | Unit test for app list | Vincent Petry | 2015-07-02 | 1 | -0/+26 |
| | | | | | | | | |||||
| * | | | | | | | Fix global app list state | Vincent Petry | 2015-07-02 | 1 | -2/+3 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | Merge pull request #17159 from owncloud/fix-duplicate-id | Morris Jobke | 2015-07-02 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | remove duplicate ID in HTML template for public shares | ||||
| * | | | | | | | remove duplicate ID in HTML template for public shares | Morris Jobke | 2015-06-25 | 1 | -1/+1 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #17343 from owncloud/share-disablepluginwhennocoreshare | Morris Jobke | 2015-07-02 | 1 | -0/+4 |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | Do not register JS share plugin if core sharing API is disabled | ||||
| * | | | | | | | Do not register JS share plugin if core sharing API is disabled | Vincent Petry | 2015-07-02 | 1 | -0/+4 |
|/ / / / / / / | |||||
* | | | | | | | Merge pull request #17328 from owncloud/revert-15363-ext-ocp | Thomas Müller | 2015-07-02 | 9 | -70/+49 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Revert "Use OCP classes as much as possible in files_external" | ||||
| * | | | | | | | Revert "Use OCP classes as much as possible in files_external" | Thomas Müller | 2015-07-02 | 9 | -70/+49 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge pull request #17077 from owncloud/files-scan-absolute-path | Morris Jobke | 2015-07-02 | 4 | -8/+58 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | fix getting mount points when passing a path to the files:scan command | ||||
| * | | | | | | | handle invalid results from mount providers | Robin Appelman | 2015-06-29 | 1 | -1/+4 |
| | | | | | | | |