aboutsummaryrefslogtreecommitdiff
path: root/src/site/store/index.js
Commit message (Collapse)AuthorAgeFilesLines
* feat: start refactoring the code to actually use vuexZephyrrus2020-07-021-54/+8
| | | | This includes creating multiple stores as needed for components and removing all complex states from components (since all those states should be stored in vuex)
* Feature:Pitu2020-05-091-12/+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`
* don't log out on API errorPitu2019-10-121-1/+1
|
* Globally catch exceptionsPitu2019-04-241-40/+32
|
* Make sure to remove the token to prevent credential leakPitu2019-03-291-0/+1
|
* Fix conflictsPitu2019-03-291-0/+1
|\
| * API key WIPPitu2019-03-191-4/+5
| |
| * proper baseurlPitu2019-03-151-1/+1
| |
* | Added axios packagePitu2019-03-291-9/+13
|/
* Turns out we were using the wrong cookieparserPitu2019-03-151-1/+1
|
* No need for thisPitu2019-03-151-5/+1
|
* yeahPitu2019-03-151-1/+1
|
* This should fix credential leaking 😓Pitu2019-03-151-3/+26
|
* Changed store from deprecated modePitu2019-03-121-12/+4
|
* wipPitu2019-03-021-1/+0
|
* Enviroment variables parsing fixPitu2019-03-021-3/+5
|
* Load enviroment variables into configPitu2019-02-211-3/+9
|
* WIPPitu2019-02-191-0/+1
|
* Switch to Nuxt.jsPitu2018-09-191-8/+15
|
* SitePitu2018-09-161-0/+51