summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #46870 from nextcloud/release/30.0.0_beta_2v30.0.0beta2Arthur Schiwon2024-07-303-5/+5
|\ | | | | 30.0.0 beta 2
| * build(assets): compile jsArthur Schiwon2024-07-302-3/+3
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * build(hub): 30.0.0 beta 2Arthur Schiwon2024-07-301-2/+2
|/ | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge pull request #46857 from nextcloud/fix/file-list-filterArthur Schiwon2024-07-30180-246/+391
|\ | | | | fix(files_sharing): Adjust design of account filter for file list
| * build(assets): compile jsArthur Schiwon2024-07-30174-222/+274
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * chore: Update `@nextcloud/vue` to 8.15.1Ferdinand Thiessen2024-07-302-5/+5
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * fix(files_sharing): Make account file filter consistent have designFerdinand Thiessen2024-07-304-19/+112
|/ | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #46867 from nextcloud/fix/files-settingsArthur Schiwon2024-07-3014-17/+17
|\ | | | | fix(files): Bring back files personal settings
| * chore: Compile assetsFerdinand Thiessen2024-07-3013-16/+16
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * fix(files): Bring back files personal settingsFerdinand Thiessen2024-07-301-1/+1
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #46877 from nextcloud/bugfix/noid/fix-ci-summary-conditionJoas Schilling2024-07-302-2/+2
|\ \ | | | | | | ci: Fix summary condition
| * | ci: Fix summary conditionJoas Schilling2024-07-302-2/+2
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #46476 from nextcloud/enh/noid/migration-attributesStephan Orbaugh2024-07-3028-4/+1618
|\ \ | | | | | | Migration Attributes
| * | fix(migration-attributes): psalmMaxence Lange2024-07-296-14/+46
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | feat(migration-attributes): testsMaxence Lange2024-07-2921-30/+475
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | fix(migration-attributes): privatizing AttributeExceptionMaxence Lange2024-07-2919-25/+215
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | feat(upgrade): release metadataMaxence Lange2024-07-295-124/+287
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | feat(upgrade): migration attributesMaxence Lange2024-07-2920-0/+784
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> d Signed-off-by: Maxence Lange <maxence@artificial-owl.com> f Signed-off-by: Maxence Lange <maxence@artificial-owl.com> d Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | Merge pull request #46871 from nextcloud/bugfix/noid/update-3rdparty-commit-hashJoas Schilling2024-07-301-0/+0
|\ \ \ | | | | | | | | fix: Update 3rdparty commit hash to latest (only actions changed)
| * | | fix: Update 3rdparty commit hash to latest (only actions changed)Joas Schilling2024-07-301-0/+0
| | |/ | |/| | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #45277 from nextcloud/techdebt/noid/log-condition-v2Joas Schilling2024-07-305-25/+172
|\ \ \ | |/ / |/| | feat(log): Allow to combine log.conditions to only log (app&user)
| * | feat(log): Allow to combine log.conditions to only log (app&user)Joas Schilling2024-07-305-25/+172
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #46379 from nextcloud/fix/folder-search-ownerFerdinand Thiessen2024-07-302-4/+35
|\ \ | | | | | | fix: `OCP\Files\Node\Folder::search` was not setting the owner
| * | fix: `OCP\Files\Node\Folder::search` was not setting the ownerFerdinand Thiessen2024-07-112-4/+35
| | | | | | | | | | | | | | | | | | The owner was not set on the file info causing e.g. webdav searches to never return the known owner. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #46770 from nextcloud/feat/navigation-files-requestJohn Molakvoæ2024-07-30148-448/+452
|\ \ \
| * | | fix(files_sharing): always show file request creation optionskjnldsv2024-07-30130-175/+303
| | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | chore(files_sharing): refactor Share model to tsskjnldsv2024-07-3013-264/+94
| | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | | feat(files_sharing): show file requests in navigationskjnldsv2024-07-306-10/+56
|/ / / | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | Merge pull request #46865 from nextcloud/fix/46635/breadcrumbs-shrinkJohn Molakvoæ2024-07-303-3/+4
|\ \ \
| * | | chore(assets): Recompile assetsnextcloud-command2024-07-302-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | fix(files): correctly shrink breadcrumbs barRaimund Schlüßler2024-07-301-0/+1
| | | | | | | | | | | | Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
* | | | Merge pull request #46825 from ↵Kate2024-07-302-8/+8
|\ \ \ \ | | | | | | | | | | | | | | | nextcloud/refactor/workflowengine/security-attributes
| * | | | refactor(workflowengine): Replace security annotations with respective ↵provokateurin2024-07-272-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | attributes Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | Merge pull request #46746 from nextcloud/refactor/dashboard/security-attributesKate2024-07-302-15/+16
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | refactor(dashboard): Replace security annotations with respective attributesprovokateurin2024-07-272-15/+16
| |/ / / | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | Merge pull request #46849 from nextcloud/fix-recursive-share-checkGit'Fellow2024-07-301-1/+1
|\ \ \ \ | | | | | | | | | | fix: fix recursive share check
| * | | | fix: fix recursive share checkRobin Appelman2024-07-301-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #46858 from ↵dependabot[bot]2024-07-3018-22/+22
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | nextcloud/dependabot/npm_and_yarn/fast-xml-parser-4.4.1
| * | | | build(deps): bump fast-xml-parser from 4.4.0 to 4.4.1dependabot[bot]2024-07-3018-22/+22
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.4.0 to 4.4.1. - [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases) - [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v4.4.0...v4.4.1) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | Merge pull request #46805 from ↵Kate2024-07-302-30/+26
|\ \ \ \ | | | | | | | | | | | | | | | nextcloud/refactor/federatedfilesharing/security-attributes
| * | | | refactor(federatedfilesharing): Replace security annotations with respective ↵provokateurin2024-07-272-30/+26
| | |/ / | |/| | | | | | | | | | | | | | | | | | attributes Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-3022-8/+84
| |/ / |/| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #46846 from nextcloud/fix/noid/named-attribute-argumentMaxence Lange2024-07-291-1/+1
|\ \ \ | | | | | | | | fix(psalm): named attribute argument
| * | | fix(psalm): named attribute argumentMaxence Lange2024-07-291-1/+1
|/ / / | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | Merge pull request #46834 from withbest/masterAndy Scherzinger2024-07-297-9/+9
|\ \ \ | | | | | | | | chore: fix some comments
| * | | chore: fix some commentswithbest2024-07-297-9/+9
| | | | | | | | | | | | | | | | Signed-off-by: withbest <seekseat@outlook.com>
* | | | Merge pull request #46827 from nextcloud/build/psalm/named-attribute-argsJoas Schilling2024-07-299-15/+69
|\ \ \ \ | | | | | | | | | | build(psalm): Enforce named attribute arguments
| * | | | refactor(core): Make all attribute arguments namedprovokateurin2024-07-277-15/+15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * | | | build(psalm): Enforce named attribute argumentsprovokateurin2024-07-272-0/+54
| | |/ / | |/| | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | Merge pull request #46817 from nextcloud/refactor/systemtags/security-attributesKate2024-07-291-3/+2
|\ \ \ \