Facinorous
|
4593cb01e2
|
Merge pull request #1 from tycrek/facinorous/theme
Fixed some missing things to approve PR in ass repo
|
2 years ago |
tycrek
|
77870d1228
|
style: make `txtSecondary` darker
|
2 years ago |
tycrek
|
093f84b6fb
|
fix: added missing link variable to Tailwind theme
|
2 years ago |
Facinorous
|
e6b1e72ef7
|
- Fix txtPrimary & txtSecondary class positions
- Add linkPrimary class for link colour
|
2 years ago |
Josh Moore
|
49d1a70b27
|
🎣 feat: Global admin webhook
Merge pull request #171 from tycrek/global-admin-webhook
|
2 years ago |
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?
|
2 years ago |
tycrek
|
1aaf298b02
|
feat: added global admin webhook (#142)
Adds options to log all uploads from all users with a webhook
|
2 years ago |
tycrek
|
122386021f
|
fix: I forgot Windows doesn't support setting CLI vars this way
|
2 years ago |
tycrek
|
88534d5adf
|
ez: simplified
|
2 years ago |
tycrek
|
90466f6104
|
🕓 feat: added Timestamp generator
|
2 years ago |
Josh Moore
|
c4aae93ebb
|
fix: add flag during build script
Merge pull request #164 from tycrek/low-ram-fix
|
2 years ago |
Josh Moore
|
aad45d8204
|
fix: add flag during build script
Fixes compilation on low-memory systems (<~2GB)
Resolves #163
|
2 years ago |
Josh Moore
|
548d726395
|
Fixed logo URL
|
2 years ago |
tycrek
|
c3ea2d6ab3
|
🍑 ass 0.13.0 🍑
|
2 years ago |
tycrek
|
a1b4f3433e
|
🛠 build: Update packages
|
2 years ago |
tycrek
|
decc7e6e6c
|
📜 docs: Added GPS data removal feature to README
|
2 years ago |
tycrek
|
363177da55
|
🗺 feat: Stripe EXIF GPS data from files during upload
|
2 years ago |
tycrek
|
b06eceda26
|
fix: Usage of the `any` type
Resolves Deepsource JS-0323
|
2 years ago |
tycrek
|
f1f8468651
|
fix: Added Javadoc to `removeGPS`
Resolves Deepsource JS-D1001
|
2 years ago |
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
|
2 years ago |
tycrek
|
9a0b4078a8
|
fix: TS linter was complaining
|
2 years ago |
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)
|
2 years ago |
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
|
2 years ago |
Josh Moore
|
2ae16b5a0c
|
Merge pull request #150 from yesBad/patch-1
|
2 years ago |
Bad
|
1a6d91fe4d
|
theme.js => theme.json
made me confuse
|
2 years ago |
tycrek
|
2045b3f034
|
fix: Remove rootless Docker as it causes issues for some hosts
resolves: #147
|
2 years ago |
tycrek
|
46678bd96f
|
🍑 ass 0.12.0 🍑
Merge branch 'better-custom-index'
|
2 years ago |
tycrek
|
e7f1e2b856
|
Try to resolve DeepSource JS-0356
|
2 years ago |
tycrek
|
e34a980106
|
Added shitty basic rate limiting (CodeQL)
|
2 years ago |
tycrek
|
9c718b3384
|
Suppress DeepSource JS-0359
|
2 years ago |
tycrek
|
7cb0ec5401
|
Version bump: `0.12.0`
|
2 years ago |
tycrek
|
3449ce1951
|
Updated notes on new custom index procedure
|
2 years ago |
tycrek
|
dfb0e50903
|
Removed option for custom index filename from setup
|
2 years ago |
tycrek
|
b2b38837e9
|
Rewrote logic for custom index plugging (more seamless now)
|
2 years ago |
tycrek
|
e0e4512a54
|
📜 Minor updates to README
|
2 years ago |
tycrek
|
bbee0d3995
|
Updated a couple sections of the README
|
2 years ago |
tycrek
|
a5749d5a31
|
Removed excess fields from Bug Issue template
|
2 years ago |
tycrek
|
8653598b0b
|
Updated sample and README to match ShareX v14 formatting
|
2 years ago |
tycrek
|
af2ad2c144
|
Bump Dockerfile version tracker
|
2 years ago |
tycrek
|
5e115547d9
|
Merge remote-tracking branch 'zusier/master'
|
2 years ago |
tycrek
|
67a535b613
|
Removed step to upgrade NPM and install TS; improved rule ordering
|
2 years ago |
tycrek
|
ec745defde
|
Docker container now runs as included `node` user, rather than `root`
|
2 years ago |
Josh Moore
|
cdb530de37
|
Merge branch 'master' into master
|
2 years ago |
tycrek
|
f36dc41291
|
Added note to Compose file about specification compliance
|
2 years ago |
tycrek
|
1196685413
|
Removed two unnecessary (I fucking hate that word) compose rules*
*As per the [Compose spec](https://compose-spec.io/), [`command`](https://github.com/compose-spec/compose-spec/blob/master/spec.md#command) and [`working_dir`](https://github.com/compose-spec/compose-spec/blob/master/spec.md#working_dir) are only there to **override** Dockerfile, which has the same values.
|
2 years ago |
tycrek
|
f47dedc595
|
Updated README with new Docker update method
|
2 years ago |
tycrek
|
1f67879fbe
|
Possibly this chain style works?
|
2 years ago |
tycrek
|
1c068bde3c
|
Simplify condition
|
2 years ago |
tycrek
|
7cf60f965c
|
This was supposed to be negated
|
2 years ago |
tycrek
|
b591727a50
|
Try to avoid crashing on launch
|
2 years ago |