- Feb 03, 2015
-
-
Robin Appelman authored
-
- Jan 24, 2015
-
-
Olivier Paroz authored
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
-
- Jan 18, 2015
-
-
Lukas Reschke authored
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
-
- Jan 09, 2015
-
-
Robin McCorkell authored
It's slow, this makes it fast!
-
- Jan 06, 2015
-
-
Robin Appelman authored
-
- Dec 02, 2014
-
-
Olivier Paroz authored
* 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
-
- Nov 25, 2014
-
-
Lukas Reschke authored
Workaround required for IIS setups running ownCloud to prevent dataloss. Long-term solution would be to move some configuration settings to the database
-
Thomas Müller authored
-
- Nov 20, 2014
-
-
Joas Schilling authored
-
- Oct 24, 2014
-
-
Robin Appelman authored
-
- Oct 23, 2014
-
-
Christopher Schäpers authored
* fix #7484 * use UID, css, and div instead of span
-
- Oct 17, 2014
-
-
Thomas Müller authored
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
-
- Sep 26, 2014
-
-
Thomas Müller authored
-
- Sep 22, 2014
-
-
Clark Tomlinson authored
-
- Sep 04, 2014
-
-
Christopher Schäpers authored
-
- Aug 19, 2014
-
-
Morris Jobke authored
-
Stephan Peijnik authored
As constants not defined within a class cannot be automatically found by the autoloader moving those constants into a class makes them accessible to code which uses them. Signed-off-by:
Stephan Peijnik <speijnik@anexia-it.com>
-
- Aug 12, 2014
-
-
Normal Ra authored
-
- Jul 30, 2014
-
-
Victor Dubiniuk authored
-
- Jun 23, 2014
-
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-
- Jun 14, 2014
-
-
Robin Appelman authored
-
- Jun 06, 2014
-
-
Vincent Petry authored
-
- Jun 04, 2014
-
-
Vincent Petry authored
This includes all mountpoints except the Shared one in the used space calculation. Added unit tests for ext storage inclusion in quota calculation
-
Owen Winkler authored
-
- May 23, 2014
-
-
Robin Appelman authored
-
- May 19, 2014
-
-
Morris Jobke authored
* test case added to avoid adding them later
-
- May 13, 2014
-
-
Robin McCorkell authored
-
Robin McCorkell authored
-
- May 11, 2014
-
-
Lukas Reschke authored
-
Lukas Reschke authored
realpath() may return false in case the directory does not exist since we can not be sure how different PHP versions may behave here we do an additional check whether realpath returned false
-
- Apr 21, 2014
-
-
Lukas Reschke authored
-
- Apr 16, 2014
-
-
Thomas Tanghus authored
-
- Apr 15, 2014
-
-
Thomas Tanghus authored
-
- Apr 14, 2014
-
-
Thomas Tanghus authored
-
- Apr 02, 2014
-
-
Fabian Henze authored
php can only parse filesize units up to gigabytes, not terabytes or petabytes.
-
Robin Appelman authored
-
- Mar 29, 2014
-
-
Thomas Tanghus authored
-
- Mar 17, 2014
-
-
Robin Appelman authored
-