summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* refactor(encryption): Replace security annotations with respective attributesprovokateurin2024-07-273-8/+9
* test(theming): Fix broken footer links testsprovokateurin2024-07-271-3/+3
* Merge pull request #46784 from nextcloud/fix/public-footerJohn Molakvoæ2024-07-271-1/+1
|\
| * Merge branch 'master' into fix/public-footerJohn Molakvoæ2024-07-27127-614/+1301
| |\
| * | fix(styles): Make sure footer with legal links is shown correctlyFerdinand Thiessen2024-07-261-1/+1
* | | Merge pull request #46779 from nextcloud/fix/testing/textprocessing-unicodeMarcel Klehr2024-07-272-2/+24
|\ \ \ | |_|/ |/| |
| * | fix(testing): Make Testing TextProcessing providers unicode safeMarcel Klehr2024-07-262-2/+24
| |/
* | fix(files): always ask for confirmation if trashbin app is disabledskjnldsv2024-07-274-122/+345
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-27120-486/+932
* | Merge pull request #46773 from nextcloud/fix/noid/settings-iframe-iconsMaksim Sukharev2024-07-262-5/+13
|\ \
| * | style(settings): align icons at legacy help navigationMaksim Sukharev2024-07-262-5/+13
| |/
* / fix(files): Ensure scrolled file list does not leak through file filtersFerdinand Thiessen2024-07-261-1/+11
|/
* fix(files): Correctly validate new node nameFerdinand Thiessen2024-07-262-170/+115
* Merge pull request #46745 from nextcloud/refactor/comments/security-attributesKate2024-07-261-3/+4
|\
| * refactor(comments): Replace security annotations with respective attributesprovokateurin2024-07-251-3/+4
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-26234-702/+2072
* | Merge pull request #45708 from nextcloud/feat/files-filtersFerdinand Thiessen2024-07-2527-172/+1279
|\ \
| * | test: Add cypress tests for file list filteringFerdinand Thiessen2024-07-253-35/+40
| * | feat(files_sharing): Add file list filter to filter by owner / shareeFerdinand Thiessen2024-07-255-20/+224
| * | refactor: Make route parameters accessible using composables to reuseFerdinand Thiessen2024-07-256-46/+82
| * | feat(files): Implement files list filters for name, modified time and typeFerdinand Thiessen2024-07-2519-116/+908
| * | feat(files): Allow to add file list filtersFerdinand Thiessen2024-07-256-68/+138
* | | Merge pull request #46672 from nextcloud/fix/preview-invalid-idAndy Scherzinger2024-07-252-0/+16
|\ \ \
| * | | fix: Ignore preview requests for invalid file idsJulius Härtl2024-07-222-0/+16
* | | | Merge pull request #46759 from nextcloud/chore/less-banding-imageAndy Scherzinger2024-07-251-0/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | fix(theming): Use version with less color banding for dark variantFerdinand Thiessen2024-07-251-0/+0
* | | | Merge pull request #46753 from nextcloud/fix/renaming-full-validationAndy Scherzinger2024-07-252-61/+70
|\ \ \ \
| * | | | fix(files): Use `@nextcloud/files` filename validation to show more detailsFerdinand Thiessen2024-07-252-61/+70
* | | | | Merge pull request #46749 from nextcloud/fix/background-job-errorGreta2024-07-251-2/+7
|\ \ \ \ \
| * | | | | fix: add a try and catch for delete versioninggreta2024-07-251-2/+7
* | | | | | fix: https://github.com/nextcloud/calendar/issues/6079 and https://github.com...tobiasKaminsky2024-07-252-2/+16
| |_|/ / / |/| | | |
* | | | | fix(files_sharing): `open-in-files` should open a folder and not the parentFerdinand Thiessen2024-07-251-3/+13
| |/ / / |/| | |
* | | | Merge pull request #46685 from nextcloud/sabre-directory-exception-previousRobin Appelman2024-07-251-10/+10
|\ \ \ \
| * | | | fix: keep previous exception when wrapping dav exceptionsRobin Appelman2024-07-231-10/+10
* | | | | Merge pull request #46383 from nextcloud/feat/template-fieldsJulius Härtl2024-07-257-6/+217
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | fix: PHP formattingElizabeth Danzberger2024-07-254-2/+17
| * | | | fix: Can close template filler modalElizabeth Danzberger2024-07-251-4/+10
| * | | | fix: Add SPDX header to new fileElizabeth Danzberger2024-07-251-0/+5
| * | | | feat: Add frontend components for filling out templateElizabeth Danzberger2024-07-254-25/+100
| * | | | feat: Add support for filling fields to backend componentsElizabeth Danzberger2024-07-251-2/+12
| * | | | fix(vue): Begin implementing template filler componentElizabeth Danzberger2024-07-253-11/+65
| * | | | feat: TemplateFiller componentElizabeth Danzberger2024-07-252-4/+24
| * | | | feat: Add template filler componentElizabeth Danzberger2024-07-251-0/+26
| | |_|/ | |/| |
* | | | Merge pull request #46693 from nextcloud/s3-writestream-implStephan Orbaugh2024-07-251-0/+21
|\ \ \ \
| * | | | feat: add a specialized writeStream implementation for s3 external storageRobin Appelman2024-07-241-0/+21
| | |_|/ | |/| |
* | | | fix(files_versions): avoid unintentional skipping of expirationcarhe2024-07-251-1/+1
| |/ / |/| |
* | | Merge pull request #46690 from nextcloud/fix/files-displaynameFerdinand Thiessen2024-07-2510-221/+54
|\ \ \
| * | | fix: Ensure displayname is a stringFerdinand Thiessen2024-07-251-1/+8
| * | | fix(files): Do not split filename into `base` and `extension` for foldersFerdinand Thiessen2024-07-254-16/+34
| * | | chore(deps): Update `@nextcloud/files` to v3.6.0Ferdinand Thiessen2024-07-255-204/+12