aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update contacts estimationChristopher Ng2022-05-301-7/+14
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Skip avatar on failureChristopher Ng2022-05-301-3/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Update method nameChristopher Ng2022-05-304-4/+4
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Add the ISizeEstimationMigrator interface for method getExportEstimatedSizeCôme Chilliet2022-05-304-8/+45
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Move new IMigrator method to a specific interface ISizeEstimationMigratorCôme Chilliet2022-05-304-4/+8
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Implement getExportEstimatedSize in migratorsCôme Chilliet2022-05-305-1/+69
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Add a method to get estimated export size in IMigratorCôme Chilliet2022-05-301-0/+8
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-05-304-4/+44
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-05-2930-6/+102
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #32594 from ↵Carl Schwan2022-05-273-13/+23
|\ | | | | | | | | nextcloud/fix/groupfolder-not-loading-when-share-disabled Fix loading groupfolder info when share api is disabled
| * Fix loading groupfolder info when share api is disabledCarl Schwan2022-05-273-13/+23
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Merge pull request #32349 from nextcloud/enh/projects-eventCarl Schwan2022-05-277-17/+85
|\ \ | | | | | | Add event to load additional scripts for projects
| * | Move files_sharing over to new event for projectsJulius Härtl2022-05-122-10/+13
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Introduce event for loading additional script on projectsJulius Härtl2022-05-125-7/+72
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #32592 from ↵Julius Härtl2022-05-271-0/+1
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix/noid/allow-rememberme-token-apache-auth-backend allow use of rememberme cookies for IApacheAuth backends
| * | | allow use of rememberme cookies for IApacheAuth backendsArthur Schiwon2022-05-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | - e.g. enables it for SAML backend Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Merge pull request #32596 from nextcloud/enhancement/php8.2-lintCarl Schwan2022-05-271-1/+1
|\ \ \ \ | | | | | | | | | | Add lint job for PHP8.2
| * | | | Add lint job for PHP8.2Christoph Wurst2022-05-251-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | Merge pull request #32601 from nextcloud/GdDebugJoas Schilling2022-05-271-20/+18
|\ \ \ \ \ | | | | | | | | | | | | Move Gd failed operations to debug level
| * | | | | Move Gd failed operations to debug levelGit'Fellow2022-05-251-20/+18
| |/ / / / | | | | | | | | | | Instead of error
* | | | | Merge pull request #32618 from nextcloud/bugfix/noid/fix-status-handlingJoas Schilling2022-05-279-18/+34
|\ \ \ \ \ | | | | | | | | | | | | Fix status handling
| * | | | | Fix unit testsJoas Schilling2022-05-271-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | Don't overwrite certain values if the refreshing comes in via short updatesJoas Schilling2022-05-276-12/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This e.g. happens from the talk participant list which only has the status, message and icon. Due to the overwriting e.g. the clearAt was overwritten with null and afterwards the status modal showed "Invalid date" as "Clear at" Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | Fix missing status with predefined status in drop-downJoas Schilling2022-05-272-2/+4
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a predefined status message was used, the status was not "processed" so it was missing the translated message and the icon in the dropdown and the menu afterwards Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2022-05-276-0/+44
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2022-05-2678-76/+138
|/ / / / | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #32577 from ↵Carl Schwan2022-05-254-70/+83
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/fix/remove-at-matcher-in-files_sharing-tests Remove at() matcher in files_sharing tests
| * | | Remove at() matcher in files_sharing testsCôme Chilliet2022-05-244-70/+83
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Merge pull request #32567 from ↵Joas Schilling2022-05-253-33/+43
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | nextcloud/fix/remove-at-matcher-in-encryption-tests Remove at() matcher use from encryption tests
| * | | Remove at() matcher use from encryption testsCôme Chilliet2022-05-243-33/+43
| |/ / | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Merge pull request #32580 from ↵Joas Schilling2022-05-251-2/+2
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/fix-handling-events-without-name Fix handling events without names in activities
| * | | Also trim the nameJoas Schilling2022-05-251-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Fix handling events without names in activitiesJoas Schilling2022-05-241-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-05-2522-24/+84
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #31761 from ↵Carl Schwan2022-05-249-275/+725
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/fix/upgarde-phpunit-in-ci-to-recent-version Require a recent phpunit version in integration and acceptance
| * | | | Require a recent phpunit version in integration and acceptanceCôme Chilliet2022-05-249-275/+725
| |/ / / | | | | | | | | | | | | | | | | | | | | Otherwise build with PHP>8 will fail as PHPUnit 6 does not support it Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Merge pull request #32557 from nextcloud/cleanup/dav-admin-settingsCarl Schwan2022-05-243-45/+52
|\ \ \ \ | | | | | | | | | | Modernize the dav admin settings
| * | | | Modernize the dav admin settingsCarl Schwan2022-05-243-45/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use nextcloud-vue components (with proper doc link now) - Add underline to links so we can see them (accessibility++) Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | Merge pull request #32548 from nextcloud/fix/return-typeCarl Schwan2022-05-242-13/+6
|\ \ \ \ \ | | | | | | | | | | | | Fix return type and make type stricter
| * | | | | Fix return type and make type stricterCarl Schwan2022-05-242-13/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | Merge pull request #32575 from nextcloud/improve/warningCarl Schwan2022-05-241-1/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Improve warning about missing pnctl
| * | | | | Improve warning about missing pnctlCarl Schwan2022-05-241-1/+2
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | Merge pull request #32558 from nextcloud/fix/eslintJohn Molakvoæ2022-05-2418-32/+32
|\ \ \ \ \
| * | | | | Fix various errors reported by eslintCarl Schwan2022-05-2418-32/+32
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And also make sure eslint doesn't try to index apps-extra that contains other repo with not necessarely the same eslint rules Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | Merge pull request #32571 from nextcloud/fix/remove-at-matcher-in-files-testsCarl Schwan2022-05-243-21/+19
|\ \ \ \ \ | |/ / / / |/| | | | Remove at() matcher for tests for files app
| * | | | Remove at() matcher for tests for files appCôme Chilliet2022-05-243-21/+19
|/ / / / | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Merge pull request #32555 from nextcloud/fix/revert-api-breakCôme Chilliet2022-05-241-2/+2
|\ \ \ \ | | | | | | | | | | Revert api break
| * | | | Revert api breakCarl Schwan2022-05-241-2/+2
| | |/ / | |/| | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | Merge pull request #32560 from nextcloud/feature/noid/preferences-apiJoas Schilling2022-05-248-0/+372
|\ \ \ \ | | | | | | | | | | Add API to change preferences
| * | | | Add API to change preferencesJoas Schilling2022-05-238-0/+372
| |/ / / | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>