summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Throw StorageNotAvailable if propfind on root failedVincent Petry2015-07-131-1/+5
* Strip public webdav info about sharing and mount pointsVincent Petry2015-07-131-2/+16
* Merge pull request #17481 from rullzer/mimetype-listMorris Jobke2015-07-133-202/+12
|\
| * Move to OC::$configDifRoeland Jago Douma2015-07-101-3/+3
| * Move mimetypemapping.json to mimetypemapping.dist.jsonRoeland Jago Douma2015-07-081-2/+9
| * Move mimetypes.list.php to config/mimetypemapping.jsonRoeland Jago Douma2015-07-083-202/+5
* | Move mimetypealiases.json to mimetypealiases.dist.jsonRoeland Jago Douma2015-07-101-1/+6
* | Merge pull request #17517 from RealRancor/fix_failed_login_syntaxMorris Jobke2015-07-101-1/+1
|\ \
| * | Fixed "Remote IP:" syntax on failed loginsRealRancor2015-07-091-1/+1
* | | Merge pull request #15586 from Egari/addThemeSupportToMimeIconMorris Jobke2015-07-091-15/+20
|\ \ \
| * | | Add theme support to mimetypeIcon through imagePath integrationstolter2015-07-071-15/+20
* | | | Merge pull request #16965 from owncloud/getUserFolder-in-IRootFolderMorris Jobke2015-07-093-24/+33
|\ \ \ \ | |_|/ / |/| | |
| * | | Add getUserFolder to IRootFolderMorris Jobke2015-07-033-24/+33
* | | | Merge pull request #17472 from RealRancor/add_is_dirMorris Jobke2015-07-081-1/+1
|\ \ \ \
| * | | | Add is_dir check to getAllApps() functionRealRancor2015-07-081-1/+1
| | |_|/ | |/| |
* | | | Merge pull request #17330 from owncloud/fix-share-path-for-group-exceptionsMorris Jobke2015-07-081-10/+28
|\ \ \ \ | |/ / / |/| | |
| * | | Make sure the owner always has the right pathJoas Schilling2015-07-071-3/+6
| * | | Fix the path for users which have an exception for a group shareJoas Schilling2015-07-021-7/+22
* | | | Add missing tunnel on new classJoas Schilling2015-07-071-0/+8
* | | | Make php also use config/mimetypealiases.jsonRoeland Jago Douma2015-07-071-71/+7
* | | | Merge pull request #16924 from owncloud/copy-recursive-polyfillThomas Müller2015-07-061-0/+89
|\ \ \ \
| * | | | better handling of foldersRobin Appelman2015-07-031-1/+1
| * | | | phpdocRobin Appelman2015-06-151-2/+30
| * | | | add recursive copy polyfill for storage backendsRobin Appelman2015-06-141-0/+61
* | | | | Remove OC_AppconfigThomas Müller2015-07-035-155/+24
* | | | | Remove OC_LogThomas Müller2015-07-0333-190/+121
* | | | | Remove legacy search classesThomas Müller2015-07-034-171/+0
* | | | | Merge pull request #17379 from owncloud/kill-file-mapperVincent Petry2015-07-033-1050/+282
|\ \ \ \ \
| * | | | | Remove file mapper - was only use in Windows and never worked properlyThomas Müller2015-07-033-1050/+282
* | | | | | Merge pull request #16923 from owncloud/flysystem-baseThomas Müller2015-07-031-0/+243
|\ \ \ \ \ \
| * | | | | | also dont download existing on fopen when using w+ and wb+Robin Appelman2015-07-031-2/+2
| * | | | | | add phpdocRobin Appelman2015-07-031-0/+55
| * | | | | | add flysystem adapaterRobin Appelman2015-07-031-0/+188
| |/ / / / /
* | | | | | Merge pull request #15470 from rullzer/files_sharing_getUrlContentVincent Petry2015-07-031-0/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Depreatace OC_Util::getUrlContentRoeland Jago Douma2015-05-181-0/+1
* | | | | | Merge pull request #17348 from owncloud/fix-lower-thanMorris Jobke2015-07-031-11/+38
|\ \ \ \ \ \
| * | | | | | fix wordingMorris Jobke2015-07-031-1/+1
| * | | | | | Correct wordingLukas Reschke2015-07-021-1/+1
| * | | | | | Add missing type annotationsLukas Reschke2015-07-021-10/+37
* | | | | | | Merge pull request #17345 from owncloud/app-code-check-searchLukas Reschke2015-07-031-0/+2
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | [app code check] add OC_Search_Provider and _ResultMorris Jobke2015-07-021-0/+2
| |/ / / / /
* | | | | | Merge pull request #17291 from owncloud/mount-manager-publicVincent Petry2015-07-033-5/+17
|\ \ \ \ \ \
| * | | | | | fix typehintingRobin Appelman2015-07-011-2/+3
| * | | | | | expose the mount manager in the public apiRobin Appelman2015-07-013-3/+14
* | | | | | | Merge pull request #17327 from owncloud/fix_indexMorris Jobke2015-07-022-2/+4
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | call post_addToGroup als for class OC_User because sharing and LDAP are using...Bjoern Schiessle2015-07-021-0/+2
| * | | | | | owner is stored as 'uid_owner', not as 'owner' in the oc_share tableBjoern Schiessle2015-07-021-2/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #17077 from owncloud/files-scan-absolute-pathMorris Jobke2015-07-022-5/+10
|\ \ \ \ \ \
| * | | | | | handle invalid results from mount providersRobin Appelman2015-06-291-1/+4
| * | | | | | add unit testRobin Appelman2015-06-291-2/+5