summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove at matchers from tests in:Côme Chilliet2022-08-024-63/+49
* Merge pull request #33405 from nextcloud/perf/new-index-mounts-classJulius Härtl2022-08-013-0/+21
|\
| * DB mounts table: Add index for mount_provider_classMarcel Klehr2022-08-013-0/+21
* | Merge pull request #32482 from nextcloud/enh/noid/share-attributesCarl Schwan2022-08-0156-138/+1925
|\ \
| * | Multiple fixesCarl Schwan2022-07-3129-208/+540
| * | Enforcing permission during resharingCarl Schwan2022-07-284-10/+14
| * | Inherit hide download from share attributesVincent Petry2022-07-282-0/+29
| * | Block download when needed on direct download endpointVincent Petry2022-07-282-1/+17
| * | Fix view-only code after code review commentsVincent Petry2022-07-288-20/+27
| * | Fix adding to empty attributes and duplicate requestJulius Härtl2022-07-282-2/+2
| * | Add share attrs + download permission support in frontendVincent Petry2022-07-287-2/+147
| * | Add nc:share-attributes Webdav propertyVincent Petry2022-07-283-0/+88
| * | Don't reset share attributes when not specifiedVincent Petry2022-07-281-2/+6
| * | Attempt to fix sqlite json issueVincent Petry2022-07-281-2/+2
| * | Fix share attribute related tests + code styleVincent Petry2022-07-2811-66/+87
| * | Fix share controller to accept share attributes aloneVincent Petry2022-07-281-2/+5
| * | Add share attributes + prevent download permissionVincent Petry2022-07-2828-51/+1189
* | | Merge pull request #33225 from nextcloud/fix/handle-one-time-passwordsCarl Schwan2022-07-292-2/+10
|\ \ \
| * | | Handle one time password betterCarl Schwan2022-07-282-2/+10
* | | | Merge pull request #33394 from nextcloud/fix/fix-370-Label_not_connected_to_f...Julia Kirschenheuter2022-07-281-3/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | Connect ```input``` checkbox with corresponding file name via ```aria-describ...julia.kirschenheuter2022-07-281-3/+4
* | | | Merge pull request #33385 from nextcloud/fix/transfer-aria-label-from-nav-set...Louis2022-07-281-3/+2
|\ \ \ \
| * | | | Transfer `aria-label` from nav settings menu to settings menu icon-buttonjulia.kirschenheuter2022-07-281-3/+2
| |/ / /
* | | | Merge pull request #33081 from nextcloud/techdebt/noid/ocp-security-bruteforc...Vincent Petry2022-07-285-5/+133
|\ \ \ \
| * | | | Add a public interface for the bruteforce throttler and register for injectionJoas Schilling2022-07-285-5/+133
| |/ / /
* | | | Merge pull request #33280 from nextcloud/externalStorageWithoutVersioningVincent Petry2022-07-281-1/+1
|\ \ \ \
| * | | | handle AccessDenied error when checking if external s3 support versionsMatthieu Gallien2022-07-281-1/+1
|/ / / /
* | | | Merge pull request #33299 from nextcloud/fix/files-dark-color-themeLouis2022-07-281-2/+5
|\ \ \ \ | |/ / / |/| | |
| * | | files: Fix colormode detection for filelistFerdinand Thiessen2022-07-261-2/+5
* | | | Merge pull request #33380 from luzpaz/fix/lib-private-typosCôme Chilliet2022-07-2837-44/+44
|\ \ \ \
| * | | | Fix typos in lib/private subdirectoryluz paz2022-07-2737-44/+44
* | | | | Merge pull request #32244 from nextcloud/dependabot/npm_and_yarn/core-js-3.22.3dependabot[bot]2022-07-274-11/+11
|\ \ \ \ \
| * | | | | Bump core-js from 3.22.0 to 3.22.3dependabot[bot]2022-07-274-11/+11
|/ / / / /
* | | | | Merge pull request #33386 from nextcloud/fix/noid/delete-user-valueJulius Härtl2022-07-271-2/+2
|\ \ \ \ \
| * | | | | fix mistake in db query to delete a user config valueJulien Veyssier2022-07-271-2/+2
* | | | | | Merge pull request #33379 from nextcloud/techdebt/noid/goodbye-legacy-idsVincent Petry2022-07-276-8/+3
|\ \ \ \ \ \
| * | | | | | Remove more legacy idsVincent Petry2022-07-276-8/+3
* | | | | | | Merge pull request #32956 from nextcloud/fix/upload-folder-wrong-contentVincent Petry2022-07-271-5/+16
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Handle file contained inside the uploads folderCarl Schwan2022-06-211-5/+16
* | | | | | | Merge pull request #33378 from nextcloud/s3-no-null-bundleDaniel2022-07-271-3/+6
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | don't set `null` as a bundle pathRobin Appelman2022-07-271-3/+6
* | | | | | | Merge pull request #33316 from nextcloud/bugfix/noid/aria-label-share-link-bu...Vincent Petry2022-07-275-4/+8
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Accessible names for share panel buttonsVincent Petry2022-07-265-4/+8
* | | | | | | Merge pull request #33373 from nextcloud/techdebt/noid/remove-legacy-dirVincent Petry2022-07-2719-51/+32
|\ \ \ \ \ \ \
| * | | | | | | Remove legacy #dir element in files listVincent Petry2022-07-2719-51/+32
* | | | | | | | Merge pull request #33368 from luzpaz/fix/apps-dav-typosSimon L2022-07-2718-21/+21
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix typos in apps/dav subdirectoryluz paz2022-07-2618-21/+21
| |/ / / / / / /
* | | | | | | | Merge pull request #33265 from nextcloud/fix/carl/login-boxesCarl Schwan2022-07-2747-611/+515
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix login flowCarl Schwan2022-07-276-14/+13
| * | | | | | | | Fix caldav invitation related public pagesCarl Schwan2022-07-276-14/+29