summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2022-05-21284-1418/+1306
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #32443 from nextcloud/port/background-job-adminPytal2022-05-2010-141/+254
|\
| * Port BackgroundJob admin settings to vueCarl Schwan2022-05-2010-141/+254
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Merge pull request #32501 from nextcloud/cleanup/admin-delegation-settingCarl Schwan2022-05-204-28/+23
|\ \ | | | | | | Cleanup admin delegation setting page
| * | Cleanup admin delegation setting pageCarl Schwan2022-05-194-28/+23
| | | | | | | | | | | | | | | | | | | | | | | | - Simplify code a bit - Add link to doc - Use Nextcloud vue component a bit more Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Merge pull request #32486 from nextcloud/debt/noid/psalm-usernameCarl Schwan2022-05-202-4/+3
|\ \ \ | | | | | | | | [Psalm] Rename $userName to $username to align with child classes
| * | | Fix return type for createSpecificUserDaniel Kesselberg2022-05-191-2/+1
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | Rename userName to username to align with child classesDaniel Kesselberg2022-05-191-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | Merge pull request #32459 from nextcloud/port/federatedfilessharing-adminCarl Schwan2022-05-2012-127/+281
|\ \ \ \ | | | | | | | | | | Port admin federated files sharing to vue
| * | | | Port admin federated files sharing to vueCarl Schwan2022-05-2012-127/+281
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | Merge pull request #32517 from nextcloud/bugfix/noid/make-appname-accessibleDaniel2022-05-201-0/+9
|\ \ \ \ | | | | | | | | | | Make appName of TemplateResponse accessible in BeforeTemplateRendered…
| * | | | Make appName of TemplateResponse accessible in BeforeTemplateRenderedEventJoas Schilling2022-05-201-0/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #32503 from nextcloud/improve-two-factorCarl Schwan2022-05-206-39/+46
|\ \ \ \ \ | |/ / / / |/| | | | Improve two factor admin settings
| * | | | Improve two factor admin settingsCarl Schwan2022-05-206-39/+46
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | - Port more of it to vue - Use new nextcloud vue components for the setting section - Add a bit of spacing between the elements Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | Merge pull request #32406 from nextcloud/debt/noid/psalm-warning-idbconnectionJoas Schilling2022-05-201-1/+1
|\ \ \ \ | | | | | | | | | | [Psalm] Fix spelling for PreConditionNotMetException
| * | | | Fix spelling for PreConditionNotMetExceptionDaniel Kesselberg2022-05-151-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | Merge pull request #32497 from nextcloud/fix/custom-php-runtime-autotestChristoph Wurst2022-05-201-2/+2
|\ \ \ \ \ | |_|_|/ / |/| | | | Use custom PHP runtime for PHPUnit execution in autotest
| * | | | Use custom PHP runtime for PHPUnit execution in autotestChristoph Wurst2022-05-191-2/+2
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #32410 from nextcloud/bugfix/noid/imaginary-exceptionJohn Molakvoæ2022-05-201-2/+7
|\ \ \ \
| * | | | Add explicit return if getSmallImagePreview failsJulius Härtl2022-05-191-2/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #32496 from nextcloud/fix/cropp-conditionJohn Molakvoæ2022-05-201-4/+11
|\ \ \ \ \
| * | | | | Fix crop conditionCarl Schwan2022-05-191-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure that when fetching the image from the cache we don't accidentally fetch the cropped image just because it also start with 256-256 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | [tx-robot] updated from transifexNextcloud bot2022-05-2074-260/+126
| |_|_|_|/ |/| | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #32464 from nextcloud/port/sharebymail-admin-vueCarl Schwan2022-05-19104-212/+326
|\ \ \ \ \ | |_|_|/ / |/| | | | Port share by mail settings to vue
| * | | | Port share by mail settings to vueCarl Schwan2022-05-19104-212/+326
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | Merge pull request #32442 from nextcloud/debt/noid/hello-chunkperfblizzz2022-05-191-79/+0
|\ \ \ \ \ | |_|/ / / |/| | | | Bye Bye chunkperf.php :wave:
| * | | | Remove chunkperf.phpDaniel Kesselberg2022-05-171-85/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | | Make chunkperf.php work againDaniel Kesselberg2022-05-171-9/+15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | [tx-robot] updated from transifexNextcloud bot2022-05-1922-12/+56
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #32467 from ↵MichaIng2022-05-181-10/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/automated/noid/psalm-baseline-update-1652847360 [Automated] Update psalm-baseline.xml
| * | | | | Update psalm baselinenextcloud-command2022-05-181-10/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | | | Merge pull request #32390 from ↵MichaIng2022-05-182-33/+33
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/puppeteer-14.1.0 Bump puppeteer from 13.6.0 to 14.1.0
| * | | | | | Bump puppeteer from 13.6.0 to 14.1.0dependabot[bot]2022-05-142-33/+33
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 13.6.0 to 14.1.0. - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md) - [Commits](https://github.com/puppeteer/puppeteer/compare/v13.6.0...v14.1.0) --- updated-dependencies: - dependency-name: puppeteer dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | Merge pull request #32451 from nextcloud/fix/cropped-image-when-not-askedCarl Schwan2022-05-181-1/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix cropped image generated when not asked
| * | | | | | Fix cropped image generated when not askedCarl Schwan2022-05-171-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The $crop parameter was not propagated to the imaginary pipeline and instead it used the smartcrop algorithm always Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | | Merge pull request #32428 from nextcloud/enhancement/validate-emailChristoph Wurst2022-05-182-89/+42
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | Add Email validation
| * | | | | | Add email validationAnna Larch2022-05-182-89/+42
| | |_|/ / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | | | Merge pull request #26813 from nextcloud/feature/files-search-tagsSimon L2022-05-1812-12/+253
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Files: Extend search to also cover tags
| * | | | | Files: Extend search to also cover tagsMarcel Klehr2022-05-1712-12/+253
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes #326 Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | | | | [tx-robot] updated from transifexNextcloud bot2022-05-18102-162/+250
| |_|_|/ / |/| | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #31943 from nextcloud/dav-cleanupCarl Schwan2022-05-1740-687/+222
|\ \ \ \ \ | | | | | | | | | | | | Cleanup dav
| * | | | | Fix more psalm issuesCarl Schwan2022-05-1629-296/+93
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | | | | Cleanup davCarl Schwan2022-05-0526-407/+145
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove unused class AppEnabledPlugin - Add more type hinting when possible Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | Merge pull request #32404 from nextcloud/debt/noid/psalm-warning-iaddressbookCôme Chilliet2022-05-171-1/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | [Psalm] Drop redundanten return comment
| * | | | | | Drop redundanten return commentDaniel Kesselberg2022-05-151-1/+0
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | Merge pull request #32427 from nextcloud/boot-event-orderingRobin Appelman2022-05-171-5/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | reorder startup events to fix overlapping
| * | | | | | reorder startup events to fix overlappingRobin Appelman2022-05-161-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | current the `request` and `runtime` events overlap with the `init` event which makes it hard to create usefull visualizations. this reorders things a bit to remove an overlap Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | Merge pull request #32439 from nextcloud/enh/noid/database-checksSimon L2022-05-171-3/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | adjust wording for database checks
| * | | | | | | adjust wording for database checksszaimen2022-05-161-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | | | | | | | Merge pull request #32216 from SUNET/masterLouis2022-05-171-6/+13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Respect user settings in php.ini if they are big enough