summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | fix(files): Set container for file list actionsFerdinand Thiessen2024-07-311-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is needed to ensure the actions are rendered below dialogs which will have the body as the container. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | | | | Merge pull request #45306 from ↵Christoph Wurst2024-07-311-0/+6
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/perf/systemtags-object-mapping-objectid-index perf(systemtags): Add index for systemtags_object_mappings.objectid
| * | | | | | | | | perf(systemtags): Add index for systemtags_object_mappings.objectidChristoph Wurst2024-07-301-0/+6
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | | | Merge pull request #46747 from nextcloud/refactor/dav/security-attributesKate2024-07-313-16/+16
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | refactor(dav): Replace security annotations with respective attributesprovokateurin2024-07-283-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | | | | Merge pull request #46903 from nextcloud/feat/module-webpack-devJohn Molakvoæ2024-07-311-28/+35
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fix(build): do not run SPDX Plugin in dev modeskjnldsv2024-07-311-28/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | | | | | | | Merge pull request #42746 from j-carl/nextcloud-server/update-irc-urlAndy Scherzinger2024-07-311-2/+2
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | Update IRC URL
| * | | | | | | | | docs: Update CONTRIBUTING.mdAndy Scherzinger2024-07-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
| * | | | | | | | | Update IRC URLJens Carl2024-07-311-1/+1
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jens Carl <j.carl43@gmx.de>
* | | | | | | | | Merge pull request #46893 from nextcloud/fix/cypress-localJohn Molakvoæ2024-07-311-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | chore: Fix cypress docker integration when testing locallyFerdinand Thiessen2024-07-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The tar library was updated but not the syntax adjusted. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | | | | | Merge pull request #46895 from nextcloud/fix/template-fillerJohn Molakvoæ2024-07-319-11/+9
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | fix: Commit assetsElizabeth Danzberger2024-07-308-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
| * | | | | | | | | | fix: Go back to template picker if template filler closedElizabeth Danzberger2024-07-301-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
| * | | | | | | | | | fix: Template filler shows only if template has fieldsElizabeth Danzberger2024-07-301-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
* | | | | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-31170-140/+604
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | | | | Merge pull request #46894 from ↵Joas Schilling2024-07-311-2/+2
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/improve-explanation-of-timestamp fix(trashbin): Improve documentation of since/until timestamps of res…
| * | | | | | | | | | fix(trashbin): Improve documentation of since/until timestamps of restore ↵Joas Schilling2024-07-301-2/+2
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | trashbin Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | | | | Merge pull request #46822 from nextcloud/refactor/user_ldap/security-attributesKate2024-07-302-19/+20
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | refactor(user_ldap): Replace security annotations with respective attributesprovokateurin2024-07-272-19/+20
| | |_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | | | | | Merge pull request #46824 from ↵Kate2024-07-301-14/+8
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | nextcloud/refactor/weather_status/security-attributes
| * | | | | | | | | refactor(weather_status): Replace security annotations with respective ↵provokateurin2024-07-271-14/+8
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | attributes Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | | | | Merge pull request #46830 from ↵F. E Noel Nfebe2024-07-303-5/+5
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/chore/42501/enhance-automcompletion-setting-text chore(ShareSettings): Proper wording for share autocompletion settings
| * | | | | | | | chore(assets): Recompile assetsnextcloud-command2024-07-302-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | | | | chore(ShareSettings): Proper wording for share autocompletion settingsfenn-cs2024-07-301-2/+2
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The existing is incorrect and can be misleading as seen in : https://github.com/nextcloud/server/issues/42501 Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | | | | | | | Merge pull request #46099 from nextcloud/fix/properly-add-accept-share-interfaceJoas Schilling2024-07-307-17/+37
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | fix: Add `acceptShare` as an interface
| * | | | | | | | fix: Add `acceptShare` as an interfaceFerdinand Thiessen2024-07-307-17/+37
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was commented out because at that time no other share provider supported the `acceptShare` method. Today it is the same no other provider supports it, but we should make it discoverable by adding it to the public API as an additional interface. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | | | Merge pull request #46744 from ↵Kate2024-07-301-8/+9
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/refactor/cloud_federation_api/security-attributes
| * | | | | | | | refactor(cloud_federation_api): Replace security annotations with respective ↵provokateurin2024-07-271-8/+9
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | attributes Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | | | 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>