- Jan 08, 2021
-
-
Roeland Jago Douma authored
21 beta5
-
Christoph Wurst authored
Bump doctrine/dbal from 2.12.0 to 3.0.0
-
Morris Jobke authored
allow authenticating using urlencoded passwords
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Morris Jobke authored
Use specific docker image tags to allow drone to cache them and not run into docker pull rate limits Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Roeland Jago Douma authored
Fix clearing the label of a share
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Morris Jobke authored
Remove "primary" option from schema builder argument $options as it is not used anymore and triggers an exception See https://github.com/doctrine/dbal/commit/138eb85234a1faeaa2e6a32cd7bcc66bb51c64e8#diff-300f55366adb50a32a40882ebdc95c163b141f64cba5f45f20bda04a907b3eb3L82 Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Roeland Jago Douma authored
Revert "(LDAP) respect DB limits of arguments in an IN statement"
-
Roeland Jago Douma authored
-
Daniel Calviño Sánchez authored
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>
-
Morris Jobke authored
Change defaultapp in config.sample.php to dashboard to improve docs and align it to source code
-
rakekniven authored
Result of discussion at https://help.nextcloud.com/t/enable-dashboard-on-per-user-basis/94872 Code reference: https://github.com/nextcloud/server/blob/db86bea18ce41ad73e9c1a06f2b2d89d8d4f2ef8/lib/private/legacy/OC_Util.php#L1106 Signed-off-by:
rakekniven <mark.ziegler@rakekniven.de>
-
Roeland Jago Douma authored
Replace patchwork/utf8 with symfony-polyfill-*
-
Roeland Jago Douma authored
(LDAP) respect DB limits of arguments in an IN statement
-
Roeland Jago Douma authored
Print an exception trace for setup exceptions
-
Roeland Jago Douma authored
[Automated] Update psalm-baseline.xml
-
Nextcloud-PR-Bot authored
Signed-off-by:
GitHub <noreply@github.com>
-
Nextcloud bot authored
-
- Jan 07, 2021
-
-
Morris Jobke authored
Use the Symfony dispatcher correctly
-
Morris Jobke authored
Expose session based authentication through mount point type
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Morris Jobke authored
ignore files that have no read permissions during scanning
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Arthur Schiwon authored
Signed-off-by:
Arthur Schiwon <blizzz@arthur-schiwon.de>
-
Roeland Jago Douma authored
Remove useless ini_set calls
-
Christoph Wurst authored
Right now any setup error will just result in the exception message being printed. In some cases this doesn't give any insights into what went wrong. This adds some dedicated logic to print the exception trace and any previous exceptions to the CLI. Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Roeland Jago Douma authored
Bump core-js from 3.8.1 to 3.8.2
-
Roeland Jago Douma authored
Fix name of avatar integration tests in Drone
-
Roeland Jago Douma authored
Set the user language when adding the footer
-
Daniel Calviño Sánchez authored
Signed-off-by:
Daniel Calviño Sánchez <danxuliu@gmail.com>
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
Carlos Ferreira authored
-
Roeland Jago Douma authored
Catch throwable instead of exception
-
dependabot-preview[bot] authored
Bumps [core-js](https://github.com/zloirock/core-js) from 3.8.1 to 3.8.2. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/compare/v3.8.1...v3.8.2 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Signed-off-by:
npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
-
Roeland Jago Douma authored
The error that gets thrown can also be a type error etc. So we should properly catch the Throwable. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Morris Jobke authored
Revert "allow using any ldap property as login name when using login credentials"
-
blizzz authored
-
Morris Jobke authored
allow using any ldap property as login name when using login credentials
-