Nextcloud bot
|
89fe5415f8
|
[tx-robot] updated from transifex
|
2020-07-16 02:19:30 +00:00 |
Morris Jobke
|
f42e557fa1
|
Use IBootstrap for the app user_ldap
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
2020-07-14 04:47:54 +02:00 |
Morris Jobke
|
3203286f52
|
Do not use custom DI object names for user_ldap
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
2020-07-13 17:22:19 +02:00 |
Morris Jobke
|
7ad0381e5c
|
Merge pull request #21639 from nextcloud/techdebt/noid/move-away-from-database-xml
Move away from database xml
|
2020-07-06 22:42:39 +02:00 |
Joas Schilling
|
57ccece9e4
|
Update class loaders
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2020-07-06 16:42:37 +02:00 |
Joas Schilling
|
556e23e681
|
Move user_ldap to migrations
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2020-07-06 16:42:14 +02:00 |
Morris Jobke
|
d72d9ff1f4
|
Merge pull request #21171 from nextcloud/enh/noid/tidy-up-group-ldap
tidy up Group_LDAP
|
2020-07-06 14:00:27 +02:00 |
Joas Schilling
|
d7c0b9cced
|
Also always return in app commands
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2020-06-26 15:12:11 +02:00 |
Arthur Schiwon
|
b8bef4ded0
|
fix strings being passed where arrays where expected
also brought type hints up to internal API level
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
|
2020-06-24 23:34:37 +02:00 |
Roeland Jago Douma
|
b4b7de5a95
|
Merge pull request #21565 from nextcloud/fix/noid/fix-comment
comment was wrong, block is needed nevertheless
|
2020-06-24 21:03:52 +02:00 |
Arthur Schiwon
|
3baa8d22a6
|
comment was wrong, block is needed nevertheless
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
|
2020-06-24 17:51:11 +02:00 |
Arthur Schiwon
|
b71f52f137
|
fix obsolete usage of OCdialogs
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
|
2020-06-24 17:34:00 +02:00 |
blizzz
|
0ab6ee40de
|
be more clear about the condition
Co-authored-by: Christoph Wurst <ChristophWurst@users.noreply.github.com>
|
2020-06-16 10:55:51 +02:00 |
Arthur Schiwon
|
0cf57d1ed4
|
getXbyY can still return false, e.g. when using ldap write support
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
|
2020-06-15 21:48:27 +02:00 |
Nextcloud bot
|
5339d6df02
|
[tx-robot] updated from transifex
|
2020-06-15 02:15:55 +00:00 |
Nextcloud bot
|
e1e7de43c1
|
[tx-robot] updated from transifex
|
2020-06-11 02:15:48 +00:00 |
Roeland Jago Douma
|
959a0be4aa
|
Merge pull request #21318 from nextcloud/fix/noid/user-delete-clear-ldap-cache
clear LDAP cache after user deletion
|
2020-06-09 10:21:45 +02:00 |
Nextcloud bot
|
99e14b5ada
|
[tx-robot] updated from transifex
|
2020-06-09 02:15:56 +00:00 |
Arthur Schiwon
|
4edf8630c4
|
clear LDAP cache after user deletion
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
|
2020-06-08 17:52:43 +02:00 |
Arthur Schiwon
|
64fe042b0d
|
tidy up Group_LDAP
* remove unused method
* resolve code duplication
* remove usage of deprectad Util::writeLog
* phpDoc updates
* signature updates
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
|
2020-06-08 13:40:24 +02:00 |
Nextcloud bot
|
64c15a15d4
|
[tx-robot] updated from transifex
|
2020-05-30 02:16:04 +00:00 |
Nextcloud bot
|
1d469fc06e
|
[tx-robot] updated from transifex
|
2020-05-28 02:16:38 +00:00 |
Arthur Schiwon
|
aed6f0f71e
|
simplify getGroups, fixing wrong chunking logic
pagination is taken care of properly in the search logic in Access class
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
|
2020-05-27 14:41:10 +02:00 |
Roeland Jago Douma
|
69e2aa029b
|
Merge pull request #21108 from nextcloud/fix/20745/eor-old-php-api
fixes infinitely repeating LDPA search results with PHP <= 7.2
|
2020-05-26 11:54:20 +02:00 |
Nextcloud bot
|
fda71a9979
|
[tx-robot] updated from transifex
|
2020-05-26 02:16:03 +00:00 |
Arthur Schiwon
|
15008a1798
|
fixes infinitely repeating LDPA search results with PHP <= 7.2
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
|
2020-05-26 00:37:46 +02:00 |
Nextcloud bot
|
23080fcd9c
|
[tx-robot] updated from transifex
|
2020-05-23 02:16:22 +00:00 |
Roeland Jago Douma
|
4db4d8fc93
|
Merge pull request #21001 from rubo77/pngs
compress some images with tinypng.com
|
2020-05-22 16:37:58 +02:00 |
Ruben Barkow-Kuder
|
4ad622a720
|
compress some images with tinypng.com
Signed-off-by: Ruben Barkow-Kuder <github@r.z11.de>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
|
2020-05-22 13:07:11 +00:00 |
Nextcloud bot
|
3b519f776a
|
[tx-robot] updated from transifex
|
2020-05-22 02:17:20 +00:00 |
Nextcloud bot
|
d870e9ece5
|
[tx-robot] updated from transifex
|
2020-05-21 02:17:26 +00:00 |
Nextcloud bot
|
1b55119c85
|
[tx-robot] updated from transifex
|
2020-05-19 02:17:09 +00:00 |
Nextcloud bot
|
a8ac6df1d0
|
[tx-robot] updated from transifex
|
2020-05-18 02:16:22 +00:00 |
Nextcloud bot
|
a84eec88e8
|
[tx-robot] updated from transifex
|
2020-05-16 02:17:14 +00:00 |
Nextcloud bot
|
d132f81d28
|
[tx-robot] updated from transifex
|
2020-05-15 02:17:17 +00:00 |
Nextcloud bot
|
ab2df70e3a
|
[tx-robot] updated from transifex
|
2020-05-13 02:16:26 +00:00 |
Nextcloud bot
|
901110f068
|
[tx-robot] updated from transifex
|
2020-05-12 02:16:11 +00:00 |
Nextcloud bot
|
10f62eb2a4
|
[tx-robot] updated from transifex
|
2020-05-09 02:16:34 +00:00 |
Joas Schilling
|
af1dd9f152
|
Bump app versions and requirements
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2020-05-07 10:29:04 +02:00 |
Nextcloud bot
|
9f448d864b
|
[tx-robot] updated from transifex
|
2020-05-01 02:16:47 +00:00 |
Christoph Wurst
|
cb057829f7
|
Update license headers for 19
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2020-04-29 11:57:22 +02:00 |
Nextcloud bot
|
297276baba
|
[tx-robot] updated from transifex
|
2020-04-29 02:16:55 +00:00 |
blizzz
|
0c701cec56
|
Merge pull request #20676 from clementhk/ldap-group
Don't remove last user in ldap group when limit is -1
|
2020-04-28 12:58:02 +02:00 |
Nextcloud bot
|
ef566a1f40
|
[tx-robot] updated from transifex
|
2020-04-28 02:16:22 +00:00 |
Clement Wong
|
9f5f505acf
|
Don't remove last user in ldap group when limit is -1
Signed-off-by: Clement Wong <git@clement.hk>
|
2020-04-27 02:33:00 +02:00 |
Nextcloud bot
|
39f6f1ba34
|
[tx-robot] updated from transifex
|
2020-04-25 02:16:01 +00:00 |
blizzz
|
212138daa1
|
Merge pull request #19919 from nextcloud/enh/noid/ldpa_group_perf
LDAP Group Backend optimizations
|
2020-04-24 12:27:27 +02:00 |
Arthur Schiwon
|
4babdc082b
|
formatting
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
|
2020-04-23 21:34:05 +02:00 |
Morris Jobke
|
8ffa762486
|
Merge pull request #20536 from nextcloud/fix/noid/ldap-73api-read-wo-pagedresults
do not run paged results against ldap_read ops on PHP7.3+
|
2020-04-22 13:37:43 +02:00 |
Roeland Jago Douma
|
8f650feede
|
Merge pull request #20114 from nextcloud/techdebt/noid/allow-some-apps-to-have-root-urls
Allow some apps to have root URLs in their own routing file
|
2020-04-21 16:00:34 +02:00 |