Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarvin Thomas Rabe <m.rabe@echtzeitraum.de>2011-09-30 20:22:12 +0400
committerMarvin Thomas Rabe <m.rabe@echtzeitraum.de>2011-09-30 20:25:34 +0400
commitccfa2dd24ce8313b9dede2d1c18761aa9e294e5c (patch)
tree913814d42b4b2bf284662af956b56dc282ad1c0a /.gitignore
parentc3b57944ac31f63cbbd575dfd7200fa3b050f4ef (diff)
Error when only oc_remember_login cookie set fixed.
Filled username field when oc_username is set repaired. Problems with "advanced settings" button in installation wizard fixed. CSS improved - login and installation now looks more clean. Request password link removed (email feature not implemented yet). Database radio button bugs removed. It is possible to have an empty database password, now ownCloud will support this "security issue". Ignore Mac OS X ".DSstore" files. Fade in/out of login button and remember checkbox removed due to some display errors.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e9dbc1e3f62..ea8e5bd42fa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,3 +31,5 @@ RCS/*
# netbeans
nbproject
+
+.DS_Store \ No newline at end of file