summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2014-11-172-2/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-11-162-2/+2
|
* Merge pull request #12005 from owncloud/bower-multiselectblizzz2014-11-134-2/+750
|\ | | | | Move multiselect to user_ldap
| * Migrate multiselect to user_ldapMorris Jobke2014-11-134-2/+750
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-11-132-2/+2
|/
* [tx-robot] updated from transifexJenkins for ownCloud2014-11-122-0/+2
|
* Fix infinite loop if count and limit is 0Morris Jobke2014-11-111-1/+1
| | | | * otherwise it will always think it hits the limit and need another round to fetch additional results
* Merge pull request #11789 from owncloud/fix-11762Morris Jobke2014-11-112-3/+29
|\ | | | | [LDAP] Login: dont fail with 500 if configured display name attribute is not set
| * dont fail with 500 if configured display name attribute is not setArthur Schiwon2014-10-272-3/+29
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-11-114-6/+6
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-11-104-4/+6
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-11-094-2/+20
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-11-082-0/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-11-064-0/+12
| |
* | Merge pull request #11362 from mark0n/rm_ldap_conf_cliblizzz2014-11-043-3/+45
|\ \ | | | | | | Add a CLI command that deletes an LDAP config
| * | Add a CLI command that deletes an LDAP configMartin Konrad2014-09-303-3/+45
| | | | | | | | | | | | | | | With this change LDAP configurations can be managed completely from the command line.
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-11-044-0/+12
| | |
* | | Merge pull request #11172 from owncloud/user-ldap-no-bcmathblizzz2014-11-033-54/+57
|\ \ \ | | | | | | | | Fix ldap convertSID2Str() / Remove BCMath dependency
| * | | user_ldap: Reimplement convertSID2Str() without BCMath dependency.Andreas Fischer2014-11-033-54/+57
| | | | | | | | | | | | | | | | | | | | Also explicitly format sub-id integers as unsigned, which is required for 32-bit systems.
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-11-022-0/+2
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-11-026-0/+12
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-11-0120-0/+20
| | | |
* | | | Merge pull request #11850 from owncloud/fix-11848Vincent Petry2014-10-312-14/+10
|\ \ \ \ | | | | | | | | | | on xp'ed mode and switching configurations: save raw mode instead of tog...
| * | | | on xp'ed mode and switching configurations: save raw mode instead of ↵Arthur Schiwon2014-10-292-14/+10
| | | | | | | | | | | | | | | | | | | | toggling filter mode in tabs since their status is unknown and dealt with by the Wizard. Fixes #11848
* | | | | admin settings: fix LDAP settings header layoutJan-Christoph Borchardt2014-10-301-2/+3
| | | | |
* | | | | fixing ldap listing in admin sidebar - needs styling reviewThomas Müller2014-10-301-2/+3
| | | | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-10-3018-30/+216
|/ / / /
* | | | update all translation files to js and jsonThomas Müller2014-10-29351-5854/+11572
| | | |
* | | | Added OC.L10N namespace with translation functionsVincent Petry2014-10-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added addTranslations and fixed de.js file Fixed de.js to use OC.L10N.register() and use to correct expected format. Added JS unit tests for OC.L10N class Include translations JS script for all apps
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-10-291-0/+1
| |_|/ |/| |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-10-271-1/+25
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-10-262-14/+53
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-10-251-0/+4
| | |
* | | Use function outside of loopLukas Reschke2014-10-242-3/+4
| | | | | | | | | | | | Otherwise the function is executed n times which is a lot of overhead
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-10-242-0/+7
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-10-232-0/+4
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-10-213-3/+11
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-10-203-3/+76
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-10-191-0/+4
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-10-1810-1/+42
| | |
* | | add one simple cache testArthur Schiwon2014-10-171-4/+29
| | |
* | | make performance less bad. Still far from good, but at least it worksArthur Schiwon2014-10-172-8/+30
| | |
* | | fix retrievel of group members and cache group membersArthur Schiwon2014-10-171-2/+25
|/ / | | | | | | fix changed variable name
* | Merge pull request #11478 from owncloud/fix-11448blizzz2014-10-1612-206/+551
|\ \ | | | | | | LDAP: add setting to wizard that disables auto-detection and enables raw mode
| * | left-align checkbox on server tabArthur Schiwon2014-10-161-4/+3
| | |
| * | rephrase xp'ed user mode labelArthur Schiwon2014-10-151-1/+1
| | |
| * | remove debug outputArthur Schiwon2014-10-151-1/+0
| | |
| * | instead of dis/enabling tabs on save, cancel tab change. avoids noisy uiArthur Schiwon2014-10-151-5/+4
| | |
| * | show busy cursor and lock tabs on saveArthur Schiwon2014-10-152-9/+34
| | |
| * | show Spinner when stuff is being savedArthur Schiwon2014-10-143-1/+17
| | |