| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Implements a public API for \OC_App::getAppWebPath()
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
|
|\
| |
| | |
Make the sharing constants publicly available
|
| |
| |
| |
| | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
|/
|
|
| |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
| |
|
|\
| |
| | |
Change access handling of projects
|
| |
| |
| |
| | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
| |
| |
| |
| | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
|\ \
| | |
| | |
| | |
| | | |
compagnon/fix/noid/AutoloadNotAllowedException-theming-off
autoloader.php could raise Not AllowedException
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
when theming is off
Signed-off-by: Guillaume Compagnon <gcompagnon@outlook.com>
modified: lib/private/TemplateLayout.php
|
| |/
|/|
| |
| | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
|\ \
| | |
| | |
| | |
| | | |
nextcloud/bugfix/16771/correctly-remove-apps-without-any-releases
Correctly remove apps without any releases
|
| |/
| |
| |
| | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
|\ \
| | |
| | | |
Explicit cast for ProviderV1Adapter
|
| |/
| |
| |
| | |
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
|/
|
|
| |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
|\
| |
| | |
Filter more configs
|
| |
| |
| |
| | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
| | |
|
| |
| |
| |
| | |
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
|/
|
|
|
|
|
| |
If there is no policy set we just take the default empty ones.
That way no obscure errors get thrown if the constructor is not called.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
|\
| |
| | |
frame-src doesn't respect the nonce attribute
|
| |
| |
| |
| | |
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
| | |
|
| | |
|
|/ |
|
|
|
|
| |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
|
|
|
| |
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
|
|\
| |
| | |
Update Encryption.php
|
| |
| |
| |
| | |
Signed-off-by: martink-p <47943787+martink-p@users.noreply.github.com>
|
| |
| |
| |
| | |
Signed-off-by: martink-p <47943787+martink-p@users.noreply.github.com>
|
| |
| |
| |
| |
| | |
Co-Authored-By: Daniel Kesselberg <mail@danielkesselberg.de>
Signed-off-by: martink-p <47943787+martink-p@users.noreply.github.com>
|
| |
| |
| |
| | |
Signed-off-by: martink-p <47943787+martink-p@users.noreply.github.com>
|
| | |
|
|\ \
| | |
| | | |
instead of upsert query, fallback to default on PSQL <= 9.4
|
| | |
| | |
| | |
| | |
| | |
| | | |
because there is no upsert yet
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
|
|\ \ \
| |/ /
|/| | |
Fix loading of the syslog logging class
|
| | |
| | |
| | |
| | | |
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Some user backends (like the database backend) allow us to obtain a user
case insensitive. However the UID itself is case sensitive.
Example:
* create a user User1
* login as User1
- This results the data/User1 folder to be created etc
* now have some code somewhere that obtains the userFolder (from
IRootFolder) but pas in 'uSER1' as uid
- The code will check if that is a valid user. And in this case it is
since User1 and uSER1 both map to the same user
- However the the UID in the user object is used for the folder a new
folder fill be create data/uSER1
With this PR this is avoided now. Since we obtain the real UID casing in
the backend before creating the user object.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
|\ \
| | |
| | | |
Correctly handle emtpy string in proxyuserpwd config
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
As documented, the default value for config value proxyuserpwd is ''.
However, that value results in the error:
"cURL error 5: Unsupported proxy syntax in '@'".
This patch handles the values of '' and null (the default in the code)
the same for config values proxyuserpwd and proxy.
Signed-off-by: Scott Shambarger <devel@shambarger.net>
|
|\ \ \
| | | |
| | | | |
Add X-Frame-Options header to .htaccess
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
|
|\ \ \ \
| |/ / /
|/| | | |
Add Feature-Policy header
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This adds the events and the classes to modify the feature policy.
It also adds a default restricted feature policy.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
| | | | |
|
|/ / / |
|