summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Limit key names when uploading theme imagesVincent Petry2023-01-122-0/+42
| | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | Fix(l10n): ๐Ÿ”  Update translations from TransifexNextcloud bot2023-01-19202-844/+808
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #36156 from nextcloud/backport/36115/stable24Vincent Petry2023-01-181-0/+12
|\ \ \ | | | | | | | | [stable24] Catch Exceptions when loading storage data of users
| * | | Tear down in catch of an ExceptionCรดme Chilliet2023-01-161-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Cรดme Chilliet <come.chilliet@nextcloud.com>
| * | | Catch Exceptions when loading storage data of usersCรดme Chilliet2023-01-161-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 #36175 from โ†ตVincent Petry2023-01-187-24/+65
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/enh/noid/ext-storage-default-values/stable24 [stable24] Ext storage configs default value support + enable SSL by default
| * | | | Enable SSL by default in ext storage configsVincent Petry2023-01-185-4/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * | | | Extend ext storage params to contain default valueVincent Petry2023-01-183-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 #36181 from nextcloud/backport/36093/stable24Vincent Petry2023-01-181-6/+9
|\ \ \ \ \ | |/ / / / |/| | | | [stable24] Improve password generation for link shares
| * | | | Improve password generation for link sharesVincent Petry2023-01-171-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> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | Fix(l10n): ๐Ÿ”  Update translations from TransifexNextcloud bot2023-01-1818-56/+92
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #36172 from nextcloud/backport/36161/stable24Vincent Petry2023-01-171-1/+1
|\ \ \ \ | | | | | | | | | | [stable24] 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>
* / / / Fix(l10n): ๐Ÿ”  Update translations from TransifexNextcloud bot2023-01-17144-268/+344
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.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>
* | | Fix(l10n): ๐Ÿ”  Update translations from TransifexNextcloud bot2023-01-1356-78/+90
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): ๐Ÿ”  Update translations from TransifexNextcloud bot2023-01-1238-24/+26
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): ๐Ÿ”  Update translations from TransifexNextcloud bot2023-01-11162-436/+502
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix cache key used to verify shared mountpointsRobin Appelman2023-01-101-1/+1
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Fix(l10n): ๐Ÿ”  Update translations from TransifexNextcloud bot2023-01-10130-500/+534
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): ๐Ÿ”  Update translations from TransifexNextcloud bot2023-01-0916-18/+52
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): ๐Ÿ”  Update translations from TransifexNextcloud bot2023-01-088-6/+8
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): ๐Ÿ”  Update translations from TransifexNextcloud bot2023-01-07102-236/+136
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #35094 from nextcloud/invalidateTokensWhenDeletingOAuthClientJohn Molakvoรฆ2023-01-0677-307/+691
|\ \ | | | | | | fixes https://github.com/nextcloud/server/issues/35068
| * | autoloadercheckerArtur Neumann2022-12-2075-300/+625
| | | | | | | | | | | | Signed-off-by: Artur Neumann <artur@jankaritech.com>
| * | adjust SettingsController testsArtur Neumann2022-12-201-15/+5
| | | | | | | | | | | | Signed-off-by: Artur Neumann <artur@jankaritech.com>
| * | public interface to invalidate tokens of userArtur Neumann2022-12-201-9/+2
| | | | | | | | | | | | Signed-off-by: Artur Neumann <artur@jankaritech.com>
| * | invalidate existing tokens when deleting an oauth clientArtur Neumann2022-12-202-7/+83
| |/ | | | | | | Signed-off-by: Artur Neumann <artur@jankaritech.com>
* | Fix(l10n): ๐Ÿ”  Update translations from TransifexNextcloud bot2023-01-068-2/+20
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #35818 from nextcloud/backport/35789/stable24Vincent Petry2023-01-051-0/+7
|\ \ | | | | | | [stable24] Allow additional Sabre plugins in publicwebdav.php
| * | manual backport of #35789, dispatch BeforeSabrePubliclyLoadedEvent to allow โ†ตJulien Veyssier2023-01-031-0/+7
| | | | | | | | | | | | | | | | | | adding additional Sabre plugins in publicwebdav.php Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | | Fix(l10n): ๐Ÿ”  Update translations from TransifexNextcloud bot2023-01-05262-572/+948
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Only normalize data in public shares and not crudCarl Schwan2023-01-022-4/+6
|/ / | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Merge pull request #35849 from nextcloud/backport/35836/stable24Julius Hรคrtl2023-01-021-1/+12
|\ \ | | | | | | [stable24] fix: remove other shares from ui when deleted
| * | fix: remove other shares from ui when deletedMax2022-12-221-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove the share entry in question when unsharing a folder from within the `others with access` section of a file within that folder. Using the code from the ShareList view here as well. Just copying the code here as this is a bugfix that will need to be backported. Signed-off-by: Max <max@nextcloud.com>
* | | Fix(l10n): ๐Ÿ”  Update translations from TransifexNextcloud bot2022-12-316-0/+6
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): ๐Ÿ”  Update translations from TransifexNextcloud bot2022-12-292-0/+6
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): ๐Ÿ”  Update translations from TransifexNextcloud bot2022-12-2722-20/+40
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): ๐Ÿ”  Update translations from TransifexNextcloud bot2022-12-2614-0/+34
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): ๐Ÿ”  Update translations from TransifexNextcloud bot2022-12-2514-0/+14
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): ๐Ÿ”  Update translations from TransifexNextcloud bot2022-12-24154-300/+302
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #35865 from nextcloud/stable24-encryption-fix-versions-allVincent Petry2022-12-232-14/+39
|\ \ \ | | | | | | | | [stable24] allow running encryption:fix-encrypted-version for all users
| * | | allow running encryption:fix-encrypted-version for all usersRobin Appelman2022-12-222-14/+39
| |/ / | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #35861 from nextcloud/backport/35761/stable24Anna2022-12-233-33/+4
|\ \ \ | | | | | | | | [stable24] Remove comment and guests option from Invitations UI
| * | | Remove comment and guests option from Invitations UIAnna Larch2022-12-223-33/+4
| |/ / | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* / / Fix(l10n): ๐Ÿ”  Update translations from TransifexNextcloud bot2022-12-2376-212/+212
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): ๐Ÿ”  Update translations from TransifexNextcloud bot2022-12-2216-8/+122
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): ๐Ÿ”  Update translations from TransifexNextcloud bot2022-12-21856-2942/+810
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>