Commit Graph

56 Commits (58fd55cfa6747b6ff94c96d6b205efb21f4a9c14)

Author SHA1 Message Date
William Harrison 58fd55cfa6 feat: discord webhook support + custom id func
1 year ago
Sylvie c228a9f6c3
fix: use simpler types & normalize within db implementations
1 year ago
Sylvie 2a6e78356f
fix: missing error logs in api
1 year ago
Sylvie c8ee9a2985
fix: log user create error locally
1 year ago
Sylvie 5eff78c1da
refactor: update all imports for ESM
1 year ago
Sylvie 36870295c4
build: use `dist/` subdirs for output now
1 year ago
Josh Moore fd578d8359
fix: remove duplicate sections
1 year ago
xwashere 9c9f2ac768
impr: move sql config to "database", add config for different db variants
1 year ago
xwashere e113cb57ee
Merge remote-tracking branch 'upstream/dev/0.15.0' into dev/0.15.0
1 year ago
xwashere 7bd08debe6
fix: oh god oh fuck oh god oh no oh
1 year ago
xwashere 26431b2982
fix: oh god oh fuck oh god oh no oh
1 year ago
xwashere d36e5c53fe
nvm
1 year ago
X 66c81503e8
Merge branch 'tycrek:dev/0.15.0' into dev/0.15.0
1 year ago
xwashere 5620d0bed3
add: database class interface
1 year ago
Josh Moore 3709a6958e chore: vsc autoformat
1 year ago
xwashere c648533469
feat: configurable rate limiting
1 year ago
Josh Moore 4b68cb7c31 feat: redirect user to the page they originally requested
1 year ago
Josh Moore 04ef991fbc fix: remove unnecessary function & move session setup step to exist...
1 year ago
Josh Moore 5d06745ceb refactor: use consistent import ordering
1 year ago
Josh Moore 5832a696a8 feat: authenticate sessions with bcrypt
1 year ago
Josh Moore 69f1776c7a feat: added base implementation of login validation middleware
1 year ago
Josh Moore 38c235c836 feat: improve setup logs
1 year ago
Josh Moore 5e7016a0c6 feat: move setup POST to /api/setup
1 year ago
Josh Moore 7f04d365b6 feat: made basic page routers universal
1 year ago
Josh Moore 9d3dc96aec feat: added base implementation of user routing
1 year ago
Josh Moore 72a58295ae feat: added base implementation of admin routing
1 year ago
Josh Moore 98826a08be feat: added login router
1 year ago
Josh Moore fae0d0b69b refactor: added missing explicit semicolons
1 year ago
Josh Moore d91520cb78 feat: use pasted nanoid function (only 130 bytes) to resolve ESM issues
1 year ago
Josh Moore e8e29d2a73 feat: add ability to pass pkg version easily
1 year ago
Josh Moore d5bd01b814 feat: added initial API route for posting a new user
1 year ago
Josh Moore 8487089209 feat: probably improved single object S3 upload
1 year ago
Josh Moore b852a95dcd feat: added empty API router
2 years ago
Josh Moore 7c4829f349 feat: bit of a cleanup
2 years ago
Josh Moore c9905eb127 feat: added file hashing
2 years ago
Josh Moore f245f06647 feat: attach file size to AssFile
2 years ago
Josh Moore 04acf001e7 fix: setup should be allowed even if SQL not defined
2 years ago
Josh Moore c274e0722b fix: added proper error handler here
2 years ago
Josh Moore 6532bc2545 feat: implement GET for both SQL and local storage
2 years ago
Josh Moore 2f883e39be feat: add data Put
2 years ago
Josh Moore 51a7b304f4 feat: run SQL mode switch during setup
2 years ago
Josh Moore 6efe86fe9b feat: adjusted some types
2 years ago
Josh Moore 7c86834d28 feat: allow getting from either S3 or local
2 years ago
Josh Moore 234c9b9c0c fix: maybe fix prod issues??
2 years ago
Josh Moore a518f45b87 feat: added cache control header
2 years ago
Josh Moore a989da79d8 feat: added retrieval routes
2 years ago
Josh Moore ab76785e5f feat: temporary file map to test upload retrieval
2 years ago
Josh Moore d227537575 feat: implement upload files via S3 (still no accessing)
2 years ago
Josh Moore f8930fa299 feat: wrote new upload flow
2 years ago
Josh Moore b37436c4f2 feat: improved (?) setup flow
2 years ago