Nextcloud bot
25ec0ccaea
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-23 02:28:08 +00:00
blizzz
d5406e8f1a
Merge pull request #31307 from nextcloud/backport/31299/stable22
...
[stable22] Ignore cache in occ ldap:check-ldap command
2022-02-22 18:46:58 +01:00
Joas Schilling
26990666cb
Merge pull request #31298 from nextcloud/backport/31217/stable22
...
[stable22] Also cache non-existing to reuse it
2022-02-22 11:48:55 +01:00
John Molakvoæ
209c94d865
Merge pull request #31119 from nextcloud/backport/31079/stable22
2022-02-22 10:34:58 +01:00
Nextcloud bot
400c0bf304
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-22 02:29:35 +00:00
Côme Chilliet
e502220693
Check LDAP upon user deletion instead of refusing based on cached information
...
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-21 15:48:07 +00:00
Côme Chilliet
6201d4c157
Ignore cache in occ ldap:check-ldap command
...
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-21 15:48:07 +00:00
Simon L
55ce97c5ef
Merge pull request #31136 from nextcloud/backport/30985/stable22
...
[stable22] Use the unjailed-path in OC_Helper::getStorageInfo() for files located in SharedStorage.
2022-02-21 12:35:49 +01:00
Joas Schilling
ee0ed229e3
Also cache non-existing to reuse it
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-21 11:10:50 +00:00
Louis
72f7ccf0b2
Merge pull request #31025 from nextcloud/dependabot/npm_and_yarn/stable22/clipboard-2.0.10
...
[stable22] Bump clipboard from 2.0.9 to 2.0.10
2022-02-21 10:58:09 +01:00
Nextcloud bot
3c72ba311b
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-21 02:27:49 +00:00
Nextcloud bot
2aaea763e1
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-20 02:27:01 +00:00
dependabot[bot]
f76835d694
Bump clipboard from 2.0.9 to 2.0.10
...
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 23:13:05 +01:00
Nextcloud bot
eea173c5e5
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-19 02:27:13 +00:00
Simon L
df808f1af8
Merge pull request #31254 from nextcloud/backport/31169/stable22
...
[stable22] hide download button for images
2022-02-18 19:12:19 +01:00
Claus-Justus Heine
c31adf12b9
Use the unjailed-path in OC_Helper::getStorageInfo() for files located in 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-18 15:46:35 +00:00
Vincent Petry
de9e61ab65
Merge pull request #31051 from nextcloud/backport/30995/stable22
...
[stable22] Fix bugs with incorrect currentFileList in the favorite and share by you view
2022-02-18 15:52:32 +01:00
Vincent Petry
806d702458
Merge pull request #30958 from nextcloud/backport/30949/stable22
...
[stable22] Allow to disable AuthToken v1
2022-02-18 14:34:09 +01:00
Vincent Petry
5ecf7be040
Merge pull request #31060 from nextcloud/backport/30973/stable22
...
[stable22] Allow specify a config prefix for another database connection
2022-02-18 12:08:58 +01:00
szaimen
fbb8261a5d
hide download button for images
...
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-02-18 11:07:19 +00:00
Joas Schilling
5ebe447f8f
Merge pull request #30851 from nextcloud/backport/30763/stable22
...
[stable22] Allow writing audit log to syslog and systemdlog
2022-02-18 09:35:42 +01:00
Louis
f16b11eb2a
Merge pull request #31085 from nextcloud/backport/31081/stable22
...
[stable22] Don't provide favorite activity settings
2022-02-17 17:46:24 +01:00
Thomas Citharel
6702ff38a7
Ignore contact interaction with self
...
No need to insert ourselves as a recent contact
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2022-02-17 13:30:46 +00:00
Joas Schilling
c090b3fba7
Don't provide favorite activity settings
...
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 13:30:10 +00:00
Nextcloud bot
ef67f0118c
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-17 02:27:58 +00:00
Pytal
579e3a904a
Merge pull request #31210 from nextcloud/backport/31179/stable22
2022-02-16 11:45:27 -08:00
Joas Schilling
c612ae78d7
Allow write audit log to syslog and systemdlog
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-16 13:52:21 +00:00
Joas Schilling
3f42547b01
Allow to get custom loggers for syslog, errorlog and systemdlog too
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-16 13:52:20 +00:00
szaimen
37d21904ff
fix overlapping buttons in apps-management
...
Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-02-16 12:52:54 +00:00
Louis
4cd26d47c3
Merge pull request #31203 from nextcloud/backport/31097/stable22
...
[stable22] Fix path handling when transferring incoming shares
2022-02-16 12:31:52 +01:00
Louis
cde0a35e93
Merge pull request #31185 from nextcloud/backport/31170/stable22
...
[stable22] fix a broken tooltip
2022-02-16 11:25:56 +01:00
Vincent Petry
02aebdcf41
Fix path handling when transferring incoming shares
...
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 09:49:29 +00:00
Nextcloud bot
55fd30729e
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-16 02:27:54 +00:00
szaimen
1e50e9c123
try to fix broken tooltip
...
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-02-15 22:58:36 +00:00
blizzz
d086fadb9e
Merge pull request #31188 from nextcloud/release/22.2.5
...
22.2.5
2022-02-15 14:51:33 +01:00
Arthur Schiwon
e02ad7c015
22.2.5
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-02-15 13:35:59 +01:00
Nextcloud bot
aedf679b82
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-15 02:45:36 +00:00
Nextcloud bot
ce5526d833
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-14 02:28:34 +00:00
Nextcloud bot
ac6a011557
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-13 02:27:09 +00:00
Nextcloud bot
79e82ff22c
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-12 02:28:09 +00:00
blizzz
5f94ee1d85
Merge pull request #31127 from nextcloud/release/22.2.5rc1
...
22.2.5 RC 1
2022-02-11 12:31:13 +01:00
Arthur Schiwon
ab10822b62
22.2.5 RC 1
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-02-11 11:47:17 +01:00
Vincent Petry
44300fcf28
Merge pull request #31114 from nextcloud/backport/31077/stable22
...
[stable22] Revert the 'broken' public page changes
2022-02-11 10:22:14 +01:00
Nextcloud bot
1336482df1
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-11 02:26:53 +00:00
szaimen
13e7efff90
Revert "Add non-breaking space in the file size"
...
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-02-10 21:38:30 +00:00
blizzz
6d3dfea43d
Merge pull request #31109 from nextcloud/backport/31107/stable22
...
[stable22] Fix duplicated UUID migration issue
2022-02-10 22:37:30 +01:00
Arthur Schiwon
64df0daa60
Setup warning for invalid LDAP user or group UUIDs.
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-02-10 20:12:37 +01:00
Côme Chilliet
a1d6678c25
Fix psalm errors in apps/user_ldap/lib/Jobs/CleanUp.php
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-02-10 18:48:33 +00:00
Côme Chilliet
ef11c61f19
Fix ldap:update-uuid
...
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-10 18:48:33 +00:00
Arthur Schiwon
91578d0e5a
add occ command to update UUIDs (incomplete)
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-02-10 18:48:33 +00:00