| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\ \ \
| | | |
| | | | |
[stable8.2] Read available l10n files also from theme folder
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The old behaviour was that only languages could be used for an app
that are already present in the apps/$app/l10n folder. If there is
a themed l10n that is not present in the apps default l10n folder
the language could not be used and the texts are not translated.
With this change this is possible and also the l10n files are
loaded even if the default l10n doesn't contain the l10n file.
|
| |_|/
|/| | |
|
|\ \ \
| | | |
| | | | |
[8.2] trigger size calculation after scanning
|
|/ / / |
|
| | |
| | |
| | | |
this.updateSearch() sets the current file list instance and clears the box. This is unnecessary and makes the search box unsuable on some mobile devices where a keyboard fade-in causes a onResize trigger, which would then clear and blur the box.
|
|\ \ \
| | | |
| | | | |
[8.2] cache isLocal for shared storage
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
clarify filesystem_check_changes in config.sample.php
|
|/ / / |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* 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.
* Allow indirect set in CappedMemoryCache
|
|\ \ \
| | | |
| | | | |
[8.2] free up memory when releasing the last shared lock
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
[stable8.2] 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.
|
| | | |
| | | |
| | | | |
Wait a while even after successful connect ...
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
owncloud/can-not-disable-server2server-sharing-anymore
Correctly load server2server sharing configs
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | | |
[8.2] cap the normalized path cache
|
| |/ / / |
|
|\ \ \ \
| | | | |
| | | | | |
[stable8.2] LDAP: do not attempt to process user records without display name, fi…
|
| | |_|/
| |/| |
| | | |
| | | | |
fatal error
|
|\ \ \ \
| | | | |
| | | | | |
[stable8.2] Make update server URL configurable
|
| |/ / /
| | | |
| | | |
| | | | |
Currently testing the updates is a big problem and not really super easy possible. Since we now have a new updater server we should also make this configurable so that people can properly test updates.
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
[Stable 8.2] Fix etag propegation test race condition
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
E-tag propagation replies on the mtime of the file. Order of events:
1. add file 'foo.txt' with content 'bar'
2. Set mtime to now() - 1
3. Check if etag changed.
Now this goes right often when 1 and 2 happen in the same second.
However imagine
1. add file 'foo.txt' with content 'bar' (at t=0.999)
2. Set mtime to now() - 1 (at t=1.001)
Now the mtime will be set to the same time. Thus not chaning the etag.
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
[stable8.2] Yo-ho-oh - Murder all band 'o pirates
|
|/ / / / |
|
| | | | |
|
| | | | |
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | | |
owncloud/backport-23901-app-disabled-on-legacy-job
[8.2] Catch the AutoloadNotAllowedException also for legacy jobs
|
|/ / / |
|
|/ / |
|
| | |
|
|\ \
| | |
| | | |
[Stable 8.2] Make ownCloud work again in php 7.0.6
|
|/ /
| |
| |
| | |
See https://bugs.php.net/bug.php?id=72117
|
| | |
|
|\ \
| | |
| | | |
[stable8.2] check whether index is set before using it
|
| | | |
|
|\ \ \
| |/ /
|/| | |
[8.2] error out if a local storage isn't setup correctly
|
| | | |
|
|/ / |
|
|\ \
| | |
| | | |
[stable8.2] Fix LDAP race conditions
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* getFromCache is wrapped in isCached
* inbetween the two calls the cache entry hits it's TTL
* getFromCache returns null
* this fix only checkes if the returned value is null and
return only non-null values
|
|\ \ \
| | | |
| | | | |
[8.2] add locks in the scanner to prevent multiple scanners running on the …
|
|/ / / |
|
| | |
| | |
| | |
| | |
| | |
| | | |
same files"
This reverts commit fd8e3f730169ef97de98578b5b7aa726951a424e.
|
|\ \ \
| | | |
| | | | |
[stable8.2] on clone Connection, do not take over the existing LDAP resource
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
For one, it solves potential conflicts when using the resource. For the
other, one on the login check (the only place where a clone happens
currently) we do not need to rebind after confirming the user's login
was successful.
|