-rw-r--r-- | .github/workflows/release.yml | 39L |
-rw-r--r-- | .github/workflows/rust.yml | 22L |
-rw-r--r-- | .gitignore | 12L |
-rw-r--r-- | CODE_OF_CONDUCT.md | 3L |
-rw-r--r-- | Cargo.lock | 2357L |
-rw-r--r-- | Cargo.toml | 39L |
-rw-r--r-- | LICENSE | 661L |
-rw-r--r-- | README.md | 6936B |
-rwxr-xr-x | ansible/deploy.sh | 5L |
-rw-r--r-- | ansible/gourami.service | 13L |
-rw-r--r-- | ansible/inventory.example | 2L |
-rw-r--r-- | ansible/playbook.retry | 1L |
-rw-r--r-- | ansible/playbook.yml | 39L |
-rw-r--r-- | diesel.toml | 5L |
-rw-r--r-- | docs/ADMIN_GUIDE.md | 42L |
-rw-r--r-- | docs/demo.png | 78299B |
-rw-r--r-- | migrations/.gitkeep | 0B |
-rw-r--r-- | migrations/2020-04-13-014917_initialize/down.sql | 10L |
-rw-r--r-- | migrations/2020-04-13-014917_initialize/up.sql | 61L |
-rw-r--r-- | sample_env | 13L |
-rw-r--r-- | src/ap.rs | 604L |
-rw-r--r-- | src/db/conn.rs | 16L |
-rw-r--r-- | src/db/invite.rs | 8L |
-rw-r--r-- | src/db/mod.rs | 6L |
-rw-r--r-- | src/db/note.rs | 221L |
-rw-r--r-- | src/db/schema.rs | 61L |
-rw-r--r-- | src/db/server_mutuals.rs | 19L |
-rw-r--r-- | src/db/user.rs | 106L |
-rw-r--r-- | src/error.rs | 54L |
-rw-r--r-- | src/lib.rs | 641L |
-rw-r--r-- | src/main.rs | 53L |
-rw-r--r-- | src/routes.rs | 230L |
-rw-r--r-- | src/schema.rs | 78L |
-rw-r--r-- | src/session.rs | 82L |
-rw-r--r-- | static/css/style.css | 166L |
-rw-r--r-- | static/favicon.ico | 15406B |
-rw-r--r-- | static/favicon.svg | 1L |
-rw-r--r-- | static/robots.txt | 2L |
-rw-r--r-- | templates/base.html | 41L |
-rw-r--r-- | templates/createnote.html | 16L |
-rw-r--r-- | templates/edit_user.html | 32L |
-rw-r--r-- | templates/error.html | 6L |
-rw-r--r-- | templates/header.html | 1L |
-rw-r--r-- | templates/index.html | 16L |
-rw-r--r-- | templates/login.html | 21L |
-rw-r--r-- | templates/noteslist.html | 10L |
-rw-r--r-- | templates/register.html | 24L |
-rw-r--r-- | templates/server_info.html | 27L |
-rw-r--r-- | templates/single_note.html | 29L |
-rw-r--r-- | templates/timeline.html | 13L |
-rw-r--r-- | templates/user_header.html | 31L |