Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | existence check works without attribute (like with users) | Arthur Schiwon | 2018-03-15 | 1 | -1/+2 |
| | | | | | | cn is not necessarily given everywhere Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-03-14 | 6 | -0/+6 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-03-13 | 14 | -0/+14 |
| | |||||
* | Remove deprecated and unsused methods of OCP\DB | Morris Jobke | 2018-03-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-03-12 | 104 | -104/+104 |
| | |||||
* | Use variable for proper translations | Roeland Jago Douma | 2018-03-10 | 1 | -1/+8 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Update wizardTabElementary.js | rakekniven | 2018-03-10 | 1 | -1/+1 |
| | | | | Fixed grammar. Reported at Transifex. See https://www.transifex.com/nextcloud/nextcloud/translate/#de/$/91002422?issue=yes | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-03-09 | 2 | -4/+4 |
| | |||||
* | Merge pull request #8221 from Cybso/8220_applyLdapUserFilter_on_members | Morris Jobke | 2018-03-08 | 1 | -2/+4 |
|\ | | | | | Apply ldapUserFilter on members of group | ||||
| * | dn2ocname: also apply group filter to readAttribute() | Roland Tapken | 2018-03-07 | 1 | -6/+4 |
| | | | | | | | | Signed-off-by: Roland Tapken <roland@bitarbeiter.net> | ||||
| * | Apply ldapUserFilter on members of group | Roland Tapken | 2018-02-07 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refers to issue #8220 user_ldap configured with custom filters for active directory access (group-member-association is "member"). Then it can happen that the members of a group contain members that don't belong to the users available in Nextcloud (the most trivial reason is that the user filter contains "(!(UserAccountControl:1.2.840.113556.1.4.803:=2))" to exclude disabled users from being imported). This can be fixed by applying the ldapUserFilter when resolving the UID for a DN fetched from the group's member list. Signed-off-by: Roland Tapken <roland@bitarbeiter.net> | ||||
* | | Merge pull request #8634 from nextcloud/ldap-no-empty-names | Roeland Jago Douma | 2018-03-05 | 2 | -6/+59 |
|\ \ | | | | | | | do not create empty userid when attribute does not have allowed chars | ||||
| * | | treat iconv issues | Arthur Schiwon | 2018-03-05 | 2 | -5/+13 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | | typo + phpdoc | Arthur Schiwon | 2018-03-05 | 1 | -1/+2 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | | do not create empty userid when attribute does not have allowed chars | Arthur Schiwon | 2018-03-02 | 2 | -3/+47 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | Merge pull request #8630 from nextcloud/ldap-cachekey-sha256 | Joas Schilling | 2018-03-05 | 2 | -2/+2 |
|\ \ \ | | | | | | | | | use hash algo that's robust against collisions | ||||
| * | | | use hash algo that's robust against collisions | Arthur Schiwon | 2018-03-02 | 2 | -2/+2 |
| |/ / | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* / / | [tx-robot] updated from transifex | Nextcloud bot | 2018-03-04 | 2 | -6/+6 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-28 | 2 | -4/+4 |
| | | |||||
* | | fix retrieving group members with numerical uids from LDAP | Arthur Schiwon | 2018-02-23 | 1 | -6/+7 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | tests for retrieving group members with numerical uids | Arthur Schiwon | 2018-02-23 | 1 | -2/+85 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-23 | 2 | -2/+2 |
| | | |||||
* | | Merge pull request #8499 from nextcloud/avoid-fruitless-login-attempts | Morris Jobke | 2018-02-22 | 2 | -3/+30 |
|\ \ | | | | | | | Avoid fruitless login attempts | ||||
| * | | track the state of the bind result | Arthur Schiwon | 2018-02-22 | 2 | -3/+30 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | 2nd parameter to t() must be array | Arthur Schiwon | 2018-02-22 | 4 | -5/+5 |
|/ / | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-21 | 2 | -2/+2 |
| | | |||||
* | | Merge pull request #8411 from nextcloud/add-strict-types-to-oc_app | Morris Jobke | 2018-02-17 | 1 | -1/+1 |
|\ \ | | | | | | | Add strict types to OC_App | ||||
| * | | OC_App::loadApps now only accepts an array as type list | Morris Jobke | 2018-02-17 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | Fix info.xml files of shipped apps | Joas Schilling | 2018-02-16 | 1 | -10/+13 |
|/ / | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-14 | 2 | -8/+10 |
| | | |||||
* | | Merge pull request #8335 from nextcloud/remove-unused-import | Morris Jobke | 2018-02-14 | 3 | -5/+0 |
|\ \ | | | | | | | Remove unused import statements | ||||
| * | | Remove unused import statements | Morris Jobke | 2018-02-14 | 3 | -5/+0 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | Simplify return statement | Morris Jobke | 2018-02-13 | 3 | -15/+6 |
|/ / | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-13 | 20 | -198/+514 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-08 | 2 | -26/+72 |
|/ | |||||
* | Merge pull request #8122 from nextcloud/fix-6851 | Morris Jobke | 2018-02-02 | 1 | -0/+1 |
|\ | | | | | fix reading the ldapIgnoreNamingRule config value | ||||
| * | typo | blizzz | 2018-01-31 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | fixes reading the sysconfig value | Arthur Schiwon | 2018-01-31 | 1 | -0/+1 |
| | | | | | | | | | | | | settings without the entry in the translation array are computed Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-01 | 90 | -534/+90 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-01-31 | 2 | -0/+2 |
|/ | |||||
* | Use ::class statement instead of string | Morris Jobke | 2018-01-29 | 2 | -2/+3 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-01-29 | 2 | -10/+10 |
| | |||||
* | Remove unneeded semicolon and parentheses | Morris Jobke | 2018-01-26 | 7 | -12/+12 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Use type casting instead of *val() method | Morris Jobke | 2018-01-26 | 5 | -34/+34 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #8069 from nextcloud/no-catch-serverdown | Morris Jobke | 2018-01-26 | 2 | -2/+8 |
|\ | | | | | do not catch and ignore ServerNotAvailable in the wrong spot | ||||
| * | do not catch ServerNotAvailable | Arthur Schiwon | 2018-01-26 | 2 | -2/+8 |
| | | | | | | | | | | | | might cause the user to be unavailable (race condition). Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | Simplify ternary operator statements | Morris Jobke | 2018-01-26 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Use type casting instead of *val() method | Morris Jobke | 2018-01-26 | 11 | -23/+23 |
| | | | | | | It should be up to 6x faster Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Return value immediately instead of assigning to a one-time variable | Morris Jobke | 2018-01-26 | 1 | -2/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Fix risky tests without assertions | Joas Schilling | 2018-01-25 | 1 | -4/+4 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> |