summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update psalm baselinenextcloud-command2023-03-141-137/+1
| | | | Signed-off-by: GitHub <noreply@github.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-148-6/+44
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #37029 from ↵Côme Chilliet2023-03-132-12/+25
|\ | | | | | | | | nextcloud/fix/chunk-objectids-in-systemtagobjectmapper Add chunking in SystemTagObjectMapper::getTagIdsForObjects
| * Add chunking in SystemTagObjectMapper::getTagIdsForObjectsCôme Chilliet2023-03-132-12/+25
| | | | | | | | | | | | This avoids crashing on Oracle with more than 1000 objects Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #35677 from nextcloud/add-typed-app-management-eventsSimon L2023-03-1310-17/+221
|\ \ | |/ |/| Introduced app enable/disable/update typed events
| * Introduced app enable/disable/update typed eventsThomas Citharel2023-03-1310-17/+221
| | | | | | | | | | | | OCP\App\ManagerEvent is depreciated since 22 without a replacement Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Merge pull request #36852 from ↵Joas Schilling2023-03-132-4/+217
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/fix-user-status-automation-on-the-day-rules-are-adjusted fix(user_status): Fix the user status automation on the day availablity rules are adjusted
| * | fix(CI): Add unit test for nextcloud/server#37167Joas Schilling2023-03-131-1/+46
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | fix(user_status): Fix the user status automation on the day availability ↵Joas Schilling2023-03-132-4/+172
| | | | | | | | | | | | | | | | | | rules are adjusted Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #36800 from rotdrop/feature/dav-macos-quirksAnna2023-03-134-0/+137
|\ \ \ | |/ / |/| | apps/dav: add some OSX specific quirks.
| * | apps/dav: add some OSX specific quirks.Claus-Justus Heine2023-03-074-0/+137
| | | | | | | | | | | | Signed-off-by: Claus-Justus Heine <himself@claus-justus-heine.de>
* | | Merge pull request #37167 from nextcloud/dav/fix/availabilityAnna2023-03-131-0/+7
|\ \ \ | |_|/ |/| | fix(dav): Handle no next potential toggle in availability detection
| * | fix(dav): Handle no next potential toggle in availability detectionThomas Citharel2023-03-101-0/+7
| | | | | | | | | | | | | | | Fixes: min(): Array must contain at least one element at /var/www/nc/nextcloud/apps/dav/lib/BackgroundJob/UserStatusAutomation.php#142 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-1320-28/+42
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-128-22/+28
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #37183 from ↵dependabot[bot]2023-03-112-144/+179
|\ \ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/babel-jest-29.5.0
| * | | bump babel-jest from 29.0.3 to 29.5.0dependabot[bot]2023-03-112-144/+179
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | --- updated-dependencies: - dependency-name: babel-jest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* / / Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-1128-0/+80
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-10104-140/+204
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #37145 from nextcloud/enh/noid/add-link-to-app-tokensSimon L2023-03-096-9/+21
|\ \ | | | | | | add a direct link from files settings to app-token-settings
| * | Add underline decoration to links and use div element as targetLouis Chemineau2023-03-096-26/+29
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | add a direct link from files settings to app-token-settingsSimon L2023-03-096-18/+27
| | | | | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Merge pull request #27034 from nextcloud/enh/s3-multipart-upload-apiArthur Schiwon2023-03-0926-28/+1091
|\ \ \ | |/ / |/| | Use MultipartUpload for uploading chunks to s3
| * | tests(integration): Fix catching error only on object storeJulius Härtl2023-03-082-1/+17
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | chore: Bump bundlesJulius Härtl2023-03-082-3/+3
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | chore(psalm): Make psalm aware of sabre/uriJulius Härtl2023-03-081-0/+1
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | feat(s3): Use multipart upload for chunked uploadingJulius Härtl2023-03-0823-25/+1071
| | | | | | | | | | | | | | | | | | This allows to stream file chunks directly to S3 during upload. Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #37140 from nextcloud/enh/35643/fix-heic-previewsSimon L2023-03-091-33/+32
|\ \ \ | | | | | | | | imaginary - fix autorotate for heic and improve the logic
| * | | imaginary - fix autorotate and improve the logicSimon L2023-03-091-33/+32
| |/ / | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | | Merge pull request #37126 from nextcloud/enh/37125/fix-white-scrollbar-cornerSimon L2023-03-095-4/+8
|\ \ \ | | | | | | | | fix white scrollbar corner in dark mode
| * | | fix white scrollbar corner in dark modeSimon L2023-03-085-4/+8
| |/ / | | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Merge pull request #37070 from nextcloud/enh/noid/add-free-disk-space-checkSimon L2023-03-091-4/+6
|\ \ \ | | | | | | | | add a check for disk_free_space in Config.php
| * | | add a check for disk_free_space in Config.phpSimon L2023-03-071-4/+6
| | |/ | |/| | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | | Merge pull request #37116 from nextcloud/enh/37114/add-quotesSimon L2023-03-091-4/+4
|\ \ \ | | | | | | | | postgresql installation - add quotes around user names
| * | | postgresql - add quotes around user namesSimon L2023-03-081-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | fix https://github.com/nextcloud/server/issues/37114 Signed-off-by: Simon L <szaimen@e.mail.de>
* | | | Merge pull request #36609 from nextcloud/lazyuserfolder-mountpointArthur Schiwon2023-03-092-3/+17
|\ \ \ \ | | | | | | | | | | optimize LazyUserFolder::getMountPoint
| * | | | optimize LazyUserFolder::getMountPointRobin Appelman2023-02-132-3/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | no need to do a full setup Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-09230-284/+500
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #37124 from ColmenaDev/masterSimon L2023-03-081-0/+1
|\ \ \ \ \ | | | | | | | | | | | | Added .weba mime type mapping.
| * | | | | Added .weba mime type mapping.Rafael Diniz2023-03-081-0/+1
| | |_|_|/ | |/| | |
* | | | | Merge pull request #37117 from ↵MichaIng2023-03-081-4/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/automated/noid/master-update-psalm-baseline [master] Update psalm-baseline.xml
| * | | | | Update psalm baselinenextcloud-command2023-03-081-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | | | Merge pull request #37139 from nextcloud/share-type-sciencemeshJulius Härtl2023-03-0824-21/+172
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Compile assetsLouis Chemineau2023-03-086-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | | | Add SHARE_TYPE_SCIENCEMESHMichiel de Jong2023-03-0818-12/+163
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Michiel de Jong <michiel@unhosted.org>
* | | | | Merge pull request #37121 from nextcloud/bugfix/noid/fix-deprecation-urlJoas Schilling2023-03-083-4/+4
|\ \ \ \ \ | | | | | | | | | | | | fix(docs): Fix URL to docs of deprecated function humanFileSize
| * | | | | chore(assets): Recompile JSJoas Schilling2023-03-082-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | fix(docs): Fix URL to docs of deprecated function humanFileSizeJoas Schilling2023-03-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Merge pull request #37060 from nextcloud/fix/versions-webroot-urlLouis2023-03-083-6/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Fix download URL for versions
| * | | | | Fix download URL for versionsChristopher Ng2023-03-073-6/+6
| | |_|_|/ | |/| | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>