aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Add Public Calendar ProviderAnna Larch2021-10-1410-1/+369
| | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #29187 from ↵Julius Härtl2021-10-132-5/+5
|\ | | | | | | nextcloud/fix/noid/passwordless-app-password-generation
| * allow null password in UserLoggedInEventJulien Veyssier2021-10-132-4/+4
| | | | | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
| * fix login_credentials->password in session when loging in with apacheJulien Veyssier2021-10-131-1/+1
| | | | | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* | Merge pull request #26688 from nextcloud/enh/better-share-exceptiondebugJohn Molakvoæ2021-10-132-1/+15
|\ \
| * | Default message for ShareNotFound exceptionJohn Molakvoæ (skjnldsv)2021-08-181-0/+14
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Add proper message to created share not foundJohn Molakvoæ (skjnldsv)2021-08-181-1/+1
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #29004 from nextcloud/bugfix/noid/fix-translated-app-detailsJoas Schilling2021-10-132-6/+5
|\ \ \ | | | | | | | | Fix translated app details
| * | | Fix translated app detailsJoas Schilling2021-09-302-6/+5
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #29015 from ↵Christoph Wurst2021-10-132-26/+89
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/enhancement/l10n-factory-find-generic-language Add L10n factory method for generic language heuristics
| * | | | Add L10n factory method for generic language heuristicsChristoph Wurst2021-10-132-26/+89
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The existing `findLanguage` method tries its best to find the best language for the current users. For some tasks we don't want this but rather determine the most generic language for *another* user, e.g. when the current user trigger an email notifiaction to someone else. In this case the current user's language is a bad guess in many multi-language environments. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #29020 from ↵Joas Schilling2021-10-133-11/+18
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/keep-group-restrictions-when-reenabling-apps Keep group restrictions when reenabling apps after an update
| * | | | Keep group restrictions when reenabling apps after an updateJoas Schilling2021-10-133-11/+18
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #29140 from nextcloud/feature/noid/prepare-for-group-mentionsJoas Schilling2021-10-131-9/+11
|\ \ \ \ \ | |_|/ / / |/| | | | Prepare for group mentions in talk (and comments?)
| * | | | Prepare for group mentionsJoas Schilling2021-10-081-9/+11
| |/ / / | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #29028 from nextcloud/add-supported-label-to-all-appsBjörn Schießle2021-10-121-3/+13
|\ \ \ \ | | | | | | | | | | add 'supported'-label to all supported apps
| * | | | add 'supported'-label to all supported apps, also if they are not downloaded yetBjoern Schiessle2021-10-061-3/+13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | | | Merge pull request #29122 from nextcloud/bugfix/noid/apache-auth-apptokenChristoph Wurst2021-10-111-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | | Tokens without password should not trigger changed password invalidation
| * | | | Tokens without password should not trigger changed password invalidationJulius Härtl2021-10-071-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #28907 from nextcloud/bug/noid/close-stream-localDaniel2021-10-082-3/+7
|\ \ \ \ \ | | | | | | | | | | | | explicitly close source stream on local / encryption storage
| * | | | | explicitly close source stream on encryption storageDaniel Kesselberg2021-09-211-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | | | explicitly close source stream on local storageDaniel Kesselberg2021-09-211-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | Merge pull request #29123 from nextcloud/bug/29119/decode-object-to-arrayDaniel2021-10-071-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Set associative = true for cleanup job
| * | | | | | Set associative = true for cleanup jobDaniel Kesselberg2021-10-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | | Merge pull request #28608 from nextcloud/path-prefix-filterVincent Petry2021-10-0711-9/+201
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | generate a better optimized query for path prefix search filters
| * | | | | | generate a better optimized query for path prefix search filtersRobin Appelman2021-08-2611-9/+201
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2021-10-072-0/+20
| |_|_|/ / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #29082 from nextcloud/enh/add-sensitive-config-keysVincent Petry2021-10-061-0/+21
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Add a few sensitive config keys
| * | | | | consider some config keys under 'objectstore_multibucket' as sensitiveJulien Veyssier2021-10-051-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* | | | | | [tx-robot] updated from transifexNextcloud bot2021-10-062-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #29053 from nextcloud/debt/noid/exit-code-versioncheckRichard Steinmetz2021-10-051-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Use proper exit code
| * | | | | Use proper exit codeDaniel Kesselberg2021-10-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | Merge pull request #29019 from ↵Joas Schilling2021-10-051-3/+12
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/improve-log-and-allow-duplicate-notifications-section Improve log and allow duplicate notifications section
| * | | | | | Improve log and allow duplicate notifications sectionJoas Schilling2021-10-041-3/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | Merge pull request #27733 from ↵Julius Härtl2021-10-055-48/+72
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | PhrozenByte/enhancement/noid/IURLGenerator-linkToDefaultPageUrl
| * | | | | | Fix UrlGeneratorTestDaniel Rudolf2021-08-051-7/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And again... :unamused: Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
| * | | | | | Remove usage of \OC_Util::getDefaultPageUrl() and ↵Daniel Rudolf2021-08-041-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | \OC_Util::redirectToDefaultPage() Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
| * | | | | | Merge branch 'master' into enhancement/noid/IURLGenerator-linkToDefaultPageUrlDaniel Rudolf2021-08-04203-502/+1081
| |\ \ \ \ \ \
| * | | | | | | Move UtilTest::testDefaultApps() to UrlGeneratorTestDaniel Rudolf2021-07-011-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
| * | | | | | | Fix UtilTest::testDefaultApps()Daniel Rudolf2021-07-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Oh wow... This definitly was no best practice... :unamused: Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
| * | | | | | | Add RedirectToDefaultAppResponse::__construct() annotationsDaniel Rudolf2021-07-011-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
| * | | | | | | Deprecate RedirectToDefaultAppResponseDaniel Rudolf2021-07-011-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
| * | | | | | | Remove \OC::$server->getURLGenerator() usageDaniel Rudolf2021-07-012-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
| * | | | | | | Remove unused importsDaniel Rudolf2021-06-301-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
| * | | | | | | Add IUrlGenerator::linkToDefaultPageUrl()Daniel Rudolf2021-06-304-40/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replaces the deprecated \OC_Util::getDefaultPageUrl() and makes this API public. Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
* | | | | | | | Merge pull request #28939 from nextcloud/bugfix/noid/dont-setup-disabled-usersLukas Reschke2021-10-041-0/+6
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Don't further setup disabled users when logging in with apache
| * | | | | | | | Don't further setup disabled users when logging in with apacheJoas Schilling2021-09-231-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | | | [tx-robot] updated from transifexNextcloud bot2021-10-042-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | | [tx-robot] updated from transifexNextcloud bot2021-10-032-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | | [tx-robot] updated from transifexNextcloud bot2021-10-026-2/+6
| |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>