Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add GUI option to set the $home placeholder | Arthur Schiwon | 2019-02-14 | 1 | -1/+14 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Fix off-by-one bugs | Stefan Weil | 2018-10-26 | 1 | -2/+2 |
| | | | | | | | | | This fixes warnings from LGTM: Off-by-one index comparison against length may lead to out-of-bounds read. Signed-off-by: Stefan Weil <sw@weilnetz.de> | ||||
* | Add missing semicolons | Stefan Weil | 2018-10-19 | 1 | -1/+1 |
| | | | | | | | | | This fixes some recommendations from LGTM: Avoid automated semicolon insertion (90% of all statements in the enclosing function have an explicit semicolon). Signed-off-by: Stefan Weil <sw@weilnetz.de> | ||||
* | 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 | ||||
* | Add strengthify bar after plain text input clone of password input | Daniel Calviño Sánchez | 2018-01-11 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | To show the password in plain text "showPassword" adds a text input after the password input and swaps their visibility depending on whether the password has to be shown in plain text or not. In a similar way, "strengthify" by default adds the strength bar after the input element it was called on. Due to this, if "showPassword" is called before "strengthify" on the same password input then the strength bar ends between the password input and the text input, and when the text input is shown it appears below the strength bar. To fix this now the strength bar is added after the text input in those places in which "strengthify" was called after "showPassword" on the same element. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | Update login filter when user filter was newly generated | Arthur Schiwon | 2017-11-28 | 1 | -0/+17 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Use primary class also for ui-button elements | Julius Härtl | 2017-11-13 | 2 | -3/+3 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | hackishly add primary css class adaption for jquery ui | Arthur Schiwon | 2017-11-13 | 2 | -0/+5 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | add save button for setting LDAP Agent DN and Password | Arthur Schiwon | 2017-10-27 | 2 | -4/+45 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | command-line, Consider narrowing | Allan Nordhøy | 2017-07-14 | 1 | -3/+3 |
| | |||||
* | Merge pull request #1023 from GitHubUser4234/ldap_password_renew_pr | blizzz | 2017-04-24 | 2 | -1/+64 |
|\ | | | | | Handle password expiry in user_ldap | ||||
| * | restore ldap_password_renew_pr | Roger Szabo | 2017-03-31 | 2 | -1/+64 |
| | | | | | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de> | ||||
* | | Fix translations | Joas Schilling | 2017-04-18 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Update comments to Nextcloud | Morris Jobke | 2017-04-11 | 15 | -21/+21 |
|/ | | | | | | | * based on PR by @Ardinis * see #4311 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Translation string corrected > 1 user | Alan Tygel | 2016-12-21 | 1 | -1/+1 |
| | |||||
* | restore ldap_password_pr | root | 2016-11-23 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de> remove notification part Signed-off-by: Roger Szabo <roger.szabo@web.de> blizzz comments Signed-off-by: Roger Szabo <roger.szabo@web.de> morris comment Signed-off-by: Roger Szabo <roger.szabo@web.de> improved error message for changing password Signed-off-by: Roger Szabo <roger.szabo@web.de> blizz comments 20161013 Signed-off-by: Roger Szabo <roger.szabo@web.de> Signed-off-by: Roger Szabo <roger.szabo@web.de> Adjust HintException usage Signed-off-by: Roger Szabo <roger.szabo@web.de> Signed-off-by: Roger Szabo <roger.szabo@web.de> | ||||
* | fix a few minor code smells | Jörn Friedrich Dreyer | 2016-08-29 | 1 | -1/+1 |
| | |||||
* | Hide the LDAP password in the client side | Juan Pablo Villafáñez | 2016-08-19 | 2 | -2/+2 |
| | | | | | Connection checks will be done by using the configuration id, with the stored password. LDAP password won't be sent to the client. | ||||
* | LDAP Wizard: reset connection status indicator when switching LDAP config | Arthur Schiwon | 2016-04-25 | 1 | -0/+11 |
| | |||||
* | replace $().attr('checked') by $().prop('checked', state) or $().is(':checked') | Christoph Wurst | 2016-04-19 | 1 | -1/+1 |
| | |||||
* | Fix race condition when switching filter mode. Fixes #22278 | Arthur Schiwon | 2016-02-12 | 4 | -5/+32 |
| | |||||
* | Merge pull request #22102 from owncloud/ldap_2nddispname-master | Thomas Müller | 2016-02-06 | 1 | -0/+13 |
|\ | | | | | [LDAP] add second field for additional/optional display name attribute | ||||
| * | Port of test_ldap_2nddispname to master | Arthur Schiwon | 2016-02-03 | 1 | -0/+13 |
| | | |||||
* | | code changes for user_ldap Dynamic Group Membership | Alex Weirig | 2016-02-03 | 1 | -0/+13 |
|/ | | | | | | | | | | | Added new setting of “Dynamic Group Member URL” (ldapDynamicGroupMemberURL) - see LDAP settings advanced tab. Added public function getDynamicGroupMembers. Updated function _groupMembers. Updated function getUserGroups. | ||||
* | ensure multiselect always receives an array when setting its value, fixes #18734 | Arthur Schiwon | 2015-12-07 | 1 | -1/+5 |
| | |||||
* | changed 1.000 to 1,000 | sylvain | 2015-11-12 | 1 | -1/+1 |
| | | | The string "More than 1,000 directory entries available." would mean only 1 entry, in english it should be 1,000 . Found it while translating | ||||
* | make all the buttons beautiful | Arthur Schiwon | 2015-11-05 | 3 | -4/+18 |
| | |||||
* | add tooltip to ldap server wizard | Hendrik Leppelsack | 2015-10-29 | 1 | -0/+1 |
| | |||||
* | [IE9] Prevent LDAP password field to become plain text | Vincent Petry | 2015-10-16 | 1 | -0/+4 |
| | | | | | | | | | The placeholders library converts the password field to a text field to achieve placeholders functionality. However this is buggy and doesn't properly mask the password when it was set through $el.val(). This workaround sets the type back to password directly after setting a value. | ||||
* | LDAP Wizard: enable/disable test login name button depending on whether a ↵ | Arthur Schiwon | 2015-09-24 | 1 | -1/+12 |
| | | | | login name is provided or not | ||||
* | Remove another occurance of ldap_nocase | Lennart Rosam | 2015-08-19 | 1 | -14/+0 |
| | |||||
* | Merge pull request #16326 from owncloud/fix-16192 | Morris Jobke | 2015-05-20 | 2 | -3/+29 |
|\ | | | | | include base dn test in functionality test | ||||
| * | include base dn test in functionality test | Arthur Schiwon | 2015-05-13 | 2 | -3/+29 |
| | | |||||
* | | throw exception on LDAP error 1, which we usually do not see and is pretty ↵ | Arthur Schiwon | 2015-05-18 | 1 | -0/+6 |
| | | | | | | | | generic. AD uses is for uses not enlisted in the RFC, like on issues with anonymous binds. we also try to guess this case and show a hint. | ||||
* | | catch unallowed anonymous auth attempt and show specific error | Arthur Schiwon | 2015-05-18 | 3 | -1/+19 |
|/ | |||||
* | check optional parameter before using it, fixes #16147 | Arthur Schiwon | 2015-05-07 | 1 | -2/+2 |
| | |||||
* | fix filter index on selected groups is updated too early | Arthur Schiwon | 2015-05-06 | 1 | -2/+3 |
| | |||||
* | fix broken group presentation in selected groups list | Arthur Schiwon | 2015-05-06 | 1 | -3/+6 |
| | |||||
* | cleanup | Arthur Schiwon | 2015-05-05 | 1 | -1/+0 |
| | |||||
* | Update wizardTabElementary.js | cmeh | 2015-04-28 | 1 | -1/+1 |
| | | | Corrected "More then …" to "More than …". | ||||
* | LDAP Wizard: have always-increasing 'nth Server' number per full page load, ↵ | Arthur Schiwon | 2015-04-21 | 1 | -11/+23 |
| | | | | fixes #15766 | ||||
* | always open filter tab in raw mode, when 'Manually enter LDAP filters' is ↵ | Arthur Schiwon | 2015-04-17 | 3 | -2/+8 |
| | | | | checked | ||||
* | compile user and login filter on the first time automatically, if a ↵ | Arthur Schiwon | 2015-04-09 | 4 | -0/+10 |
| | | | | suggestion was provided | ||||
* | escape filter for output | Arthur Schiwon | 2015-04-09 | 1 | -1/+1 |
| | |||||
* | fix number and insert position when adding/copying a config | Arthur Schiwon | 2015-04-09 | 1 | -2/+2 |
| | |||||
* | update back/continue buttons also on tab click | Arthur Schiwon | 2015-04-09 | 3 | -3/+8 |
| | |||||
* | newlines at end of file | Arthur Schiwon | 2015-04-09 | 10 | -10/+10 |
| | | | | yes, IDE is now configured accordingly. | ||||
* | doc | Arthur Schiwon | 2015-04-09 | 1 | -2/+2 |
| | |||||
* | run functionality checks also when host field changes | Arthur Schiwon | 2015-04-09 | 1 | -1/+1 |
| |