summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Merge pull request #35094 from nextcloud/invalidateTokensWhenDeletingOAuthClientJohn Molakvoæ2023-01-0684-310/+806
|\ \ \ \ \ | |/ / / / |/| | | | fixes https://github.com/nextcloud/server/issues/35068
| * | | | autoloadercheckerArtur Neumann2022-12-2078-302/+642
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Artur Neumann <artur@jankaritech.com>
| * | | | added @since tagArtur Neumann2022-12-201-0/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Artur Neumann <artur@jankaritech.com>
| * | | | unit tests for Manager::invalidateTokensOfUserArtur Neumann2022-12-201-0/+44
| | | | | | | | | | | | | | | | | | | | 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-204-10/+52
| | | | | | | | | | | | | | | | | | | | 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-0616-4/+32
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #36018 from nextcloud/backport/35975/stable24Vincent Petry2023-01-051-34/+36
|\ \ \ \ | | | | | | | | | | [stable24] Update crl after revoke files_bpm.csr
| * | | | Update crl after revoke files_bpm.csrVitor Mattos2023-01-051-34/+36
|/ / / / | | | | | | | | | | | | Signed-off-by: Vitor Mattos <vitor@php.rio>
* | | | Merge pull request #36009 from nextcloud/bugfix/noid/bump-jquery-ui-distJoas Schilling2023-01-055-62/+26
|\ \ \ \ | | | | | | | | | | [stable24] Bump jQuery-UI dist to 1.13.2
| * | | | RecompileJoas Schilling2023-01-053-54/+18
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Bump jQuery-UI dist to 1.13.2Joas Schilling2023-01-052-8/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #35818 from nextcloud/backport/35789/stable24Vincent Petry2023-01-054-0/+40
|\ \ \ \ \ | |/ / / / |/| | | | [stable24] Allow additional Sabre plugins in publicwebdav.php
| * | | | manual backport of #35789, dispatch BeforeSabrePubliclyLoadedEvent to allow ↵Julien Veyssier2023-01-034-0/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | adding additional Sabre plugins in publicwebdav.php Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | | | | Merge pull request #35989 from nextcloud/stable24-audit-fix-json5Joas Schilling2023-01-051-26/+22
|\ \ \ \ \ | | | | | | | | | | | | [stable24] Bump json5 from 1.0.1-1.0.2 and 2.2.0-2.2.3
| * | | | | Bump json5 from 1.0.1-1.0.2 and 2.2.0-2.2.3Vincent Petry2023-01-041-26/+22
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-05270-580/+996
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #35949 from nextcloud/backport/33941/stable24Vincent Petry2023-01-043-4/+7
|\ \ \ \ \ | | | | | | | | | | | | [stable24] Only normalize data in public shares and not crud
| * | | | | Only normalize data in public shares and not crudCarl Schwan2023-01-023-4/+7
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | Merge pull request #35940 from nextcloud/backport/35734/stable24Vincent Petry2023-01-0310-30/+27
|\ \ \ \ \ | |/ / / / |/| | | | [stable24] Quota value as float for 32-bit systems
| * | | | Remove null from quota typeCôme Chilliet2023-01-021-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Silence a warning from psalm with explanationCôme Chilliet2023-01-021-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Adapt types of subclassesCôme Chilliet2023-01-025-11/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Make it clear that file sizes may be float on 32bitsCôme Chilliet2023-01-024-18/+17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Remove quota value type for 32-bit systemsVincent Petry2023-01-021-2/+1
| | |/ / | |/| | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | Merge pull request #35849 from nextcloud/backport/35836/stable24Julius Härtl2023-01-023-4/+15
|\ \ \ \ | |/ / / |/| | | [stable24] fix: remove other shares from ui when deleted
| * | | fix: remove other shares from ui when deletedMax2022-12-223-4/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-318-2/+8
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #35879 from ↵John Molakvoæ2022-12-301-6/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/automated/noid/stable24-update-psalm-baseline [stable24] Update psalm-baseline.xml
| * | | | Update psalm baselinenextcloud-command2022-12-291-6/+0
|/ / / / | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2022-12-294-0/+8
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2022-12-2724-22/+42
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2022-12-2620-4/+80
| | | | | | | | | | | | | | | | 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-24156-302/+304
| | | | | | | | | | | | | | | | 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-2218-12/+126
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #33422 from ↵Julius Härtl2022-12-215-19/+25
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/stable24/bootstrap-4.6.2 Bump bootstrap from 4.6.1 to 4.6.2
| * | | Bump bootstrap from 4.6.1 to 4.6.2dependabot[bot]2022-12-215-19/+25
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.6.1 to 4.6.2. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v4.6.1...v4.6.2) --- updated-dependencies: - dependency-name: bootstrap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* / / Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2022-12-211128-5788/+1370
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* / [tx-robot] updated from transifexNextcloud bot2022-12-20462-1394/+1398
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #35804 from nextcloud/backport/34629/stable24Louis2022-12-192-2/+10
|\ | | | | [stable24] Fix case sensitivity of email when saving settings
| * Add unit test for case insensitive email savingVincent Petry2022-12-161-1/+9
| | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * Fix case sensitivity of email when saving settingsCarl Schwan2022-12-161-1/+1
| | | | | | | | | | | | | | | | | | Otherwise we detect a email change all the time and since email are immutable in ldap this prevent updating other fields. Related: https://github.com/nextcloud/server/pull/33813 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Merge pull request #35500 from nextcloud/backport/35107/stable24Vincent Petry2022-12-194-0/+189
|\ \ | | | | | | [stable24] add migration for encryption keys in wrong location