Commit graph

75201 commits

Author SHA1 Message Date
Joas Schilling
1be240567b
fixup! fixup! Maybe 0cedd27ab0 2024-07-08 15:07:58 +02:00
Joas Schilling
98413e558d
Revert to all runners
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-08 15:07:27 +02:00
Joas Schilling
df2233dfeb
fixup! its system -.- 2024-07-08 14:38:42 +02:00
Joas Schilling
52dd8c08af
its system -.-
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-08 14:34:05 +02:00
Joas Schilling
4cb70bc3e3
fixup! Maybe 0cedd27ab0 2024-07-08 14:22:42 +02:00
Joas Schilling
5707be6661
Maybe 0cedd27ab0
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-08 14:14:07 +02:00
Joas Schilling
e2f3d206c5
fixup! arbitrary arrays… how do they work…? 2024-07-08 14:05:39 +02:00
Joas Schilling
110527d37d
arbitrary arrays… how do they work…?
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-08 13:46:30 +02:00
Joas Schilling
864aecd34f
Try service name
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-08 13:22:55 +02:00
Joas Schilling
a89136fcd3
I dont know
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-08 13:16:10 +02:00
Joas Schilling
891b96b059
Another attempt
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-08 13:07:21 +02:00
Joas Schilling
daf9ce26f5
Test
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-08 12:37:24 +02:00
Joas Schilling
bdfe33b7fc
Let doctrine/dbal try to do it
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-08 12:26:00 +02:00
Joas Schilling
0b25a93717
revert?
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-08 12:16:17 +02:00
Joas Schilling
819b0ae101
Start debugging
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-08 12:06:47 +02:00
Joas Schilling
337e345e02
Also test 11
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-08 12:06:35 +02:00
Joas Schilling
67ac3f4604
Try hardcoded credentials
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-08 11:43:27 +02:00
Joas Schilling
71c10d05d8
Try localhost
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-08 10:44:49 +02:00
Joas Schilling
7f2f867183
remove other CI
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-05 12:36:47 +02:00
Joas Schilling
ce19a600eb
Test newer OCI versions
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-05 12:36:18 +02:00
John Molakvoæ
a98a0eb7cd
Merge pull request #46307 from nextcloud/artonge/feat/improve_grid_view 2024-07-05 10:43:30 +02:00
Richard Steinmetz
5d2d582a2b
Merge pull request #46295 from nextcloud/chore/remove-obsolete-function-generateVCalendar
chore(caldav): remove obsolete function
2024-07-05 07:52:32 +02:00
Pytal
915eef6429
Merge pull request #46186 from nextcloud/feat/validate-hash
feat: Add utility method to validate an IHasher hash
2024-07-04 17:45:04 -07:00
Nextcloud bot
4a8cf147eb
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-05 00:19:26 +00:00
Christopher Ng
48b69c53dc test: Test hash validation
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2024-07-04 17:05:50 -07:00
Christopher Ng
415edcac9b chore: More explicit splitHash typing
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2024-07-04 17:05:45 -07:00
Christopher Ng
d9bf6c432e feat: Add method to validate an IHasher hash
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2024-07-04 17:05:45 -07:00
dependabot[bot]
7e8a061ab6
Merge pull request #46110 from nextcloud/dependabot/npm_and_yarn/nextcloud/calendar-availability-vue-2.2.2 2024-07-04 23:42:04 +00:00
dependabot[bot]
5fd193a54d chore(deps): bump @nextcloud/calendar-availability-vue
Bumps [@nextcloud/calendar-availability-vue](https://github.com/nextcloud/calendar-availability-vue) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/nextcloud/calendar-availability-vue/releases)
- [Changelog](https://github.com/nextcloud/calendar-availability-vue/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/calendar-availability-vue/compare/v2.2.1...v2.2.2)

---
updated-dependencies:
- dependency-name: "@nextcloud/calendar-availability-vue"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-07-04 23:22:33 +00:00
Richard Steinmetz
a8e581ca94
Merge pull request #46193 from nextcloud/fix/limit-vcard-size
fix(carddav): limit vcard size
2024-07-05 00:08:14 +02:00
SebastianKrupinski
cb6c091e08 fix(carddav): limit vcard size
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
2024-07-04 16:42:09 -04:00
Andy Scherzinger
be3a8476c6
Merge pull request #46311 from nextcloud/chore/noid/reuse-v4
ci: Bump reuse to v4.0.0
2024-07-04 22:29:57 +02:00
Andy Scherzinger
9d105e8b8b
ci: Bump reuse to v4.0.0
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-07-04 22:25:48 +02:00
Louis Chemineau
d30d7de56f feat(files): Refresh grid view layout
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-07-04 18:49:37 +02:00
Louis Chemineau
e8790f0b89 feat(files): Display mtime in grid view
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-07-04 18:48:29 +02:00
John Molakvoæ
78c2c6d57f
Merge pull request #46283 from nextcloud/chore/server-nextcloud-vue-8.13.0 2024-07-04 18:42:16 +02:00
Julius Härtl
7e663301ff
Merge pull request #45353 from nextcloud/feat/excalidraw-file-support
feat: support excalidraw file
2024-07-04 17:27:38 +02:00
Hamza Mahjoubi
5e86322584 chore(deps): Bump @nextcloud/vue to v8.14.0
Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
2024-07-04 16:52:56 +02:00
Daniel
8b3055ce59
Merge pull request #46276 from nextcloud/3rdparty/patch-mp3info
chore(mp3info): apply upstream patch for invalid array access
2024-07-04 14:25:18 +02:00
Joas Schilling
bd7b09a709
Merge pull request #46251 from nextcloud/feat/taskprocessing-more-tasktypes
feat(TaskProcessing): Add more task types
2024-07-04 14:02:02 +02:00
Marcel Klehr
03d71e859c
Merge pull request #46286 from nextcloud/fix/tp/sync-bg-job-status
fix(TaskProcessing): Set task status to running when processing via ISynchronousProvider
2024-07-04 12:53:54 +02:00
Julius Härtl
f5fbe43548
fix: Adapt icon color to new default for mime icons
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-07-04 11:09:21 +02:00
Hoang Pham
9a2f026bd6
feat: support excalidraw file
Signed-off-by: Hoang Pham <hoangmaths96@gmail.com>
2024-07-04 11:09:21 +02:00
Daniel Kesselberg
37454eb200
feat: log file id and path when extracting the mp3 cover fails
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2024-07-04 10:55:31 +02:00
Daniel Kesselberg
949a634a26
chore(mp3info): apply upstream patch for invalid array access
Patch: wapmorgan/Mp3Info#36

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2024-07-04 10:55:31 +02:00
John Molakvoæ
8cb0f1a3ae
Merge pull request #46174 from nextcloud/fix/integrity-check
fix(IntegrityCheck): Ensure the check is run if no results are available
2024-07-04 10:39:38 +02:00
Marcel Klehr
d9cf6e61c8 feat(TaskProcessing): Add more task types
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-07-04 10:10:23 +02:00
Marcel Klehr
1b2c8d5030 fix(TaskProcessing): Set task status to running when processing via ISynchronousProvider
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-07-04 10:02:36 +02:00
SebastianKrupinski
65e4d46e2c chore(caldav): remove obsolete function
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
2024-07-04 03:39:49 -04:00
dependabot[bot]
0116a631c6
Merge pull request #45886 from nextcloud/dependabot/npm_and_yarn/mime-4.0.3 2024-07-04 01:27:14 +00:00