Arthur Schiwon
7afb588059
fix detecting cyclic group memberships
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-03-03 10:53:24 +01:00
Arthur Schiwon
4b3961c412
do not die after LDAP auth failed with expired acc
...
- some servers return error code 53
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-03-02 20:40:11 +00:00
Nextcloud bot
bd3c0eb0d2
[tx-robot] updated from transifex
2021-02-27 02:22:47 +00:00
Nextcloud bot
ae438cd079
[tx-robot] updated from transifex
2021-02-26 02:22:14 +00:00
Nextcloud bot
33cebe106a
[tx-robot] updated from transifex
2021-02-23 02:39:52 +00:00
blizzz
d9a67236c0
Merge pull request #25380 from nextcloud/backport/25101/stable19
...
[stable19] LDAP: make actually use of batch read known groups
2021-02-17 15:15:15 +01:00
Arthur Schiwon
654a41e313
really use known groups
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-02-17 14:05:13 +01:00
Nextcloud bot
fab7d9ca5f
[tx-robot] updated from transifex
2021-02-17 02:21:34 +00:00
Nextcloud bot
f5a5afc592
[tx-robot] updated from transifex
2021-02-16 02:22:00 +00:00
Nextcloud bot
5807a0ff40
[tx-robot] updated from transifex
2021-02-12 02:20:44 +00:00
Nextcloud bot
aacc60472f
[tx-robot] updated from transifex
2021-02-08 02:20:30 +00:00
Nextcloud bot
5c8be9ac66
[tx-robot] updated from transifex
2021-02-02 02:20:16 +00:00
Nextcloud bot
59b43e0699
[tx-robot] updated from transifex
2021-02-01 02:19:56 +00:00
Arthur Schiwon
9fc88bd217
fix parameter provided as string not array
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-01-28 19:42:41 +00:00
blizzz
a4c7a62394
Merge pull request #25121 from nextcloud/backport/25036/stable19
...
[stable19] respect DB restrictions on number of arguments in statements and queries
2021-01-28 12:27:52 +01:00
Nextcloud bot
2fe66cb2e3
[tx-robot] updated from transifex
2021-01-26 02:21:51 +00:00
Nextcloud bot
c90882c958
[tx-robot] updated from transifex
2021-01-24 02:20:04 +00:00
Arthur Schiwon
a6dd38b718
silence log message
...
- this appears too often (in some configurations) when qualifying group
members which do not meet the criteria
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-01-21 21:12:22 +00:00
Nextcloud bot
947012e567
[tx-robot] updated from transifex
2021-01-19 02:21:06 +00:00
Arthur Schiwon
b4d83c6f02
silence psalm false positive
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-01-15 00:53:42 +01:00
Arthur Schiwon
e57d8d6521
respect DB limits limit per statement and query
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-01-15 00:53:22 +01:00
Nextcloud bot
6ea1157822
[tx-robot] updated from transifex
2021-01-05 02:21:47 +00:00
Nextcloud bot
7467551d85
[tx-robot] updated from transifex
2020-12-18 02:20:29 +00:00
Nextcloud bot
0113df4f3b
[tx-robot] updated from transifex
2020-12-14 02:19:45 +00:00
Nextcloud bot
aa3af0f128
[tx-robot] updated from transifex
2020-12-09 02:20:06 +00:00
Nextcloud bot
926138801c
[tx-robot] updated from transifex
2020-12-06 02:19:47 +00:00
Nextcloud bot
df795519ad
[tx-robot] updated from transifex
2020-12-01 02:20:05 +00:00
Nextcloud bot
dc443c55c3
[tx-robot] updated from transifex
2020-11-28 02:18:41 +00:00
Nextcloud bot
48ef5148c1
[tx-robot] updated from transifex
2020-11-25 02:19:13 +00:00
Nextcloud bot
b97416ee62
[tx-robot] updated from transifex
2020-11-20 02:20:26 +00:00
Nextcloud bot
86913cb486
[tx-robot] updated from transifex
2020-11-15 02:19:19 +00:00
Nextcloud bot
4baf1868be
[tx-robot] updated from transifex
2020-11-12 02:19:43 +00:00
Nextcloud bot
288e8c6ff0
[tx-robot] updated from transifex
2020-11-08 02:18:43 +00:00
Arthur Schiwon
e23af8307c
fix potentially passing null to events where IUser is expected
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-11-04 12:16:34 +01:00
Nextcloud bot
ec8058a5db
[tx-robot] updated from transifex
2020-11-03 02:19:38 +00:00
Arthur Schiwon
9c5bd23cf7
fixes determining whether former user is a share owner
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-10-27 08:49:04 +00:00
Arthur Schiwon
7544f0c508
split instantiation from business logic in OfflineUser
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-10-27 08:49:02 +00:00
Arthur Schiwon
394ec564af
add test for active shares flag
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-10-27 08:49:00 +00:00
Arthur Schiwon
59974c1fd5
tame psalm. why does it ignore '@property'?
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-10-21 16:26:48 +02:00
Arthur Schiwon
85d5ac5c91
when nesting is not enabled, the group filter can be applied right away
...
- helps performance, but skipping unnecessary entries
- reduces reoccuring info-level log output against groups that do not
qualify ("no or empty name")
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-10-21 16:26:47 +02:00
Nextcloud bot
2a32e73fc2
[tx-robot] updated from transifex
2020-10-12 02:18:15 +00:00
Nextcloud bot
132efb8123
[tx-robot] updated from transifex
2020-10-10 02:18:54 +00:00
Nextcloud bot
c2977c5c0f
[tx-robot] updated from transifex
2020-09-21 02:17:33 +00:00
Nextcloud bot
871d9a614e
[tx-robot] updated from transifex
2020-09-15 10:48:39 +00:00
Arthur Schiwon
51fa743c7a
makes LDAP's group updater dispatch type events
...
* fixes group share updates on added users
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-09-10 15:18:47 +02:00
Arthur Schiwon
8b291adb08
add repair step to clean up DB off lastFeatureRefresh entries in user prefs
...
- also removes related app setting "updateAttributesInterval"
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-09-07 10:50:17 +02:00
Arthur Schiwon
303bac6c75
these code bits were part of old logic that was already refactored out
...
- only references were in unit tests
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-09-06 17:57:08 +00:00
Nextcloud bot
348525426c
[tx-robot] updated from transifex
2020-08-27 02:16:52 +00:00
Nextcloud bot
3b85a547df
[tx-robot] updated from transifex
2020-08-22 02:16:39 +00:00
Arthur Schiwon
c8956e8893
simplified backport of #22221 , fixing a deprecation log message
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-08-19 23:03:22 +02:00