- 23 Jan, 2015 1 commit
-
-
Lukas Reschke authored
HHVM seems to have problems with this at the moment (even setting those values in the php.ini of HHVM doesn't have helped much) and thus the unit test execution failed. So it's better if we disable this check for now for HHVM.
-
- 22 Jan, 2015 3 commits
-
-
Morris Jobke authored
-
Robin Appelman authored
-
Lukas Reschke authored
PHP 5.6 otherwise throws notices for perfectly valid code which results in broken endpoints. Fixes https://github.com/owncloud/core/issues/13592
-
- 14 Jan, 2015 6 commits
-
-
Bernhard Posselt authored
-
Bernhard Posselt authored
-
Bernhard Posselt authored
-
Bernhard Posselt authored
-
Bernhard Posselt authored
-
Bernhard Posselt authored
-
- 13 Jan, 2015 1 commit
-
-
Bjoern Schiessle authored
adapt decrypt all and restore/delete key backups to the new folder structure for encryption key introduced with OC8
-
- 10 Jan, 2015 1 commit
-
-
Lukas Reschke authored
Apparently `normalizer_normalize` is not verifying itself whether the string needs to be converted or not. Or does it at least not very performantly. This simple change leads to a 4% performance gain on the processing of normalizeUnicode. Since this method is called quite often (i.e. for every file path) this has actually a measurable impact. For examples searches are now 200ms faster on my machine. Still not perfect but way to go. Part of https://github.com/owncloud/core/issues/13221
-
- 08 Jan, 2015 1 commit
-
-
Thomas Müller authored
check for working htaccess will result in a dead lock because the server is blocking the request to itself - fixes #13153
-
- 28 Dec, 2014 1 commit
-
-
Lukas Reschke authored
See https://github.com/owncloud/core/pull/13042
-
- 25 Dec, 2014 2 commits
-
-
Frank Karlitschek authored
-
Frank Karlitschek authored
-
- 16 Dec, 2014 1 commit
-
-
Thomas Müller authored
-
- 10 Dec, 2014 1 commit
-
-
Joas Schilling authored
Make DateTimeFormatter a service and adjust tests that have been inaccurate
-
- 05 Dec, 2014 1 commit
-
-
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.
-
- 04 Dec, 2014 1 commit
-
-
Lukas Reschke authored
🍻
-
- 25 Nov, 2014 1 commit
-
-
Joas Schilling authored
-
- 20 Nov, 2014 1 commit
-
-
Lukas Reschke authored
This is not installed by default in all cases and will break the DAV features of ownCloud. Lot's of reports such as https://github.com/owncloud/ios-issues/issues/167#issuecomment-63798507
-
- 03 Nov, 2014 1 commit
-
-
Morris Jobke authored
* add addVendorScript & addVendorStyle * refactoring of addScript and addStyle * add shortcuts vendorScript and vendorStyle
-
- 29 Oct, 2014 2 commits
-
-
Thomas Müller authored
remove translation.php
-
Vincent Petry authored
Added addTranslations and fixed de.js file Fixed de.js to use OC.L10N.register() and use to correct expected format. Added JS unit tests for OC.L10N class Include translations JS script for all apps
-
- 28 Oct, 2014 1 commit
-
-
Lukas Reschke authored
Also support closing tags with no text content given Conflicts: lib/private/template.php
-
- 27 Oct, 2014 1 commit
-
-
Lukas Reschke authored
This commit will make the supported DBs for installation configurable within config.php. By default the following databases are tested: "sqlite", "mysql", "pgsql". The reason behind this is that there might be instances where we want to prevent SQLite to be used by mistake. To test this play around with the new configuration parameter "supportedDatabases".
-
- 24 Oct, 2014 2 commits
-
-
Lukas Reschke authored
It's only reasonable to have proper type hinting here which might even help us to catch bugs.
-
Lukas Reschke authored
There is not much sense in having these files marked executable, we should avoid that.
-
- 20 Oct, 2014 2 commits
-
-
Robin Appelman authored
-
Jörn Friedrich Dreyer authored
suspend encryption proxy when copying skeleton
-
- 15 Oct, 2014 1 commit
-
-
Jörn Friedrich Dreyer authored
-
- 29 Sep, 2014 2 commits
-
-
Lukas Reschke authored
-
Lukas Reschke authored
We do not want to redirect to other domains using the "?redirect_url=" feature. Please notice, that the ownCloud project does not consider open redirectors as security issue.
-
- 23 Sep, 2014 1 commit
-
-
Vincent Petry authored
- Added setup checks in JavaScript - Moved isWebDAVWorking to JS using SetupChecks - Moved internet connection checks to an ajax call that goes through the server
-
- 22 Sep, 2014 3 commits
-
-
Lukas Reschke authored
Fixes https://github.com/owncloud/core/issues/11239
-
Lukas Reschke authored
We do not want to follow redirects to other protocols since they might allow an adversary to bypass network restrictions. (i.e. a redirect to ftp:// might be used to access files of a FTP server which might be in a secure zone and not be reachable from the net but from the ownCloud server) Get final redirect manually using get_headers() Migrate to HTTPHelper class and add unit tests
-
Thomas Müller authored
-
- 18 Sep, 2014 2 commits
-
-
Robin Appelman authored
-
Robin Appelman authored
-