summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Collapse)AuthorAgeFilesLines
* Port LDAP: fix filter can be reset and broken after upgrade from OC 5 #8579Arthur Schiwon2014-06-022-13/+31
| | | | | | | | | | LDAP: set filter mode to raw, so filters will not be changed and broken after upgrade from oc5, when visiting the LDAP settings and opening filter tabs get the correct version number for compare -.- bump version and don't overwrite values on next update if not necessary simpler and better readable assignment
* [tx-robot] updated from transifexJenkins for ownCloud2014-06-021-0/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-05-316-3/+54
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-05-303-2/+14
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-05-2910-1/+37
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-05-285-2/+31
|
* forgotten infobox messages translationsVolkan Gezer2014-05-271-4/+4
|
* Adjust core apps to use "requiremin" instead of "require"Vincent Petry2014-05-271-1/+1
| | | | Also added a few missing authors.
* [tx-robot] updated from transifexJenkins for ownCloud2014-05-2773-25/+219
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-05-261-19/+19
|
* make user_ldap fully translatableVolkan Gezer2014-05-256-15/+17
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-05-251-1/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-05-241-3/+3
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-05-203-0/+18
|
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-1915-145/+145
| | | | * test case added to avoid adding them later
* Merge pull request #8585 from owncloud/phpdoc-improvements-appsAndreas Fischer2014-05-1915-202/+202
|\ | | | | | | | | | | | | | | | | | | | | | | PHPDoc improvements /apps * owncloud/phpdoc-improvements-apps: Fix whitespace issues Reduce double-space with single-space. Remove spaces around | operator in doc block. Fix more missing or broken PHPDoc PHPDoc fixes for user_ldap Fix PHPDoc in /apps
| * Fix whitespace issuesRobin McCorkell2014-05-169-42/+42
| |
| * Reduce double-space with single-space.Andreas Fischer2014-05-161-1/+1
| |
| * Remove spaces around | operator in doc block.Andreas Fischer2014-05-161-1/+1
| |
| * PHPDoc fixes for user_ldapRobin McCorkell2014-05-167-29/+29
| |
| * Fix PHPDoc in /appsRobin McCorkell2014-05-1614-149/+149
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-05-181-0/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-05-172-1/+8
|/
* [tx-robot] updated from transifexJenkins for ownCloud2014-05-162-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-05-151-0/+3
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-05-141-0/+2
|
* Merge pull request #8556 from owncloud/kill-legacy-code-masterThomas Müller2014-05-122-2/+2
|\ | | | | Kill legacy code master
| * remove legacy aka deprecated code: OC_CacheThomas Müller2014-05-122-2/+2
| |
* | Merge pull request #8538 from owncloud/make-my-ide-less-complain-about-ldapLukas Reschke2014-05-1213-384/+689
|\ \ | |/ |/| Use proper PHPDoc and variable names in the LDAP lib
| * Use array as typeLukas Reschke2014-05-121-1/+1
| |
| * That's bool and not always trueLukas Reschke2014-05-111-1/+1
| |
| * Use WizardResult|false instead of mixedLukas Reschke2014-05-111-2/+2
| |
| * Use @return instead of @returnsLukas Reschke2014-05-113-9/+9
| |
| * Fix TypoLukas Reschke2014-05-111-1/+1
| | | | | | | | I guess that should be `default` and not `defautl`, wondering how this ever worked.
| * Use proper PHPDoc and variable names in the LDAP libLukas Reschke2014-05-1112-378/+683
| | | | | | | | My IDE was so sad about this that it marked the whole file in red and yellow and forced me to fix this.
* | [tx-robot] updated from transifexJenkins for ownCloud2014-05-122-1/+3
|/
* [tx-robot] updated from transifexJenkins for ownCloud2014-05-105-0/+26
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-05-091-0/+6
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-05-081-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-05-072-0/+5
|
* Merge pull request #8386 from owncloud/fix_6946_masterVincent Petry2014-05-052-39/+1
|\ | | | | Fix 6946 master
| * Group Database backend must not gather user details itself but ask userArthur Schiwon2014-04-282-39/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | backends. This is a port to master from PR #7745 remove OC_GROUP_BACKEND_GET_DISPLAYNAME option for group backends Conflicts: lib/private/group/backend.php LDAP: getDisplayNamesInGroup is not an option for group backends anymore Conflicts: apps/user_ldap/group_ldap.php apps/user_ldap/group_proxy.php clean up group backends Conflicts: lib/private/group/database.php remove now unnecessary test implement getDisplayNames in group manager adjust user manager tests test for group manager's displayNamesInGroup trim must not be used in empty in PHP < 5.5 keep the constant to not provoke PHP warnings Conflicts: lib/private/group/backend.php
* | [tx-robot] updated from transifexJenkins for ownCloud2014-05-041-1/+25
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-05-031-0/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-05-013-0/+13
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-04-301-0/+6
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-04-291-0/+1
|/
* [tx-robot] updated from transifexJenkins for ownCloud2014-04-262-0/+3
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-04-254-2/+13
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-04-241-0/+1
|