summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix testsRobin Appelman2023-02-073-5/+16
* cache numeric id in mountpointRobin Appelman2023-02-061-1/+5
* deduplicate getStorage() logic in Mount\ManagerRobin Appelman2023-02-061-9/+1
* dont delegate Mount\Manager::getByNumericId to getByStorageIdRobin Appelman2023-02-061-2/+7
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-068-4/+14
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-054-0/+8
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-0426-10/+84
* Merge pull request #36452 from nextcloud/perf/share-availability-checkVincent Petry2023-02-032-11/+16
|\
| * chore: Add return typesJulius Härtl2023-01-311-5/+6
| * perf(federation): Only request root share info for checking availabilityJulius Härtl2023-01-312-9/+13
* | Merge pull request #36508 from nextcloud/enh/allow-no-routeJoas Schilling2023-02-035-6/+12
|\ \
| * | fix(appinfo): navigation type is optionalJoas Schilling2023-02-032-6/+5
| * | Remove extraneous user status route entryChristopher Ng2023-02-021-1/+0
| * | Allow zero occurences of route in XML schemasChristopher Ng2023-02-022-2/+2
| * | Allow settings navigation items with no route entryChristopher Ng2023-02-022-3/+11
* | | Merge pull request #36511 from nextcloud/opt-out-of-phpunit-10Joas Schilling2023-02-034-5/+5
|\ \ \
| * | | chore(CI): Opt-out of PHPUnit 10 for nowJoas Schilling2023-02-034-5/+5
* | | | Merge pull request #36409 from nextcloud/enh/noid/dont-automatically-open-sid...Simon L2023-02-031-2/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Do not open the sidebar automatically on small widthsSimon L2023-02-021-2/+6
* | | | Merge pull request #36504 from nextcloud/bugfix/noid/remove-failing-testJoas Schilling2023-02-031-41/+0
|\ \ \ \
| * | | | Remove failing test that works with mocks only anywayJoas Schilling2023-02-021-41/+0
* | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-03224-1280/+1284
| |_|/ / |/| | |
* | | | Merge pull request #36498 from nextcloud/bug/dashboard-widgetsJulius Härtl2023-02-023-3/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | adding compiled fileshamza2212023-02-022-3/+3
| * | | Some Dashboard widgets are larger than othershamza2212023-02-021-0/+1
* | | | Merge pull request #36484 from nextcloud/release/26.0.0_beta_2v26.0.0beta2blizzz2023-02-021-2/+2
|\ \ \ \
| * | | | 26.0.0 beta 2Arthur Schiwon2023-02-011-2/+2
* | | | | Merge pull request #35743 from nextcloud/fix/use-recurrence-for-imip-emailblizzz2023-02-028-703/+1711
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Use recurrence instance to build iMip emailAnna Larch2023-02-028-703/+1711
* | | | | Merge pull request #36497 from nextcloud/techdebt/noid/fix-autotest-executionblizzz2023-02-021-12/+13
|\ \ \ \ \
| * | | | | Align version number of PHPUnit and give a helping install hintJoas Schilling2023-02-021-3/+4
| * | | | | Fix autotest.sh executionJoas Schilling2023-02-021-9/+9
* | | | | | Merge pull request #35736 from nextcloud/pluggable-share-displayblizzz2023-02-0214-219/+532
|\ \ \ \ \ \
| * | | | | | Pluggable share providerLouis Chemineau2023-02-0214-219/+532
* | | | | | | Merge pull request #36450 from nextcloud/fix/clipboard-copySimon L2023-02-0213-52/+40
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Drop vue-clipboard2 to fix copy to clipboardChristopher Ng2023-02-0113-52/+40
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #36499 from nextcloud/dependabot/npm_and_yarn/http-cache-s...dependabot[bot]2023-02-021-6/+6
|\ \ \ \ \ \
| * | | | | | chore(deps): Bump http-cache-semantics from 4.1.0 to 4.1.1dependabot[bot]2023-02-021-6/+6
* | | | | | | Merge pull request #36393 from nextcloud/3rdparty-drop-php-parserJoas Schilling2023-02-021-0/+0
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | chore: drop depedency php-parserDaniel Kesselberg2023-02-021-0/+0
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #36375 from nextcloud/enh/allow-php-8.2blizzz2023-02-023-5/+13
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Make sure name and path are stringsJoas Schilling2023-02-021-0/+2
| * | | | | Try fixing OracleJoas Schilling2023-02-021-1/+6
| * | | | | Catch deprecation warnings in oci testsCôme Chilliet2023-02-021-0/+1
| * | | | | Add 8.2 to oci testsCôme Chilliet2023-02-021-1/+1
| * | | | | Allow 8.2 in versioncheckCôme Chilliet2023-02-021-3/+3
|/ / / / /
* | | | | Merge pull request #30349 from nextcloud/enhancement/migrate_to_symfony_mailerblizzz2023-02-0214-486/+478
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | remove depraction of validateEmailAddressArthur Schiwon2023-02-021-2/+0
| * | | | Migrate to Symfony MailerCôme Chilliet2023-02-0214-485/+479
|/ / / /
* | | | Merge pull request #36487 from nextcloud/bugfix/noid/fix-query-builder-usage-...Joas Schilling2023-02-022-2/+5
|\ \ \ \