| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
owncloud/backport-24949-internal-server-error-in-sync-client-on-forbidden-directurl
[9.0] Catch the ForbiddenException to make sure it gets handled
|
| | | | | |
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
[stable9] File not found when single file in a folde…
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* Fixed group share searching for members of
multiple group. Issue #11808.
* Fixed group share searching, continued.
Avoid searching for empty group list in getItemSharedWithUser().
Broke tests in previous commit, #12030.
* Simler check for group count.
* Fix for https://github.com/owncloud/core/issues/24783 , described there
* Now it's #24272, 24783 was a duplicate. Previous change was also not very good. Now we don't create ZIP with a single file inside.
|
|\ \ \ \
| | | | |
| | | | | |
[9.0] Allow opening the password reset link in a new window when …
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
stable9: normalize path in getInternalPath
|
| |/ / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
[stable9] Use a capped memory cache for the user/group cache
|
| | |/ / /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
For #24403
When upgrading huge installations this can lead to memory problems as
the cache will only grow and grow.
Capping this memory will make sure we don't run out while during normal
operation still basically cache everything.
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
[stable9] Backport of share id as string fix
|
|/ / / / |
|
|\ \ \ \
| |/ / /
|/| | | |
[9.0] trigger size calculation after scanning
|
|/ / / |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
owncloud/stable9-backport-properly-check-for-mbstring
[stable9] Properly check for mbstring extension
|
|/ / /
| | |
| | |
| | | |
mb_detect_encoding is in the fallback we ship in the polyfill library, mb_strcut is not. Thus this lead to a false positive and ownCloud would just break.
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
owncloud/stable9-lenz1111-share_download_range_requests_support
[stable9] lenz1111's fantastic share download range requests support
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Because 9.1 was PSR-4 and the backport goes back to the old style
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Http range requests support is required for video preview
|
|\ \ \ \
| | | | |
| | | | | |
[9.0] Improve isLocal performance for SharedStorage
|
| |/ / / |
|
| | | | |
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
(#24837)
the login password changed at the user back-end (e.g ldap). Such failures will
be handled after login correctly by allowing the user to adjust the passwords
|
|\ \ \
| | | |
| | | | |
clarify filesystem_check_changes in config.sample.php
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
[stable9] first call the post_login hooks, before we call getUserFolder.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The login process needs to be completed before we can safely create
the users home folder. For example we need to give encryption a chance
to initialize the users encryption keys in order to copy the skeleton
files correctly
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
[9.0] Make sure we evaluate installed everywhere as a boolean
|
| | | | | |
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
owncloud/backport-24336-remove-password-from-exception-trace-in-dav-auth
Remove the password from the validateUserPass() method as well
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | | |
[Stable9] Use a CappedCache in the user database backend
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
When running with a user database backend on large installations the
cache can grow to significant sizes. This can be especially problematic
when running big cron/repair jobs.
|
|\ \ \ \
| | | | |
| | | | | |
[9.0] free up memory when releasing the last shared lock
|
| | | | | |
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
[stable9] Allow chunk GC mtime tolerance for unfinished part chunks
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Whenever part chunks are written, every fwrite in the write loop will
reset the mtime to the current mtime. Only at the end will the touch()
operation set the mtime to now + ttl, in the future.
However the GC code is expecting that every chunk with mtime < now are
old and must be deleted. This causes the GC to sometimes delete part
chunks in which the write loop is slow.
To fix this, a tolerance value is added in the GC code to allow for
more time before a part chunk gets deleted.
|
|\ \ \ \ \
| |/ / / /
|/| | | |
| | | | |
| | | | | |
owncloud/backport-24432-never-save-app-language-into-request-lang
[9.0] Do not save the language as request lang for apps when we didn't find…
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
owncloud/stable9-do-not-automatically-try-to-enable-index-php-less-urls
[Stable9] do not automatically try to enable index php less urls
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The current logic for mod_rewrite relies on the fact that people have properly configured ownCloud, basically it reads from the `overwrite.cli.ur
l` entry and then derives the `RewriteBase` from it.
This usually works. However, since the ownCloud packages seem to install themselves at `/owncloud` (because subfolders are cool or so…) _a lot_ of people have just created a new Virtual Host for it or have simply symlinked the path etc.
This means that `overwrite.cli.url` is wrong, which fails hard if it is used as RewriteBase since Apache does not know where it should serve files from. In the end the ownCloud instance will not be accessible anymore and users will be frustrated. Also some shared hosters like 1&1 (because using shared hosters is so awesome… ;-)) have somewhat dubious Apache configurations or use versions of mod_rewrite from the mediveal age. (because updating is money or so…)
Anyhow. This makes this explicitly an opt-in configuration flag. If `htaccess.RewriteBase` is set then it will configure index.php-less URLs, if
admins set that after installation and don't want to wait until the next ownCloud version they can run `occ maintenance:update:htaccess`.
For ownCloud 9.0 we also have to add a repair step to make sure that instances that already have a RewriteBase configured continue to use it by copying it into the config file. That way all existing URLs stay valid. That one is not in this PR since this is unneccessary in master.
Effectively this reduces another risk of breakage when updating from ownCloud 8 to ownCloud 9.
Fixes https://github.com/owncloud/core/issues/24525, https://github.com/owncloud/core/issues/24426 and probably some more.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
owncloud/backport-24526-forward-user-manager-error-messages-to-ui
[9.0] Pass on the error message from the user manager to the UI
|