aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* prevent recursion with log eventslog-event-recursionRobin Appelman2023-07-131-2/+8
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #39210 from nextcloud/chore/clean-core-main-entrySimon L2023-07-133-6/+5
|\ | | | | Remove jQuery from main entry point where not needed
| * fix: Remove jQuery from main entry pointFerdinand Thiessen2023-07-133-6/+5
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #39323 from nextcloud/fix/noid/getstorge-before-rmMaxence Lange2023-07-131-0/+6
|\ \ | | | | | | files_external: getStorage before remove
| * | getStorage before removeMaxence Lange2023-07-111-0/+6
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | Merge pull request #39343 from nextcloud/ci/sign-drone-masterAndy Scherzinger2023-07-131-0/+4
|\ \ \ | | | | | | | | chore(CI): Sign .drone.yml file
| * | | chore(CI): Sign .drone.yml fileJoas Schilling2023-07-131-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #39341 from nextcloud/fix/openapi/cloud_federation_apiKate2023-07-131-1/+1
|\ \ \ \ | |/ / / |/| | | cloud_federation_api: Fix OpenAPI spec
| * | | cloud_federation_api: Fix OpenAPI specjld31032023-07-131-1/+1
|/ / / | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | Merge pull request #39316 from nextcloud/feature/openapi/oauth2Kate2023-07-133-13/+25
|\ \ \ | | | | | | | | oauth2: Add OpenAPI spec
| * | | oauth2: Add OpenAPI specjld31032023-07-123-13/+25
| | | | | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | | Merge pull request #39328 from nextcloud/feature/openapi/federatedfilesharingKate2023-07-136-58/+1021
|\ \ \ \ | | | | | | | | | | federatedfilesharing: Add OpenAPI spec
| * | | | federatedfilesharing: Add OpenAPI specjld31032023-07-126-58/+1021
| | | | | | | | | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | | | Merge pull request #39319 from nextcloud/feature/openapi/files_versionsJulien Veyssier2023-07-133-5/+154
|\ \ \ \ \ | |_|_|_|/ |/| | | | files_versions: Add OpenAPI spec
| * | | | files_versions: Add OpenAPI specjld31032023-07-133-5/+154
|/ / / / | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | | Merge pull request #39106 from ↵John Molakvoæ2023-07-135-131/+134
|\ \ \ \ | | | | | | | | | | | | | | | nextcloud/fix/update-notification--remove-deprecated-ncpopupmenu
| * | | | chore: Compile assetsFerdinand Thiessen2023-07-133-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | | fix(updatenotification): Remove deprecated `NcPopoverMenu` and cleanupFerdinand Thiessen2023-07-131-125/+127
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Replace `NcPopoverMenu` with `NcActions` and cleanup related code * Move text under related heading for better content structure * Fix some eslint warnings Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | fix(updatenotification): Use `@nextcloud/l10n` to avoid deprecation warningsFerdinand Thiessen2023-07-131-2/+3
|/ / / / | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #39318 from nextcloud/feature/openapi/cloud_federation_apiKate2023-07-136-41/+134
|\ \ \ \ | | | | | | | | | | cloud_federation_api: Add OpenAPI spec
| * | | | cloud_federation_api: Add OpenAPI specjld31032023-07-136-27/+101
| | | | | | | | | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
| * | | | cloud_federation_api: Fix bad request responsesjld31032023-07-131-14/+33
| | | | | | | | | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | | | Merge pull request #39050 from nextcloud/enh/a11y-users-tablePytal2023-07-1239-1224/+1570
|\ \ \ \ \
| * | | | | test(settings): Users tableChristopher Ng2023-07-1210-117/+286
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | fix(acceptance): UsersSettingsContextChristopher Ng2023-07-124-12/+11
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | fix(cypress): usersChristopher Ng2023-07-121-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | fix(cypress): users_modifyChristopher Ng2023-07-121-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | fix(cypress): users_disableChristopher Ng2023-07-126-13/+14
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | chore: Compile assetsChristopher Ng2023-07-1218-53/+45
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | enh(a11y): Users tableChristopher Ng2023-07-1214-1036/+1223
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | Merge pull request #39320 from nextcloud/feature/openapi/files_trashbinKate2023-07-133-1/+148
|\ \ \ \ \ | |/ / / / |/| | | | files_trashbin: Add OpenAPI spec
| * | | | files_trashbin: Add OpenAPI specjld31032023-07-133-1/+148
| | | | | | | | | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-1350-262/+468
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #39297 from nextcloud/fix/dav/close-cursorJoas Schilling2023-07-122-2/+6
|\ \ \ \ \ | | | | | | | | | | | | fix(dav): close cursor when fetching max id
| * | | | | fix(dav): close cursor when fetching max idRichard Steinmetz2023-07-112-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | | | Merge pull request #39337 from nextcloud/fix/workflowengine-ncmultiselectFerdinand Thiessen2023-07-124-58/+28
|\ \ \ \ \ \ | | | | | | | | | | | | | | fix(workflowengine): Migrate from deprecated `NcMultiselect` to `NcSelect`
| * | | | | | chore: Compile assetsFerdinand Thiessen2023-07-123-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | | fix(workflowengine): Migrate from deprecated NcMultiselect to NcSelect componentFerdinand Thiessen2023-07-121-53/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | | Merge pull request #36830 from nextcloud/bugfix/noid/flow-mime-shareArthur Schiwon2023-07-122-10/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | fix: Avoid failing with duplicate checks
| * | | | | | | fix: Avoid failing with duplicate checksJulius Härtl2023-07-122-10/+4
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | | Merge pull request #39336 from ↵Ferdinand Thiessen2023-07-122-11/+11
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/pinia/testing-0.1.2 chore(deps-dev): Bump @pinia/testing from 0.0.16 to 0.1.2
| * | | | | | chore(deps-dev): Bump @pinia/testing from 0.0.16 to 0.1.2dependabot[bot]2023-07-122-11/+11
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@pinia/testing](https://github.com/vuejs/pinia) from 0.0.16 to 0.1.2. - [Release notes](https://github.com/vuejs/pinia/releases) - [Commits](https://github.com/vuejs/pinia/compare/@pinia/testing@0.0.16...@pinia/testing@0.1.2) --- updated-dependencies: - dependency-name: "@pinia/testing" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | Merge pull request #38366 from nextcloud/file-command-copy-moveFerdinand Thiessen2023-07-125-0/+261
|\ \ \ \ \ \ | |/ / / / / |/| | | | | add commands to copy/move files
| * | | | | add commands to copy/move filesRobin Appelman2023-07-125-0/+261
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #39327 from nextcloud/feature/openapi/filesKate2023-07-1214-10/+2120
|\ \ \ \ \ | | | | | | | | | | | | files: Add OpenAPI spec
| * | | | | files: Add OpenAPI specjld31032023-07-1214-10/+2120
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | | | Merge pull request #39324 from nextcloud/ci/noid/fix-32bit-testSimon L2023-07-121-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | ci(32bit): fix failing test setup
| * | | | ci(32bit): fix failing test setupArthur Schiwon2023-07-111-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | Merge pull request #39268 from nextcloud/bugfix/noid/request-time-flowJoas Schilling2023-07-123-4/+4
|\ \ \ \ \ | | | | | | | | | | | | fix(flow): Revert invalid rename of check class for RequestTime
| * | | | | chore(assets): Recompile JSJoas Schilling2023-07-112-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>