]> source.dussan.org Git - nextcloud-server.git/commitdiff
newlines at end of file
authorArthur Schiwon <blizzz@owncloud.com>
Thu, 9 Apr 2015 12:00:34 +0000 (14:00 +0200)
committerArthur Schiwon <blizzz@owncloud.com>
Thu, 9 Apr 2015 12:00:34 +0000 (14:00 +0200)
yes, IDE is now configured accordingly.

12 files changed:
apps/user_ldap/js/wizard/wizardDetectorQueue.js
apps/user_ldap/js/wizard/wizardFilterOnType.js
apps/user_ldap/js/wizard/wizardFilterOnTypeFactory.js
apps/user_ldap/js/wizard/wizardTabAbstractFilter.js
apps/user_ldap/js/wizard/wizardTabAdvanced.js
apps/user_ldap/js/wizard/wizardTabElementary.js
apps/user_ldap/js/wizard/wizardTabExpert.js
apps/user_ldap/js/wizard/wizardTabGroupFilter.js
apps/user_ldap/js/wizard/wizardTabLoginFilter.js
apps/user_ldap/js/wizard/wizardTabUserFilter.js
apps/user_ldap/settings.php
apps/user_ldap/templates/wizard-container.php [deleted file]

index 448dfc18036118fa7804361e61217fcd6abfe192..b6fa644558e612149d6fc9b97b5406316e01b698 100644 (file)
@@ -86,4 +86,4 @@ OCA = OCA || {};
        });
 
        OCA.LDAP.Wizard.WizardDetectorQueue = WizardDetectorQueue;
-})();
\ No newline at end of file
+})();
index f3f1368982bda6e78fe6f7cbff79c9d3516a8838..bb1871023a298c9f03370b39bbe25c73986f1f02 100644 (file)
@@ -73,4 +73,4 @@ OCA = OCA || {};
        });
 
        OCA.LDAP.Wizard.FilterOnType = FilterOnType;
-})();
\ No newline at end of file
+})();
index eb52921273439b1b242879d125831b9f24bac403..bd6511dc8b0f17e770473845413536d39d5cf14e 100644 (file)
@@ -24,4 +24,4 @@ OCA = OCA || {};
        });
 
        OCA.LDAP.Wizard.FilterOnTypeFactory = FilterOnTypeFactory;
-})();
\ No newline at end of file
+})();
index ace8501117f6718a02cd81d2d00a522088392a8d..e2ac55f07199616b3a0511490f263fe7b9ff0ecd 100644 (file)
@@ -370,4 +370,4 @@ OCA = OCA || {};
        });
 
        OCA.LDAP.Wizard.WizardTabAbstractFilter = WizardTabAbstractFilter;
-})();
\ No newline at end of file
+})();
index 931a547218b2815f9b1dc8da3116b3401a82a0fe..a27ec87b7c46fbc7a0b155c192c2fcbb70886245 100644 (file)
@@ -327,4 +327,4 @@ OCA = OCA || {};
        });
 
        OCA.LDAP.Wizard.WizardTabAdvanced = WizardTabAdvanced;
-})();
\ No newline at end of file
+})();
index 9113ecffcf46c886961cf250f773906be7746571..31318dd0b2ed479394dadd9adadd1d5e26186662 100644 (file)
@@ -343,4 +343,4 @@ OCA = OCA || {};
        });
 
        OCA.LDAP.Wizard.WizardTabElementary = WizardTabElementary;
-})();
\ No newline at end of file
+})();
index 6ff93bfd62f5cac748c4eeb50fd494289e9fde59..7cfd49ba0f6f19649e941b58236b2bc2ffb69357 100644 (file)
@@ -127,4 +127,4 @@ OCA = OCA || {};
        });
 
        OCA.LDAP.Wizard.WizardTabExpert = WizardTabExpert;
-})();
\ No newline at end of file
+})();
index effb2b3debd8822ee44fd679a5bdc73e0ac32338..528b5d8367067a2a34462ee474c2206e4d0d75a3 100644 (file)
@@ -121,4 +121,4 @@ OCA = OCA || {};
        });
 
        OCA.LDAP.Wizard.WizardTabGroupFilter = WizardTabGroupFilter;
-})();
\ No newline at end of file
+})();
index 121b43793f2685c1dde5ff1f940f9c937873ee66..3acb13ace21215ca0608f3653780e4733532f694 100644 (file)
@@ -232,4 +232,4 @@ OCA = OCA || {};
        });
 
        OCA.LDAP.Wizard.WizardTabLoginFilter = WizardTabLoginFilter;
-})();
\ No newline at end of file
+})();
index 4ca1199b50367addc05266250351f979fb25ad8c..992c1ccf37992b32b10963c4d3fb86975b88238d 100644 (file)
@@ -133,4 +133,4 @@ OCA = OCA || {};
        });
 
        OCA.LDAP.Wizard.WizardTabUserFilter = WizardTabUserFilter;
-})();
\ No newline at end of file
+})();
index cc153ac68268725213e4021008026ec7e6f17033..d17361cdfd5f33f0565b84fdf8494a5cae589638 100644 (file)
@@ -74,4 +74,4 @@ foreach($defaults as $key => $default) {
        $tmpl->assign($key.'_default', $default);
 }
 
-return $tmpl->fetchPage();
\ No newline at end of file
+return $tmpl->fetchPage();
diff --git a/apps/user_ldap/templates/wizard-container.php b/apps/user_ldap/templates/wizard-container.php
deleted file mode 100644 (file)
index fbfa889..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-<form id="ldapWizard" class="section" action="#" method="post">
-       <h2><?php p($l->t('LDAP2')); ?></h2>
-</form>
\ No newline at end of file