aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* refactor: Use composable for `currentView` and `views` to make it reactive wh...Ferdinand Thiessen2024-06-2313-132/+321
* fix(files_trashbin): Make files view registering an init scriptFerdinand Thiessen2024-06-232-1/+1
* chore(deps): Update `debounce` to 2.1.0Ferdinand Thiessen2024-06-235-6/+8
* refactor(files): Update `@nextcloud/files` to v3.5.0Ferdinand Thiessen2024-06-239-55/+10
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-2312-6/+312
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-21144-6/+176
* fix: Increase debounce delay when saving account propertiesChristopher Ng2024-06-212-2/+2
* fix(files): Don't react to clicks when renamingLouis Chemineau2024-06-201-0/+9
* Merge pull request #45999 from nextcloud/fix/caldav/shared-calendars-activity...Richard Steinmetz2024-06-202-8/+62
|\
| * fix(caldav): encode calendar URIs with umlauts for activitiesRichard Steinmetz2024-06-202-8/+62
* | fix: Do not import from `axios` but only `@nextcloud/axios`Ferdinand Thiessen2024-06-2018-31/+30
* | Merge pull request #45207 from nextcloud/fix/webdav-ajaFerdinand Thiessen2024-06-202-33/+72
|\ \
| * | fix(dav): Try basic auth for ajax WebDAV requestsFerdinand Thiessen2024-06-182-33/+72
* | | Merge pull request #45688 from nextcloud/artonge/fix/show_non_writable_foldersLouis2024-06-201-5/+3
|\ \ \
| * | | fix(files): Show non writable folders during move or copyLouis Chemineau2024-06-191-5/+3
* | | | Merge pull request #45980 from nextcloud/fix/theming/update-warningRichard Steinmetz2024-06-201-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | fix(theming): properly apply warning style to update outputRichard Steinmetz2024-06-191-2/+2
* | | | Merge pull request #45958 from nextcloud/fix/renaming-file-version-when-numberLouis2024-06-201-1/+2
|\ \ \ \
| * | | | fix(files_versions): renaming file version when its not a stringSanskar Soni2024-06-201-1/+2
* | | | | fix: renameParams named as renamedNodes and code changed accordingly as sugge...yemkareems2024-06-201-8/+4
* | | | | fix: rename params old path passed from before rename to after rename to have...yemkareems2024-06-202-13/+12
* | | | | fix: rename logged as beforeRename and afterRename, and in both place getInte...yemkareems2024-06-202-6/+40
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-2012-0/+22
|/ / / /
* | | | Merge pull request #45972 from nextcloud/fix/noid/copyIconAndy Scherzinger2024-06-192-3/+3
|\ \ \ \
| * | | | style: update copy icon to Material Design iconAndy Scherzinger2024-06-192-3/+3
| |/ / /
* | | | Merge pull request #45968 from nextcloud/fix/dav/limit-sync-token-created-at-...Christoph Wurst2024-06-191-1/+28
|\ \ \ \ | |_|/ / |/| | |
| * | | fix(dav): Limit number of UPDATES for sync token created_atChristoph Wurst2024-06-191-1/+28
* | | | Merge pull request #45963 from nextcloud/artonge/fix/openfileJohn Molakvoæ2024-06-192-3/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | fix(files): Rename openFileInfo to fileInfoLouis Chemineau2024-06-192-3/+6
* | | | chore(assets): Recompile assetsnextcloud-command2024-06-1918-10/+61
* | | | chore: Add SPDX headerAndy Scherzinger2024-06-1915-0/+41
* | | | Merge pull request #45930 from nextcloud/repair-mimetype-expensiveRobin Appelman2024-06-194-0/+48
|\ \ \ \ | |/ / / |/| | |
| * | | feat: add setup check for needed mimetype migrationsRobin Appelman2024-06-184-0/+48
| |/ /
* | | Merge pull request #45957 from nextcloud/perf/cache-storage-stats-headerRichard Steinmetz2024-06-191-1/+3
|\ \ \
| * | | perf: Tell browsers to cache storage stats endpoint as it is cachedJulius Härtl2024-06-181-1/+3
| | |/ | |/|
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-196-0/+12
* | | feat(settings): Emit loaded event for user managementChristopher Ng2024-06-181-0/+2
|/ /
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-1812-0/+16
* | fix: Align app icon for versions with right sidebar used iconAndy Scherzinger2024-06-172-2/+2
|/
* Merge pull request #45900 from nextcloud/fix/files-versions-dateFerdinand Thiessen2024-06-171-27/+35
|\
| * fix(files_versions): Version name and date should be shrinkable to allow view...Ferdinand Thiessen2024-06-171-7/+21
| * fix(files_versions): Use `NcDateTime` to ensure date is transalted properlyFerdinand Thiessen2024-06-171-20/+14
* | Merge pull request #45902 from nextcloud/fix/bump-delete-request-concurrencyFerdinand Thiessen2024-06-171-1/+1
|\ \
| * | fix(deleteAction): Bump up delete requests concurrency to 5fenn-cs2024-06-171-1/+1
* | | Merge pull request #45884 from nextcloud/fix/files-ownership-denyCôme Chilliet2024-06-172-29/+34
|\ \ \ | |_|/ |/| |
| * | fix(files): Properly handle denied ownership transfersFerdinand Thiessen2024-06-142-29/+34
* | | Merge pull request #45875 from nextcloud/fix/guest-enforce-themeFerdinand Thiessen2024-06-172-8/+64
|\ \ \ | |_|/ |/| |
| * | fix(theming): also apply enforced theme for guestsskjnldsv2024-06-142-8/+64
| |/
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-176-4/+138
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-1626-10/+156