Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-04 | 66 | -72/+8 |
* | Merge pull request #17378 from owncloud/kill-more-legacy-classes | Morris Jobke | 2015-07-03 | 53 | -555/+184 |
|\ | |||||
| * | 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 | 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 |
|\ \ | |||||
| * | | 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 |
|\ \ | |||||
| * | | Depreatace OC_Util::getUrlContent | Roeland Jago Douma | 2015-05-18 | 1 | -0/+1 |
| * | | 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 | Vincent Petry | 2015-07-03 | 1 | -0/+0 |
|/ / | |||||
* | | Merge pull request #17365 from owncloud/update-ref | Thomas Müller | 2015-07-03 | 1 | -0/+0 |
|\ \ | |||||
| * | | 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 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 |
|\ \ \ \ | |||||
| * | | | | fix wording | Morris Jobke | 2015-07-03 | 2 | -2/+2 |
| * | | | | Correct wording | Lukas Reschke | 2015-07-02 | 2 | -2/+2 |
| * | | | | 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() | Morris Jobke | 2015-04-21 | 1 | -12/+0 |
* | | | | | 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 #17349 from owncloud/share-onlyshowstaticownerifavailable | Morris Jobke | 2015-07-03 | 2 | -1/+18 |
|\ \ \ \ \ | |||||
| * | | | | | Do not show static share owner if not available | Vincent Petry | 2015-07-02 | 2 | -1/+18 |
| |/ / / / | |||||
* | | | | | Merge pull request #17291 from owncloud/mount-manager-public | Vincent Petry | 2015-07-03 | 5 | -5/+127 |
|\ \ \ \ \ | |||||
| * | | | | | 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 |
|\ \ \ \ \ \ | |||||
| * | | | | | | 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 #17353 from owncloud/apps-keepgloballist | Lukas Reschke | 2015-07-02 | 2 | -2/+29 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | 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 | 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 | 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" | 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 |
|\ \ \ \ \ \ \ |