- Nov 03, 2014
-
-
Andreas Fischer authored
Also explicitly format sub-id integers as unsigned, which is required for 32-bit systems.
-
- Oct 17, 2014
-
-
Morris Jobke authored
-
Morris Jobke authored
adding cssmin and jssmin(minify)
-
Lukas Reschke authored
Encapsulate require_once to avoid name space bleedind
-
Björn Schießle authored
fixing usage of EncryptionException
-
Vincent Petry authored
The script required by require_once might use variable names like $app which will conflict with the code that follows. This fix encapsulates require_once into its own function to avoid such issues.
-
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
-
Arthur Schiwon authored
drastic ldap speedup (update)
-
Morris Jobke authored
Fix SVG icons
-
Thomas Müller authored
-
Morris Jobke authored
Add PHPDoc about sanitization of "insertIfNotExist"
-
Morris Jobke authored
set password field placeholder back if passward was disabled
-
Lukas Reschke authored
Let's document this potential pitfall properly.
-
Thomas Müller authored
fix the RST syntax of config.sample.php
-
Jörn Friedrich Dreyer authored
Fix files external flickering
-
Jenkins for ownCloud authored
-
- Oct 16, 2014
-
-
Morris Jobke authored
-
Morris Jobke authored
-
Lukas Reschke authored
Use l10n on this string as well
-
Vincent Petry authored
Add a try catch block
-
Lukas Reschke authored
-
Lukas Reschke authored
This function might also be called before ownCloud is setup which results in a PHP fatal error. We therefore should gracefully catch errors in there.
-
Thomas Müller authored
Fix unit test
-
Lukas Reschke authored
Add app version to JS and CSS
-
Lukas Reschke authored
small corrections to config.sample.php
-
Lukas Reschke authored
Regression introduced with https://github.com/owncloud/core/pull/11615
-
Clark Tomlinson authored
fixing typo in English source string
-
Lukas Reschke authored
Share tags
-
Arthur Schiwon authored
LDAP: add setting to wizard that disables auto-detection and enables raw mode
-
Thomas Müller authored
-
Thomas Müller authored
-
Robin Appelman authored
Fix SPACE_UNKNOWN constant
-
Lukas Reschke authored
-
Lukas Reschke authored
FIXME: Ugly hack to prevent SVG of being returned if the SVG provider is not enabled. This is required because the preview system is designed in a bad way and relies on opt-in with asterisks (i.e. image/*) which will lead to the fact that a SVG will also match the image provider. Conflicts: lib/private/preview.php
-
Robin Appelman authored
-
Arthur Schiwon authored
-
Arthur Schiwon authored
strip whitespace from the beginning and end of the display name
-
Vincent Petry authored
Page size calculation based on real page height
-
Jörn Friedrich Dreyer authored
make trashbin compatible with objectstore, replace glob with search in cache, make unknown free space work like unlimited free space
-
Jenkins for ownCloud authored
-