summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #36002 from nextcloud/feat/files2vue-quotaJohn Molakvoæ2023-01-1812-143/+317
|\ | | | | feat(files): Quota in navigation
| * feat(files): Quota in navigationJohn Molakvoæ2023-01-1712-143/+317
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-1818-56/+92
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-17144-268/+344
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #36094 from ↵Joas Schilling2023-01-162-17/+16
|\ | | | | | | | | nextcloud/bugfix/noid/user-info-api-exclude-storage Only expose storage location to admins
| * Only expose storage location to adminsVincent Petry2023-01-132-17/+16
| | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Merge pull request #36093 from ↵Joas Schilling2023-01-161-6/+9
|\ \ | | | | | | | | | | | | nextcloud/techdebt/noid/improve-share-pw-generation Improve password generation for link shares
| * | Improve password generation for link sharesVincent Petry2023-01-161-6/+9
| | | | | | | | | | | | | | | | | | | | | Use web crypto when generating password for link shares whenever the password policy app is disabled. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | Merge pull request #36161 from ↵Vincent Petry2023-01-161-1/+1
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/36153/fix-sharemount-cache-key-include-target still include the share target in the cache key for validating share mount
| * | | still include the share target in the cache key for validating share mountRobin Appelman2023-01-161-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #36087 from nextcloud/enh/noid/improve-applicable-ext-storageVincent Petry2023-01-166-32/+150
|\ \ \ \ | | | | | | | | | | Improve saving applicable users in ext storage
| * | | | Improve saving applicable users in ext storageVincent Petry2023-01-126-32/+150
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a checkbox to prevent saving "All users" by mistake and giving access to everyone when not wanted. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | | Merge pull request #36089 from nextcloud/enh/noid/ext-storage-default-valuesVincent Petry2023-01-167-24/+65
|\ \ \ \ \ | |_|_|/ / |/| | | | Ext storage configs default value support + enable SSL by default
| * | | | Enable SSL by default in ext storage configsVincent Petry2023-01-135-4/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * | | | Extend ext storage params to contain default valueVincent Petry2023-01-133-20/+56
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | Extend the external storage configuration parameters definition to allow to specify a default value Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | Merge pull request #36113 from nextcloud/bugfix/noid/viewonly-versionsVincent Petry2023-01-162-13/+47
|\ \ \ \ | | | | | | | | | | Extend ViewOnly DAV plugin to versions endpoint
| * | | | Extend ViewOnly DAV plugin to versions endpointVincent Petry2023-01-132-13/+47
| |/ / / | | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | Merge pull request #36115 from nextcloud/fix/catch-exception-in-provisioning_apiCôme Chilliet2023-01-161-0/+12
|\ \ \ \ | | | | | | | | | | Catch Exceptions when loading storage data of users
| * | | | Tear down in catch of an ExceptionCôme Chilliet2023-01-121-0/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Catch Exceptions when loading storage data of usersCôme Chilliet2023-01-121-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This avoids having the whole userlist crashing because a user external storage fails to load. With this change only the problematic user storage/quota information will be empty. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | Merge pull request #36075 from fmenabe/s3-storage-classCôme Chilliet2023-01-162-1/+4
|\ \ \ \ \ | | | | | | | | | | | | Add support for s3 storage classes
| * | | | | Support of s3 storage class in External Storage applicationFrançois Ménabé2023-01-122-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: François Ménabé <francois.menabe@gmail.com>
* | | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-1620-6/+64
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-1510-30/+50
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-1432-4/+82
| |_|/ / / |/| | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #36130 from nextcloud/enh/a11y-share-link-labelVincent Petry2023-01-131-4/+2
|\ \ \ \ \ | | | | | | | | | | | | Add always visible share label
| * | | | | Add visible share labelChristopher Ng2023-01-121-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | | Merge pull request #36131 from nextcloud/revert/32057Joas Schilling2023-01-132-4/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Revert "Fix sync errors for card creation with the same uri from different sources"
| * | | | | | Revert "Fix sync errors for duplicate cards with the same UID for different ↵Christopher Ng2023-01-132-4/+2
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | backends" This reverts commit ddcee3dbab01b4f4fc163c68a54055facfa8af16. Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | | Merge pull request #36121 from ↵John Molakvoæ2023-01-131-6/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/allow-keyup-enter-in-user-status Allow keyup enter in user status
| * | | | | | fix(user_status): Allow to use enter to complete characters without ↵Joas Schilling2023-01-121-6/+5
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | automatically closing the modal Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-1356-78/+90
| |/ / / / |/| | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Differentiate share linksChristopher Ng2023-01-122-1/+20
|/ / / / | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | / / Bump @nextcloud/vue, @nextcloud/l10n and @nextcloud/calendar-availability-vueChristopher Ng2023-01-121-43/+44
| |/ / |/| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-1238-24/+26
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #36054 from nextcloud/Valdnet-patch-4Simon L2023-01-121-1/+1
|\ \ \ | | | | | | | | l10n: Change to uppercase
| * | | l10n: Change to uppercaseValdnet2023-01-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the application name, which should be capitalized. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | Merge pull request #36095 from nextcloud/bugfix/noid/theming-limit-keyVincent Petry2023-01-112-1/+44
|\ \ \ \ | | | | | | | | | | Limit key names when uploading theme images
| * | | | Limit key names when uploading theme imagesVincent Petry2023-01-112-1/+44
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* / | | Compress SASS outputChristopher Ng2023-01-1128-6325/+28
|/ / / | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Replace custom tooltips with native tooltipsjulia.kirschenheuter2023-01-118-42/+20
| | | | | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | | Replace custom tooltips with native ones in users pagejulia.kirschenheuter2023-01-112-17/+15
| | | | | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | | Merge pull request #36074 from nextcloud/fix/share-passwordVincent Petry2023-01-111-1/+8
|\ \ \ | | | | | | | | Fix inability to re-enter share password after invalid input
| * | | Fix inability to re-enter share password after invalid inputChristopher Ng2023-01-101-1/+8
| | |/ | |/| | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Merge pull request #36069 from nextcloud/fix/fix-theming-repair-stepVincent Petry2023-01-111-6/+5
|\ \ \ | | | | | | | | Fix theming migration repair step by passing correct type for argument
| * | | Fix theming migration repair step by passing correct type for argumentCôme Chilliet2023-01-101-6/+5
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Merge pull request #35903 from ↵Vincent Petry2023-01-112-6/+10
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/fix/35887-Replace_custom_tooltips_with_native_one_for_Apps_page Replace custom tooltips with native ones in apps page
| * | | | Replace custom tooltips with native ones in apps pagejulia.kirschenheuter2023-01-102-6/+10
| |/ / / | | | | | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | / / Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-11162-436/+502
| |/ / |/| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #36063 from nextcloud/rakekniven-patch-1Simon L2023-01-101-1/+1
|\ \ \ | | | | | | | | l10n: Fixed typo