aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-19242-920/+854
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #36129 from nextcloud/backport/36056/stable25Pytal2023-01-184-6/+25
|\ | | | | [stable25] Differentiate share links
| * Differentiate share linksChristopher Ng2023-01-184-6/+25
| | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit f09300b343ab7e369265543bce7dc80df0942ab1)
* | Merge pull request #36142 from nextcloud/backport/35637/stable25Pytal2023-01-1818-466/+235
|\ \ | |/ |/| [stable25] Focus trap contacts menu with NcHeaderMenu port
| * Focus trap contacts menu with NcHeaderMenu portChristopher Ng2023-01-1818-466/+235
|/ | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #36208 from nextcloud/backport/35419/stable25Simon L2023-01-182-14/+27
|\ | | | | [stable25] Fix login loop if login CSRF fails and user is not logged in
| * Fix login loop if login CSRF fails and user is not logged inChristoph Wurst2023-01-182-14/+27
| | | | | | | | | | | | | | | | | | | | If CSRF fails but the user is logged in that they probably logged in in another tab. This is fine. We can just redirect. If CSRF fails and the user is also not logged in then something is fishy. E.g. because Nextcloud contantly regenrates the session and the CSRF token and the user is stuck in an endless login loop. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #36193 from nextcloud/revert/35676Simon L2023-01-1810-15/+41
|\ \ | | | | | | [stable25] Revert "Add alt to the logo, adapt css for logo"
| * | Revert "Add alt to the logo, adapt css for logo"John Molakvoæ2023-01-1710-15/+41
| | | | | | | | | | | | This reverts commit dca7384b5febf99c5624ec978f578b917f28aed2.
* | | Merge pull request #36155 from nextcloud/backport/36115/stable25Vincent Petry2023-01-181-0/+12
|\ \ \ | | | | | | | | [stable25] 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 #36174 from ↵Vincent Petry2023-01-186-32/+155
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/enh/noid/improve-applicable-ext-storage/stable25 [stable25] Improve saving applicable users in ext storage
| * | | | Improve saving applicable users in ext storageVincent Petry2023-01-186-32/+155
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | 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 #36179 from nextcloud/backport/36093/stable25Vincent Petry2023-01-183-9/+12
|\ \ \ \ | | | | | | | | | | [stable25] Improve password generation for link shares
| * | | | Improve password generation for link sharesVincent Petry2023-01-173-9/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | Merge pull request #35954 from ↵blizzz2023-01-181-29/+2
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | nextcloud/automated/noid/stable25-update-psalm-baseline [stable25] Update psalm-baseline.xml
| * | | | Update psalm baselinenextcloud-command2023-01-181-29/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | | Merge pull request #36165 from nextcloud/backport/36089/stable25Vincent Petry2023-01-187-24/+65
|\ \ \ \ \ | |/ / / / |/| | | | [stable25] Ext storage configs default value support + enable SSL by default
| * | | | Enable SSL by default in ext storage configsVincent Petry2023-01-165-4/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * | | | Extend ext storage params to contain default valueVincent Petry2023-01-163-20/+56
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | Extend the external storage configuration parameters definition to allow to specify a default value Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-1858-132/+172
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #36076 from nextcloud/backport/36065/stable25Simon L2023-01-173-8/+4
|\ \ \ \ | | | | | | | | | | [stable25] Remove js navigation on alternative login click
| * | | | Remove js navigation on alternative login clickzorn-v2023-01-103-8/+4
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: zorn-v <zorn7@yandex.ru> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | Merge pull request #36032 from nextcloud/backport/36027/stable25Simon L2023-01-173-4/+4
|\ \ \ \ \ | |_|_|_|/ |/| | | | [stable25] fix: show toggle grid view button with open sidebar
| * | | | fix: show toggle grid view button with open sidebarDaniel Kesselberg2023-01-063-4/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | Merge pull request #36140 from nextcloud/release/25.0.3v25.0.3blizzz2023-01-171-2/+2
|\ \ \ \ \ | | | | | | | | | | | | 25.0.3
| * | | | | 25.0.3Arthur Schiwon2023-01-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-17154-270/+354
| |_|_|_|/ |/| | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #36169 from ↵Vincent Petry2023-01-161-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | nextcloud/bugfix/36153/fix-sharemount-cache-key-include-target/stable25 [stable25] 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-1632-6/+84
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-1524-32/+66
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #36143 from nextcloud/revert-36132-backport/36121/stable25John Molakvoæ2023-01-145-11/+12
|\ \ \ \ | | | | | | | | | | Revert "[stable25] Allow keyup enter in user status"
| * | | | Revert "[stable25] Allow keyup enter in user status"Joas Schilling2023-01-145-11/+12
| |/ / /
* / / / Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-14298-534/+624
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #36132 from nextcloud/backport/36121/stable25Joas Schilling2023-01-135-12/+11
|\ \ \ | | | | | | | | [stable25] Allow keyup enter in user status
| * | | fix(user_status): Allow to use enter to complete characters without ↵Joas Schilling2023-01-135-12/+11
|/ / / | | | | | | | | | | | | | | | | | | automatically closing the modal Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-1358-78/+96
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-1240-26/+28
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #36079 from nextcloud/release/25.0.3_rc2v25.0.3rc2blizzz2023-01-111-2/+2
|\ \ \ | | | | | | | | 25.0.3 RC2
| * | | 25.0.3 RC2Arthur Schiwon2023-01-111-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Merge pull request #36081 from nextcloud/stable25-fix/fix-theming-repair-stepVincent Petry2023-01-111-5/+4
|\ \ \ \ | |/ / / |/| | | [stable25] Fix theming migration repair step by passing correct type for argument
| * | | Remove "mixed" argument to make psalm happyVincent Petry2023-01-111-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * | | Fix theming migration repair step by passing correct type for argumentCôme Chilliet2023-01-111-6/+5
|/ / / | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Merge pull request #36053 from nextcloud/backport/36043/stable25Vincent Petry2023-01-111-1/+5
|\ \ \ | | | | | | | | [stable25] Link reference provider: Improve content-type check
| * | | in the link reference provider, check if the link content type begins with ↵Julien Veyssier2023-01-101-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | text/html Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-11166-436/+514
| |_|/ |/| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #36059 from ↵Vincent Petry2023-01-102-137/+3
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/automated/noid/stable25-update-ca-cert-bundle [stable25] Update ca-cert bundle
| * | | Update CA certificate bundlenextcloud-command2023-01-102-137/+3
|/ / / | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>