Commit Graph

20 Commits

Author SHA1 Message Date
Pitu 6cf87b95ec chore: change to sass 2022-01-14 01:05:43 +09:00
Pitu f8d763dca3 chore: change to dart-sass 2022-01-13 23:18:31 +09:00
Brandon Dusseau 556dfbd5f5
Update sharp package to fix crash (#312) 2021-11-25 04:19:32 +09:00
Pitu f45cb197e4 update package.json, pin volta, update deps 2021-06-15 00:12:56 +09:00
Pitu 3358cf6939 chore: simplify dev commands 2021-06-08 00:12:38 +09:00
Pitu ab211c8a9e wip 2021-03-23 22:35:39 +09:00
Pitu b24c0175f5 Merge branch 'feature/database_based_settings' of https://github.com/Zephyrrus/huskysafe into Zephyrrus-feature/database_based_settings 2021-03-23 22:24:11 +09:00
Pitu 68fcbcb545 chore: update nuxt 2021-01-20 14:01:01 +09:00
Zephyrrus 3c303241e1 feat: create settings schema (used for rendering and validating) 2021-01-09 01:03:03 +02:00
Zephyrrus 34bd71948e chore: revert nuxt update, it breaks SSR in development mode, not worth it. 2021-01-07 21:56:35 +02:00
Zephyrrus d4b1550439 chore: update knex, mdi/font, nuxtjs/axios, nuxt, systeminformation
chore: remove deprecated mode from nuxt.config.js
2021-01-07 21:36:26 +02:00
Zephyrrus e0801f0c19 fix: use PassThrough from FileType to get the real mimetype of a file while it's being saved to the disk 2021-01-07 10:47:16 +02:00
Zephyrrus f151a8ac3a chore: Move statistics related functions to it's own file
fix: Extract database constructor to a separate file to ensure we only create one knex instance/db
feat: Add cron for saving the stats to the database every hour
feat: Get cached stats from database (if a stat is not found in the db, generate it)
2021-01-07 10:47:16 +02:00
Zephyrrus 53f5015c99 feat: check for real mimetype using file-type
For now, if file-type returns undefined, we take the value from the browser. In the future this should be removed to ensure people can't bypass the real mime checking using a special file that can't be recognized by file-type.
2021-01-07 10:47:16 +02:00
Pitu 28efb0d9ed feature: new chunk and write strategy 2021-01-07 02:11:53 +09:00
Pitu b77c0a57cc feat: add testing capabilities 2021-01-04 00:48:34 +09:00
iCrawl 5d2d46d8dc
add docker support 2020-12-26 21:00:53 +01:00
Pitu fb2c27086f Fix ESLint rules once and for all 2020-12-24 23:45:16 +09:00
Zephyrrus 13825ddae6 chore: update lock files 2020-12-24 10:21:19 +02:00
Zephyrrus 20ee770fd6 chore: update package.json 2020-11-12 23:05:51 +02:00