nextcloud-server/apps/user_ldap
Thomas Müller fe8bae31dc adding PK to table encryption
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
2014-06-06 13:33:56 +02:00
..
ajax
appinfo adding PK to table encryption 2014-06-06 13:33:56 +02:00
command Fix casing and PHPDoc 2014-06-03 19:10:18 +02:00
css
js fully translatable user_webdav 2014-05-29 00:23:23 +02:00
l10n [tx-robot] updated from transifex 2014-06-06 01:57:10 -04:00
lib fix typo in var name 2014-06-05 16:16:08 +02:00
templates document always links to the current version of OC 2014-05-29 01:30:24 +02:00
tests adjust group tests 2014-06-03 12:59:11 +02:00
group_ldap.php
group_proxy.php
settings.php
user_ldap.php LDAP: put out fetching of user meta data into a fully tested class of its own and update them (mail, quota, etc.) directly after mapping. Fixes #7785 properly on master 2014-06-03 12:59:09 +02:00
user_proxy.php