-rw-r--r-- | .gitignore | 7L |
-rw-r--r-- | CONTRIBUTING.md | 40L |
-rw-r--r-- | LICENSE | 15L |
-rw-r--r-- | MIGRATIONS.md | 44L |
-rw-r--r-- | README.md | 107L |
-rw-r--r-- | about.md | 51L |
-rw-r--r-- | cmd/add-admin/main.go | 75L |
-rw-r--r-- | cmd/admin-add-user/main.go | 103L |
-rw-r--r-- | cmd/admin-reset/main.go | 74L |
-rw-r--r-- | cmd/migration-tool/main.go | 71L |
-rw-r--r-- | constants/constants.go | 22L |
-rw-r--r-- | crypto/crypto.go | 72L |
-rw-r--r-- | database/database.go | 567L |
-rw-r--r-- | database/migrations.go | 247L |
-rw-r--r-- | database/moderation.go | 513L |
-rw-r--r-- | defaults/defaults.go | 20L |
-rw-r--r-- | defaults/sample-about.md | 49L |
-rw-r--r-- | defaults/sample-config.toml | 15L |
-rw-r--r-- | defaults/sample-logo.html | 16L |
-rw-r--r-- | defaults/sample-rules.md | 1L |
-rw-r--r-- | defaults/sample-verification-instructions.md | 4L |
-rw-r--r-- | docs/hosting.md | 66L |
-rw-r--r-- | go.mod | 17L |
-rw-r--r-- | go.sum | 101L |
-rw-r--r-- | html/about-template.html | 7L |
-rw-r--r-- | html/about.html | 50L |
-rw-r--r-- | html/admin-add-user.html | 21L |
-rw-r--r-- | html/admin.html | 105L |
-rw-r--r-- | html/admins-list.html | 22L |
-rwxr-xr-x | html/assets/favicon.png | 725B |
-rw-r--r-- | html/assets/merveilles.png | 1537B |
-rwxr-xr-x | html/assets/merveilles.svg | 6L |
-rw-r--r-- | html/assets/theme.css | 50L |
-rw-r--r-- | html/change-password-success.html | 6L |
-rw-r--r-- | html/change-password.html | 18L |
-rw-r--r-- | html/edit-post.html | 17L |
-rw-r--r-- | html/footer.html | 4L |
-rw-r--r-- | html/generic-message.html | 6L |
-rw-r--r-- | html/head.html | 227L |
-rw-r--r-- | html/html.go | 8L |
-rw-r--r-- | html/index.html | 18L |
-rw-r--r-- | html/login-component.html | 16L |
-rw-r--r-- | html/login.html | 16L |
-rw-r--r-- | html/moderation-log.html | 32L |
-rw-r--r-- | html/new-thread.html | 18L |
-rw-r--r-- | html/password-reset.html | 23L |
-rw-r--r-- | html/register-success.html | 7L |
-rw-r--r-- | html/register.html | 45L |
-rw-r--r-- | html/thread.html | 50L |
-rw-r--r-- | i18n/i18n.go | 386L |
-rw-r--r-- | limiter/limiter.go | 111L |
-rw-r--r-- | run.go | 76L |
-rw-r--r-- | server/moderation.go | 459L |
-rw-r--r-- | server/server.go | 965L |
-rw-r--r-- | server/session/session.go | 122L |
-rw-r--r-- | types/types.go | 57L |
-rw-r--r-- | util/util.go | 251L |