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-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-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>
2022-02-19[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-18Merge pull request #31254 from nextcloud/backport/31169/stable22Simon L
[stable22] hide download button for images
2022-02-18Use the unjailed-path in OC_Helper::getStorageInfo() for files located in ↵Claus-Justus Heine
SharedStorage. The current implementation already switches the storage-backend to $storage->getSourceStorage(). However, it then calls $rootInfo->getInternalPath() which returns the internal path relative to the storage where the share is mounted. This is wrong, we need also to unjail the path. Compare, e.g., with OCA\Files_Sharing\SharedStorage::file_get/put_contents() for the "logic". Signed-off-by: Claus-Justus Heine <himself@claus-justus-heine.de>
2022-02-18Merge pull request #31051 from nextcloud/backport/30995/stable22Vincent Petry
[stable22] Fix bugs with incorrect currentFileList in the favorite and share by you view
2022-02-18Merge pull request #30958 from nextcloud/backport/30949/stable22Vincent Petry
[stable22] Allow to disable AuthToken v1
2022-02-18Improve caching policybackport/31141/stable22Carl Schwan
* Cache css with version in url. This makes most js and css requests to be cached by the browser * Force caching previews, the etag is in the url so that if the propfind gives a new etag, we will refresh it otherwise it's no use to try to fetch the new etag and do tons of DB queries Tested with firefox and 'debug' => false (important so that the js/css urls are generated with ?v= parameter) Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-02-18Don't redirect when loading files index pageCarl Schwan
Currently we are redirecting from ?dir=/&fileid=2 to ?dir=/. This is an issue because we then need to load two pages with full file system setup and authentification instead of one and the assets won't start loading until the second page is delivered to the user. Additionally when loading ?dir=/, we then change the url back to ?dir=/&fileid=2 (without reload) so that the next time we load the page again we do the same thing again. Depending on the speed of the server and internet connection we can save 100ms to 400ms, improving the user experience. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-02-18Merge pull request #31060 from nextcloud/backport/30973/stable22Vincent Petry
[stable22] Allow specify a config prefix for another database connection
2022-02-18hide download button for imagesszaimen
Signed-off-by: szaimen <szaimen@e.mail.de>