summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Collapse)AuthorAgeFilesLines
* Move Connection to PSR-4Joas Schilling2016-05-2519-32/+30
|
* Move FilesystemHelper to PSR-4Joas Schilling2016-05-2513-13/+16
|
* Move Helper to PSR-4Joas Schilling2016-05-2516-23/+20
|
* Move interface to PSR-4Joas Schilling2016-05-2516-23/+14
|
* Move LDAP to PSR-4Joas Schilling2016-05-2513-15/+16
|
* Move LDAP Utility to PSR-4Joas Schilling2016-05-254-2/+5
|
* Move LogWrapper to PSR-4Joas Schilling2016-05-2513-16/+17
|
* Move Proxy to PSR-4Joas Schilling2016-05-253-4/+7
|
* lib/userJoas Schilling2016-05-251-1/+2
|
* Move wizardJoas Schilling2016-05-254-7/+12
|
* Move lib\user to PSR-4Joas Schilling2016-05-2531-68/+67
|
* Move User_LDAP and User_Proxy to PSR-4Joas Schilling2016-05-2519-33/+33
|
* Move Group_LDAP and Group_Proxy to PSR-4Joas Schilling2016-05-256-16/+16
|
* Move Command namespace to PSR-4Joas Schilling2016-05-259-27/+23
|
* Move User_LDAP to PSR-4Joas Schilling2016-05-255-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-05-242-0/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-05-224-42/+102
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-05-182-0/+2
|
* Fixed dynamic group ldap access (#23450)blizzz2016-05-171-9/+11
| | | | | | | | | | | | | | | | | | | * Fixed dynamic group ldap access getUserGroups: Using $userDN instead of $uid to query LDAP Converting groupDN to group name using API instead of substring Removing cache processing at the end of the method * Fixing group handling added back the cache processing and fixed * fixed possible indention problem spaces -> tab conversion * formatting, white-space changes only
* Group fixup (#24621)Roeland Douma2016-05-171-1/+1
| | | | | | | | * Move used OC_Group_xx to \OC\Group * Add (deprecated) legacy wrapper in legacy, OC_Group_xx * Replace deprecated use of OC_Group_xx with \OC\Group\xx
* [tx-robot] updated from transifexJenkins for ownCloud2016-05-172-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-05-166-2/+8
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-05-152-0/+40
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-05-142-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-05-136-0/+10
|
* Background jobs from info.xml (#24582)Joas Schilling2016-05-123-27/+5
| | | | | | | | | | | | | | * Move background job registration of Federation to info.xml * Move background registration of Files app to info.xml * Move background job registration of files_sharing to info.xml * Move background job registration of files_trashbin to info.xml * Move background job registration of files_versions to info.xml * Move background job registration from user_ldap to info.xml
* [tx-robot] updated from transifexJenkins for ownCloud2016-05-126-0/+6
|
* Merge pull request #24433 from owncloud/user_psr4Thomas Müller2016-05-111-5/+5
|\ | | | | lib/private/user to PSR-4
| * fix usage of legacy class in LDAPMorris Jobke2016-05-101-5/+5
| |
* | Yo-ho-oh - Murder all band 'o piratesThomas Müller2016-05-112-10/+0
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-05-114-0/+4
|/
* [tx-robot] updated from transifexJenkins for ownCloud2016-05-1080-80/+2
|
* Merge pull request #24466 from owncloud/issue_13936_wording_ldapMorris Jobke2016-05-091-1/+1
|\ | | | | wording in LDAP wizard
| * wording in LDAP wizarddavicente2016-05-041-1/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-05-074-0/+4
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-05-052-0/+4
|/
* [tx-robot] updated from transifexJenkins for ownCloud2016-05-042-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-05-022-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-05-012-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-04-302-2/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-04-292-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-04-2714-0/+14
|
* LDAP Wizard: reset connection status indicator when switching LDAP configArthur Schiwon2016-04-251-0/+11
|
* Merge pull request #24052 from owncloud/fix-ldap-cache-race-conditionsThomas Müller2016-04-256-48/+32
|\ | | | | Fix LDAP race conditions
| * Fix LDAP race conditionsMorris Jobke2016-04-206-48/+32
| | | | | | | | | | | | | | | | * getFromCache is wrapped in isCached * inbetween the two calls the cache entry hits it's TTL * getFromCache returns null * this fix only checkes if the returned value is null and return only non-null values
* | Merge pull request #24214 from owncloud/fix-ldap-connection-unbind-on-loginVincent Petry2016-04-252-11/+3
|\ \ | | | | | | on clone Connection, do not take over the existing LDAP resource
| * | on clone Connection, do not take over the existing LDAP resourceArthur Schiwon2016-04-222-11/+3
| | | | | | | | | | | | | | | | | | | | | For one, it solves potential conflicts when using the resource. For the other, one on the login check (the only place where a clone happens currently) we do not need to rebind after confirming the user's login was successful.
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-04-242-2/+4
|/ /
* | replace $().attr('checked') by $().prop('checked', state) or $().is(':checked')Christoph Wurst2016-04-191-1/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-04-192-0/+10
|/