| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
as on the command line
|
|\
| |
| |
| |
| | |
owncloud/issue-23686-files-transferownership-share-unmount
Unmount the share before deleting it, so we don't try to use it later on
|
| | |
|
| | |
|
| |
| |
| | |
Signed-off-by: Stefan Weil <sw@weilnetz.de>
|
| | |
|
| |
| |
| |
| |
| |
| | |
* add better messages for sometimes obscure exceptions
* fix formatting
|
|\ \
| | |
| | |
| | |
| | | |
owncloud/also-hide-password-for-private-key-password-update
Also replace password in updatePrivateKeyPassword
|
| |/
| |
| |
| | |
Fixes https://github.com/owncloud/core/issues/23717
|
|\ \
| | |
| | | |
Sanitize more data in config report
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This sanitizes the following keys as well:
- `proxyuserpwd`
- `shared_secret` of `log.condition`
- `license-key`
- `password` of `redis`
|
|\ \ \
| | | |
| | | | |
New colour generator
|
| | | | |
|
| | | | |
|
|\ \ \ \
| |_|/ /
|/| | | |
Detect user navigating away, don't interpret as ajax error
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Added 303 to catch SSO cross-domain redirect in Firefox.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Whenever a user navigates away, all ajax calls will fail with the same
result like a cross-domain redirect (SSO). To distinguish these cases,
we need to detect whether the error is a result of the user navigating
away. For this, we introduce a new flag that will be set in
"beforeunload".
Additional handling was required for false positives in case "beforeunload" is
used (ex: cancelled upload) and the user cancelled the navigation.
|
|\ \ \ \
| |_|_|/
|/| | | |
Initialise the printcss array
|
|/ / / |
|
| | | |
|
|\ \ \
| | | |
| | | | |
Add sharePermissions webdav property
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This property can be queries by the clients so they know the max
permissions they can use to share a file with. This will improve the UX.
The oc:permissions proptery is not enough since mountpoints have
different permissions (delete + move by default).
By making it a new property the clients can just request it. On older
servers it will just return a 404 for that property (and thus they know
they have to fall back to their hacky work arounds). But if the property
is returned the client can show proper info.
* unit tests
* intergration test
|
|\ \ \ \
| | | | |
| | | | | |
Add urlencode to username part of ftp and sftp links
|
| | | | |
| | | | |
| | | | |
| | | | | |
according to #17796
|
|\ \ \ \ \
| | | | | |
| | | | | | |
make sure that we always remove the file again from the cache after t…
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
version was created
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Return 401 DummyBasicAuth in case of ajax call in public link page
|
| | | | | | | |
|
| | |_|/ / /
| |/| | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Design LDAP wizard to better integrate into the design
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* mostly replaces gray background with white one
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Properly handle return values of OC_App::getAppInfo()
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* fixes #23668
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Adding coverage graph to see how we progress
|
| | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \
| |_|_|_|_|/ / / /
|/| | | | | | | | |
Support for print stylesheets
|
| | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
GDrive stream download with RetryWrapper
|
| | | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | | |
Fixed Issue 23316 - Invisible buttons should be visible
|
| | | | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | |
| | | | | | | | | | | | |
small performance improvement: no need to calculate the header size
|
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | | |
already know the size
|
|\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | |
| | | | | | | | | | | | | |
Make sure that the encrypted version is set
|
| | |_|_|_|/ / / / / / /
| |/| | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | | |
The code path called when using external storage with WebDAV is using `\OC\Files\Storage\Wrapper\Encryption::getMetaData` which did not contain the actual encrypted version inside the cache entry version. This lead to the following:
1. User uploaded a file
2. File is created and `\OC\Files\Storage\Wrapper\Encryption::getMetaData` is called. It has an empty `encryptedVersion` but sets `encrypted` to either `true` or `false`.
3. The call when updating the file cache will use the old version.
|
|\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | | |
owncloud/fix_encryption_versions_on_external_storages
fix creation of versions of encrypted files on external storages
|