summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix(cypress): users_disableChristopher Ng2023-07-126-13/+14
* chore: Compile assetsChristopher Ng2023-07-1218-53/+45
* enh(a11y): Users tableChristopher Ng2023-07-1214-1036/+1223
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-1350-262/+468
* Merge pull request #39297 from nextcloud/fix/dav/close-cursorJoas Schilling2023-07-122-2/+6
|\
| * fix(dav): close cursor when fetching max idRichard Steinmetz2023-07-112-2/+6
* | Merge pull request #39337 from nextcloud/fix/workflowengine-ncmultiselectFerdinand Thiessen2023-07-124-58/+28
|\ \
| * | chore: Compile assetsFerdinand Thiessen2023-07-123-5/+3
| * | fix(workflowengine): Migrate from deprecated NcMultiselect to NcSelect componentFerdinand Thiessen2023-07-121-53/+25
* | | Merge pull request #36830 from nextcloud/bugfix/noid/flow-mime-shareArthur Schiwon2023-07-122-10/+4
|\ \ \
| * | | fix: Avoid failing with duplicate checksJulius Härtl2023-07-122-10/+4
* | | | Merge pull request #39336 from nextcloud/dependabot/npm_and_yarn/pinia/testin...Ferdinand Thiessen2023-07-122-11/+11
|\ \ \ \ | |_|/ / |/| | |
| * | | chore(deps-dev): Bump @pinia/testing from 0.0.16 to 0.1.2dependabot[bot]2023-07-122-11/+11
| |/ /
* | | Merge pull request #38366 from nextcloud/file-command-copy-moveFerdinand Thiessen2023-07-125-0/+261
|\ \ \ | |/ / |/| |
| * | add commands to copy/move filesRobin Appelman2023-07-125-0/+261
|/ /
* | Merge pull request #39327 from nextcloud/feature/openapi/filesKate2023-07-1214-10/+2120
|\ \
| * | files: Add OpenAPI specjld31032023-07-1214-10/+2120
* | | Merge pull request #39324 from nextcloud/ci/noid/fix-32bit-testSimon L2023-07-121-1/+1
|\ \ \ | |/ / |/| |
| * | ci(32bit): fix failing test setupArthur Schiwon2023-07-111-1/+1
* | | Merge pull request #39268 from nextcloud/bugfix/noid/request-time-flowJoas Schilling2023-07-123-4/+4
|\ \ \
| * | | chore(assets): Recompile JSJoas Schilling2023-07-112-3/+3
| * | | fix(flow): Revert invalid rename of check class for RequestTimeJulius Härtl2023-07-111-1/+1
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-12224-3084/+2876
| |/ / |/| |
* | | Merge pull request #39104 from nextcloud/automated/noid/master-fix-npm-auditAndy Scherzinger2023-07-111-20/+37
|\ \ \
| * | | chore(deps): fix npm auditnextcloud-command2023-07-111-20/+37
* | | | Merge pull request #39315 from nextcloud/feature/openapi/davKate2023-07-113-0/+20
|\ \ \ \
| * | | | dav: Add OpenAPI specjld31032023-07-113-0/+20
* | | | | Merge pull request #39312 from nextcloud/feature/openapi/updatenotificationKate2023-07-115-4/+261
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | updatenotification: Add OpenAPI specjld31032023-07-115-4/+261
| |/ / /
* | | | Merge pull request #39277 from nextcloud/test/4193-Buttons_accessibility_impr...Julia Kirschenheuter2023-07-1111-14/+20
|\ \ \ \ | |/ / / |/| | |
| * | | Set double outline to buttons in focus statejulia.kirschenheuter2023-07-1111-14/+20
* | | | Merge pull request #39196 from nextcloud/feat/f2v/sharingJohn Molakvoæ2023-07-1160-1329/+2228
|\ \ \ \
| * | | | feat(files_sharing): add openInFiles actionJohn Molakvoæ2023-07-1111-14/+170
| * | | | fix(files_sharing): error and size/mtime for deleted sharesJohn Molakvoæ2023-07-112-1/+3
| * | | | fix(files): empty default actionJohn Molakvoæ2023-07-112-8/+22
| * | | | chore: compile assetsJohn Molakvoæ2023-07-1114-19/+84
| * | | | chore: add actions testingJohn Molakvoæ2023-07-119-7/+700
| * | | | fix: legacy files favorite event node typeJohn Molakvoæ2023-07-111-1/+2
| * | | | fix: adjust testingJohn Molakvoæ2023-07-1111-199/+657
| * | | | fix: drop legacy sharing filesJohn Molakvoæ2023-07-1113-1114/+21
| * | | | fix(files): actions permissions requirementsJohn Molakvoæ2023-07-118-15/+58
| * | | | feat(sharing): add sharing overview viewJohn Molakvoæ2023-07-1113-32/+592
|/ / / /
* | | | Merge pull request #39296 from nextcloud/dependabot/npm_and_yarn/semver-5.7.2Louis2023-07-113-141/+141
|\ \ \ \
| * | | | chore(deps): Bump semver from 5.7.1 to 5.7.2dependabot[bot]2023-07-113-141/+141
| | |/ / | |/| |
* | | | Merge pull request #39280 from nextcloud/feature/openapi/federationKate2023-07-112-4/+452
|\ \ \ \
| * | | | federation: Add OpenAPI specjld31032023-07-102-4/+452
* | | | | Merge pull request #38561 from nextcloud/feat/noid/allow-to-match-client-vers...Joas Schilling2023-07-116-77/+109
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | fix(workflowengine): Fix tested user agents of Android and iOS to match real ...Joas Schilling2023-07-111-16/+16
| * | | | fix(dav): Use IRequest constant to match versionJoas Schilling2023-07-113-53/+20
| * | | | feat(request): Allow to match the client version with the IRequest::USER_AGEN...Joas Schilling2023-07-112-8/+73
| | |/ / | |/| |