summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Fix autoloading for new google SDK libVincent Petry2016-05-242-3/+1
|
* Add new filesFrancesco Rovelli2016-05-24101-0/+228841
|
* enable autoload of lib in google storageFrancesco Rovelli2016-05-241-0/+1
|
* Update google-api-php-client from 1.0.6-beta to 1.1.7Francesco Rovelli2016-05-2433-1733/+3570
|
* Fix import path for 3rdparty dropbox autoloaderJoas Schilling2016-05-241-1/+1
| | | | We moved the file by one level
* Merge pull request #24619 from owncloud/files_external-psr4Vincent Petry2016-05-24120-182/+118
|\ | | | | Move files_external to PSR-4
| * Fix missing importsJoas Schilling2016-05-241-0/+3
| |
| * Move remaining classes to PSR-4Joas Schilling2016-05-2447-52/+47
| |
| * Move Lib\Storage to PSR-4Joas Schilling2016-05-2419-0/+0
| |
| * Move Config to PSR-4Joas Schilling2016-05-241-0/+0
| |
| * Move Lib\Backend to PSR-4Joas Schilling2016-05-2416-0/+0
| |
| * Move Lib\Auth to PSR-4Joas Schilling2016-05-2413-1/+0
| |
| * Move stuff from outside lib/ to PSR-4Joas Schilling2016-05-2449-129/+68
| |
* | Merge pull request #24682 from f4bsch/masterVincent Petry2016-05-241-2/+0
|\ \ | |/ |/| dont update search onResize
| * dont update search onResizeFabian2016-05-171-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 Petry2016-05-232-3/+21
|\ \ | | | | | | | | | | | | owncloud/lenz1111-share_download_range_requests_support Http Range requests support in downloads
| * | Http Range requests support in downloadsPiotr Filiciak2016-05-202-3/+21
| | | | | | | | | | | | Http range requests support is required for video preview
* | | Merge pull request #24559 from owncloud/2faVincent Petry2016-05-231-0/+1
|\ \ \ | | | | | | | | two factor auth
| * | | Add two factor auth to coreChristoph Wurst2016-05-231-0/+1
| | | |
* | | | Merge pull request #22690 from owncloud/fix-comments-href-remote.php-filesVincent Petry2016-05-232-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 Schiwon2016-05-202-4/+5
| | |/ / | |/| | | | | | | | | | remote.php/files
* | | | Merge pull request #24349 from owncloud/nfd-storagewrapperVincent Petry2016-05-233-14/+27
|\ \ \ \ | |_|/ / |/| | | Add wrapper for NFD encoding workaround
| * | | Fixes for encoding wrapperVincent Petry2016-05-202-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | Improved label Fixed rename/copy/moveFromStorage/copyFromStorage and added tests Improved findPathToUse algo
| * | | Add encoding wrapper as opt-in mount optionVincent Petry2016-05-203-12/+24
| | | | | | | | | | | | | | | | | | | | The encoding wrapper is now only applied when the mount option is set, disabled by default.
| * | | Add wrapper for NFD encoding workaroundVincent Petry2016-05-201-1/+1
| | | |
* | | | Merge pull request #24514 from owncloud/federation-psr4Vincent Petry2016-05-2323-11/+21
|\ \ \ \ | | | | | | | | | | Move federation app to PSR-4
| * | | | Fix errors in the testsJoas Schilling2016-05-195-10/+20
| | | | |
| * | | | Move federation tests to PSR-4Joas Schilling2016-05-1910-4/+4
| | | | |
| * | | | Move federation code to PSR-4Joas Schilling2016-05-1913-1/+1
| | | | |
* | | | | Merge pull request #24603 from owncloud/federated_reshareVincent Petry2016-05-2321-453/+1524
|\ \ \ \ \ | | | | | | | | | | | | flat federated re-share
| * | | | | remove reshares and the mapping in the federated_reshares table on unshare ↵Björn Schießle2016-05-201-1/+34
| | | | | | | | | | | | | | | | | | | | | | | | from self
| * | | | | add missung return valueBjörn Schießle2016-05-201-3/+4
| | | | | |
| * | | | | improved error messagesBjörn Schießle2016-05-203-21/+27
| | | | | |
| * | | | | move motifier from the files_sharing app to the federatedfilessharing appBjörn Schießle2016-05-203-13/+18
| | | | | |
| * | | | | fall back to old re-sharing behaviour in case the remote server doesn't ↵Björn Schießle2016-05-202-35/+70
| | | | | | | | | | | | | | | | | | | | | | | | support flat-reshares
| * | | | | update share permissionsBjörn Schießle2016-05-203-12/+56
| | | | | |
| * | | | | use share initiator as fall back to access the fileBjörn Schießle2016-05-205-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 lockBjörn Schießle2016-05-201-0/+1
| | | | | |
| * | | | | create re-share by owner and propagate unshare and unshare-from self requestBjörn Schießle2016-05-2014-124/+774
| | | | | | | | | | | | | | | | | | | | | | | | correctly accross share owner and share initiator
| * | | | | use query builder for getShare and add testsBjörn Schießle2016-05-202-10/+99
| | | | | |
| * | | | | move request handler for federated shares to the federated sharing appBjörn Schießle2016-05-203-10/+155
| | |_|/ / | |/| | |
* | | | | Fix unit testsJoas Schilling2016-05-233-30/+37
| | | | |
* | | | | Make the root collection neutral so it does not only work for filesJoas Schilling2016-05-234-30/+47
| | | | |
* | | | | Remove unused UserFolderJoas Schilling2016-05-232-15/+5
| | | | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-05-2318-0/+34
| | | | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-05-2268-136/+148
| | | | |
* | | | | Merge pull request #24307 from owncloud/systemtags-perminterfaceVincent Petry2016-05-2114-363/+685
|\ \ \ \ \ | | | | | | | | | | | | Add interface methods for permission check for system tags
| * | | | | Rename "not-assignble" to "restricted"Vincent Petry2016-05-201-1/+1
| | | | | |
| * | | | | Adjust DAV SystemTagPlugin unit tests for groupsVincent Petry2016-05-202-79/+244
| | | | | |
| * | | | | Fix system tags DAV plugin testsVincent Petry2016-05-201-50/+20
| | | | | |