Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix autoloading for new google SDK lib | Vincent Petry | 2016-05-24 | 2 | -3/+1 |
| | |||||
* | Add new files | Francesco Rovelli | 2016-05-24 | 101 | -0/+228841 |
| | |||||
* | enable autoload of lib in google storage | Francesco Rovelli | 2016-05-24 | 1 | -0/+1 |
| | |||||
* | Update google-api-php-client from 1.0.6-beta to 1.1.7 | Francesco Rovelli | 2016-05-24 | 33 | -1733/+3570 |
| | |||||
* | Fix import path for 3rdparty dropbox autoloader | Joas Schilling | 2016-05-24 | 1 | -1/+1 |
| | | | | We moved the file by one level | ||||
* | Merge pull request #24619 from owncloud/files_external-psr4 | Vincent Petry | 2016-05-24 | 120 | -182/+118 |
|\ | | | | | Move files_external to PSR-4 | ||||
| * | Fix missing imports | Joas Schilling | 2016-05-24 | 1 | -0/+3 |
| | | |||||
| * | Move remaining classes to PSR-4 | Joas Schilling | 2016-05-24 | 47 | -52/+47 |
| | | |||||
| * | Move Lib\Storage to PSR-4 | Joas Schilling | 2016-05-24 | 19 | -0/+0 |
| | | |||||
| * | Move Config to PSR-4 | Joas Schilling | 2016-05-24 | 1 | -0/+0 |
| | | |||||
| * | Move Lib\Backend to PSR-4 | Joas Schilling | 2016-05-24 | 16 | -0/+0 |
| | | |||||
| * | Move Lib\Auth to PSR-4 | Joas Schilling | 2016-05-24 | 13 | -1/+0 |
| | | |||||
| * | Move stuff from outside lib/ to PSR-4 | Joas Schilling | 2016-05-24 | 49 | -129/+68 |
| | | |||||
* | | Merge pull request #24682 from f4bsch/master | Vincent Petry | 2016-05-24 | 1 | -2/+0 |
|\ \ | |/ |/| | dont update search onResize | ||||
| * | dont update search onResize | Fabian | 2016-05-17 | 1 | -2/+0 |
| | | | | | | this.updateSearch() sets the current file list instance and clears the box. This is unnecessary and makes the search box unsuable on some mobile devices where a keyboard fade-in causes a onResize trigger, which would then clear and blur the box. | ||||
* | | Merge pull request #24750 from ↵ | Vincent Petry | 2016-05-23 | 2 | -3/+21 |
|\ \ | | | | | | | | | | | | | owncloud/lenz1111-share_download_range_requests_support Http Range requests support in downloads | ||||
| * | | Http Range requests support in downloads | Piotr Filiciak | 2016-05-20 | 2 | -3/+21 |
| | | | | | | | | | | | | Http range requests support is required for video preview | ||||
* | | | Merge pull request #24559 from owncloud/2fa | Vincent Petry | 2016-05-23 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | two factor auth | ||||
| * | | | Add two factor auth to core | Christoph Wurst | 2016-05-23 | 1 | -0/+1 |
| | | | | |||||
* | | | | Merge pull request #22690 from owncloud/fix-comments-href-remote.php-files | Vincent Petry | 2016-05-23 | 2 | -4/+5 |
|\ \ \ \ | | | | | | | | | | | ensure comments-href returns a value also when propfind is done again… | ||||
| * | | | | ensure comments-href returns a value also when propfind is done against ↵ | Arthur Schiwon | 2016-05-20 | 2 | -4/+5 |
| | |/ / | |/| | | | | | | | | | | remote.php/files | ||||
* | | | | Merge pull request #24349 from owncloud/nfd-storagewrapper | Vincent Petry | 2016-05-23 | 3 | -14/+27 |
|\ \ \ \ | |_|/ / |/| | | | Add wrapper for NFD encoding workaround | ||||
| * | | | Fixes for encoding wrapper | Vincent Petry | 2016-05-20 | 2 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | Improved label Fixed rename/copy/moveFromStorage/copyFromStorage and added tests Improved findPathToUse algo | ||||
| * | | | Add encoding wrapper as opt-in mount option | Vincent Petry | 2016-05-20 | 3 | -12/+24 |
| | | | | | | | | | | | | | | | | | | | | The encoding wrapper is now only applied when the mount option is set, disabled by default. | ||||
| * | | | Add wrapper for NFD encoding workaround | Vincent Petry | 2016-05-20 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #24514 from owncloud/federation-psr4 | Vincent Petry | 2016-05-23 | 23 | -11/+21 |
|\ \ \ \ | | | | | | | | | | | Move federation app to PSR-4 | ||||
| * | | | | Fix errors in the tests | Joas Schilling | 2016-05-19 | 5 | -10/+20 |
| | | | | | |||||
| * | | | | Move federation tests to PSR-4 | Joas Schilling | 2016-05-19 | 10 | -4/+4 |
| | | | | | |||||
| * | | | | Move federation code to PSR-4 | Joas Schilling | 2016-05-19 | 13 | -1/+1 |
| | | | | | |||||
* | | | | | Merge pull request #24603 from owncloud/federated_reshare | Vincent Petry | 2016-05-23 | 21 | -453/+1524 |
|\ \ \ \ \ | | | | | | | | | | | | | flat federated re-share | ||||
| * | | | | | remove reshares and the mapping in the federated_reshares table on unshare ↵ | Björn Schießle | 2016-05-20 | 1 | -1/+34 |
| | | | | | | | | | | | | | | | | | | | | | | | | from self | ||||
| * | | | | | add missung return value | Björn Schießle | 2016-05-20 | 1 | -3/+4 |
| | | | | | | |||||
| * | | | | | improved error messages | Björn Schießle | 2016-05-20 | 3 | -21/+27 |
| | | | | | | |||||
| * | | | | | move motifier from the files_sharing app to the federatedfilessharing app | Björn Schießle | 2016-05-20 | 3 | -13/+18 |
| | | | | | | |||||
| * | | | | | fall back to old re-sharing behaviour in case the remote server doesn't ↵ | Björn Schießle | 2016-05-20 | 2 | -35/+70 |
| | | | | | | | | | | | | | | | | | | | | | | | | support flat-reshares | ||||
| * | | | | | update share permissions | Björn Schießle | 2016-05-20 | 3 | -12/+56 |
| | | | | | | |||||
| * | | | | | use share initiator as fall back to access the file | Björn Schießle | 2016-05-20 | 5 | -10/+72 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in case of federated re-shares the owner can be a remote user. Therefore we can't always use to owner to access the local file | ||||
| * | | | | | close cursor after select to avoid db lock | Björn Schießle | 2016-05-20 | 1 | -0/+1 |
| | | | | | | |||||
| * | | | | | create re-share by owner and propagate unshare and unshare-from self request | Björn Schießle | 2016-05-20 | 14 | -124/+774 |
| | | | | | | | | | | | | | | | | | | | | | | | | correctly accross share owner and share initiator | ||||
| * | | | | | use query builder for getShare and add tests | Björn Schießle | 2016-05-20 | 2 | -10/+99 |
| | | | | | | |||||
| * | | | | | move request handler for federated shares to the federated sharing app | Björn Schießle | 2016-05-20 | 3 | -10/+155 |
| | |_|/ / | |/| | | | |||||
* | | | | | Fix unit tests | Joas Schilling | 2016-05-23 | 3 | -30/+37 |
| | | | | | |||||
* | | | | | Make the root collection neutral so it does not only work for files | Joas Schilling | 2016-05-23 | 4 | -30/+47 |
| | | | | | |||||
* | | | | | Remove unused UserFolder | Joas Schilling | 2016-05-23 | 2 | -15/+5 |
| | | | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-23 | 18 | -0/+34 |
| | | | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-22 | 68 | -136/+148 |
| | | | | | |||||
* | | | | | Merge pull request #24307 from owncloud/systemtags-perminterface | Vincent Petry | 2016-05-21 | 14 | -363/+685 |
|\ \ \ \ \ | | | | | | | | | | | | | Add interface methods for permission check for system tags | ||||
| * | | | | | Rename "not-assignble" to "restricted" | Vincent Petry | 2016-05-20 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Adjust DAV SystemTagPlugin unit tests for groups | Vincent Petry | 2016-05-20 | 2 | -79/+244 |
| | | | | | | |||||
| * | | | | | Fix system tags DAV plugin tests | Vincent Petry | 2016-05-20 | 1 | -50/+20 |
| | | | | | |