| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
[stable18] Correctly hide table headers in filepicker
|
| | |_|/ /
| |/| | |
| | | | |
| | | | | |
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
|
|\ \ \ \ \ |
|
| | |_|_|/
| |/| | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
|
|/ / / / |
|
| | | | |
|
|\ \ \ \
| |/ / /
|/| | | |
[stable18] clarified trash bin retention by storage shortage override in config.sample.php
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
|
| | | |
|
| | | |
|
| |/
|/| |
|
|\ \
| | |
| | | |
[stable18] Fix Argon2 options checks
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The minimum for memory cost is 8 KiB per thread. Threads must be checked and set first to allow checking against the correct memory cost mimimum.
Options are now applied the following way:
- If config.php contains the setting with an integer higher or equal to the minimum, it is applied.
- If config.php contains the setting with an integer lower than the minimum, the minimum is applied.
- If config.php does not contain the setting or with no integer value, the PHP default is applied.
Signed-off-by: MichaIng <micha@dietpi.com>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
|\ \ \
| |/ /
|/| | |
[stable18] Allow specifying a default expiration date
|
|/ /
| |
| |
| |
| |
| | |
This overrides the max expiration date.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
|\ \
| | |
| | | |
[stable18] Allow to navigate to others with access from the sidebar
|
| |/
| |
| |
| |
| | |
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
|
|\ \
| | |
| | | |
[stable18] Fix public layout header title & description
|
| |/
| |
| |
| | |
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
|
|/ |
|
| |
|
|\
| |
| | |
[stable18] Fix security header setting in .htaccess by adding 'onsuccess unset'
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The headers might already be set by the system administrator at the http server
level (apache or nginx) for some or all virtualhosts.
Using "always set" in the .htaccess of Nextcloud leads to the situation where
the headers might be set twice (once in the default 'onsuccess' table and once
in the 'always' table)! Which leads to warnings in the admin area.
Adding "onsuccess unset" solves the problem, and forces the header in
the 'onsucess' table to be unset, and the header in the 'always' table to be set.
NOTE: with this change, Nextcloud overrides whatever the system administrator
might have already set
See github issues #16893 #16476 #16938 #18017 and discussion in PR #19002
Signed-off-by: zertrin <zertrin@gmail.com>
|
|\ \
| | |
| | | |
[stable18] Only catch anonymous OPTIONS for Office
|
| | |
| | |
| | |
| | | |
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
| | | |
|
|\ \ \
| | | |
| | | | |
[stable18] Don't remove last user in ldap group when limit is -1
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Clement Wong <git@clement.hk>
|
|\ \ \ \
| |/ / /
|/| | | |
[stable18] Add tests for update notification controller for non-default updater …
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
|\ \ \
| | | |
| | | | |
[stable18] Adhere to EMailTemplate interface in constructor call.
|
| |/ /
| | |
| | |
| | |
| | | |
Email creation appears to have been refactored lately but it looks like custom template-based emails were left out.
Signed-off-by: Tekhnee <info@tekhnee.org>
|
|/ / |
|
| | |
|
|/ |
|
| |
|
|\
| |
| | |
[stable18] Array offset error due to empty file versions array
|
| |
| |
| |
| | |
Signed-off-by: Liam JACK <liamjack@users.noreply.github.com>
|
| | |
|
|\ \
| | |
| | | |
[stable18] Set fileInfo correctly for LegacyTabs
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Watch for changes of the fileInfo prop and propagate it to,
the underlying component.
Fixes #20106.
Signed-off-by: Christoph Seitz <christoph.seitz@posteo.de>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
|
|\ \
| | |
| | | |
[stable18] Fix Sharing recommendation user display
|
| | |
| | |
| | |
| | |
| | | |
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
|
|\ \ \
| | | |
| | | | |
[stable18] Fix IE11 upload fallback methods
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
|
|/ / / |
|
|\ \ \
| |/ /
|/| | |
18.0.4
|
| |/
| |
| |
| | |
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|