| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
20.0.6 RC1
|
|/
|
|
| |
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
|\
| |
| | |
[stable20] Update 3rdparty after Archive_Tar
|
| |
| |
| |
| | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
|\ \
| | |
| | | |
[stable20] Update CRL due to revoked gravatar.crl
|
| | |
| | |
| | |
| | |
| | |
| | | |
https://github.com/nextcloud/app-certificate-requests/pull/362
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
|\ \ \
| | | |
| | | | |
[stable20] Don't log keys on checkSignature
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
|/ / |
|
|\ \
| |/
|/| |
[stable20] Add "composer.lock" for acceptance tests to git
|
|/
|
|
|
|
|
|
|
|
| |
As "composer.lock" was not versioned the dependencies had to be resolved
everytime that the acceptance tests run, which took some precious time.
Besides that the dependency versions were also tightened for better
control.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
|
| |
|
|\
| |
| | |
[stable20] Fix comparison of PHP versions
|
| |
| |
| |
| | |
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Use the builtin function `version_compare` to check an app's
compatibility with the available PHP version, instead of reusing
the `OC\App\CompareVersion::isCompatible` method which is intended
to compare Nextcloud versions. PHP version strings do not always
necessarily follow the simple Major.Minor.Patch format used by
Nextcloud and therefore cannot be properly compared by that method.
Signed-off-by: Damien Goutte-Gattat <dgouttegattat@incenp.org>
|
| | |
|
| | |
|
|\ \
| |/
|/| |
[stable20] Do not redirect to logout after login
|
|/
|
|
|
|
|
| |
This can happen when the session was killed due to a timeout. Then
logout was triggered. Nobody wants to login only to be logged out again.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
|\
| |
| | |
[stable20] Add a hint about the direction of priority
|
|/
|
|
| |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
|\
| |
| | |
[stable20] Make sure to do priority app upgrades first
|
| |
| |
| |
| |
| |
| |
| |
| | |
Otherwise those apps might not be loaded when the others app migrations
are running. The previous loading of authentication apps in the upgrade
step never worked as it just returns in maintenance mode
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
| | |
|
|\ \
| | |
| | | |
[stable20] respect DB restrictions on number of arguments in statements and queries
|
| | |
| | |
| | |
| | | |
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
|
|/ /
| |
| |
| | |
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
|
|\ \
| | |
| | | |
20.0.5
|
| | |
| | |
| | |
| | | |
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
| | | |
|
|/ / |
|
|\ \
| | |
| | | |
20.0.5 RC2
|
| | |
| | |
| | |
| | | |
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
|\ \ \
| | | |
| | | | |
[stable20] Add setup check to verify that the used DB version is still supported…
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
next major release
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
| |_|/
|/| | |
|
|\ \ \
| |/ /
|/| | |
[stable20] Don't remove assignable column for now
|
|/ /
| |
| |
| |
| |
| | |
It causes side effects.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
|
|\ \
| | |
| | | |
[stable20] Update psalm-baseline.xml
|
| | |
| | |
| | |
| | | |
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
|\ \ \
| |/ /
|/| | |
[stable20] Set the user language when adding the footer
|
| | |
| | |
| | |
| | | |
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
|\ \ \
| |_|/
|/| | |
[stable20] Fix clearing the label of a share
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When the label is being edited its value is stored in "newLabel", and
the original label is shown only if "newLabel" is not set. However, as
it was checked against any falsy value instead of only undefined when
the label was cleared and thus it has an empty value the original label
was shown instead.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
|
| | | |
|
| | | |
|
|/ / |
|
|\ \
| |/
|/| |
[stable20] Change defaultapp in config.sample.php to dashboard to improve docs and align it to source code
|