| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
[stable19] Do not read certificate bundle from data dir by default
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Before the resources/config/ca-bundle.crt was only used when the list of custom
certificates was empty and the instance was not installed. But it should also
be used when the list is empty and the instance is installed.
This is inverting the logic to stop if the instance is not installed to use the
default bundle. And it also does this when the list is empty.
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
|\ \
| | |
| | | |
[stable19] Improve group queries
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Before we'd also get the diplayname for each group in the backend. In a
separate query. This is of course not ideal as this information is
obtained on each and every query. Now this is queried once and properly
cached.
Also added more caching to the manager.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
|\ \
| | |
| | | |
19 Final
|
| |/
| |
| |
| | |
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
|\ \
| |/
|/| |
Update recommended apps
|
|/
|
|
|
| |
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
|
|\
| |
| | |
19 RC3
|
| |
| |
| |
| | |
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
|\ \
| | |
| | | |
[stable19] Don't load text file preview when text app is available (Fixes: #20615)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When opening a shared text document, the files_sharing app uses
internal preview support in case no other app to open the text file is
available.
So far, it only checks for the old files_texteditor app, not for the new
new text app. This commit fixes this by checking for both.
Signed-off-by: Jonas Meurer <jonas@freesources.org>
|
|\ \ \
| | | |
| | | | |
[stable19] Caching and compression for app store requests
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
In test it reduced the transfered data from 5 MB to 2 MB. This should reduce the load on the appstore significantly.
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
|\ \ \
| | | |
| | | | |
[stable19] Copy over the ETag and LastModified when formatting a Dataresponse
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
This way the ETag checks etc are all working.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
|\ \ \
| | | |
| | | | |
[stable19] Remove entries from locales.json incompatible with punic
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
As reported at https://github.com/nextcloud/server/issues/20999 the list contains en_US_POSIX as locale but punic is unable to parse such a locale. If you select that locale everyone is confused.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
|
|\ \ \ \
| |/ / /
|/| | | |
[stable19] Link permissions
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
|\ \ \
| |/ /
|/| | |
[stable19] update icewind/smb to 3.2.4
|
|/ /
| |
| |
| | |
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
|\ \
| |/
|/| |
[stable19] Bump yargs-parser
|
|/
|
|
| |
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
|\
| |
| | |
19 RC2
|
|/
|
|
| |
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
|\
| |
| | |
[stable19] Respect exit code of lint run - changed from -exec to xargs as this e…
|
| |
| |
| |
| |
| |
| | |
properly
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
|\ \
| |/
|/| |
[stable19] Allow links to conversations
|
|/
|
|
| |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
|\
| |
| | |
[stable19] Trailing comma's in functin arguments break on 7.2
|
| |
| |
| |
| | |
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
|\ \
| |/
|/| |
[stable19] Proxy server could cache http response when it is not private
|
| |
| |
| |
| | |
Signed-off-by: Clement Wong <git@clement.hk>
|
| |
| |
| |
| | |
Signed-off-by: Clement Wong <git@clement.hk>
|
|/
|
|
| |
Signed-off-by: Clement Wong <git@clement.hk>
|
|\
| |
| | |
[stable19] Remember the webauthn name of devices
|
|/
|
|
|
|
|
| |
Fixes #20289
we should not reset to default once we have logged in with the device.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
|\
| |
| | |
[stable19] Use random_bytes
|
| |
| |
| |
| |
| |
| |
| | |
Since we don't care if it is human readbale.
The code is backwards compatible with the old format.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
|\ \
| |/
|/| |
|
| |
| |
| |
| | |
Signed-off-by: GretaD <gretadoci@gmail.com>
|
|\ \
| | |
| | | |
[stable19] macOS contacts: prefer personal over app generated
|
| | |
| | |
| | |
| | |
| | |
| | | |
only one and will pick the first one alphabetically
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
|
| |/
| |
| |
| | |
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
|
|\ \
| |/
|/| |
[stable19] Fix color-text-maxcontrast not passing WCAG AA
|
|/
|
|
| |
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
|