aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* feat(files): propagate restore and delete eventsJohn Molakvoæ2023-04-069-87/+166
* fix(files): selection and render performanceJohn Molakvoæ2023-04-062-5/+15
* feat(accessibility): add files table caption and summaryJohn Molakvoæ2023-04-067-44/+187
* fix(files): fix custom render components reactivityJohn Molakvoæ2023-04-069-37/+59
* feat(files): implement sorting per viewJohn Molakvoæ2023-04-0616-123/+384
* feat(files): actions apiJohn Molakvoæ2023-04-0610-154/+411
* chore(deps): cleanup unused deps and auditJohn Molakvoæ2023-04-066-38/+106
* feat(files): custom columnsJohn Molakvoæ2023-04-0611-93/+212
* feat(files): sortingJohn Molakvoæ2023-04-066-26/+135
* perf(files): fetch previews faster and cache properlyJohn Molakvoæ2023-04-067-34/+243
* fix(files_trashbin): previews crop supportJohn Molakvoæ2023-04-067-18/+113
* perf(files): update files store by chunksJohn Molakvoæ2023-04-061-4/+8
* feat(files): switch to piniaJohn Molakvoæ2023-04-0611-177/+172
* feat(files_trashbin): migrate to vueJohn Molakvoæ2023-04-0627-532/+1383
* Add `aria-hidden='true'` to decorative icons inside of modal dialogsjulia.kirschenheuter2023-04-065-8/+16
* Merge pull request #37513 from nextcloud/fix/type-davJulien Veyssier2023-04-064-6/+7
|\
| * Fix DAV typesjld31032023-04-054-6/+7
* | Merge pull request #37591 from Jerome-Herbinet/patch-19John Molakvoæ2023-04-063-2/+9
|\ \
| * | npm run sassJérôme Herbinet2023-04-052-2/+2
| * | UI : Improved presentation of personal informationJérôme Herbinet2023-04-051-0/+7
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-04-0646-120/+150
* | | Merge pull request #22943 from nextcloud/scanner-no-access-handlingRobin Appelman2023-04-051-8/+16
|\ \ \
| * | | improve handling of files we can't access in the scannerRobin Appelman2023-04-051-8/+16
* | | | Merge pull request #27538 from nextcloud/scanner-home-not-writable-better-errorsCôme Chilliet2023-04-051-0/+1
|\ \ \ \
| * | | | better error messages if the users home is not writable during scanningRobin Appelman2023-04-051-0/+1
* | | | | Merge pull request #37526 from nextcloud/use-correct-icon-for-calendar-user-s...Julius Härtl2023-04-052-1/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fix(dav): Use an icon with correct color for calendar user settings sectionThomas Citharel2023-04-042-1/+2
* | | | | Merge pull request #37430 from nextcloud/trash-cleanup-loggingRobin Appelman2023-04-052-27/+52
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | add a bit more verbose option for trashbin cleanupRobin Appelman2023-04-032-27/+52
* | | | | Merge pull request #37575 from nextcloud/fix/user_ldap-log-suffix-namesArthur Schiwon2023-04-051-0/+9
|\ \ \ \ \
| * | | | | Log a warning when a user or group is mapped with a suffixCôme Chilliet2023-04-041-0/+9
| | |_|/ / | |/| | |
* | | | | Merge pull request #36836 from nextcloud/fix/view-type-cleanupCôme Chilliet2023-04-054-6/+4
|\ \ \ \ \
| * | | | | Fix dav application testsCôme Chilliet2023-04-031-2/+1
| * | | | | Fix return type of methods returning false on errorCôme Chilliet2023-04-031-1/+1
| * | | | | Remove unused method getLocalFolderCôme Chilliet2023-04-031-1/+1
| * | | | | Tidy up typing in OC\Files\ViewCôme Chilliet2023-04-031-2/+1
* | | | | | Fix types for reading and writing config valuesjld31032023-04-059-18/+18
| |_|_|_|/ |/| | | |
* | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-04-0512-2/+20
* | | | | Merge pull request #37453 from nextcloud/fix/36918-The_breadcrumb_navigation_...Julia Kirschenheuter2023-04-043-12/+14
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Adjust breadcrumb navigation structure to the navigation listjulia.kirschenheuter2023-04-043-12/+14
| | |_|/ | |/| |
* | | | Merge pull request #37243 from nextcloud/enh/openssl-get-rid-of-rc4Côme Chilliet2023-04-048-108/+211
|\ \ \ \
| * | | | Add a test for multiKeyEncrypt/Decrypt methodsCôme Chilliet2023-03-202-4/+18
| * | | | Fix encryption file key managementCôme Chilliet2023-03-172-2/+2
| * | | | Adapt encryption recovery tests to new systemCôme Chilliet2023-03-171-5/+9
| * | | | Adapt encryption tests to the new systemCôme Chilliet2023-03-171-19/+40
| * | | | Adapt code to new encryption systemCôme Chilliet2023-03-175-62/+56
| * | | | Getting rid of openssl_seal and rc4 in server side encryptionCôme Chilliet2023-03-173-24/+94
* | | | | Merge pull request #37146 from nextcloud/artonge/feat/migrate_metadata_to_valueLouis2023-04-041-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Migrate metadata as JSON to value as STRINGLouis Chemineau2023-04-031-1/+1
* | | | | Merge pull request #37517 from nextcloud/fix/36919-create-semantic-list-for-c...Julia Kirschenheuter2023-04-042-14/+21
|\ \ \ \ \