aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2014-03-127-0/+35
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-03-1137-127/+250
|
* Fixed configkey casing for PostgreSQLVincent Petry2014-03-031-1/+1
|
* remove remaining testing artefactArthur Schiwon2014-03-031-1/+1
|
* intendetion. where did the whitespaces come from?Arthur Schiwon2014-03-031-2/+2
|
* LDAP: let proxy for multiple server access methods from AccessArthur Schiwon2014-03-031-4/+13
|
* Merge pull request #6299 from leo-b/ldap_nested_groupsVicDeo2014-02-253-10/+72
|\ | | | | Add LDAP nested groups
| * replace spaces with tabsroot2014-02-211-5/+5
| | | | | | | | use true instead of 1
| * fix coding style to blizzz happy.. ;-)root2014-02-121-8/+10
| |
| * fix indentationroot2013-12-111-42/+42
| | | | | | | | | | | | use identity test where appropriate use camelcase variable names _getGroupsByMember is a private function
| * remove debug outputroot2013-12-101-3/+0
| |
| * Merge remote branch 'upstream/master' into ldap_nested_groupsroot2013-12-104-4/+45
| |\
| * | move nested group checkbox to directory settingsroot2013-12-101-1/+1
| | |
| * | combineFilterWithAnd recently moved to Accessroot2013-12-081-3/+3
| | |
| * | add support for nested groupsroot2013-12-063-10/+73
| | |
* | | Merge pull request #7312 from owncloud/ldap_fix_add_testThomas Müller2014-02-212-3/+169
|\ \ \ | | | | | | | | LDAP: fix and extend tests
| * | | LDAP: fix and extend testsArthur Schiwon2014-02-202-3/+169
| | | |
* | | | Merge pull request #7205 from owncloud/fix_7153blizzz2014-02-201-0/+6
|\ \ \ \ | |/ / / |/| | | LDAP: prevent other configuration from being deleted when deleting the f...
| * | | LDAP: prevent other configuration from being deleted when deleting the first ↵Arthur Schiwon2014-02-141-0/+6
| | | | | | | | | | | | | | | | one which has an empty prefix for historical reasons
* | | | LDAP: improve compilation of filtersArthur Schiwon2014-02-192-0/+14
| | | |
* | | | Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-195-8/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend
* | | | Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-183-3/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: lib/private/migration/content.php
| * | | | LDAP: improve wizard strings, fixes #5567Arthur Schiwon2014-02-173-3/+3
| |/ / /
* | | | Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-147-12/+42
|\| | | | | | | | | | | | | | | | | | | Conflicts: lib/private/appconfig.php
| * | | LDAP: improve debug messageArthur Schiwon2014-02-101-1/+2
| | | |
| * | | LDAP: also try MS AD's thumbnailPhoto when looking for an avatar imageArthur Schiwon2014-02-101-6/+24
| | | |
| * | | LDAP: add documentation info in info.xmlArthur Schiwon2014-02-101-0/+3
| | | |
| * | | Rephrase and clarify log messageArthur Schiwon2014-02-101-1/+1
| | | |
| * | | Wizard: enable base DN for editing, if not base DN could have been detected. ↵Arthur Schiwon2014-02-101-0/+1
| | | | | | | | | | | | | | | | Also part of fix for #6670
| * | | Wizard: disable LDAP referrals, fixes #6670Arthur Schiwon2014-02-101-0/+1
| | | |
| * | | throw an info message, when base dn test failedArthur Schiwon2014-02-101-0/+4
| | | |
| * | | LDAP: extend LDAP wrapper search method for sizelimit, improves performance ↵Arthur Schiwon2014-02-102-4/+6
| | | | | | | | | | | | | | | | in wizard
* | | | Fix more documentation failesJoas Schilling2014-02-081-1/+1
| | | | | | | | | | | | | | | | Issue #7111
* | | | polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-068-32/+79
|/ / /
* | | Merge pull request #6647 from owncloud/memcache-publicicewind19912014-02-041-1/+1
|\ \ \ | | | | | | | | Add Memcache to the public api
| * \ \ Merge branch 'master' into memcache-publicRobin Appelman2014-01-221-4/+11
| |\ \ \
| * \ \ \ Merge branch 'master' into memcache-publicRobin Appelman2014-01-153-17/+9
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/user_ldap/lib/connection.php
| * \ \ \ \ Merge branch 'master' into memcache-publicRobin Appelman2014-01-095-28/+207
| |\ \ \ \ \
| * | | | | | Use $server->getMemCacheFactory() in ldap connectionRobin Appelman2014-01-091-1/+1
| | | | | | |
* | | | | | | Merge pull request #5153 from owncloud/core-em-to-pxJan-Christoph Borchardt2014-01-271-7/+7
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | Cleans up Core apps for relative(em) to absolute(px) styles.
| * | | | | | Fixes settings.css and converts more styles.raghunayyar2014-01-261-10/+6
| | | | | | |
| * | | | | | Merge branch 'master' into core-em-to-pxraghunayyar2014-01-16123-1461/+5273
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_sharing/css/public.css apps/user_ldap/css/settings.css core/css/multiselect.css core/css/share.css
| * | | | | | Cleans up Core apps for relative(em) to absolute(px) styles.raghunayyar2013-10-061-1/+1
| | | | | | |
* | | | | | | user workarount to compare CLOB column with CHAR valueJörn Friedrich Dreyer2014-01-211-4/+11
| |/ / / / / |/| | | | |
* | | | | | typo, grammarArthur Schiwon2014-01-141-1/+1
| | | | | |
* | | | | | LDAP: only read config from database, if configID is given. Not what we want ↵Arthur Schiwon2014-01-141-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | to do when on-the-fly-testing settings from the admin page
* | | | | | remove unused variablesArthur Schiwon2014-01-141-2/+2
| | | | | |
* | | | | | LDAP: fix TLS detectionArthur Schiwon2014-01-141-2/+5
| | | | | |
* | | | | | remove ru_RU - it has bee removed from transifexThomas Müller2014-01-131-12/+0
| |_|/ / / |/| | | |
* | | | | Merge pull request #6681 from owncloud/userreportblizzz2014-01-084-28/+201
|\ \ \ \ \ | | | | | | | | | | | | add command line option to get user number statistics