Commit Graph

859 Commits

Author SHA1 Message Date
tycrek 6be768d655
feat: auto-gen random unknown admin password during migration 2022-12-07 15:59:24 -07:00
tycrek 42a7b4758f
chore: rename this to improve understanding 2022-12-07 15:59:24 -07:00
tycrek 27aa264d37
refactor: switch to arrays instead of Objects/maps 2022-12-07 15:59:24 -07:00
tycrek 499aac0f5b
chore: indicate this will become v0.14.0 eventually 2022-12-07 15:59:23 -07:00
tycrek 340b44a300
fix: use `setURL` instead of `setUrl`, package seems unmaintained 2022-12-07 15:59:23 -07:00
tycrek 1a9fad7076
feat: BREAKING: overhaul auth file format and handling (etc, expand)
BREAKING CHANGE: any hosts with modified deployments of ass utilizing the auth file in its current state will need to fix their modifications.
2022-12-07 15:59:23 -07:00
tycrek 7b88ee9638
feat: added type definitions for auth 2022-12-07 15:59:22 -07:00
tycrek 20b907d676
build: target ES2022 2022-12-07 15:59:22 -07:00
tycrek e425425749
build: added nanoid package 2022-12-07 15:59:16 -07:00
Josh Moore 489b497c7d
feat: added inital API structure
Merge pull request #180 from tycrek/0.14.0/api

close https://github.com/tycrek/ass/issues/179
2022-12-07 15:55:51 -07:00
tycrek f302f56ac6
feat: gave API an onStart() 2022-12-07 15:53:06 -07:00
tycrek 62b2bf953f
feat: added initial API routers (no routes yet) 2022-12-07 14:55:23 -07:00
Facinorous e6b1e72ef7 - Fix txtPrimary & txtSecondary class positions
- Add linkPrimary class for link colour
2022-11-29 18:45:15 -05:00
Josh Moore 49d1a70b27
🎣 feat: Global admin webhook
Merge pull request #171 from tycrek/global-admin-webhook
2022-11-18 18:14:52 -07:00
tycrek 3dab919e3f
fix: DeepSource JS-0295 but idfk why it's only complaining here
There's so much `// @ts-ignore` but it only cares about this?
2022-11-16 20:39:44 -07:00
tycrek 1aaf298b02
feat: added global admin webhook (#142)
Adds options to log all uploads from all users with a webhook
2022-11-16 20:31:41 -07:00
tycrek 122386021f
fix: I forgot Windows doesn't support setting CLI vars this way 2022-11-15 22:02:02 -07:00
tycrek 88534d5adf
ez: simplified 2022-11-15 22:01:33 -07:00
tycrek 90466f6104
🕓 feat: added Timestamp generator 2022-11-15 21:50:31 -07:00
Josh Moore c4aae93ebb
fix: add flag during build script
Merge pull request #164 from tycrek/low-ram-fix
2022-10-26 15:57:32 -06:00
Josh Moore aad45d8204
fix: add flag during build script
Fixes compilation on low-memory systems (<~2GB)

Resolves #163
2022-10-26 15:53:45 -06:00
Josh Moore 548d726395
Fixed logo URL 2022-10-26 11:58:53 -06:00
tycrek c3ea2d6ab3
🍑 ass 0.13.0 🍑 2022-10-13 23:04:07 -06:00
tycrek a1b4f3433e
🛠 build: Update packages 2022-10-13 23:01:30 -06:00
tycrek decc7e6e6c
📜 docs: Added GPS data removal feature to README 2022-10-13 22:55:19 -06:00
tycrek 363177da55
🗺 feat: Stripe EXIF GPS data from files during upload 2022-10-13 22:53:21 -06:00
tycrek b06eceda26
fix: Usage of the `any` type
Resolves Deepsource JS-0323
2022-10-13 22:31:14 -06:00
tycrek f1f8468651
fix: Added Javadoc to `removeGPS`
Resolves Deepsource JS-D1001
2022-10-13 22:29:35 -06:00
tycrek f36acef1cc
feat: Strip EXIF GPS data from files during upload
Supported filetypes are: JPG, PNG, TIF, MOV, MP4. Using [@xoi/gps-metadata-remover](https://www.npmjs.com/package/@xoi/gps-metadata-remover).

Closes #91
2022-10-13 22:23:28 -06:00
tycrek 9a0b4078a8
fix: TS linter was complaining 2022-10-13 22:02:51 -06:00
tycrek a36f944eba
fix: Replace `fs.createReadStream` with `res.sendFile`
Some [local installs (non-docker)](https://canary.discord.com/channels/848274994375294986/848313252009869312/1027077979580416050) may have issues with the filesystem calls used by `fs.createReadStream`. Discord user `Ryan#7385` showed that this fixed *something* (though not what we were actually troubleshooting)
2022-10-08 21:26:33 -06:00
tycrek 9055cfeaff
fix: Viewer not overriding default styles with host-set theme
Added [Tailwind's `@layer` directive](https://tailwindcss.com/docs/adding-custom-styles#using-css-and-layer) to fix specificity overruling
2022-09-02 16:53:10 -06:00
Josh Moore 2ae16b5a0c
Merge pull request #150 from yesBad/patch-1 2022-09-02 14:06:08 -06:00
Bad 1a6d91fe4d
theme.js => theme.json
made me confuse
2022-09-02 23:01:30 +03:00
tycrek 2045b3f034
fix: Remove rootless Docker as it causes issues for some hosts
resolves: #147
2022-08-27 16:01:32 -06:00
tycrek 46678bd96f
🍑 ass 0.12.0 🍑
Merge branch 'better-custom-index'
2022-08-18 17:01:15 -06:00
tycrek e7f1e2b856
Try to resolve DeepSource JS-0356 2022-08-18 16:57:10 -06:00
tycrek e34a980106
Added shitty basic rate limiting (CodeQL) 2022-08-18 16:53:35 -06:00
tycrek 9c718b3384
Suppress DeepSource JS-0359 2022-08-18 16:22:50 -06:00
tycrek 7cb0ec5401
Version bump: `0.12.0` 2022-08-18 16:14:35 -06:00
tycrek 3449ce1951
Updated notes on new custom index procedure 2022-08-18 16:12:40 -06:00
tycrek dfb0e50903
Removed option for custom index filename from setup 2022-08-18 16:12:22 -06:00
tycrek b2b38837e9
Rewrote logic for custom index plugging (more seamless now) 2022-08-18 16:12:10 -06:00
tycrek e0e4512a54
📜 Minor updates to README 2022-08-18 15:53:54 -06:00
tycrek bbee0d3995
Updated a couple sections of the README 2022-07-13 17:55:12 -06:00
tycrek a5749d5a31
Removed excess fields from Bug Issue template 2022-07-13 16:53:33 -06:00
tycrek 8653598b0b
Updated sample and README to match ShareX v14 formatting 2022-07-13 16:53:08 -06:00
tycrek af2ad2c144
Bump Dockerfile version tracker 2022-07-13 15:26:41 -06:00
tycrek 5e115547d9
Merge remote-tracking branch 'zusier/master' 2022-07-13 15:26:07 -06:00
tycrek 67a535b613
Removed step to upgrade NPM and install TS; improved rule ordering 2022-07-13 15:24:04 -06:00