| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: chibisafe -> Hostess | Fuwn | 2022-01-15 | 1 | -1/+1 |
| | | |||||
| * | chore: hardcode api location | Pitu | 2021-06-20 | 1 | -2/+2 |
| | | |||||
| * | feat: prevent running without a domain | Pitu | 2021-06-18 | 1 | -0/+5 |
| | | |||||
| * | chore: remove console.log | Pitu | 2021-06-17 | 1 | -2/+0 |
| | | |||||
| * | chore: update process.env usage | Pitu | 2021-06-15 | 1 | -6/+13 |
| | | |||||
| * | feat: enable ssr and serve it with the api | Pitu | 2021-01-20 | 1 | -18/+7 |
| | | |||||
| * | fix: don't generate a stat every second on minute 0 of every hour | Zephyrrus | 2021-01-08 | 1 | -1/+1 |
| | | |||||
| * | chore: Move statistics related functions to it's own file | Zephyrrus | 2021-01-07 | 1 | -0/+13 |
| | | | | | | | 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) | ||||
| * | feature: new chunk and write strategy | Pitu | 2021-01-07 | 1 | -1/+1 |
| | | |||||
| * | Rebrand | Pitu | 2020-12-25 | 1 | -1/+1 |
| | | |||||
| * | Chore: prevent server from starting if .env config missing | Pitu | 2020-12-25 | 1 | -2/+8 |
| | | |||||
| * | Fix: thumbnail creation | Pitu | 2020-12-25 | 1 | -0/+1 |
| | | |||||
| * | Feat: add rotating logs when running in production env | Pitu | 2020-12-25 | 1 | -0/+10 |
| | | |||||
| * | Cleanup | Pitu | 2020-12-25 | 1 | -23/+0 |
| | | |||||
| * | Fix ESLint rules once and for all | Pitu | 2020-12-24 | 1 | -6/+6 |
| | | |||||
| * | chore: remove trailing commas | Zephyrrus | 2020-12-24 | 1 | -3/+3 |
| | | |||||
| * | fix: don't crash the server if a route fails to load | Zephyrrus | 2020-07-20 | 1 | -3/+7 |
| | | |||||
| * | Merge branch 'dev' into dev-zephy | Zephyrrus | 2020-07-19 | 1 | -1/+2 |
| |\ | |||||
| | * | Timeout, package and docs cleanup | Pitu | 2020-07-18 | 1 | -1/+2 |
| | | | |||||
| * | | chore: linter the entire project using the new rules | Zephyrrus | 2020-07-08 | 1 | -0/+1 |
| | | | |||||
| * | | feat: add morgan for logging requests if env is not production | Zephyrrus | 2020-07-08 | 1 | -8/+32 |
| |/ | |||||
| * | Handle nuxt routes on page load | Pitu | 2020-06-25 | 1 | -5/+22 |
| | | |||||
| * | Features: | Pitu | 2020-05-10 | 1 | -1/+2 |
| | | | | | | * Serve files during development * Own endpoint for fetching the albums of a file | ||||
| * | Feature: | Pitu | 2020-05-09 | 1 | -3/+10 |
| | | | | | | | * 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` | ||||
| * | feature: album links | Pitu | 2019-09-30 | 1 | -1/+1 |
| | | |||||
| * | Check if accept header is passed | Pitu | 2019-04-16 | 1 | -1/+1 |
| | | |||||
| * | Fix | Pitu | 2019-03-29 | 1 | -1/+1 |
| | | |||||
| * | Enviroment variables parsing fix | Pitu | 2019-03-02 | 1 | -3/+3 |
| | | |||||
| * | Database migration and seeding | Pitu | 2019-02-21 | 1 | -2/+0 |
| | | |||||
| * | Switch config to .env | Pitu | 2019-02-19 | 1 | -25/+7 |
| | | |||||
| * | Changes | Pitu | 2019-02-19 | 1 | -1/+1 |
| | | |||||
| * | We can now download albums yayyyy | Pitu | 2018-09-18 | 1 | -0/+4 |
| | | |||||
| * | Base structures | Pitu | 2018-09-16 | 1 | -0/+78 |