| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| | |
Add helper to check for `ini` values in `OC_Util::checkServer`
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This allows to check for specific values in the PHP.ini that ownCloud requires for full compatibility.
`mbstring.func_overload`: https://github.com/owncloud/core/issues/14372
`output_buffering`: http://doc.owncloud.org/server/8.0/admin_manual/configuration/big_file_upload_configuration.html#configuring-php
Fixes https://github.com/owncloud/core/issues/14372 and https://github.com/owncloud/core/issues/14412
|
|\ \
| | |
| | | |
Check for PHP configuration before executing unit tests
|
| |/ |
|
|/ |
|
| |
|
|\
| |
| | |
Close cursor for appframework and manipulation queries if applicable
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | | |
Use insertIfNotExists() and reload mimetypes after inserting one
|
| | | |
|
|\ \ \
| | | |
| | | | |
Correctly create the expected key for plurals with quotes
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Ported from the administration repo:
https://github.com/owncloud/administration/commit/c67eaa11c04d0989ee9331c97788a0225a82e7f5
and
https://github.com/owncloud/administration/commit/41b0f9fa3a9c6183972f971eea3875b98e22217a
|
|\ \ \ \
| | | | |
| | | | | |
Check if the offset exists before accessing
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This checks if the offset exists before accessing it and also adds unit tests to this function which would have catched this before :see_no_evil:
Fixes https://github.com/owncloud/core/issues/14277
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Add `Satisfy All`
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fixes https://github.com/owncloud/core/issues/14356
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Parse backslash as directory separator in breadcrumb
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This will parse backslashes as directory separators in breadcrumbs. Thus when accessing something like `/index.php/apps/files?dir=foo\foo` the breadcrumb will properly resolve this instead of showing `foo\foo`
Fixes https://github.com/owncloud/core/issues/13643
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Remove some old l10n files they arent loaded anymore
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Manually type-cast all AJAX files
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
This enforces proper types on POST and GET arguments where I considered it sensible. I didn't update some as I don't know what kind of values they would support :see_no_evil:
Fixes https://github.com/owncloud/core/issues/14196 for core
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
Streamline auth and CSRF check in scan.php
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Furthermore a not logged-in user was able to access this page before which resulted in a Fatal PHP error since the filesystem could not get setup properly.
|
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | | |
Encode requesttoken
|
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
One cannot make any assumptions about the requesttoken content. Thus we need to encode it.
|
|\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | |
| | | | | | | | | | | | |
Encode Requesttoken for avatars
|
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | | |
Fixes new avatar selection in master half, other half will work when https://github.com/owncloud/core/pull/14266 has get merged.
Shocking to see how much places in our code do it wrong :gun:
|
|\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | |
| | | | | | | | | | | | | |
Fix #14310
|
| | | | | | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
Port of #14041 to master
|
|/ / / / / / / / / / / / /
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | | |
on ownCloud upgrade: upgrade all apps in order, load important ones
Fix "other" app update stack
|
|\ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|/ / / / / / /
|/| | | | | | | | | | | | |
If no link text has been set for the navigation show the link nonetheless
|
| | | | | | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
Disallow path traversals in file view
|
| | | | | | | | | | | | | | |
|
| | | | | | | | | | | | | |
| | | | | | | | | | | | | |
| | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
This prevents a misusage of \OC\Files\View by calling it with user-supplied input. In such cases an exception is now thrown.
|
| | | | | | | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|_|_|/ / / / /
|/| | | | | | | | | | | | | |
Dont update the cache when working with part files
|
| | | | | | | | | | | | | | |
|
| | | | | | | | | | | | | | |
|