- Dec 08, 2014
-
-
Olivier Paroz authored
This is a first draft. It has only been tested with the ownlcloud logger. Some internal fields are JSON encoded several times which makes it harder to read. Most of the normalizer is borrowed from Monolog https://github.com/Seldaek/monolog/blob/master/src/Monolog/Formatter/NormalizerFormatter.php
-
- Dec 07, 2014
-
-
Lukas Reschke authored
Create config if it does not exists
-
Thomas Müller authored
Keep spaces out of the string
-
Jenkins for ownCloud authored
-
Volkan Gezer authored
Otherwise translators cannot notice them on Transifex.
-
- Dec 06, 2014
-
-
Lukas Reschke authored
The codepath that is executed when executing ownCloud via CLI is different than via browser. Specifically, the config is created by the user session already in `OC_Util::getInstanceId()` by a call to `setValue`. That said, this seems to be quite a bad side-effect, but for the sake of "not breaking whatever might break if we touch this" let's keep it that way for now. When executing the autoconfig via `php -f index.php` the said session was not setup and thus no `config/config.php` file was created resulting in an installation error. To reproduce this try to setup ownCloud via `php -f index.php` with and without that patch. (ensure to delete all existing configs before and don't access ownCloud with a browser in the meantime) Fixes itself.
-
Jenkins for ownCloud authored
-
Raghu Nayyar authored
fix placeholder fake in IE8 & 9 that brokes group listing in user manage...
-
- Dec 05, 2014
-
-
Robin Appelman authored
Remove checks for safe mode and magic quotes
-
Lukas Reschke authored
Upgrade AWS sdk to 2.7.5. Fixes #12023
-
Lukas Reschke authored
Fix timestamp comparator return value
-
Lukas Reschke authored
restrict access to public files only
-
Lukas Reschke authored
Both are removed from 5.4.0 Safe Mode: http://php.net/manual/en/features.safe-mode.php > This feature has been DEPRECATED as of PHP 5.3.0 and REMOVED as of PHP 5.4.0. Magic Quotes: http://php.net/manual/en/security.magicquotes.php > This feature has been DEPRECATED as of PHP 5.3.0 and REMOVED as of PHP 5.4.0.
-
Vincent Petry authored
Only store user credentials when SMB_OC storage is enabled
-
Morris Jobke authored
Improve the bitmap and vector mime icons
-
Morris Jobke authored
-
Morris Jobke authored
Trim port from domain
-
Joas Schilling authored
Disable when no sendmail is available
-
Jenkins for ownCloud authored
-
Olivier Paroz authored
-
- Dec 04, 2014
-
-
Arthur Schiwon authored
Conflicts: apps/user_ldap/user_ldap.php
-
Arthur Schiwon authored
add ldap-search command to occ Conflicts: apps/user_ldap/appinfo/register_command.php LDAP search filter creation changes: 1. do not prepend * wildcard to search terms. Will result in faster search, but you don't find "foobar" when looking for "bar" 2. advanced behaviour when search string contains a space and multiple search attributes are present. The search string is split into single words. The resulting filter requires that each word at least appears once in any search attribute. This is supposed to return better results in big LDAPs. trim search string before passing it on
-
Morris Jobke authored
Merge headers
-
Morris Jobke authored
make \OC\Files\Node\Node implement the FileInfo interface
-
Clark Tomlinson authored
PHP 5.4 is now required for master
-
Lukas Reschke authored
-
Morris Jobke authored
Remove last traces of travis integration
-
Lukas Reschke authored
-
Lukas Reschke authored
Otherwise the headers from `JSONResponse` are gone and the Content-Type of the response would be `text/html` instead of `application/json; charset=utf-8`. This leads to broken scripts since we set the `nosniff` tag, furthermore this is very bad from a security PoV.
-
Thomas Müller authored
Remove workaround for 5.3
-
Thomas Müller authored
App dependencies php version
-
Björn Schießle authored
[encryption] remove check for PHP version
-
Robin Appelman authored
-
Lukas Reschke authored
-
Björn Schießle authored
-
Morris Jobke authored
Bower jstz
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-