summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #17046 from nicolas-grekas/fix-16654blizzz2015-07-162-17/+7
|\ | | | | Do not use OC*::mb_*_replace(), they are useless
| * Do not use OC*::mb_*_replace(), they are uselessNicolas Grekas2015-07-162-17/+7
| |
* | Merge pull request #17620 from owncloud/s2s-hasupdated-catch405Morris Jobke2015-07-141-1/+5
|\ \ | | | | | | Throw StorageNotAvailable if propfind on root failed
| * | Throw StorageNotAvailable if propfind on root failedVincent Petry2015-07-131-1/+5
| | | | | | | | | | | | | | | If PROPFIND fails with 404 or 405 on the remote share root, it means the storage is not available. Throw StorageNotAvailable is such case.
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-07-144-0/+4
|/ /
* | Strip public webdav info about sharing and mount pointsVincent Petry2015-07-131-2/+16
| | | | | | | | | | Remove information about whether a file is an incoming share or mount point when requested over public webdav.
* | Merge pull request #17481 from rullzer/mimetype-listMorris Jobke2015-07-133-202/+12
|\ \ | | | | | | Move mimetypes.list.php to config/mimetypemapping.dist.json
| * | Move to OC::$configDifRoeland Jago Douma2015-07-101-3/+3
| | |
| * | Move mimetypemapping.json to mimetypemapping.dist.jsonRoeland Jago Douma2015-07-081-2/+9
| | | | | | | | | | | | | | | | | | This allows users to create their own mapping file to extend our current mappings. This makes sure that custom mappings are not lost on OC upgrades.
| * | Move mimetypes.list.php to config/mimetypemapping.jsonRoeland Jago Douma2015-07-083-202/+5
| | | | | | | | | | | | | | | | | | | | | | | | This allows users to add new mimetypemappings (extention -> mimetype) themself. And not have to wait until a new release for updated mimetypes. Fixes: #15384
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-07-122-0/+2
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-07-112-0/+6
| | |
* | | Move mimetypealiases.json to mimetypealiases.dist.jsonRoeland Jago Douma2015-07-101-1/+6
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-07-104-6/+14
| | |
* | | Merge pull request #17517 from RealRancor/fix_failed_login_syntaxMorris Jobke2015-07-101-1/+1
|\ \ \ | | | | | | | | Fixed "Remote IP:" syntax on failed logins
| * | | 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 integration
| * | | | Add theme support to mimetypeIcon through imagePath integrationstolter2015-07-071-15/+20
| | | | |
* | | | | Merge pull request #16965 from owncloud/getUserFolder-in-IRootFolderMorris Jobke2015-07-095-24/+42
|\ \ \ \ \ | |_|/ / / |/| | | | Add getUserFolder to IRootFolder
| * | | | Add getUserFolder to IRootFolderMorris Jobke2015-07-035-24/+42
| | | | | | | | | | | | | | | | | | | | | | | | | * untangle DI of user specific folders * allows to autodetect the dependency
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-07-092-0/+2
| | | | |
* | | | | Merge pull request #17472 from RealRancor/add_is_dirMorris Jobke2015-07-081-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Add is_dir check to getAllApps() function
| * | | | | 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
|\ \ \ \ \ | |/ / / / |/| | | | Fix the path for users which have an exception for a group share
| * | | | 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
| | | | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-07-082-2/+2
| | | | |
* | | | | Add missing tunnel on new classJoas Schilling2015-07-071-0/+8
| | | | |
* | | | | Merge pull request #17399 from rullzer/mimetype-phpMorris Jobke2015-07-071-71/+7
|\ \ \ \ \ | | | | | | | | | | | | PHP mimetype stuff should also use config/mimetypealiases.json
| * | | | | Make php also use config/mimetypealiases.jsonRoeland Jago Douma2015-07-071-71/+7
| | | | | |
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-07-076-0/+8
|/ / / / /
* | | | | Merge pull request #16724 from owncloud/mimetype-jsRoeland Douma2015-07-061-0/+2
|\ \ \ \ \ | | | | | | | | | | | | Javascript to fetch mimetype icons
| * | | | | Javascript mimetype icon resolverRoeland Jago Douma2015-07-061-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes it possible to retrieve the icon for mimetypes in javascript. It makes no additional queries to the server to retrieve the mimetype. * config/mimetypealiases.json added * mimetype.js: this is where the logic resides to convert from mimetype to icon url * mimetypelist.js: generated file with a list of mimetype mapping (aliases) and the list of icon files * ./occ maintenance:mimetypesjs : new command for occ to gernerate mimetypes.js * unit tests updated and still work * javascript tests added * theming support * folder of the theme is now present in javascript (OC.theme.folder)
* | | | | | Merge pull request #16924 from owncloud/copy-recursive-polyfillThomas Müller2015-07-061-0/+89
|\ \ \ \ \ \ | |/ / / / / |/| | | | | add recursive copy polyfill for storage backends
| * | | | | 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
| | | | | |
* | | | | | Merge pull request #17304 from owncloud/fix-17265Vincent Petry2015-07-061-2/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | Check if response could get generated
| * | | | | | Check if response could get generatedLukas Reschke2015-07-021-2/+9
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `json_encode` fails hard on PHP >= 5.5 if a non UTF-8 value is specified by returning false. Older PHP versions just nullify the value which makes it at least somewhat usable. This leads to very confusing errors which are very hard to debug since developers are usually not aware of this. In this case I'd consider throwing a fatal exception – since it arguably is an error situation – is a fair solution since this makes developers and administrators aware of any occurence of the problem so that these bugs can get fixed. Fixes https://github.com/owncloud/core/issues/17265
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-07-062-0/+2
| | | | | |
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-07-0514-2/+34
| | | | | |
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-07-0464-64/+0
| | | | | |
* | | | | | Fixing unit test executionThomas Müller2015-07-031-3/+3
| | | | | |
* | | | | | Remove OC_AppconfigThomas Müller2015-07-035-155/+24
| | | | | |
* | | | | | Remove OC_LogThomas Müller2015-07-0336-196/+128
| | | | | |
* | | | | | 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 properly
| * | | | | | 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
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Flysystem base adapter
| * | | | | | | also dont download existing on fopen when using w+ and wb+Robin Appelman2015-07-031-2/+2
| | | | | | | |