summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2014-06-273-4/+18
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-06-261-9/+9
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-06-251-1/+5
|
* adjust access constructor to masterArthur Schiwon2014-06-252-2/+10
|
* Port of LDAP Wizard: get correct total no of users, groups and complete ↵Arthur Schiwon2014-06-254-70/+130
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | list of groups on big setups #9002 fix PHPdoc Conflicts: apps/user_ldap/lib/connection.php add method to count groups on LDAP Conflicts: apps/user_ldap/lib/access.php LDAP Wizard: count users and groups with the power of paged search Conflicts: apps/user_ldap/lib/wizard.php consolidate requirement check fix PHPdoc Conflicts: apps/user_ldap/lib/access.php Wizard: get really all groups from LDAP by power of Paged Search Conflicts: apps/user_ldap/lib/wizard.php make all this work in an early configuration state in the wizard by marking the config active and ignoring the validation state. Conflicts: apps/user_ldap/lib/connection.php simplify two methods a bit, because they are not used for group search anymore Conflicts: apps/user_ldap/lib/wizard.php remove unused vars; increase scrutinizer happiness
* [tx-robot] updated from transifexJenkins for ownCloud2014-06-231-2/+9
|
* Backport subset of #4179, re-established Oracle compatibility for LDAPArthur Schiwon2014-06-202-2/+3
| | | | | Conflicts: apps/user_ldap/lib/access.php
* [tx-robot] updated from transifexJenkins for ownCloud2014-06-192-0/+14
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-06-161-0/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-06-151-0/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-06-131-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-06-113-5/+22
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-06-101-0/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-06-091-3/+81
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-06-084-0/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-06-072-0/+9
|
* adding PK to table encryptionThomas Müller2014-06-061-1/+4
| | | | | | | | | | | | | | | | | | | | adding auto increment/PK to table files_trash adding PK to table ldap_user_mapping and ldap_group_members adding PK to table ldap_group_mapping truncate permissions table to allow smooth creation of primary key adding unit test for creating an auto increment column on a table which already contains data remove unneeded table files_trashsizes fix unit test no need to truncate *PREFIX*permissions On Oracle adding auto increment columns is not working out of the box - Oracle migrations are to be done manually
* [tx-robot] updated from transifexJenkins for ownCloud2014-06-067-0/+9
|
* fix typo in var nameArthur Schiwon2014-06-051-1/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-06-058-6/+21
|
* Merge pull request #8842 from owncloud/ldap_cli_methodsThomas Müller2014-06-045-1/+232
|\ | | | | command line tools to see, modify and test existing LDAP configurations
| * Fix casing and PHPDocThomas Müller2014-06-034-8/+7
| |
| * fix description textsArthur Schiwon2014-06-032-2/+2
| |
| * command line tools to see, modify and test existing LDAP configurationsArthur Schiwon2014-06-035-1/+233
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-06-0417-16/+15
| |
* | get rid of @read in PHP doc after rebaseArthur Schiwon2014-06-031-3/+3
| |
* | adjust group testsArthur Schiwon2014-06-031-2/+9
| |
* | clean upArthur Schiwon2014-06-031-3/+1
| |
* | class descriptionsArthur Schiwon2014-06-033-0/+16
| |
* | newlinesArthur Schiwon2014-06-034-4/+4
| |
* | adjust test to changed convention in storing quotaArthur Schiwon2014-06-031-3/+3
| |
* | port of PR #8038Arthur Schiwon2014-06-031-2/+1
| |
* | precaution: lowercase string for comparisonArthur Schiwon2014-06-031-1/+1
| |
* | adjust user backend testArthur Schiwon2014-06-031-13/+33
| |
* | fix parameter orderArthur Schiwon2014-06-031-2/+2
| |
* | adjust Access testArthur Schiwon2014-06-031-7/+16
| |
* | LDAP: put out fetching of user meta data into a fully tested class of its ↵Arthur Schiwon2014-06-0310-140/+1338
|/ | | | own and update them (mail, quota, etc.) directly after mapping. Fixes #7785 properly on master
* Merge pull request #8712 from owncloud/l10n-fully-translatable-webdavFrank Karlitschek2014-06-023-3/+3
|\ | | | | fully translatable user_webdav
| * document always links to the current version of OCVolkan Gezer2014-05-292-2/+2
| |
| * fully translatable user_webdavVolkan Gezer2014-05-293-3/+3
| |
* | 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
|