Commit Graph

131 Commits (c8ee9a29850f07593e8a52c88765f24955e8d015)

Author SHA1 Message Date
Josh Moore d4d6e869b2 fix: update imports for new tsconfig.json
1 year ago
Josh Moore d91520cb78 feat: use pasted nanoid function (only 130 bytes) to resolve ESM issues
1 year ago
Josh Moore ed6213a76b build: updated tsconfig.json
1 year ago
Josh Moore e8e29d2a73 feat: add ability to pass pkg version easily
1 year ago
Josh Moore d3191c9970 remove: this was re-implemented already in a much simpler way
1 year ago
Josh Moore 40469eabcf feat: migrated some utils
1 year ago
Josh Moore f4d05bdb33 refactor: migrated file operations
1 year ago
Josh Moore d04b4f9bb5 refactor: migrated all the generators
1 year ago
Josh Moore d5bd01b814 feat: added initial API route for posting a new user
1 year ago
Josh Moore 346aa9b97d fix: set S3 region to `auto` if unset
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 ac1a51ec16 fix: this should be `resolve(false)`
2 years ago
Josh Moore c274e0722b fix: added proper error handler here
2 years ago
Josh Moore 9429fca2f7 feat: implement favicon redirect
2 years ago
Josh Moore 597983f370 fix: unknown crash in prod?
2 years ago
Josh Moore 6532bc2545 feat: implement GET for both SQL and local storage
2 years ago
Josh Moore 858635f64d fix: initial SQL configuration crashed if empty
2 years ago
Josh Moore c0cf6598e3 feat: added existing check for SQL data put
2 years ago
Josh Moore 310a2bb117 feat: improve this log
2 years ago
Josh Moore 9c403a1554 feat: half-implement put to SQL
2 years ago
Josh Moore d0e5711f65 fix: set _ready to true
2 years ago
Josh Moore 2d4db02d22 feat: added `put` to MySql client
2 years ago
Josh Moore adac5a1538 chore: I hate formatting shit
2 years ago
Josh Moore 351195d7b5 feat: configure SQL on app startup if user config is ready
2 years ago
Josh Moore 488f5c15e3 feat: half-implement useSql in data.ts
2 years ago
Josh Moore 821acf0cd8 feat: added _ready/ready vars to MySql
2 years ago
Josh Moore 5e6c918ec2 fix: not sure why this order was weird
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 0a45ddcd37 feat: implement SQL mode switch
2 years ago
Josh Moore 56e4f63ffa feat: improve MySQL database creation
2 years ago
Josh Moore 6efe86fe9b feat: adjusted some types
2 years ago
Josh Moore fa40db0662 feat: added initial data file management (no put/get/etc yet)
2 years ago
Josh Moore 9de7e20f5f feat: save `userconfig.json` to `.ass-data/` dir
2 years ago
Josh Moore 9691893a8a feat: add MySQL checks to parseConfig()
2 years ago
Josh Moore 15ee35d996 feat: added more config checks
2 years ago
Josh Moore 97fa3acb1a feat: added basic string checker
2 years ago
Josh Moore 329f9113b8 chore: remove completed todo
2 years ago
Josh Moore eb3e930739 feat: added initial MySQL client (creates tables right now)
2 years ago
Josh Moore c84b26804d misc: move soon to be deprecated constants
2 years ago
Josh Moore 7c86834d28 feat: allow getting from either S3 or local
2 years ago
Josh Moore 1657200e3d fix: I'm very dumb this needs to be recursive
2 years ago
Josh Moore 30dfd386c6 fix: log errors
2 years ago
Josh Moore fc31a48bbb fix: create uploads dir automatically for docker containers
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 0f184c6630 feat: implement S3 get and improve upload
2 years ago
Josh Moore a2c2b8e906 fix: imports
2 years ago
Josh Moore d227537575 feat: implement upload files via S3 (still no accessing)
2 years ago
Josh Moore bf6d741cde feat: implemented S3 Object Put & Multipart (kind of) uploads
2 years ago
Josh Moore f6b9aba0b8 feat: added basic S3 structure kind of
2 years ago
Josh Moore 0d01fb670b feat: sample for oggy
2 years ago
Josh Moore f8930fa299 feat: wrote new upload flow
2 years ago
Josh Moore 26e4f679ce feat: migrated random generator
2 years ago
Josh Moore e0e4acbcf4 feat: print an error here, just in case
2 years ago
Josh Moore 4d72448cf3 fix: remove one-time variable
2 years ago
Josh Moore f166d31b2c refactor: move where this log is
2 years ago
Josh Moore 7c655e466a feat: improve numChecker
2 years ago
Josh Moore 9e0088e155 feat: improved some error logs
2 years ago
Josh Moore b37436c4f2 feat: improved (?) setup flow
2 years ago
Josh Moore b9dff5865c feat: don't print the entire error here
2 years ago
Josh Moore 9f810a8f5c feat: save setup file from web setup
2 years ago
Josh Moore b3093b23e3 fix: avoid displaying `null` in alerts
2 years ago
Josh Moore c9a274490a feat: add config file saving/reading
2 years ago
Josh Moore bc3e6b86d6 fix: improved number checker
2 years ago
Josh Moore 5cd3f57175 feat: improve setup reliability
2 years ago
Josh Moore cb41aeaa3c feat: added type checkers
2 years ago
Josh Moore fce1b30e3f feat: created UserConfig class
2 years ago
Josh Moore 352cb2b636 TABS
2 years ago
Josh Moore 83c89a9e25 fix: make userconfig.json checks dynamic
2 years ago
Josh Moore 466fc5eafe feat: basic type-safe setup communication configured
2 years ago
Josh Moore 5d1d4a402e feat: migrated files to new backend directory
2 years ago
Josh Moore d505187697 build: changed output directory for backend
2 years ago
Josh Moore 5270b3c7b6 build: wrote new .tsconfigs for back/front-end setup
2 years ago