| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feature: new chunk and write strategy | Pitu | 2021-01-07 | 1 | -1/+1 |
| | | |||||
| * | fix: nsfw album toggle doesn't propagate the changes properly | Zephyrrus | 2020-12-27 | 1 | -1/+1 |
| | | | | | fix: add nsfw flag to the booleanFields in knex postProcessResponse | ||||
| * | Rebrand | Pitu | 2020-12-25 | 1 | -1/+1 |
| | | |||||
| * | Chore: prevent server from starting if .env config missing | Pitu | 2020-12-25 | 1 | -2/+8 |
| | | |||||
| * | Chore: Move database to a subfolder for docker purposes | Pitu | 2020-12-25 | 1 | -1/+1 |
| | | |||||
| * | 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 | 2 | -10/+10 |
| | | |||||
| * | chore: remove trailing commas | Zephyrrus | 2020-12-24 | 2 | -5/+5 |
| | | |||||
| * | 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 |
| | | | |||||
| * | | fix: stop leaking user's password and their apikey to admins | Zephyrrus | 2020-07-09 | 1 | -1/+3 |
| | | | |||||
| * | | chore: linter the entire project using the new rules | Zephyrrus | 2020-07-08 | 2 | -5/+4 |
| | | | |||||
| * | | feat: add morgan for logging requests if env is not production | Zephyrrus | 2020-07-08 | 2 | -19/+41 |
| | | | |||||
| * | | feat: return APIKey when fetching user | Zephyrrus | 2020-07-02 | 1 | -12/+20 |
| |/ | |||||
| * | Handle nuxt routes on page load | Pitu | 2020-06-25 | 1 | -5/+22 |
| | | |||||
| * | Cleanup | Pitu | 2020-06-25 | 1 | -1/+0 |
| | | |||||
| * | Feature: enable apiKey access to uploads and album fetching for the ↵ | Pitu | 2020-05-11 | 1 | -9/+9 |
| | | | | | uploader/sharex/3rd party | ||||
| * | 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` | ||||
| * | This commit adds a bunch of features for admins: | Pitu | 2019-10-13 | 1 | -1/+4 |
| | | | | | | | | * banning IP * see files from other users if you are admin * be able to see details of an uploaded file and it's user * improved display of thumbnails for non-image files | ||||
| * | feature: album links | Pitu | 2019-09-30 | 1 | -1/+1 |
| | | |||||
| * | Fix database value conversion | Pitu | 2019-04-24 | 1 | -1/+2 |
| | | |||||
| * | Fix when response is not an object | Pitu | 2019-04-24 | 1 | -5/+3 |
| | | |||||
| * | Standarize database calls to support sqlite as well as mysql/postgres | Pitu | 2019-04-24 | 1 | -2/+33 |
| | | |||||
| * | Check if accept header is passed | Pitu | 2019-04-16 | 1 | -1/+1 |
| | | |||||
| * | Ditched sqlite. Use postgres or mysql/mariadb | Pitu | 2019-04-05 | 1 | -5/+2 |
| | | |||||
| * | Fix conflicts | Pitu | 2019-03-29 | 1 | -1/+1 |
| |\ | |||||
| | * | API key WIP | Pitu | 2019-03-19 | 1 | -0/+1 |
| | | | |||||
| * | | WIP apiKey validation | Pitu | 2019-03-29 | 1 | -0/+14 |
| | | | |||||
| * | | Fix | Pitu | 2019-03-29 | 1 | -1/+1 |
| |/ | |||||
| * | Enviroment variables parsing fix | Pitu | 2019-03-02 | 1 | -3/+3 |
| | | |||||
| * | Added adminOnly routes | Pitu | 2019-02-26 | 1 | -1/+2 |
| | | |||||
| * | Better DB handling and stuff | Pitu | 2019-02-23 | 1 | -1/+2 |
| | | |||||
| * | Update Route.js | Kana | 2019-02-22 | 1 | -1/+2 |
| | | |||||
| * | Add support for sqlite | Pitu | 2019-02-22 | 1 | -1/+2 |
| | | |||||
| * | Database migration and seeding | Pitu | 2019-02-21 | 2 | -114/+0 |
| | | |||||
| * | derp | Pitu | 2019-02-21 | 1 | -1/+1 |
| | | |||||
| * | Switch config to .env | Pitu | 2019-02-19 | 2 | -31/+25 |
| | | |||||
| * | Changes | Pitu | 2019-02-19 | 1 | -1/+1 |
| | | |||||
| * | We can now download albums yayyyy | Pitu | 2018-09-18 | 2 | -0/+6 |
| | | |||||
| * | Commented all the code | Pitu | 2018-09-17 | 1 | -1/+2 |
| | | |||||
| * | Base structures | Pitu | 2018-09-16 | 3 | -0/+232 |