aboutsummaryrefslogtreecommitdiff
path: root/package.json
Commit message (Collapse)AuthorAgeFilesLines
* chore: chibisafe -> HostessFuwn2022-01-151-7/+8
|
* chore: change to sassPitu2022-01-141-1/+1
|
* chore: change to dart-sassPitu2022-01-131-1/+1
|
* Update sharp package to fix crash (#312)Brandon Dusseau2021-11-251-1/+1
|
* chore: remove update scriptPitu2021-06-201-1/+0
|
* fix: migrationsZephyrrus2021-06-181-1/+1
| | | | fix: order of parameters in the startup script
* update package.json, pin volta, update depsPitu2021-06-151-5/+11
|
* chore: simplify dev commandsPitu2021-06-081-5/+7
|
* wipPitu2021-06-071-1/+1
|
* feat: implement initial values and saving to db logicPitu2021-03-251-0/+1
|
* Merge branch 'feature/database_based_settings' of ↵Pitu2021-03-231-0/+1
|\ | | | | | | https://github.com/Zephyrrus/huskysafe into Zephyrrus-feature/database_based_settings
| * feat: create settings schema (used for rendering and validating)Zephyrrus2021-01-091-0/+1
| |
* | chore: update nuxtPitu2021-01-201-1/+1
|/
* chore: force migration on service startPitu2021-01-081-2/+2
|
* chore: revert nuxt update, it breaks SSR in development mode, not worth it.Zephyrrus2021-01-071-1/+1
|
* chore: update knex, mdi/font, nuxtjs/axios, nuxt, systeminformationZephyrrus2021-01-071-5/+5
| | | | chore: remove deprecated mode from nuxt.config.js
* chore: Move statistics related functions to it's own fileZephyrrus2021-01-071-0/+1
| | | | | | 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)
* feat: check for real mimetype using file-typeZephyrrus2021-01-071-0/+2
| | | | 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.
* chore: bump versionPitu2021-01-071-1/+1
|
* feature: new chunk and write strategyPitu2021-01-071-0/+1
|
* feat: add testing capabilitiesPitu2021-01-041-3/+17
|
* add docker supportiCrawl2020-12-261-10/+10
|
* RebrandPitu2020-12-251-4/+5
|
* Update ESLintPitu2020-12-251-1/+1
|
* Feat: add rotating logs when running in production envPitu2020-12-251-0/+3
|
* CleanupPitu2020-12-251-6/+0
|
* Remove flexsearchPitu2020-12-241-1/+0
|
* Fix ESLint rules once and for allPitu2020-12-241-79/+3
|
* chore: remove trailing commasZephyrrus2020-12-241-1/+5
|
* chore: update lock filesZephyrrus2020-12-241-1/+1
|
* chore: update package.jsonZephyrrus2020-11-121-1/+1
|
* feat: add experimental search parserZephyrrus2020-07-221-0/+2
|
* Merge branch 'dev' into dev-zephyZephyrrus2020-07-191-3/+2
|\
| * Timeout, package and docs cleanupPitu2020-07-181-3/+2
| |
* | feat: Add bulma dividerZephyrrus2020-07-191-0/+1
| | | | | | | | fix: Change extractCSS to only extract on production so we don't break HMR
* | chore: linter the entire project using the new rulesZephyrrus2020-07-081-1/+2
| |
* | feat: add morgan for logging requests if env is not productionZephyrrus2020-07-081-1/+5
| |
* | feat: refactor waterfall to be more efficientZephyrrus2020-07-071-1/+23
| |
* | chore: change to vue recommended eslint rules + airbnb-base for jsZephyrrus2020-07-051-3/+64
| |
* | feat: add experimental meaningful preview extraction from videosZephyrrus2020-07-021-0/+1
| | | | | | | | For now, it sitll requires gifski. It could be rewritten to use webp instead of gifs, because that is a lot faster, uses less space and we could use ffmpeg for it.
* | chore: update buefy to 0.8.20Zephyrrus2020-06-291-1/+1
|/
* Feature:Pitu2020-05-091-3/+3
| | | | | | * Frontend is now served by the API process * Only 1 process spawns for lolisafe to work * Switched frontend from server-side render to static site, now saved in `/dist`
* chore: remove filepondPitu2020-04-111-2/+0
|
* chore: update depsPitu2020-04-101-3/+3
|
* chore: update nuxtPitu2019-10-121-1/+1
|
* add nodemon for API restart during developmentPitu2019-10-121-0/+1
|
* chore: Upgrade buefy to newest versionPitu2019-10-121-1/+1
|
* chore: wizard was a stupid name, it's setupPitu2019-10-121-1/+1
|
* chore: prepare for filepondPitu2019-10-011-1/+4
|
* Standarize database calls to support sqlite as well as mysql/postgresPitu2019-04-241-1/+2
|