Commit Graph

701 Commits (20b907d676dcd881fc5908bea979029c2e3d8ed7)
 

Author SHA1 Message Date
Mikhail Koshkin fdd71a56ab
Merge branch 'master' into docker-layers
3 years ago
Josh Moore bb390a73d1
Merge pull request #71 from d1snin/patch-1
3 years ago
Mikhail Koshkin c1170e24d5
replace `colour` with `color` :nobritish:
3 years ago
d1snin 857dfffabe collapse `RUN` declaration in Dockerfile.
3 years ago
Josh Moore 7419498ea4
Merge pull request #68 from tycrek/new-data-engine-injection
3 years ago
tycrek 20036b2925
updated readme
3 years ago
tycrek 23fdf79a31
added dynamic data engines
3 years ago
tycrek f920907a1b
added config entry `dataEngine`
3 years ago
tycrek 31b7523c15
updated Papito
3 years ago
tycrek 2db8a33d2f
`spaceReplace` fixed for TS
3 years ago
tycrek ca73a377c4
Merge branch 'master' into ts-attempt-over-9000
3 years ago
Josh Moore 2cbc6f0eb3
Merge pull request #67 from tycrek/fix-spaces-in-filenames
3 years ago
tycrek 0c1758cea1
Added options to replace or remove spaces in filenames (must run `npm run setup`)
3 years ago
tycrek 9b80ae6ff1
converted a ton of `module.exports` to `export` and `require` to `import`
3 years ago
tycrek de1358cfc8
moved `verify()` and `generateId()` to TS exports
3 years ago
tycrek c188a7dacd
fixed setup flow
3 years ago
tycrek 589c85d7e5
migrated `ass.js` to `ass.ts`, why tf was this the easy one to migrate?!
3 years ago
tycrek 11ce9c228e
ass-x catchup
3 years ago
tycrek 9b45bc21fe
migrated `utils.js` to `utils.ts`, goddam!
3 years ago
tycrek 0de3dcce34
updated packages
3 years ago
tycrek 75bd856d3e
Merge branch 'master' into ts-attempt-over-9000
3 years ago
Josh Moore 1dfcb0489e
Switch to Papito (replaces ass-storage-engine)
3 years ago
tycrek 47eaa22afa
finished Papito migration
3 years ago
tycrek a5ffbdec91
updated packages
3 years ago
tycrek cfa6574555
Switched to new dependent package name
3 years ago
tycrek 759fcd1729
fixed exports
3 years ago
tycrek 2521ec6cf0
Migrated more files (expand for details)
3 years ago
tycrek a16478f990
Ass TypeScript Beta 1 (version `0.9.0-rc.1`)
3 years ago
tycrek f5896e0031
holy shit it's working (migrated `upload.js` to `upload.ts`)
3 years ago
tycrek b77e0a7c05
moved all @types to `devDependencies`
3 years ago
tycrek 5d9d749062
migrated Resource router to TS; added some type definitions
3 years ago
tycrek 5bd5f258a3
Fixed repeated "cannot write file" errors
3 years ago
tycrek e1032588c5
migrated generators to TS!!
3 years ago
tycrek 81bf01d550
started TS migration, so far so good
3 years ago
tycrek 2aadafe37b
moved all `.js` files into `src/` & removed TLog socket plugin
3 years ago
tycrek 9c07e84b34
use `process.cwd()` instead of `__dirname` for `path.join`
3 years ago
Josh Moore b6d6ba558b
Updated packages & version 0.8.6
3 years ago
tycrek 4f03b38592
Updated packages & version 0.8.6
3 years ago
Josh Moore c6eff307b9
Added setting to view direct resource in browser (merged #60)
3 years ago
tycrek d29f964c6b
Added setting to directly view resource in browser
3 years ago
Josh Moore 2ca3cd31df
Fixed setup not using existing S3 configs (merged #58)
3 years ago
tycrek 07cac6ef20
fixed setup not using existing S3 configs
3 years ago
Josh Moore d4639c7965
Fixed some docker-compose exec missing the container name (merged #57)
3 years ago
tycrek 6ade16153c
fixed some `docker-compose exec` missing the container name
3 years ago
Josh Moore 80ff74c8b7
Improved frontend plugging (merged #56)
3 years ago
tycrek 76fbb7eae0
Rewrote `Custom frontends` section of README
3 years ago
tycrek c5a0ab9c78
removed redundant variable; changed position
3 years ago
Josh Moore 1b28fb53d1
Merge pull request #55 from tycrek/fixed-another-bug-idfk
3 years ago
tycrek a556f5d907
removed weird slash
3 years ago
Josh Moore 34f00d843e
Merge pull request #54 from tycrek/fix-broken-index
3 years ago