aboutsummaryrefslogtreecommitdiff
path: root/schema.sql (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-02-16schema.sql: Don't use key_string UNIQUERunxi Yu1-2/+4
It creates a btree index, so very long keys won't work.
2025-02-16schema.sql: Fix public keys and add basic group ACLRunxi Yu1-7/+11
2025-02-13schema.sql: password TEXT should not be NOT NULLRunxi Yu1-1/+1
2025-02-13index: Reformat the pageRunxi Yu1-1/+2
2025-02-13login: Implement password validationRunxi Yu1-1/+0
2025-02-13_header.html: Add headerRunxi Yu1-0/+6
2025-02-12schema.sql: Reorder (or it'll error out)Runxi Yu1-7/+7
2025-02-12schema.sql: FixesRunxi Yu1-5/+4
2025-02-12schema.sql: Basic schemaRunxi Yu1-0/+71