Commit Graph

100 Commits (5d06745cebbeb2d24919a4c9fbd747cb477b2d3f)

Author SHA1 Message Date
Josh Moore 5d06745ceb refactor: use consistent import ordering
11 months ago
Josh Moore 5832a696a8 feat: authenticate sessions with bcrypt
11 months ago
Josh Moore 285e5ccc6a feat: added getAll to `data.ts` (MySQL is UNTESTED)
11 months ago
Josh Moore b4ebe8b5d5 feat: added UNTESTED MySQL getAll
11 months ago
Josh Moore 69f1776c7a feat: added base implementation of login validation middleware
11 months ago
Josh Moore 38c235c836 feat: improve setup logs
11 months ago
Josh Moore 5e7016a0c6 feat: move setup POST to /api/setup
11 months ago
Josh Moore 7f04d365b6 feat: made basic page routers universal
11 months ago
Josh Moore b7f79a49fd feat: added session types & set up session storage
11 months ago
Josh Moore 9d3dc96aec feat: added base implementation of user routing
11 months ago
Josh Moore 72a58295ae feat: added base implementation of admin routing
11 months ago
Josh Moore 98826a08be feat: added login router
11 months ago
Josh Moore 6dc4070810 build: use `@tsconfig/node20` [docker build]
11 months ago
Josh Moore 35fcee6ec1 feat: added ass version to Request metadata (see #223 for info)
11 months ago
Josh Moore fae0d0b69b refactor: added missing explicit semicolons
11 months ago
Josh Moore 0a652227a3 feat: dummy non-functioning login page [skip ci:ts]
11 months ago
Josh Moore 059b20e714 feat: nice
12 months ago
Josh Moore 39082f4fb0 refactor: renamed views/ and views2/
12 months ago
Josh Moore 1562e7af67 refactor: rename Tailwind files
12 months ago
Josh Moore d4d6e869b2 fix: update imports for new tsconfig.json
12 months ago
Josh Moore d91520cb78 feat: use pasted nanoid function (only 130 bytes) to resolve ESM issues
12 months ago
Josh Moore ed6213a76b build: updated tsconfig.json
12 months ago
Josh Moore e8e29d2a73 feat: add ability to pass pkg version easily
12 months ago
Josh Moore d3191c9970 remove: this was re-implemented already in a much simpler way
12 months ago
Josh Moore 40469eabcf feat: migrated some utils
12 months ago
Josh Moore f4d05bdb33 refactor: migrated file operations
12 months ago
Josh Moore d04b4f9bb5 refactor: migrated all the generators
12 months ago
Josh Moore d5bd01b814 feat: added initial API route for posting a new user
12 months ago
Josh Moore 346aa9b97d fix: set S3 region to `auto` if unset
12 months ago
Josh Moore 8487089209 feat: probably improved single object S3 upload
12 months ago
Josh Moore b852a95dcd feat: added empty API router
1 year ago
Josh Moore 7c4829f349 feat: bit of a cleanup
1 year ago
Josh Moore c9905eb127 feat: added file hashing
1 year ago
Josh Moore f245f06647 feat: attach file size to AssFile
1 year ago
Josh Moore 04acf001e7 fix: setup should be allowed even if SQL not defined
1 year ago
Josh Moore ac1a51ec16 fix: this should be `resolve(false)`
1 year ago
Josh Moore c274e0722b fix: added proper error handler here
1 year ago
Josh Moore 9429fca2f7 feat: implement favicon redirect
1 year ago
Josh Moore 597983f370 fix: unknown crash in prod?
1 year ago
Josh Moore 6532bc2545 feat: implement GET for both SQL and local storage
1 year ago
Josh Moore 858635f64d fix: initial SQL configuration crashed if empty
1 year ago
Josh Moore c0cf6598e3 feat: added existing check for SQL data put
1 year ago
Josh Moore 310a2bb117 feat: improve this log
1 year ago
Josh Moore 9c403a1554 feat: half-implement put to SQL
1 year ago
Josh Moore d0e5711f65 fix: set _ready to true
1 year ago
Josh Moore 2d4db02d22 feat: added `put` to MySql client
1 year ago
Josh Moore adac5a1538 chore: I hate formatting shit
1 year ago
Josh Moore 351195d7b5 feat: configure SQL on app startup if user config is ready
1 year ago
Josh Moore 488f5c15e3 feat: half-implement useSql in data.ts
1 year ago
Josh Moore 821acf0cd8 feat: added _ready/ready vars to MySql
1 year ago