Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-25 | 112 | -112/+114 |
| | |||||
* | Merge pull request #10820 from nextcloud/fix/noid/emptydefaultprefix | Morris Jobke | 2018-08-24 | 3 | -15/+18 |
|\ | | | | | [LDAP] The WebUI Wizard also should not assign empty config IDs | ||||
| * | [LDAP] The WebUI Wizard also should not assign empty config IDs | Arthur Schiwon | 2018-08-23 | 3 | -15/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | With 689df9a843dd0505088143de039af775a3f92612 the behaviour to assign only non-empty config IDs was introduced. Only, this was only effective for CLI and OCS API. Related to #3270. The web UI creates now also a full configuration on first load. This fixes #5094. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-24 | 10 | -0/+20 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-23 | 26 | -50/+0 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-22 | 2 | -2/+2 |
| | |||||
* | Resolve all group memberships properly | Morris Jobke | 2018-08-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #10687 from nextcloud/fix/noid/false-positive-change-mention | Morris Jobke | 2018-08-20 | 2 | -19/+48 |
|\ | | | | | don't blame randome people for background email updates | ||||
| * | fix unit tests | Arthur Schiwon | 2018-08-15 | 1 | -10/+47 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | don't force LDAP updates on userExists anymore | Arthur Schiwon | 2018-08-14 | 1 | -9/+1 |
| | | | | | | | | | | | | and remove some deprecated code Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-15 | 2 | -0/+10 |
|/ | |||||
* | Merge pull request #8855 from nextcloud/feature/noid/ldap-integration-autotests | blizzz | 2018-08-14 | 7 | -731/+6 |
|\ | | | | | behat integration tests for LDAP | ||||
| * | tests for user storage location | Arthur Schiwon | 2018-08-10 | 1 | -186/+0 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | convert pagination tests | Arthur Schiwon | 2018-08-09 | 1 | -36/+1 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | convert connection tests | Arthur Schiwon | 2018-08-09 | 1 | -172/+0 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | integration test to ensure entries without displayname don't cause trouble | Arthur Schiwon | 2018-08-09 | 1 | -81/+0 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | convert LDAP offline and backup server integration tests | Arthur Schiwon | 2018-08-09 | 1 | -124/+0 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | FIX: emit assignedUserId only for users | Arthur Schiwon | 2018-08-09 | 1 | -5/+5 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | integration test checking the group filter | Arthur Schiwon | 2018-08-09 | 1 | -127/+0 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | Bump autoloaders | Roeland Jago Douma | 2018-08-10 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-10 | 2 | -2/+2 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-01 | 2 | -4/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-07-28 | 2 | -10/+10 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-07-23 | 4 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-07-20 | 2 | -0/+8 |
| | |||||
* | Fix tests for backup ldap server connection | Julius Härtl | 2018-07-13 | 1 | -2/+2 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Only bind if configuration for the first server is available | Julius Härtl | 2018-07-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Merge pull request #10098 from nextcloud/feature/noid/ldap-image-attribute | Morris Jobke | 2018-07-11 | 9 | -50/+221 |
|\ | | | | | allow admin to disable fetching of avatars as well as a specific attribute | ||||
| * | adjust and add more unit tests | Arthur Schiwon | 2018-07-05 | 4 | -18/+96 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | allow admin to disable fetching of avatars as well as a specific attribute | Arthur Schiwon | 2018-07-05 | 7 | -33/+126 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-07-11 | 4 | -10/+72 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-07-10 | 6 | -6/+8 |
|/ | |||||
* | let user set avatar in nextcloud von LDAP provides invalid image data | Arthur Schiwon | 2018-07-03 | 4 | -13/+152 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Iron User_LDAP tests | Arthur Schiwon | 2018-07-03 | 2 | -1029/+525 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Merge pull request #10034 from nextcloud/fix/noid/ldap-silence-quota-logmsgs | blizzz | 2018-06-28 | 3 | -161/+127 |
|\ | | | | | lower log level for quota manipulation cases | ||||
| * | lower log level for quota manipulation cases | Arthur Schiwon | 2018-06-28 | 3 | -161/+127 |
| | | | | | | | | | | | | and simplify the forest of ifs a little bit Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | LDAP backup server should not be queried when auth fails | Arthur Schiwon | 2018-06-27 | 2 | -11/+54 |
|/ | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-06-22 | 2 | -4/+6 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-06-21 | 6 | -10/+16 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-06-20 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-06-16 | 2 | -6/+6 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-06-15 | 4 | -12/+16 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-06-12 | 6 | -0/+8 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-06-03 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-06-02 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-31 | 2 | -4/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-30 | 2 | -0/+2 |
| | |||||
* | Merge pull request #9640 from nextcloud/fix/9502/missedstatecheck | blizzz | 2018-05-29 | 2 | -8/+56 |
|\ | | | | | check user state when fetching to avoid dealing with offline objects, fixes #9502 | ||||
| * | check user state when fetching to avoid dealing with offline objects | Arthur Schiwon | 2018-05-29 | 2 | -8/+56 |
| | | | | | | | | | | | | fixes #9502 Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-29 | 4 | -2/+6 |
|/ |