Côme Chilliet
|
f2c36a55fe
|
fix: Remove unused endpoint from base.php
It’s not called anymore, and app loading cannot break boot anymore
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2024-03-06 00:05:15 +01:00 |
|
Richard Steinmetz
|
00e0fa48a0
|
Merge pull request #43904 from nextcloud/fix/dav/dirty-caldav-updates
fix(dav): Fix atomic calendar/subscription updates
|
2024-03-05 21:44:40 +01:00 |
|
John Molakvoæ
|
e072035e86
|
Merge pull request #43941 from nextcloud/fix/files-open-text
fix(files): Open new file when created from template
|
2024-03-05 18:21:57 +01:00 |
|
Robin Appelman
|
fd4ca13867
|
Merge pull request #43471 from nextcloud/cache-path-by-id
Cache path by id
|
2024-03-05 17:26:25 +01:00 |
|
John Molakvoæ
|
c18ffe0cad
|
fix: codeowners frontend expertise path
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
|
2024-03-05 15:34:37 +01:00 |
|
Julius Härtl
|
ad8cb2ce7f
|
Merge pull request #43855 from nextcloud/feat/team-provider
Implement team provider api
|
2024-03-05 11:57:07 +01:00 |
|
John Molakvoæ
|
d65e46f313
|
Merge pull request #43988 from nextcloud/fix/files-favorite
fix(files): Adjust sidebar - remove deprecated function calls and add aria label for favorite icon
|
2024-03-05 11:51:49 +01:00 |
|
John Molakvoæ
|
799c6dede1
|
Merge pull request #43989 from nextcloud/fix/breadrcrumbs-not-showing-on-fixed-view-width
Fix/breadrcrumbs not showing on fixed view width
|
2024-03-05 10:34:02 +01:00 |
|
Robin Appelman
|
56c75aa7dc
|
Merge pull request #43975 from nextcloud/search-optimize-fixes
Handle more cases in the MergeDistributive search query optimizer
|
2024-03-05 10:26:40 +01:00 |
|
Julius Härtl
|
c7813bfdaf
|
feat: Implement team provider api
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
2024-03-05 08:13:58 +01:00 |
|
Eduardo Morales
|
35266c866b
|
chore: compile assets
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
|
2024-03-04 19:17:04 -06:00 |
|
Eduardo Morales
|
e0e51aed5d
|
fix: fixed breadcrumbs not showing due to viewport width
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
|
2024-03-04 19:13:20 -06:00 |
|
Nextcloud bot
|
80e4193d4f
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2024-03-05 00:19:41 +00:00 |
|
Ferdinand Thiessen
|
b8272cccc4
|
fix(files): Open new file when created from template
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
|
2024-03-05 00:55:27 +01:00 |
|
Ferdinand Thiessen
|
b2610d3bdc
|
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
|
2024-03-04 23:51:39 +00:00 |
|
Ferdinand Thiessen
|
5995606931
|
fix(files): Remove deprecated function calls from sidebar and add aria-label to favorite icon
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
|
2024-03-05 00:38:39 +01:00 |
|
John Molakvoæ
|
a58ed05f1d
|
Merge pull request #43898 from nextcloud/artonge/fix/improve_files_versions_listing
Improve files version listing
|
2024-03-04 17:23:18 +01:00 |
|
John Molakvoæ
|
8ae4a3298e
|
Merge pull request #43914 from nextcloud/chore/bump-ncvue-to_8.8.1
chore(deps): Bump nextcloud/vue from `8.7.1` to `8.8.1`
|
2024-03-04 16:30:26 +01:00 |
|
Christopher Ng
|
7a3c58db79
|
chore: compile assets
Signed-off-by: Christopher Ng <chrng8@gmail.com>
|
2024-03-04 07:22:22 -08:00 |
|
julia.kirschenheuter
|
ce54cbcced
|
chore(deps): Bump nextcloud/vue from 8.7.1 to 8.8.1
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
|
2024-03-04 07:12:04 -08:00 |
|
Côme Chilliet
|
5794e1c9d6
|
Merge pull request #43906 from nextcloud/enh/migrate-ssl-url-setupcheck
feat(settings): Migrate SSL access and URL generation check to SetupCheck API
|
2024-03-04 15:54:47 +01:00 |
|
Robin Appelman
|
1ae15967fc
|
Merge pull request #43791 from nextcloud/share-api-cleanup
Share api cleanup
|
2024-03-04 15:46:09 +01:00 |
|
Pytal
|
7d6f797bea
|
Merge pull request #43950 from nextcloud/dependabot/npm_and_yarn/libphonenumber-js-1.10.57
chore(deps): Bump libphonenumber-js from 1.10.56 to 1.10.57
|
2024-03-04 06:16:35 -08:00 |
|
Julius Härtl
|
646d5adcc5
|
Merge pull request #43972 from nextcloud/fix/fetch-custom-appstore
fix: Fetch custom app store url without internet connection
|
2024-03-04 15:00:26 +01:00 |
|
Robin Appelman
|
6fb447676e
|
fix: handle cases where non-binary operators are mixed in for optimizing search queries
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2024-03-04 14:25:52 +01:00 |
|
Robin Appelman
|
3971313d4c
|
fix: don't short circuit query optimizer
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2024-03-04 14:25:52 +01:00 |
|
Dariusz Olszewski
|
277a6fc7ea
|
test: Additional tests for issue #35776
Signed-off-by: Dariusz Olszewski <starypatyk@users.noreply.github.com>
|
2024-03-04 14:25:52 +01:00 |
|
Robin Appelman
|
a9ee278ec6
|
perf: cache path by id to speedup getting nodes by id
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2024-03-04 13:57:31 +01:00 |
|
Robin Appelman
|
e7a7b4a401
|
perf: switch places that always use the first getById result to getFirstNodeById
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2024-03-04 13:57:31 +01:00 |
|
dependabot[bot]
|
d5a673b509
|
chore(deps): Bump libphonenumber-js from 1.10.56 to 1.10.57
Bumps [libphonenumber-js](https://gitlab.com/catamphetamine/libphonenumber-js) from 1.10.56 to 1.10.57.
- [Changelog](https://gitlab.com/catamphetamine/libphonenumber-js/blob/master/CHANGELOG.md)
- [Commits](https://gitlab.com/catamphetamine/libphonenumber-js/compare/v1.10.56...v1.10.57)
---
updated-dependencies:
- dependency-name: libphonenumber-js
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-03-04 12:07:39 +00:00 |
|
Julius Härtl
|
e13fb468cf
|
fix: Fetch custom app store url without internet connection
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
2024-03-04 12:47:14 +01:00 |
|
Robin Appelman
|
4d110c1dd6
|
feat: add interface to get only a single node by id instead of all nodes for the id
this should be enough in most(?) cases and makes efficient implementation and caching easier
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2024-03-04 12:26:30 +01:00 |
|
Ferdinand Thiessen
|
2c9761c73a
|
Merge pull request #43959 from nextcloud/fix/docs-iurlgenerator
fix(IUrlGenerator): Add `throws` documentation for `imagePath` function
|
2024-03-04 12:05:00 +01:00 |
|
Nextcloud bot
|
1d100bdcd9
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2024-03-04 00:19:54 +00:00 |
|
dependabot[bot]
|
b4b3e7cedd
|
Merge pull request #43951 from nextcloud/dependabot/npm_and_yarn/webdav-5.4.0
|
2024-03-03 20:07:38 +00:00 |
|
dependabot[bot]
|
87efe57b96
|
chore(deps): Bump webdav from 5.3.2 to 5.4.0
Bumps [webdav](https://github.com/perry-mitchell/webdav-client) from 5.3.2 to 5.4.0.
- [Changelog](https://github.com/perry-mitchell/webdav-client/blob/master/CHANGELOG.md)
- [Commits](https://github.com/perry-mitchell/webdav-client/compare/v5.3.2...v5.4.0)
---
updated-dependencies:
- dependency-name: webdav
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
|
2024-03-03 19:48:25 +00:00 |
|
Andy Scherzinger
|
90f1b7e0cf
|
Merge pull request #43962 from alexanderdd/patch-1
in text: "bruteforce" > "brute force"
|
2024-03-03 11:13:51 +01:00 |
|
Alexander Müller
|
2f89a732fe
|
in text: "bruteforce" > "brute force"
In description text we should use correct spelling which is "brute force" or "brute-force", not "bruteforce".
In other parts of the documentation, "brute force" is used: https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/bruteforce_configuration.html
See also https://en.wikipedia.org/wiki/Brute-force_attack
Signed-off-by: Alexander Müller <28591861+alexanderdd@users.noreply.github.com>
|
2024-03-03 09:10:29 +01:00 |
|
Nextcloud bot
|
a23d8b2778
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2024-03-03 00:19:15 +00:00 |
|
Ferdinand Thiessen
|
3a036a26f5
|
fix(IUrlGenerator): Add throws documentation for imagePath function
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
|
2024-03-02 21:33:50 +01:00 |
|
Nextcloud bot
|
5748c8cf63
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2024-03-02 00:19:04 +00:00 |
|
John Molakvoæ
|
e0705f1015
|
Merge pull request #43057 from nextcloud/feat/cache-authtoken
|
2024-03-01 14:47:43 +01:00 |
|
John Molakvoæ
|
6d774379c8
|
Merge pull request #43665 from nextcloud/43365-unified-search-filter-view-fix
|
2024-03-01 11:01:57 +01:00 |
|
Louis
|
b51275ce11
|
Merge pull request #43896 from nextcloud/artonge/fix/version_creation_of_empty_files
Do not create a new version for empty files
|
2024-03-01 10:12:37 +01:00 |
|
John Molakvoæ
|
61cb75cda4
|
Merge pull request #43921 from nextcloud/dependabot/github_actions/github-actions-145a57c0cf
|
2024-03-01 08:57:32 +01:00 |
|
Nextcloud bot
|
dfb6b52cde
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2024-03-01 00:38:32 +00:00 |
|
dependabot[bot]
|
3586d1ef40
|
chore(deps): Bump the github-actions group with 4 updates
Bumps the github-actions group with 4 updates: [andstor/file-existence-action](https://github.com/andstor/file-existence-action), [cypress-io/github-action](https://github.com/cypress-io/github-action), [codecov/codecov-action](https://github.com/codecov/codecov-action) and [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request).
Updates `andstor/file-existence-action` from 2.0.0 to 3.0.0
- [Release notes](https://github.com/andstor/file-existence-action/releases)
- [Commits](20b4d2e596...076e007279)
Updates `cypress-io/github-action` from 6.6.0 to 6.6.1
- [Release notes](https://github.com/cypress-io/github-action/releases)
- [Changelog](https://github.com/cypress-io/github-action/blob/master/CHANGELOG.md)
- [Commits](ebe8b24c44...1b70233146)
Updates `codecov/codecov-action` from 3 to 4
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Commits](https://github.com/codecov/codecov-action/compare/v3...v4)
Updates `peter-evans/create-pull-request` from 5.0.2 to 6.0.1
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](153407881e...a4f52f8033)
---
updated-dependencies:
- dependency-name: andstor/file-existence-action
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: cypress-io/github-action
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-02-29 23:41:49 +00:00 |
|
Louis Chemineau
|
66fbb7be76
|
fix(files_versions): Do not create a new version for empty files
Signed-off-by: Louis Chemineau <louis@chmn.me>
|
2024-02-29 21:32:28 +01:00 |
|
Louis Chemineau
|
870572783a
|
fix(files_versions): Improve files version listing
Signed-off-by: Louis Chemineau <louis@chmn.me>
|
2024-02-29 21:32:20 +01:00 |
|
nextcloud-command
|
19377fac16
|
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
|
2024-02-29 19:48:22 +00:00 |
|