Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 9294770

Browse files
committed
New landing page
Should be good enough as a starting point
1 parent 05c792d commit 9294770

File tree

93 files changed

+8350
-139
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+8350
-139
lines changed

README.md

Lines changed: 1 addition & 4 deletions

common/validate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ func checkUsername(fl valid.FieldLevel) bool {
113113
// Checks a username against the list of reserved ones.
114114
func ReservedUsernamesCheck(userName string) error {
115115
reserved := []string{"about", "account", "accounts", "admin", "administrator", "blog", "ceo", "compare", "dbhub",
116-
"default", "download", "forks", "legal", "login", "logout", "mail", "news", "pref", "printer", "public",
116+
"default", "demo", "download", "forks", "legal", "login", "logout", "mail", "news", "pref", "printer", "public",
117117
"reference", "register", "root", "sales", "star", "stars", "system", "table", "upload", "uploaddata", "vis",
118118
"watchers"}
119119
for _, word := range reserved {

webui/css/angular-bootstrap-lightbox.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
7 KB
10.2 KB
Binary file not shown.

webui/images/db4s_screenshot1.png

129 KB

webui/images/db4s_screenshot1.xcf

277 KB
Binary file not shown.
7.24 KB
11.1 KB
Binary file not shown.

webui/images/db4s_screenshot2.png

135 KB

0 commit comments

Comments
 (0)