aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-2318-2/+106
* chore(files): replace `encodeFilePath` by `encodePath` from `@nextcloud/paths`skjnldsv2024-02-223-20/+7
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-224-2/+422
* feat: added l10n translation prop to calendar componentEduardo Morales2024-02-211-0/+1
* Merge pull request #43727 from nextcloud/artonge/fix/prevent_download_of_sharesLouis2024-02-217-13/+117
|\
| * Hide some actions based on node permissions and share attributesLouis Chemineau2024-02-211-4/+35
| * Check permissions when labeling a versionLouis Chemineau2024-02-211-0/+4
| * Check node permissions when restoring a versionLouis Chemineau2024-02-211-0/+4
| * Check node permissions when deleting a versionLouis Chemineau2024-02-211-1/+29
| * Check share attributes when downloading versionsLouis Chemineau2024-02-215-8/+45
* | refactor(user_status): Switch to attribute based routingprovokateurin2024-02-216-261/+232
* | chore(deps): Update openapi-extractorprovokateurin2024-02-211-0/+1
|/
* Merge pull request #43712 from nextcloud/bugfix/noid/add-bruteforce-protectio...Joas Schilling2024-02-212-3/+30
|\
| * fix: Add bruteforce protection to federation endpointJoas Schilling2024-02-212-3/+30
* | Merge pull request #43702 from nextcloud/fix/dashboard-icon-positionJulius Härtl2024-02-211-0/+1
|\ \
| * | fix(dashboard): Align icon of widgets with the imagesJulius Härtl2024-02-211-0/+1
| |/
* / fix(settings): Fix required groups validation for subadminsChristopher Ng2024-02-201-20/+2
|/
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-2112-8/+106
* Merge pull request #43661 from nextcloud/43256-fix-update-share-expiration-dateF. E Noel Nfebe2024-02-201-1/+1
|\
| * Fix undefined share object during expirationDate updatefenn-cs2024-02-201-1/+1
* | Merge pull request #43671 from nextcloud/fix/migrate-away-from-ilogger-in-tra...Joas Schilling2024-02-201-5/+5
|\ \ | |/ |/|
| * chore(files_trashbin): Migrate away from deprecated ILoggerCôme Chilliet2024-02-201-5/+5
* | Merge pull request #43666 from nextcloud/fix/files-quota-warnings-zero-and-un...John Molakvoæ2024-02-201-4/+14
|\ \ | |/ |/|
| * fix(files): Dont't warn re: full storage on either zero or unlimited quotasJosh2024-02-191-4/+14
* | Merge pull request #43664 from nextcloud/perf/early-exit-reportJohn Molakvoæ2024-02-201-4/+9
|\ \
| * | perf: skip request without read permissionRichard Steinmetz2024-02-191-4/+9
| |/
* / Fix(l10n): Update translations from TransifexNextcloud bot2024-02-2012-8/+68
|/
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-1990-22/+560
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-1886-16/+782
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-17104-18/+234
* enh: breadcrumb icon matches nav view iconEduardo Morales2024-02-161-2/+6
* enh: breadcrumbs icons are now more visually descriptiveEduardo Morales2024-02-161-1/+2
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-16194-320/+928
* enh(sharing): enable unsharing for sharees for DAV shares (addressbooks and c...Anna Larch2024-02-1525-262/+1217
* Merge pull request #43593 from nextcloud/bugfix/noid/add-missing-bruteforce-p...Joas Schilling2024-02-151-6/+15
|\
| * fix: Add bruteforce protection to email endpointJoas Schilling2024-02-141-6/+15
* | Merge pull request #43588 from nextcloud/feat/woff2-check-setupcheckJohn Molakvoæ2024-02-157-27/+211
|\ \
| * | enh(settings): Migrate WOFF2 loading check to a SetupCheckFerdinand Thiessen2024-02-153-3/+86
| * | enh(settings): Add trait for setup checks that need to access the webserver u...Ferdinand Thiessen2024-02-154-24/+125
* | | fix(tests): favorites view orderJohn Molakvoæ2024-02-151-1/+1
* | | fix: condensed filtering logicEduardo Morales2024-02-154-63/+21
* | | enh: added option to render icon and text for breadcrumbEduardo Morales2024-02-152-2/+7
* | | feat: changed filtering logicEduardo Morales2024-02-152-37/+15
* | | feat: added filtering to filter out files that are sharedEduardo Morales2024-02-155-29/+64
* | | feature: personal viewsEduardo Morales2024-02-153-1/+116
* | | Merge pull request #43488 from nextcloud/fix/use-nc-components-account-proper...Ferdinand Thiessen2024-02-1512-437/+460
|\ \ \ | |/ / |/| |
| * | fix(settings): Use status states from `NcInputField` instead of custom handlingFerdinand Thiessen2024-02-1512-405/+419
| * | fix(settings): Migrate AccountPropertySection to `@nextcloud/vue` componentsFerdinand Thiessen2024-02-151-36/+45
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-15244-228/+1222
|/ /
* | enh(files_reminders): Allow clearing remindersChristopher Ng2024-02-144-5/+90