aboutsummaryrefslogtreecommitdiff
path: root/src/api/structures
Commit message (Collapse)AuthorAgeFilesLines
* feat: return APIKey when fetching userZephyrrus2020-07-021-12/+20
|
* Handle nuxt routes on page loadPitu2020-06-251-5/+22
|
* CleanupPitu2020-06-251-1/+0
|
* Feature: enable apiKey access to uploads and album fetching for the ↵Pitu2020-05-111-9/+9
| | | | uploader/sharex/3rd party
* Features:Pitu2020-05-101-1/+2
| | | | | * Serve files during development * Own endpoint for fetching the albums of a file
* Feature:Pitu2020-05-091-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:Pitu2019-10-131-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 linksPitu2019-09-301-1/+1
|
* Fix database value conversionPitu2019-04-241-1/+2
|
* Fix when response is not an objectPitu2019-04-241-5/+3
|
* Standarize database calls to support sqlite as well as mysql/postgresPitu2019-04-241-2/+33
|
* Check if accept header is passedPitu2019-04-161-1/+1
|
* Ditched sqlite. Use postgres or mysql/mariadbPitu2019-04-051-5/+2
|
* Fix conflictsPitu2019-03-291-1/+1
|\
| * API key WIPPitu2019-03-191-0/+1
| |
* | WIP apiKey validationPitu2019-03-291-0/+14
| |
* | FixPitu2019-03-291-1/+1
|/
* Enviroment variables parsing fixPitu2019-03-021-3/+3
|
* Added adminOnly routesPitu2019-02-261-1/+2
|
* Better DB handling and stuffPitu2019-02-231-1/+2
|
* Update Route.jsKana2019-02-221-1/+2
|
* Add support for sqlitePitu2019-02-221-1/+2
|
* Database migration and seedingPitu2019-02-212-114/+0
|
* derpPitu2019-02-211-1/+1
|
* Switch config to .envPitu2019-02-192-31/+25
|
* ChangesPitu2019-02-191-1/+1
|
* We can now download albums yayyyyPitu2018-09-182-0/+6
|
* Commented all the codePitu2018-09-171-1/+2
|
* Base structuresPitu2018-09-163-0/+232