]> source.dussan.org Git - nextcloud-server.git/shortlog
nextcloud-server.git
2024-09-16 Christoph Fieheperf(ObjectStoreStorage): Improve (slow) move on same... 47986/head
2024-09-16 Joas SchillingMerge pull request #47924 from ldidry/catch-MaxInstance...
2024-09-16 KateMerge pull request #48081 from nextcloud/rakekniven...
2024-09-16 nextcloud-commandchore(assets): Recompile assets 48081/head
2024-09-16 rakeknivenchore(1i8n): Fixed grammar and improved wording
2024-09-16 Luc Didryfix(dav): catch `MaxInstancesExceededException` on... 47924/head
2024-09-16 John MolakvoæMerge pull request #47852 from nextcloud/sharding-code...
2024-09-16 John MolakvoæMerge pull request #48050 from nextcloud/fix/weather_st...
2024-09-16 Joas SchillingMerge pull request #48063 from nextcloud/bugfix/noid...
2024-09-16 Joas SchillingMerge pull request #47948 from nextcloud/fix/issue...
2024-09-16 John MolakvoæMerge pull request #47792 from nextcloud/chore/use...
2024-09-16 John MolakvoæMerge pull request #47964 from nextcloud/dependabot...
2024-09-16 John MolakvoæMerge pull request #48044 from nextcloud/fix/cast-node...
2024-09-16 KateMerge pull request #48008 from nextcloud/fix/entity...
2024-09-16 AnnaMerge pull request #48029 from nextcloud/fix/dav-cast...
2024-09-16 John MolakvoæMerge pull request #48030 from nextcloud/fix/dav-cast...
2024-09-16 AnnaMerge pull request #48031 from nextcloud/fix/filesrepor...
2024-09-16 Joas SchillingMerge pull request #48018 from nextcloud/feat/verbose...
2024-09-16 Christoph WurstMerge pull request #48042 from nextcloud/refactor/elvis
2024-09-16 Joas Schillingfix(a11y): Add OTF font loading check bugfix/noid/fix-otf-loading 48063/head
2024-09-16 github-actions... Merge pull request #48060 from nextcloud/automated...
2024-09-16 Andy ScherzingerMerge pull request #48028 from nextcloud/fix/fix-ldap...
2024-09-16 nextcloud-commandchore(tests): Update psalm baseline 48060/head
2024-09-16 Nextcloud botFix(l10n): Update translations from Transifex
2024-09-15 AnnaMerge pull request #48049 from nextcloud/refactor/void...
2024-09-15 AnnaMerge pull request #48043 from nextcloud/fix/imip-test...
2024-09-15 Anna Larchtest: cast node name and data to string fix/cast-node-names-to-string 48044/head
2024-09-15 AnnaMerge pull request #48046 from nextcloud/refactor/self...
2024-09-15 Anna Larchfix(dav): cast content length to interger fix/dav-cast-content-lenght-to-int 48029/head
2024-09-15 Andy ScherzingerMerge pull request #47973 from melroy89/patch-1
2024-09-15 KateMerge pull request #48045 from nextcloud/fix/add-functi...
2024-09-15 provokateurinfix(weather_status): Fix search address errors when... fix/weather_status/search-address-offline-errors 48050/head
2024-09-15 Christoph Wurstchore: Update git blame ignore refactor/void-tests 48049/head
2024-09-15 Christoph Wurstrefactor: Add void return type to PHPUnit test methods
2024-09-15 Anna Larchtest(dav): imip service test expects integers for last... fix/imip-test-expects-integer 48043/head
2024-09-15 Christoph Wurstfix: Handle null checks with the ?? operator refactor/elvis 48042/head
2024-09-15 AnnaMerge pull request #48010 from nextcloud/feat/switch...
2024-09-15 Melroy van... docs: Add missing Nextcloud v30 47973/head
2024-09-15 Christoph Wurstrefactor: Replace __CLASS__ with ::class references refactor/self-class-reference 48046/head
2024-09-15 Anna Larchfix(dav): set string type for sanitizeMtime fix/add-function-type-for-mimetype-sanitizer 48045/head
2024-09-15 DanielMerge pull request #48041 from nextcloud/refactor/dirna...
2024-09-15 Christoph Wurstrefactor: Use the elvis operator
2024-09-15 Christoph Wurstrefactor: migrate dirname to __DIR__ constants refactor/dirname-to-dir 48041/head
2024-09-15 AnnaMerge pull request #47916 from nextcloud/feat/add-subsc...
2024-09-15 Andy ScherzingerMerge pull request #48037 from nextcloud/chore/noid...
2024-09-15 Andy Scherzingerfix: correct link to trademark 48037/head
2024-09-15 Anna Larchfeat(db): switch from settype to casts feat/switch-from-settype-to-casts 48010/head
2024-09-15 Anna Larchfix(filesreport): cast fileId to integer fix/filesreport-cast-fileId-to-int 48031/head
2024-09-15 KateMerge pull request #48016 from nextcloud/fix/s3configtr...
2024-09-15 KateMerge pull request #48013 from nextcloud/fix/baserespon...
2024-09-15 Anna Larchfeat(caldav): create subscriptions via occ feat/add-subscription-via-occ 47916/head
2024-09-15 Anna Larchfix(dav): cast parameters to string fix/dav-cast-params-to-string 48030/head
2024-09-15 Côme Chillietfix(user_ldap): Use %n in plural translation to avoid... fix/fix-ldap-setupcheck-crash 48028/head
2024-09-15 KateMerge pull request #48014 from nextcloud/fix/tags/boole...
2024-09-15 KateMerge pull request #48017 from nextcloud/fix/comment...
2024-09-15 KateMerge pull request #48015 from nextcloud/fix/storage...
2024-09-15 John Molakvoæ... feat: add verbose mode to cron.php feat/verbose-cron 48018/head
2024-09-15 provokateurinfix(Comment): Initialize childrenCount as integer fix/comment/children-count-integer 48017/head
2024-09-15 provokateurinfix(S3ConfigTrait): Allow proxy field to take false fix/s3configtrait/proxy-false 48016/head
2024-09-15 provokateurinfix(Storage\Local): Do not call getSourcePath() on... fix/storage-local/get-source-path-spl-file-info 48015/head
2024-09-15 provokateurinfix(BaseResponse): Cast XML element values to string fix/baseresponse/xml-element-value-string-cast 48013/head
2024-09-15 provokateurinfix(Tags): Return boolean for userHasTags() fix/tags/boolean-user-has-tags 48014/head
2024-09-15 provokateurinfix(Entity): Fix magic setter call for custom strong... fix/entity/strict-types 48008/head
2024-09-15 Ferdinand ThiessenMerge pull request #48003 from nextcloud/artonge/fix...
2024-09-15 John MolakvoæMerge pull request #47999 from nextcloud/fix/noid/try...
2024-09-15 John Molakvoæchore: update BuildJet/cache to v4 fix/noid/try-latest-buildjet-cache 47999/head
2024-09-15 Louis Chemineaufix: Restore missing dot in FilesListVirtual.vue artonge/fix/missing_dot 48003/head
2024-09-15 Marcel Müllerfix(ci): Use latest buildjet version
2024-09-15 github-actions... Merge pull request #47990 from nextcloud/automated...
2024-09-15 nextcloud-commandchore(tests): Update psalm baseline 47990/head
2024-09-15 Nextcloud botFix(l10n): Update translations from Transifex
2024-09-14 LouisMerge pull request #47920 from nextcloud/artonge/feat...
2024-09-14 Louis Chemineaufeat: Reset route if neither the Viewer of the Sidebar... 47920/head
2024-09-14 John MolakvoæMerge pull request #47928 from nextcloud/bugfix/noid...
2024-09-14 Côme ChillietMerge pull request #47971 from nextcloud/fix/do-not...
2024-09-14 Ferdinand ThiessenMerge pull request #47293 from nextcloud/feat/logger...
2024-09-14 John MolakvoæMerge pull request #47968 from nextcloud/fixKeyExFileExt
2024-09-14 Ferdinand Thiessenfeat(PsrLoggerAdapter): Allow to use `Psr\Log\LogLevel... 47293/head
2024-09-14 Côme Chillietfix: Do not try to set HTTP response code on already... 47971/head
2024-09-14 Git'Fellowfix(files_external): Check key exists before accessing it fixKeyExFileExt 47968/head
2024-09-14 dependabot... Merge pull request #47965 from nextcloud/dependabot...
2024-09-14 dependabot... build(deps-dev): bump express from 4.19.2 to 4.21.0 47965/head
2024-09-14 dependabot... build(deps): bump send and express dependabot/npm_and_yarn/multi-cf87d80143 47964/head
2024-09-14 dependabot... Merge pull request #47960 from nextcloud/dependabot...
2024-09-14 github-actions... Merge pull request #47961 from nextcloud/automated...
2024-09-14 nextcloud-commandchore(tests): Update psalm baseline 47961/head
2024-09-14 dependabot... build(deps): bump vimeo/psalm from 5.25.0 to 5.26.1... 47960/head
2024-09-14 Nextcloud botFix(l10n): Update translations from Transifex
2024-09-13 KateMerge pull request #47954 from nextcloud/fix/files...
2024-09-13 provokateurinfix(files): Adjust Cache::searchQuery() parameter name... 47954/head
2024-09-13 Côme ChillietMerge pull request #47927 from nextcloud/fix/migrate...
2024-09-13 John MolakvoæMerge pull request #47945 from nextcloud/fix/external...
2024-09-13 Joshfix(collaboration): Reduce timeouts to 3s for link... fix/issue-34720 47948/head
2024-09-13 nextcloud-commandchore(assets): Recompile assets 47945/head
2024-09-13 John Molakvoæ... fix(files_external): broken credentials dialog
2024-09-13 Côme ChillietMerge pull request #47865 from nextcloud/admin_audit...
2024-09-13 Côme Chillietfix: Fix phpdoc wording 47865/head
2024-09-13 Ferdinand ThiessenMerge pull request #47883 from nextcloud/fix/setup...
2024-09-13 Joas SchillingMerge pull request #47933 from nextcloud/bugfix/noid...
2024-09-13 Ferdinand Thiessenrefactor(settings): `CheckServerResponseTrait` always... 47883/head
next