Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-03-07Add option to disallow creation of local storagesbackport/30111/stable22Vincent Petry
Introduce a new config option to prevent web UI admins to create or edit external storages of type "local". Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-03-07Merge pull request #31446 from nextcloud/backport/30953/stable22Vincent Petry
[stable22] Init user's file system if not existing on ownership transfer
2022-03-07[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-06[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-05[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-04Merge pull request #31440 from nextcloud/backport/31423/stable22Pytal
2022-03-04Merge pull request #31451 from nextcloud/backport/30959/stable22Vincent Petry
[stable22] use persistent connections when connecting to redis
2022-03-04use persistent connections when connecting to redisRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-04Init user's file system if not existing on ownership transferbackport/30953/stable22Carl Schwan
This makes it a bit easier to transfer ownership when the new user hasn't already logged in. This still doesn't support encrypted storages because the keys are not generated yet. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-03-04Merge pull request #31441 from nextcloud/backport/31424/stable22Simon L
[stable22] fix fileactions for sharing overview
2022-03-04try to fix correct fileactions for sharing overviewszaimen
Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-03-04Merge pull request #31413 from nextcloud/backport/31347/stable22John Molakvoæ
2022-03-04try to fix developer linkbackport/31423/stable22szaimen
Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-03-04Fix duplicate primary email messageChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit a68318a52b6287a6ef4b31bf753989105bb45718) Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-03-04Merge pull request #31433 from nextcloud/backport/31417/stable22Pytal
2022-03-04Fix avatar file return typeChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-03-04[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-03Merge pull request #31428 from nextcloud/backport/31372/stable22Vincent Petry
[stable22] prevent default right-click options when hideDownload is enabled
2022-03-03prevent right-click when hideDownload is enabledszaimen
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-03-03[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-02Merge pull request #31243 from nextcloud/backport/31141/stable22Carl Schwan
[stable22] Improve caching policy use immutable when loading versionned assets
2022-03-02Merge pull request #31400 from nextcloud/backport/31390/stable22blizzz
[stable22] Censor more configs
2022-03-02Merge pull request #31403 from nextcloud/backport/31398/stable22Joas Schilling
[stable22] Also use hashed/indexed column on delete
2022-03-02Also use hashed/indexed column on deleteJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-02Censor more configsbackport/31390/stable22Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-02Merge pull request #31256 from nextcloud/backport/31143/stable22Vincent Petry
[stable22] Don't redirect when loading files index page
2022-03-02[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-28Merge pull request #31370 from ↵Louis
nextcloud/dependabot/npm_and_yarn/stable22/backbone-1.4.1 Bump backbone from 1.4.0 to 1.4.1
2022-02-28[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-27[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-26Bump backbone from 1.4.0 to 1.4.1dependabot[bot]
Bumps [backbone](https://github.com/jashkenas/backbone) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/jashkenas/backbone/releases) - [Commits](https://github.com/jashkenas/backbone/compare/1.4.0...1.4.1) --- updated-dependencies: - dependency-name: backbone 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>
2022-02-26[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-25[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-24Merge pull request #31314 from nextcloud/backport/31309/stable22Côme Chilliet
[stable22] Avoid PHP errors in the checkers drone step
2022-02-24[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-23[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-22Merge pull request #31307 from nextcloud/backport/31299/stable22blizzz
[stable22] Ignore cache in occ ldap:check-ldap command
2022-02-22Merge pull request #31298 from nextcloud/backport/31217/stable22Joas Schilling
[stable22] Also cache non-existing to reuse it
2022-02-22Merge pull request #31119 from nextcloud/backport/31079/stable22John Molakvoæ
2022-02-22Avoid PHP errors in the checkers drone stepCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-02-22[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-22Redirection now only happens when dir is emptybackport/31143/stable22Carl Schwan
Otherwise dir it's just ignored and fileid is used Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-02-21Check LDAP upon user deletion instead of refusing based on cached informationCôme Chilliet
This should avoid having to wait for background job to run after deleting a user in LDAP before being able to delete it in Nextcloud. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-02-21Ignore cache in occ ldap:check-ldap commandCôme Chilliet
This avoids having to wait or reset the cache after deleting a user in the LDAP. This also fixes a PHP error when running ldap:check-ldap --update on a deleted but cached user. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-02-21Merge pull request #31136 from nextcloud/backport/30985/stable22Simon L
[stable22] Use the unjailed-path in OC_Helper::getStorageInfo() for files located in SharedStorage.
2022-02-21Also cache non-existing to reuse itJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-21Merge pull request #31025 from ↵Louis
nextcloud/dependabot/npm_and_yarn/stable22/clipboard-2.0.10 [stable22] Bump clipboard from 2.0.9 to 2.0.10
2022-02-21[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-20[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-20Bump clipboard from 2.0.9 to 2.0.10dependabot[bot]
Bumps [clipboard](https://github.com/zenorocha/clipboard.js) from 2.0.9 to 2.0.10. - [Release notes](https://github.com/zenorocha/clipboard.js/releases) - [Commits](https://github.com/zenorocha/clipboard.js/compare/v2.0.9...v2.0.10) --- updated-dependencies: - dependency-name: clipboard 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>