| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
Exclude custom data directory from integrity checker
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
We should not scan any custom data directory in the integrity checker as well. Otherwise this would lead to a massive increased update time that may likely exceed the timeout.
To test this:
1. Install ownCloud 8.2.2, set as data dir another folder than `data` such as `data-asdf`. Make sure that folder lives in the web root as well.
2. Update that instance to 9.0.0 beta2 => Errors are shown in the code integrity check
3. Apply this patch and trigger the rescan in the admin settings => No errors are shown anymore (can also do a new update with that patch applied)
Fixes https://github.com/owncloud/core/issues/22698
|
|\ \ \
| |_|/
|/| | |
allow putting the part file in the view root
|
| |\ \
| |/ /
|/| | |
|
|\ \ \
| | | |
| | | | |
Use readiness notification socket to be absolutely sure this works
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| |/ /
|/| | |
|
|\ \ \
| | | |
| | | | |
Checksum intergration tests and fixes
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
We should also store checksums on chunked files.
We do not checksum individual chunks but only the final file.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
When we overwrite a checksumed file with a file without a checksum we
should remove the checksum from the server.
This is done by setting the column to empty.
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | | |
* Upload file with checksum
* Chunked upload with checksum
* Copy file with checksum should also copy the checksum
* Moving a file with checksum should also move the checksum
* Uploading a file with checksum and overwriting it with a file without cheksum should remove the checksum
|
|\ \ \
| |/ /
|/| | |
remove remote address book if access was revoked
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
system address book
|
| | |
| | |
| | |
| | | |
servers list
|
| | | |
|
|\ \ \
| | | |
| | | | |
Add autodiscovery support to server-to-server sharing implementation
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Adds autodiscovery support to server-to-server sharing as specified in the specification. If no discovery data is found it is using the fallback ownCloud endpoints for legacy support.
|
|\ \ \ \
| | | | |
| | | | | |
use ocs discover endpoint to test remote
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | |_|/
| |/| | |
|
|\ \ \ \
| | | | |
| | | | | |
Disable app that bricks the server after enabling
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
If an app is getting enabled in the web UI, an ajax call is now made to
make sure the server still works. If it doesn't, it sends an emergency
app disabling call to disable the breaking app.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
For now only allow 1 link share per file/folder
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fixes #22692
This is a temp fix util we get #22327
We just block it in the OCS Share API since we have 1 endpoint now
anyway.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Hides nodes from listing that the user has no access to
|
| | |_|/ / /
| |/| | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Don't return quota when none set
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Returns -3 for unlimited quota in Webdav response.
Also adjusted personal page to show unlimited quota when set.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
make scrollbar less obnoxious: tad narrower, rounded corners
|
| | |_|_|_|/ /
| |/| | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
owncloud/allow-to-overwrite-single-l10n-string-via-theme
Allow to overwrite a single language string via the theme folder
|
| | | | | | | | |
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| |_|_|_|_|/ / /
|/| | | | | | |
| | | | | | | |
| | | | | | | | |
owncloud/distributions-are-gone-insane-nobody-ever-should-install-the-owncloud-debian-package
Add question from where ownCloud was installed
|
| | | | | | | | |
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
With regard to the following patch in Debian I'd recommend that we add to the issue template that we ask where users got their ownCloud from.
This is super dangerous stuff from Debian again. Can't call it otherwise. With 9.0 we can detect that since the question for the code integrity would return "Not enabled" instead of passed. But unluckily this is already 8.2.
(while skipping one version *might* work it is completely untested and I smell already users reporting very hard to debug bugs to us => Waste of time)
https://sources.debian.net/src/owncloud/8.2.2~dfsg-1/debian/patches/0009-Don-t-stop-update-over-several-major-versions.patch/
|