| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feature: tags logic | Pitu | 2019-09-30 | 4 | -1/+57 |
| | | |||||
| * | feature: album links | Pitu | 2019-09-30 | 4 | -18/+19 |
| | | |||||
| * | Add parallel chunks and raise timeout | Pitu | 2019-04-30 | 1 | -1/+2 |
| | | |||||
| * | Fix color | Pitu | 2019-04-24 | 1 | -0/+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 | 2 | -2/+34 |
| | | |||||
| * | Better alert handling | Pitu | 2019-04-24 | 1 | -19/+18 |
| | | |||||
| * | Globally catch exceptions | Pitu | 2019-04-24 | 2 | -63/+44 |
| | | |||||
| * | Refactor a bit since we globally catch API exceptions | Pitu | 2019-04-24 | 11 | -216/+140 |
| | | |||||
| * | Get rid of the icons altogether in a future commit | Pitu | 2019-04-23 | 1 | -1/+1 |
| | | |||||
| * | Fix toast | Pitu | 2019-04-23 | 1 | -3/+3 |
| | | |||||
| * | Check if accept header is passed | Pitu | 2019-04-16 | 1 | -1/+1 |
| | | |||||
| * | Ditched sqlite. Use postgres or mysql/mariadb | Pitu | 2019-04-05 | 2 | -6/+3 |
| | | |||||
| * | Tody up a little bit | Pitu | 2019-03-29 | 2 | -25/+8 |
| | | |||||
| * | Add flexsearch | Pitu | 2019-03-29 | 2 | -1/+39 |
| | | |||||
| * | Make sure to remove the token to prevent credential leak | Pitu | 2019-03-29 | 1 | -0/+1 |
| | | |||||
| * | Fix conflicts | Pitu | 2019-03-29 | 6 | -7/+6 |
| |\ | |||||
| | * | Update account.vue | Robin B | 2019-03-21 | 1 | -1/+1 |
| | | | | | | | | | | | As discussed before, an adjustment for the wording alongside a grammatical fix. PR as suggested by you. | ||||
| | * | API key WIP | Pitu | 2019-03-19 | 10 | -23/+35 |
| | | | |||||
| | * | proper baseurl | Pitu | 2019-03-15 | 1 | -1/+1 |
| | | | |||||
| * | | WIP apiKey validation | Pitu | 2019-03-29 | 1 | -0/+14 |
| | | | |||||
| * | | Fix | Pitu | 2019-03-29 | 1 | -1/+1 |
| | | | |||||
| * | | Removed apikey from user object and added route for requesting a new one | Pitu | 2019-03-29 | 3 | -10/+17 |
| | | | |||||
| * | | Added middleware for pages and switched to $axios | Pitu | 2019-03-29 | 17 | -202/+123 |
| | | | |||||
| * | | Added axios package | Pitu | 2019-03-29 | 3 | -15/+42 |
| |/ | |||||
| * | Turns out we were using the wrong cookieparser | Pitu | 2019-03-15 | 1 | -1/+1 |
| | | |||||
| * | No need for this | Pitu | 2019-03-15 | 1 | -5/+1 |
| | | |||||
| * | yeah | Pitu | 2019-03-15 | 1 | -1/+1 |
| | | |||||
| * | This is not needed anymore | Pitu | 2019-03-15 | 1 | -53/+0 |
| | | |||||
| * | This should fix credential leaking 😓 | Pitu | 2019-03-15 | 1 | -3/+26 |
| | | |||||
| * | dunno what's wrong here yet | Pitu | 2019-03-14 | 1 | -0/+7 |
| | | |||||
| * | Tags | Pitu | 2019-03-14 | 5 | -0/+407 |
| | | |||||
| * | Small fixes | Pitu | 2019-03-14 | 5 | -5/+5 |
| | | |||||
| * | Add uuid package | Pitu | 2019-03-14 | 1 | -4/+28 |
| | | |||||
| * | What are strings even | Pitu | 2019-03-12 | 1 | -6/+5 |
| | | |||||
| * | Whoops | Pitu | 2019-03-12 | 1 | -2/+2 |
| | | |||||
| * | Wonder if password generation is failing because of long passwords | Pitu | 2019-03-12 | 1 | -1/+1 |
| | | |||||
| * | Added meta tags | Pitu | 2019-03-12 | 2 | -1/+11 |
| | | |||||
| * | Clicking on album title takes you to the album now | Pitu | 2019-03-12 | 4 | -17/+182 |
| | | |||||
| * | Added faq | Pitu | 2019-03-12 | 2 | -1/+154 |
| | | |||||
| * | Not tested, but should delete an album | Pitu | 2019-03-12 | 2 | -6/+33 |
| | | |||||
| * | Add TODO | Pitu | 2019-03-12 | 1 | -0/+2 |
| | | |||||
| * | Possible fix for files not being purged | Pitu | 2019-03-12 | 1 | -4/+4 |
| | | |||||
| * | Add uuids | Pitu | 2019-03-12 | 1 | -0/+4 |
| | | |||||
| * | stuff | Pitu | 2019-03-12 | 2 | -6/+14 |
| | | |||||
| * | Prevent snowflakes from demoting/disabling themselves | Pitu | 2019-03-12 | 4 | -1/+5 |
| | | |||||
| * | No more infinite loading if album is empty | Pitu | 2019-03-12 | 1 | -2/+3 |
| | | |||||
| * | Changed store from deprecated mode | Pitu | 2019-03-12 | 1 | -12/+4 |
| | | |||||
| * | Error consistency | Pitu | 2019-03-12 | 4 | -7/+3 |
| | | |||||