summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
Commit message (Collapse)AuthorAgeFilesLines
* Use "json_encode" and "json_decode" instead of unserializeLukas Reschke2015-09-022-4/+4
|
* Merge pull request #18244 from owncloud/fix-issue-17677blizzz2015-08-241-3/+0
|\ | | | | Fix 17677 - Remove LDAP case sensitive checkbox
| * Fix 17677Lennart Rosam2015-08-121-3/+0
| |
* | Merge pull request #14401 from owncloud/ux-s2s-ldapThomas Müller2015-08-191-0/+31
|\ \ | |/ |/| allow login names to be used for s2s with LDAP users
| * allow login names to be used for s2s with LDAP usersArthur Schiwon2015-04-131-0/+31
| |
* | Merge pull request #17923 from owncloud/fix-17921blizzz2015-07-291-8/+0
|\ \ | | | | | | Remove Log info when no group filter is set, fixes #17921
| * | remove unused varblizzz2015-07-291-2/+0
| | |
| * | Remove Log info when no group filter is set, fixes #17921blizzz2015-07-281-6/+0
| | | | | | | | | The log message is superfluous and too noisy. If an admin decides not to use groups, he does not need to be reminded about it on almost every request.
* | | fix uncaught exception on not permitted file types when setting avatar, ↵Arthur Schiwon2015-07-271-1/+7
|/ / | | | | | | fixes #17232
* | Merge pull request #17526 from owncloud/fix-17516Morris Jobke2015-07-271-0/+11
|\ \ | | | | | | LDAP: when checking group for matching filter, also take base DN into…
| * | LDAP: when checking group for matching filter, also take base DN into ↵Arthur Schiwon2015-07-091-0/+11
| | | | | | | | | | | | consideration. Fixes #17516
* | | fix runtime caching in ldap's user manager, fixes #17631Arthur Schiwon2015-07-171-2/+2
| | |
* | | Merge pull request #17046 from nicolas-grekas/fix-16654blizzz2015-07-162-5/+3
|\ \ \ | |/ / |/| | Do not use OC*::mb_*_replace(), they are useless
| * | Do not use OC*::mb_*_replace(), they are uselessNicolas Grekas2015-07-162-5/+3
| | |
* | | Merge pull request #17255 from owncloud/fix-17119Thomas Müller2015-07-011-0/+27
|\ \ \ | | | | | | | | [LDAP] Filter user groups obtained by memberof
| * | | ensure groups match filter when using memberOf to read users group, refs #17119Arthur Schiwon2015-06-261-0/+27
| |/ /
* / / update license headers and authorsMorris Jobke2015-06-253-2/+1
|/ /
* | Merge pull request #16736 from owncloud/utilize-member-ofThomas Müller2015-06-103-33/+22
|\ \ | | | | | | Utilize memberOf to boost loading time on users page (depending on LDAP server config)
| * | if possible, getUserGroups should get memberships using memberOf virtual ↵Arthur Schiwon2015-06-032-0/+8
| | | | | | | | | | | | attribute
| * | Implement a faster way for checking availability of memberOf. Users tab in ↵Arthur Schiwon2015-06-031-33/+14
| | | | | | | | | | | | the wizard benefits.
* | | port detection needs to take care of now thrown exceptions when LDAP server ↵Arthur Schiwon2015-06-041-13/+21
|/ / | | | | | | is not available
* | Merge pull request #16200 from owncloud/kill-globalfilecacheMorris Jobke2015-06-021-2/+17
|\ \ | | | | | | Drop file caching
| * | only use memcache, if availableArthur Schiwon2015-05-081-2/+17
| | |
* | | handle unallowed auth exception on port detectionArthur Schiwon2015-05-182-6/+20
| | |
* | | throw exception on LDAP error 1, which we usually do not see and is pretty ↵Arthur Schiwon2015-05-181-0/+2
| | | | | | | | | | | | 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 errorArthur Schiwon2015-05-181-0/+2
| | |
* | | Merge pull request #15811 from owncloud/exception-on-lost-ldap-connectionThomas Müller2015-05-151-0/+4
|\ \ \ | |/ / |/| | throw exception when LDAP Connection was lost
| * | throw exception when LDAP Connection was lostArthur Schiwon2015-04-221-0/+4
| |/
* | drop global file cache support, fixes #15621Arthur Schiwon2015-05-071-6/+9
| |
* | cleanupArthur Schiwon2015-05-051-1/+0
|/
* fix cherrypickingJörn Friedrich Dreyer2015-04-101-1/+1
|
* fix typo and commentMorris Jobke2015-04-102-3/+3
|
* throw exception if setup is incompleteMorris Jobke2015-04-101-1/+3
|
* fix_testsJörn Friedrich Dreyer2015-04-101-2/+7
| | | | | Conflicts: apps/user_ldap/tests/user_ldap.php
* do not hide exception when ldap server has a hiccupJörn Friedrich Dreyer2015-04-102-7/+4
|
* change default value of ldap_tls to 0. It will be detected anyway, but ↵Arthur Schiwon2015-04-092-1/+4
| | | | starting with 0 will lead to errors and unconfigurability
* cleanupArthur Schiwon2015-04-091-2/+0
|
* LDAP Wizard OverhaulArthur Schiwon2015-04-093-56/+119
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wizard refactor reimplement save spinners and cursor implement Port detector introduced detector queue, added base dn detector disable input fields when detectors are running introduce spinners for fields that are being updated by detector cache jq element objects consolidate processing of detector results in generic / abstract base class display notification if a detector discovered a problem don't run base dn detector if a base is configured reset detector queue on configuration switch implement functionality check and update of status indicator document ConfigModel jsdoc for controller and main view more documentation implement the user filter tab view so far the multiselects get initialized (not filled yet) and the mode can be switched. mode is also restored. reintroduce filter switch confirmation in admin XP mode new detector for user object classes. so we also load user object classes if necessary and are able to save and show the setting. multiselect trigger save actions now on close only show spinners automatically, when a detector is running 20k limit for object classes preselection test adjust wordings, fix grammar add group (for users tab) detector also includes wording fixes error presentation moved from detectors to view, where it belongs add info label to users page missing wording changes show effective LDAP filter in Assisted Mode add user filter detector implement count button for users and limit all count actions to 1001 for performance reasons make port field a bit bigger. not perfect though. do not detect port automatically implement login filter tab view only load features in assisted mode and don't enable assisted fields while in raw mode add tooltips on login filter checkbox options for better understanding permanently show filter on login tab and also compile login filter in assisted mode test/verify button on login attributes tab, with backend changes. only run wizard requests if your an active tab. also run compile filter requests when switching to assisted mode underline toggle filter links to stress that they are clickable unity user and group tab functionality in common abstract class, add group filter tab view. only detectors and template adjustments left to have group tab implementation complete add object class and group detector for groups as well as filter composer show ldap filter permanently on groups tab introduce input element that can deal better with many groups, will be used with > 40 fix disabling complex group chooser while detection is running hide complex group chooser on config switch fix few more issues with complex chooser make complex group chooser available on Users tab as well detect base dn improvements/changes: - do not look for Base DN automatically, offer a button instead - fix for alternative way to detect a base dn (if agent dn is not given) - do not trigger filter composers on config switch Changes with configuration chooser controls - "New" was removed out of the configuration list - and split into buttons "add" and "copy" - delete button is also now an icon add test button for Base DN reimplement advanced tab. The save button is gone. reimplement expert tab remove unused methods implement mail attribute detector implement user display name attribute detection implement member group association detector replace text input with textarea for raw filter input finish functionality check auto-enable good configurations, as it was before cleanup move save confirmation handling to base class, reduces code duplication enable tabs only if no running save processes are left. move onConfigLoaded to base class, avoids code duplication simplify, save LOCs Test Configuration button to be dealt with in main view as it is a cross-tab element require detectorQueue in constructor cleanup put bootstrap into a function and thus make it testable get rid of old stuff
* Update license headersJenkins for ownCloud2015-03-2623-266/+365
|
* support paged results against 389ds.Arthur Schiwon2015-03-121-3/+6
|
* set up paged search when limit is 0Arthur Schiwon2015-03-051-0/+11
|
* Revert "Updating license headers"Morris Jobke2015-02-2623-352/+289
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Merge pull request #13740 from owncloud/fix-12190-2Lukas Reschke2015-02-243-3/+14
|\ | | | | Include primary groups in user and login filter when restricting group access and also fix user counting in primary groups
| * and escape the search termArthur Schiwon2015-01-292-1/+2
| |
| * inlcude AD primary group in user filter, if a group is selected. fixes #12190Arthur Schiwon2015-01-281-2/+12
| |
* | Updating license headersJenkins for ownCloud2015-02-2323-289/+352
| |
* | Merge pull request #13425 from owncloud/phpdoc_cleanupMorris Jobke2015-02-102-17/+17
|\ \ | | | | | | Cleanup of PHPDoc return types
| * | Cleanup of PHPDoc return typesRobin McCorkell2015-01-162-17/+17
| | |
* | | Reduce log level of bind failed to WARN - fixes #11624Morris Jobke2015-02-031-1/+1
| |/ |/|
* | this must be larger then (>), since buggy behaviour occurs when the ↵Arthur Schiwon2015-01-201-1/+1
|/ | | | parameter is a small number