|
|
59b206bf2d
|
Forgot a leading /
|
2018-03-06 22:13:53 +01:00 |
|
|
|
fac9e0e425
|
Added a endpoint to fetch a random emoji.
|
2018-03-06 22:02:32 +01:00 |
|
|
|
2df734bb32
|
ADded endpoints for checking search history and the items a user has requested, both require authentication. Changed that searching for torrents now require being admin not just signed in.
|
2018-03-06 19:20:32 +01:00 |
|
|
|
93e1ef6d99
|
Linted app and server.js files.
|
2018-02-07 13:52:39 +01:00 |
|
|
|
44878a295c
|
Merge branch 'api_fixes' of github.com:kevinmidboe/seasonedShows into api_fixes
|
2018-02-05 14:25:25 +01:00 |
|
|
|
9b0fa88a72
|
Changed docstring and removed the unused port variable.
|
2018-02-05 14:25:13 +01:00 |
|
|
|
77d7167fcb
|
Changed so that one must not be auth to get requested elements. This might change.
|
2018-02-05 14:22:44 +01:00 |
|
|
|
2fc9674548
|
Added some todos for routers/middleware and setup so that raven will be used for error handling and gets value from config file.
|
2017-11-04 18:11:44 +01:00 |
|
|
|
7cce61b3bb
|
Setup for sentry. Need to add __DSN__ value manually.
|
2017-10-26 15:19:10 +02:00 |
|
|
|
e417fedece
|
Now follows our airbnb linting schema.
|
2017-10-26 14:52:00 +02:00 |
|
|
|
40928a6e46
|
Added docstring
|
2017-10-23 14:59:58 +02:00 |
|
|
|
c48db517ac
|
Created one function for searching for different tmdb lists. This replaces 4 endpoints so we have a single way of searching for lists.
|
2017-10-23 14:58:52 +02:00 |
|
|
|
d2d791f5b2
|
added loggedinuser as acceptable header.
|
2017-10-22 17:31:37 +02:00 |
|
|
|
d1d204691a
|
Changed from GET to POST
|
2017-10-21 15:28:32 +02:00 |
|
|
|
4c7be51a61
|
Added endpoint for add and now user must be authenticated for both pirate endpoints.
|
2017-10-21 15:27:21 +02:00 |
|
|
|
799b8731c5
|
Merge pull request #46 from KevinMidboe/api/update_requested
Api/update requested
|
2017-10-21 12:46:32 +02:00 |
|
|
|
74ea05cf17
|
Fixed error where the was an extra ' character.
|
2017-10-21 12:45:31 +02:00 |
|
|
|
3c039447f5
|
Renamed the endpoint to search.
|
2017-10-21 12:29:28 +02:00 |
|
|
|
67d343e446
|
Added endpoint for searching the bay
|
2017-10-21 10:01:16 +02:00 |
|
|
|
51d446f378
|
Added endpoint for updating a requested item.
|
2017-10-06 15:02:44 +02:00 |
|
|
|
f8ff71bcff
|
Removed a no longer used ip address for allowed origins.
|
2017-10-06 12:14:05 +02:00 |
|
|
|
7e27e19a0d
|
Added more strict header allowence and was a error where endpoints for user was not using router, but app.
|
2017-10-06 12:12:21 +02:00 |
|
|
|
e43bcbdd52
|
Added endpoint for getting all requests.
|
2017-09-27 17:54:34 +02:00 |
|
|
|
bab4af08d9
|
Added the use of tokenToUser so that it is verified that a valid token is in the request header when doing actions that need login verification.
|
2017-09-27 16:27:05 +02:00 |
|
|
|
bb6dd1ad59
|
Added middleware for authentiaction, endpoints for a user and import for token handling.
|
2017-09-27 14:02:59 +02:00 |
|
|
|
28d0b63960
|
Added TODO and a output of what is requested in the router
|
2017-09-03 18:17:07 +02:00 |
|
|
|
2dc22b386d
|
Added endpoints for discover media (either movie or show), getUpcoming movies, nowPlaying (movies or shows), popular (movie or show) and search similar where the type movie/show must be defined
|
2017-09-03 17:02:02 +02:00 |
|
|
|
47aa638fd8
|
Moved eveything related to the api to a seperate folder seasoned_api.
|
2017-08-06 16:45:02 +02:00 |
|