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-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-22[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
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-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>
2022-02-18Merge pull request #30851 from nextcloud/backport/30763/stable22Joas Schilling
[stable22] Allow writing audit log to syslog and systemdlog
2022-02-17Merge pull request #31085 from nextcloud/backport/31081/stable22Louis
[stable22] Don't provide favorite activity settings
2022-02-17Ignore contact interaction with selfThomas Citharel
No need to insert ourselves as a recent contact Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2022-02-17Don't provide favorite activity settingsJoas Schilling
Since mails and notifications are only available for actions of other users it does not make sense to allow changing this. It also prevents the common misunderstanding with "file was changed inside a favorited folder" Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-17[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-16Merge pull request #31210 from nextcloud/backport/31179/stable22Pytal
2022-02-16Allow write audit log to syslog and systemdlogJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-16Allow to get custom loggers for syslog, errorlog and systemdlog tooJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-16fix overlapping buttons in apps-managementszaimen
Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-02-16Merge pull request #31203 from nextcloud/backport/31097/stable22Louis
[stable22] Fix path handling when transferring incoming shares
2022-02-16Merge pull request #31185 from nextcloud/backport/31170/stable22Louis
[stable22] fix a broken tooltip
2022-02-16Fix path handling when transferring incoming sharesVincent Petry
When transferring incoming shares from a guest user without specifying a path, the $path is empty. The fix properly handles that situation to avoid looking for shares in a path with doubled slashes which failed to find shares to transfer. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-02-16[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-16try to fix broken tooltipszaimen
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-02-15Merge pull request #31188 from nextcloud/release/22.2.5v22.2.5blizzz
22.2.5
2022-02-1522.2.5Arthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-02-15[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-14[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-13[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-12[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-11Merge pull request #31127 from nextcloud/release/22.2.5rc1v22.2.5rc1blizzz
22.2.5 RC 1
2022-02-1122.2.5 RC 1Arthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-02-11Merge pull request #31114 from nextcloud/backport/31077/stable22Vincent Petry
[stable22] Revert the 'broken' public page changes
2022-02-11[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-11Revert "Add non-breaking space in the file size"szaimen
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-02-11Merge pull request #31109 from nextcloud/backport/31107/stable22blizzz
[stable22] Fix duplicated UUID migration issue
2022-02-10Setup warning for invalid LDAP user or group UUIDs.Arthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-02-10Fix psalm errors in apps/user_ldap/lib/Jobs/CleanUp.phpCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-02-10Fix ldap:update-uuidCôme Chilliet
Generators cannot be iterated with while or returned by an other generator, using foreach instead. And a few other problems. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-02-10add occ command to update UUIDs (incomplete)Arthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>