Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-27 | 3 | -4/+18 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-26 | 1 | -9/+9 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-25 | 1 | -1/+5 |
| | |||||
* | adjust access constructor to master | Arthur Schiwon | 2014-06-25 | 2 | -2/+10 |
| | |||||
* | Port of LDAP Wizard: get correct total no of users, groups and complete ↵ | Arthur Schiwon | 2014-06-25 | 4 | -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 transifex | Jenkins for ownCloud | 2014-06-23 | 1 | -2/+9 |
| | |||||
* | Backport subset of #4179, re-established Oracle compatibility for LDAP | Arthur Schiwon | 2014-06-20 | 2 | -2/+3 |
| | | | | | Conflicts: apps/user_ldap/lib/access.php | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-19 | 2 | -0/+14 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-16 | 1 | -0/+1 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-15 | 1 | -0/+1 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-13 | 1 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-11 | 3 | -5/+22 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-10 | 1 | -0/+1 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-09 | 1 | -3/+81 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-08 | 4 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-07 | 2 | -0/+9 |
| | |||||
* | adding PK to table encryption | Thomas Müller | 2014-06-06 | 1 | -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 transifex | Jenkins for ownCloud | 2014-06-06 | 7 | -0/+9 |
| | |||||
* | fix typo in var name | Arthur Schiwon | 2014-06-05 | 1 | -1/+1 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-05 | 8 | -6/+21 |
| | |||||
* | Merge pull request #8842 from owncloud/ldap_cli_methods | Thomas Müller | 2014-06-04 | 5 | -1/+232 |
|\ | | | | | command line tools to see, modify and test existing LDAP configurations | ||||
| * | Fix casing and PHPDoc | Thomas Müller | 2014-06-03 | 4 | -8/+7 |
| | | |||||
| * | fix description texts | Arthur Schiwon | 2014-06-03 | 2 | -2/+2 |
| | | |||||
| * | command line tools to see, modify and test existing LDAP configurations | Arthur Schiwon | 2014-06-03 | 5 | -1/+233 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-04 | 17 | -16/+15 |
| | | |||||
* | | get rid of @read in PHP doc after rebase | Arthur Schiwon | 2014-06-03 | 1 | -3/+3 |
| | | |||||
* | | adjust group tests | Arthur Schiwon | 2014-06-03 | 1 | -2/+9 |
| | | |||||
* | | clean up | Arthur Schiwon | 2014-06-03 | 1 | -3/+1 |
| | | |||||
* | | class descriptions | Arthur Schiwon | 2014-06-03 | 3 | -0/+16 |
| | | |||||
* | | newlines | Arthur Schiwon | 2014-06-03 | 4 | -4/+4 |
| | | |||||
* | | adjust test to changed convention in storing quota | Arthur Schiwon | 2014-06-03 | 1 | -3/+3 |
| | | |||||
* | | port of PR #8038 | Arthur Schiwon | 2014-06-03 | 1 | -2/+1 |
| | | |||||
* | | precaution: lowercase string for comparison | Arthur Schiwon | 2014-06-03 | 1 | -1/+1 |
| | | |||||
* | | adjust user backend test | Arthur Schiwon | 2014-06-03 | 1 | -13/+33 |
| | | |||||
* | | fix parameter order | Arthur Schiwon | 2014-06-03 | 1 | -2/+2 |
| | | |||||
* | | adjust Access test | Arthur Schiwon | 2014-06-03 | 1 | -7/+16 |
| | | |||||
* | | LDAP: put out fetching of user meta data into a fully tested class of its ↵ | Arthur Schiwon | 2014-06-03 | 10 | -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-webdav | Frank Karlitschek | 2014-06-02 | 3 | -3/+3 |
|\ | | | | | fully translatable user_webdav | ||||
| * | document always links to the current version of OC | Volkan Gezer | 2014-05-29 | 2 | -2/+2 |
| | | |||||
| * | fully translatable user_webdav | Volkan Gezer | 2014-05-29 | 3 | -3/+3 |
| | | |||||
* | | Port LDAP: fix filter can be reset and broken after upgrade from OC 5 #8579 | Arthur Schiwon | 2014-06-02 | 2 | -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 transifex | Jenkins for ownCloud | 2014-06-02 | 1 | -0/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-31 | 6 | -3/+54 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-30 | 3 | -2/+14 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-29 | 10 | -1/+37 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-28 | 5 | -2/+31 |
| | |||||
* | forgotten infobox messages translations | Volkan Gezer | 2014-05-27 | 1 | -4/+4 |
| | |||||
* | Adjust core apps to use "requiremin" instead of "require" | Vincent Petry | 2014-05-27 | 1 | -1/+1 |
| | | | | Also added a few missing authors. | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-27 | 73 | -25/+219 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-26 | 1 | -19/+19 |
| |