summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* [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
| | | | |
| * | | | 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
|\ \ \ \ | |/ / / |/| | | Move away from private static function OC_Util::getUrlContent
| * | | Depreatace OC_Util::getUrlContentRoeland Jago Douma2015-05-181-0/+1
| | | | | | | | | | | | | | | | It is just a wrapper and the other functions are deprecated already
* | | | Merge pull request #17348 from owncloud/fix-lower-thanMorris Jobke2015-07-031-11/+38
|\ \ \ \ | | | | | | | | | | Correct lower than wording
| * | | | fix wordingMorris Jobke2015-07-031-1/+1
| | | | |
| * | | | Correct wordingLukas Reschke2015-07-021-1/+1
| | | | | | | | | | | | | | | | | | | | If a max version of 8.0.1 has been specified the message should indicate that 8.0.1 is also supported.
| * | | | Add missing type annotationsLukas Reschke2015-07-021-10/+37
| | | | |
* | | | | Merge pull request #15663 from owncloud/remove-ocp-app-registerThomas Müller2015-07-031-12/+0
|\ \ \ \ \ | | | | | | | | | | | | Remove \OCP\App::register()
| * | | | | Remove \OCP\App::register()Morris Jobke2015-04-211-12/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This method can be removed. This isn't used anymore since 4.5.0. It's deprecated since mid 2012 https://github.com/owncloud/core/commit/e4679770c4d85896bef3e81125e86e272bb6cd64 It doesn't do anything since mid 2012 https://github.com/owncloud/core/commit/8a92cd21d6768fc27c4892583bef327da9a7e5f4
* | | | | | Merge pull request #17345 from owncloud/app-code-check-searchLukas Reschke2015-07-031-0/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | [app code check] add OC_Search_Provider and _Result
| * | | | | | [app code check] add OC_Search_Provider and _ResultMorris Jobke2015-07-021-0/+2
| | |/ / / / | |/| | | | | | | | | | | | | | | | Thanks to @libasys for noticing this.
* | | | | | Merge pull request #17291 from owncloud/mount-manager-publicVincent Petry2015-07-035-5/+127
|\ \ \ \ \ \ | | | | | | | | | | | | | | expose the mount manager in the public api
| * | | | | | fix typehintingRobin Appelman2015-07-011-2/+3
| | | | | | |
| * | | | | | phpdocRobin Appelman2015-07-011-0/+21
| | | | | | |
| * | | | | | expose the mount manager in the public apiRobin Appelman2015-07-015-3/+103
| | | | | | |
* | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-07-036-4/+12
| | | | | | |
* | | | | | | Merge pull request #17327 from owncloud/fix_indexMorris Jobke2015-07-022-2/+4
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | owner is stored as 'uid_owner', not as 'owner' in the oc_share table
| * | | | | | call post_addToGroup als for class OC_User because sharing and LDAP are ↵Bjoern Schiessle2015-07-021-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | using this class. Minimal approach to fix #16740
| * | | | | | 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
|\ \ \ \ \ \ | | | | | | | | | | | | | | fix getting mount points when passing a path to the files:scan command
| * | | | | | handle invalid results from mount providersRobin Appelman2015-06-291-1/+4
| | | | | | |
| * | | | | | add unit testRobin Appelman2015-06-291-2/+5
| | | | | | |
| * | | | | | fix getting mount points when passing a path to the files:scan commandRobin Appelman2015-06-291-3/+2
| | | | | | |
* | | | | | | Delete OCS ID from DB if none is specifiedLukas Reschke2015-07-021-0/+2
| |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | If no OCS ID is specified in appinfo.xml and an app update is triggered and a OCS ID is stored in the DB we should clean the value. Ref https://github.com/owncloud/activity/issues/320#issuecomment-117937748
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-07-024-0/+12
| | | | | |
* | | | | | Merge pull request #17252 from owncloud/fix-php-errors-in-app-descriptionMorris Jobke2015-07-011-15/+19
|\ \ \ \ \ \ | | | | | | | | | | | | | | Only do the description kung-fu on strings
| * | | | | | Only do the description kung-fu on strings - fixes #17028Thomas Müller2015-07-011-15/+19
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #17268 from owncloud/files-cleanuppartfileonlyonceVincent Petry2015-07-011-4/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | Clean up part file only once, not twice on error
| * | | | | | Only delete part file on error if it is really a part fileVincent Petry2015-07-011-2/+6
| | | | | | |