Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Work around INF=0 on some shared hosts | Robin Appelman | 2015-10-02 | 1 | -1/+1 |
| | |||||
* | Merge pull request #19505 from owncloud/returnfloatforquota | Jörn Friedrich Dreyer | 2015-10-02 | 1 | -2/+2 |
|\ | | | | | always return float, update doc | ||||
| * | always return float, update doc | Jörn Friedrich Dreyer | 2015-10-01 | 1 | -2/+2 |
| | | |||||
* | | Change small thumbnails to 32 px | Morris Jobke | 2015-09-30 | 1 | -2/+2 |
|/ | | | | | * fixes #16913 * fixes issues in IE8 where the thumbnail is too big | ||||
* | Proper deprecate methods | Roeland Jago Douma | 2015-07-27 | 1 | -12/+4 |
| | |||||
* | Move mimetypedetection to files/type/detection | Roeland Jago Douma | 2015-07-27 | 1 | -81/+9 |
| | |||||
* | Added mimetype detector | Roeland Jago Douma | 2015-07-27 | 1 | -0/+5 |
| | | | | * Copied unit tests from old functions | ||||
* | Merge pull request #17046 from nicolas-grekas/fix-16654 | blizzz | 2015-07-16 | 1 | -17/+5 |
|\ | | | | | Do not use OC*::mb_*_replace(), they are useless | ||||
| * | Do not use OC*::mb_*_replace(), they are useless | Nicolas Grekas | 2015-07-16 | 1 | -17/+5 |
| | | |||||
* | | Merge pull request #17481 from rullzer/mimetype-list | Morris Jobke | 2015-07-13 | 1 | -1/+11 |
|\ \ | | | | | | | Move mimetypes.list.php to config/mimetypemapping.dist.json | ||||
| * | | Move to OC::$configDif | Roeland Jago Douma | 2015-07-10 | 1 | -3/+3 |
| | | | |||||
| * | | Move mimetypemapping.json to mimetypemapping.dist.json | Roeland Jago Douma | 2015-07-08 | 1 | -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.json | Roeland Jago Douma | 2015-07-08 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | This allows users to add new mimetypemappings (extention -> mimetype) themself. And not have to wait until a new release for updated mimetypes. Fixes: #15384 | ||||
* | | | Move mimetypealiases.json to mimetypealiases.dist.json | Roeland Jago Douma | 2015-07-10 | 1 | -1/+6 |
| | | | |||||
* | | | Merge pull request #15586 from Egari/addThemeSupportToMimeIcon | Morris Jobke | 2015-07-09 | 1 | -15/+20 |
|\ \ \ | |/ / |/| | | Add theme support to mimetypeIcon through imagePath integration | ||||
| * | | Add theme support to mimetypeIcon through imagePath integration | stolter | 2015-07-07 | 1 | -15/+20 |
| | | | |||||
* | | | Make php also use config/mimetypealiases.json | Roeland Jago Douma | 2015-07-07 | 1 | -71/+7 |
| | | | |||||
* | | | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Add owner to the storage stats to enable better notifications | Morris Jobke | 2015-06-05 | 1 | -1/+15 |
| | | | | | | | | | | * getstoragestats.php returns now the owner and it's display name * show proper storage stats notifications for shared folders | ||||
* | | Pure numbers are returned as bytes right away | Thomas Müller | 2015-05-08 | 1 | -0/+3 |
| | | |||||
* | | Validate the quota value to be a correct value | Thomas Müller | 2015-05-07 | 1 | -0/+2 |
| | | |||||
* | | Fix several type(hint) errors in private/helper.php | Joas Schilling | 2015-04-27 | 1 | -4/+5 |
| | | |||||
* | | Remove unused variables | Morris Jobke | 2015-04-18 | 1 | -1/+0 |
| | | | | | | | | | | * should make scrutinizer a lot more happy * reduces maybe memory footprint | ||||
* | | Adding a final fallback for findBinaryPath | Olivier Paroz | 2015-04-14 | 1 | -1/+6 |
|/ | |||||
* | Introducing media types for yml, yaml, cnf, conf | Olivier Paroz | 2015-04-02 | 1 | -6/+7 |
| | |||||
* | Merge pull request #12314 from oparoz/patch-3 | Lukas Reschke | 2015-04-02 | 1 | -11/+18 |
|\ | | | | | Make findBinaryPath compatible with open_basedir | ||||
| * | Use getenv to get the paths for `find` | Olivier Paroz | 2015-03-31 | 1 | -3/+4 |
| | | |||||
| * | use ExecutableFinder and find in findBinaryPath | Olivier Paroz | 2015-03-31 | 1 | -11/+17 |
| | | | | | | | | | | | | | | | | | | | | | | When using open_basedir, commands such as `which`or `command`can fail because they might try to look outside of the restricted perimeter. Symfony's ExecutableFinder can be used instead to look in standard locations and we can use `find` as a last resort A better solution would be to adopt a mechanism similar to what has been done for office documents where a configuration parameter is used to indicate the path where the executable is to be found. | ||||
* | | Deprecate functions that only call the urlgenerator anyway | Roeland Jago Douma | 2015-04-01 | 1 | -0/+5 |
|/ | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -13/+38 |
| | |||||
* | Introducing the Raw mimetypes | Olivier Paroz | 2015-03-16 | 1 | -0/+1 |
| | |||||
* | Avatar controller moved to AppFrameWork | Roeland Jago Douma | 2015-03-11 | 1 | -1/+1 |
| | | | | | | | | * Original avatarcontroller migrated to the appframework * Added DataDisplayResponse that show data inline in the browser (used to retrun the image) * Removed some unneeded code * Added unit tests for the avatarcontroller | ||||
* | Merge pull request #14530 from owncloud/revert-14403 | Thomas Müller | 2015-02-27 | 1 | -37/+17 |
|\ | | | | | Revert "Updating license headers" | ||||
| * | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -37/+17 |
| | | | | | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | | Properly detect streamCopy errors | Vincent Petry | 2015-02-25 | 1 | -3/+13 |
|/ | | | | Now checking whether the written bytes match the number of read bytes. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -17/+37 |
| | |||||
* | Merge pull request #13854 from owncloud/avatar-exists | Vincent Petry | 2015-02-09 | 1 | -6/+1 |
|\ | | | | | Add a better way to check if an avatar exists for the user | ||||
| * | Add a better way to check if an avatar exists for the user | Robin Appelman | 2015-02-03 | 1 | -6/+1 |
| | | |||||
* | | Updated the media type of some font types | Olivier Paroz | 2015-01-24 | 1 | -1/+2 |
|/ | | | | | | | | TTF and TTF have now the same media type Official since 2013 and supported by Firefox and Chrome https://www.iana.org/assignments/media-types/application/font-sfnt Introducing support for Type1 fonts | ||||
* | Reuse the array key of mimetypes | Lukas Reschke | 2015-01-18 | 1 | -70/+71 |
| | | | | | | | | This function is called a lot of times and was really slow before due to not reusing the same array. Previously when it was called 500'000 times it took about 2seconds, now we're down to 0.2 seconds on my local machine. Ref https://github.com/owncloud/core/issues/13434 | ||||
* | Memcache binary executable searching | Robin McCorkell | 2015-01-09 | 1 | -2/+8 |
| | | | | It's slow, this makes it fast! | ||||
* | Add error handling to getstoragestats.php | Robin Appelman | 2015-01-06 | 1 | -0/+3 |
| | |||||
* | Improve the bitmap and vector mime icons | Olivier Paroz | 2014-12-02 | 1 | -1/+4 |
| | | | | | | | | | | * Vector files such as Illustrator files currently show the "image" icon. I propose to add a new type to mimetypeIcon() called "image/vector" and which would be used by SVG as well * We can use the current image-svg+xml icon, but would simply rename it to image-vector * The black and white "image" icon looks too much like a settings icon. A simple picture representation pasted over the file icon should work | ||||
* | Merge pull request #12419 from owncloud/read-only-config | Thomas Müller | 2014-12-01 | 1 | -0/+8 |
|\ | | | | | Allow read-only configuration | ||||
| * | Allow read-only configuration | Lukas Reschke | 2014-11-25 | 1 | -0/+8 |
| | | | | | | | | | | | | Workaround required for IIS setups running ownCloud to prevent dataloss. Long-term solution would be to move some configuration settings to the database | ||||
* | | Introduce app info xml parser including basic unit test - necessary for #10777 | Thomas Müller | 2014-11-25 | 1 | -3/+2 |
|/ | |||||
* | Deduplicate function by moving it to the OC_Helper | Joas Schilling | 2014-11-20 | 1 | -0/+17 |
| | |||||
* | Use the TempManager to handle temporary files | Robin Appelman | 2014-10-24 | 1 | -117/+4 |
| | |||||
* | Load avatar in header via PHP | kondou | 2014-10-23 | 1 | -0/+15 |
| | | | | | * fix #7484 * use UID, css, and div instead of span | ||||
* | adding cssmin and jssmin(minify) | Thomas Müller | 2014-10-17 | 1 | -6/+11 |
| | | | | | | adding argument deleteSelf to rmdirr() - if false the directory itself will not be deleted only it's content adding repair step to clean the asset cache after upgrade + coding style adjustments |