| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Fix #10514
|
|\
| |
| |
| |
| | |
Conflicts:
lib/private/util.php
|
| | |
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This adds some security utilities to core including:
- A library for basic crypto operations (e.g. to encrypt passwords)
- A better library for cryptographic actions which allows you to specify the charset
- A library for secure string comparisions
Remove .htaccess
Remove .htaccess
Fix typo
Add public API
Use timing constant comparision
Remove CBC constant
Adjust code
Remove confusing $this
|
| |
|
|
|
|
| |
* test case added to avoid adding them later
|
|\
| |
| |
| |
| |
| | |
Conflicts:
lib/private/setup.php
lib/private/updater.php
|
| |
| |
| |
| |
| |
| |
| |
| | |
In environments where the data folder is mount from another partition,
it is important to check that the data folder we see is actually the
real one. If the mount failed for some reasons, this fix will make
ownCloud temporarily unavailable instead of causing unpredictable
behavior.
|
| |
| |
| | |
269f24cf9617397aaf501b27ec1af2c8e3154cf8 was not changed in setup.php which prevented loading of CSS files in some environments (e.g. my local setup) for apps.
|
| | |
|
|/
|
|
|
| |
1. We're maintaining the same code twice which leads inevitably to problems as this one. The createHtaccess routine is only used to use the correct paths to the 404 and 403 document.
2. Updating the ownCloud instance as described in our documentation (`Delete everything from your ownCloud installation directory, except data and config.`) will break the links to the ErrorDocuments anyways and show the default error handlers if ownCloud is not installed in the root directory.
|
|\
| |
| | |
Add overwritehost config on setup and upgrade
|
| | |
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
Conflicts:
lib/private/vcategories.php
|