summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix(user-management): Fix deleting user in hidden group(s)Christoph Wurst2023-02-033-3/+7
| | | | | | E.g. guest_users Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-03224-1280/+1284
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #36498 from nextcloud/bug/dashboard-widgetsJulius Härtl2023-02-023-3/+4
|\ | | | | Some Dashboard widgets are larger than others
| * adding compiled fileshamza2212023-02-022-3/+3
| | | | | | | | Signed-off-by: hamza221 <hamzamahjoubi221@gmail.com>
| * Some Dashboard widgets are larger than othershamza2212023-02-021-0/+1
| | | | | | | | Signed-off-by: hamza221 <hamzamahjoubi221@gmail.com>
* | Merge pull request #36484 from nextcloud/release/26.0.0_beta_2v26.0.0beta2blizzz2023-02-021-2/+2
|\ \ | | | | | | 26.0.0 beta 2
| * | 26.0.0 beta 2Arthur Schiwon2023-02-011-2/+2
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #35743 from nextcloud/fix/use-recurrence-for-imip-emailblizzz2023-02-028-703/+1711
|\ \ \ | | | | | | | | Include more information in iMIP email and show diff information on updating an event
| * | | Use recurrence instance to build iMip emailAnna Larch2023-02-028-703/+1711
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | instead of the main VEVENT of a repeating event Fixes part of https://github.com/nextcloud/calendar/issues/3919 Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | Merge pull request #36497 from nextcloud/techdebt/noid/fix-autotest-executionblizzz2023-02-021-12/+13
|\ \ \ \ | | | | | | | | | | Fix autotest.sh execution
| * | | | Align version number of PHPUnit and give a helping install hintJoas Schilling2023-02-021-3/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Fix autotest.sh executionJoas Schilling2023-02-021-9/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #35736 from nextcloud/pluggable-share-displayblizzz2023-02-0214-219/+532
|\ \ \ \ \ | | | | | | | | | | | | Allow to register public share template provider
| * | | | | Pluggable share providerLouis Chemineau2023-02-0214-219/+532
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | | Merge pull request #36450 from nextcloud/fix/clipboard-copySimon L2023-02-0213-52/+40
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Drop vue-clipboard2 in favour of native Clipboard API to fix copy to clipboard
| * | | | | Drop vue-clipboard2 to fix copy to clipboardChristopher Ng2023-02-0113-52/+40
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | Merge pull request #36499 from ↵dependabot[bot]2023-02-021-6/+6
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/http-cache-semantics-4.1.1
| * | | | | chore(deps): Bump http-cache-semantics from 4.1.0 to 4.1.1dependabot[bot]2023-02-021-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/kornelski/http-cache-semantics/releases) - [Commits](https://github.com/kornelski/http-cache-semantics/commits) --- updated-dependencies: - dependency-name: http-cache-semantics dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | Merge pull request #36393 from nextcloud/3rdparty-drop-php-parserJoas Schilling2023-02-021-0/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | | chore: drop depedency php-parser
| * | | | | chore: drop depedency php-parserDaniel Kesselberg2023-02-021-0/+0
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | Merge pull request #36375 from nextcloud/enh/allow-php-8.2blizzz2023-02-023-5/+13
|\ \ \ \ \ | |/ / / / |/| | | | Allow php 8.2
| * | | | Make sure name and path are stringsJoas Schilling2023-02-021-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise Oracle returns NULL for empty strings and PHP 8.2 throws on null in string functions like trim() and md5() Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Try fixing OracleJoas Schilling2023-02-021-1/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Catch deprecation warnings in oci testsCôme Chilliet2023-02-021-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Add 8.2 to oci testsCôme Chilliet2023-02-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the only test suite testing 8.1, so adding 8.2 as well Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Allow 8.2 in versioncheckCôme Chilliet2023-02-021-3/+3
|/ / / / | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Merge pull request #30349 from nextcloud/enhancement/migrate_to_symfony_mailerblizzz2023-02-0214-486/+478
|\ \ \ \ | |_|/ / |/| | | Migrate to Symfony Mailer
| * | | remove depraction of validateEmailAddressArthur Schiwon2023-02-021-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | for there are legit use cases to validate an email address without sending there to Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | Migrate to Symfony MailerCôme Chilliet2023-02-0214-485/+479
|/ / / | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Merge pull request #36487 from ↵Joas Schilling2023-02-022-2/+5
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/fix-query-builder-usage-in-dav-account-deletion Do not reuse query builder objects in DAV account deletion
| * | | Do not reuse query builder objects in DAV account deletionJoas Schilling2023-02-012-2/+5
| |/ / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / / Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-0224-40/+130
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #36257 from nextcloud/fix/noid/single-upgrade-on-custom-appsSimon L2023-02-011-5/+9
|\ \ | |/ |/| non-static app_dir
| * refresh cached app folder on install/upgradeMaxence Lange2023-02-011-5/+9
|/ | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* Merge pull request #36444 from ↵Christoph Wurst2023-02-0113-0/+1148
|\ | | | | | | | | nextcloud/perf/autoloading/weather-status-authoritative-autoloader perf(autoloading): Add authoritative autoloader for weather-status
| * perf(autoloading): Add authoritative autoloader for weather-statusChristoph Wurst2023-01-3013-0/+1148
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #36407 from nextcloud/enh/31710/migration-safeguardChristoph Wurst2023-02-011-17/+19
|\ \ | | | | | | add a safeguard for Version23000Date20210721100600.php
| * | add a safeguard for Version23000Date20210721100600.phpSimon L2023-01-271-17/+19
| | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-0188-112/+662
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #36458 from nextcloud/fix/noid/run-tests-php-8.0Maxence Lange2023-01-312-2/+2
|\ \ \ | | | | | | | | test runs with php8.0 images
| * | | use php8.0 imagesMaxence Lange2023-01-312-2/+2
| | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | Merge pull request #36455 from nextcloud/artonge/e2e/reset_themingJohn Molakvoæ2023-01-311-1/+4
|\ \ \ \ | |/ / / |/| | | Reset theming in cypress test
| * | | Reset theming in cypress testLouis Chemineau2023-01-311-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The test in admin-settings does not reset the theming. So when it is run before user-background, the "Default cloud background is not rendered" test fails. This makes sure that the theming is reset before running "User default background settings" Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | Merge pull request #36453 from nextcloud/bugfix/noid/oci-longtextJulius Härtl2023-01-312-1/+20
|\ \ \ \ | | | | | | | | | | Fix MigrateBackgroundImages on oracle
| * | | | fix(theming): Fix query for configvalue as CLOB on OCIJulius Härtl2023-01-311-1/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | tests(oci): Test where statement on longtext columnJulius Härtl2023-01-311-0/+18
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> test: try with just passing the type to eq which should also cast Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #36331 from tpayen/fix/globalNewButtonLouis2023-01-311-1/+1
|\ \ \ \ | |/ / / |/| | | fix(files) Call .action of local element instead of global page
| * | | fix(files) Call .action of local elementThomas P2023-01-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | When calling .action from the global page, newButton may conflict with other app-content which is similar to app-content-files Signed-off-by: Thomas Payen <thomas.payen@i-carre.net>
* | | | Merge pull request #36445 from nextcloud/Valdnet-patch-4John Molakvoæ2023-01-311-5/+5
|\ \ \ \ | | | | | | | | | | l10n: Change admin to administrator
| * | | | l10n: Change administrator to administrationValdnet2023-01-301-5/+5
| | | | | | | | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>