DariusIII
|
60c81ea1c8
|
Fix Releases class instantiation
|
2019-02-25 23:19:54 +01:00 |
|
DariusIII
|
e71517ef4c
|
Change routes handling for api and rss
|
2019-02-24 14:54:50 +01:00 |
|
DariusIII
|
13057be215
|
Apply fixes from StyleCI
[ci skip] [skip ci]
|
2019-02-20 14:25:56 +00:00 |
|
DariusIII
|
f973258b63
|
Add user API access tracking to ApiV2
|
2019-02-20 15:25:54 +01:00 |
|
DariusIII
|
094d683c3b
|
Apply fixes from StyleCI
[ci skip] [skip ci]
|
2019-02-20 14:08:57 +00:00 |
|
DariusIII
|
f2c1eaaddc
|
Move certain user functions (api accessed and logged in) into specific events
|
2019-02-20 15:08:53 +01:00 |
|
DariusIII
|
c12075b64b
|
Update search code to reduce number of variables used in search function
|
2019-02-04 15:38:56 +01:00 |
|
DariusIII
|
5c4eb24576
|
Remove nfo and comments options from search function (searching for releases that are commented or have nfo)
|
2019-02-04 10:51:36 +01:00 |
|
DariusIII
|
87c6e5d64f
|
Apply fixes from StyleCI
[ci skip] [skip ci]
|
2019-02-03 20:01:19 +00:00 |
|
DariusIII
|
50ff1b6181
|
Update code style of various files
|
2019-02-03 20:58:51 +01:00 |
|
DariusIII
|
bab65321a9
|
Apply fixes from StyleCI
[ci skip] [skip ci]
|
2019-01-31 19:18:57 +00:00 |
|
DariusIII
|
552a096d9a
|
Update and fix code with php-cs-fixer
|
2019-01-31 20:17:57 +01:00 |
|
DariusIII
|
603655e974
|
Small optimizations in code, use compact where applicable
|
2019-01-25 13:20:55 +01:00 |
|
DariusIII
|
1077c467d6
|
Remove Versions classes and all related data
|
2018-12-19 13:58:31 +01:00 |
|
DariusIII
|
2116271ae6
|
Fix couple of issues introduced with API changes
|
2018-12-12 21:24:52 +01:00 |
|
DariusIII
|
90dc9bbfdb
|
Fix User error on APIv2 and ApiTransformer data
|
2018-12-12 20:58:31 +01:00 |
|
DariusIII
|
3b311188bc
|
Update user category exclusion handling in API and APIv2
|
2018-12-12 20:43:14 +01:00 |
|
DariusIII
|
327b6be8b2
|
Remove requirement for userid when using RSS, API and APIv2, its useless as we already have the token
|
2018-12-12 20:26:38 +01:00 |
|
DariusIII
|
8a52c77b79
|
Apply fixes from StyleCI
[ci skip] [skip ci]
|
2018-12-05 09:29:42 +00:00 |
|
DariusIII
|
696cbf4000
|
Update ApiV2 controller
|
2018-12-05 10:29:21 +01:00 |
|
DariusIII
|
fb14075502
|
Apply fixes from StyleCI
[ci skip] [skip ci]
|
2018-11-08 09:41:57 +00:00 |
|
DariusIII
|
6f98803e98
|
Update API v2 capabilities ouput by adding category tags used on site
|
2018-11-08 10:41:50 +01:00 |
|
DariusIII
|
5f273903db
|
Fix couple of problems in API v1
|
2018-11-07 00:03:17 +01:00 |
|
DariusIII
|
36ffea902a
|
Fix errors related to model/collection change
|
2018-11-06 23:53:02 +01:00 |
|
DariusIII
|
9538276aa5
|
Add support for tags in browse, APIv2 and on site release searches
|
2018-11-06 14:09:39 +01:00 |
|
DariusIII
|
1ab7937359
|
Update ApiController data to return arrays for output
|
2018-11-06 00:18:25 +01:00 |
|
DariusIII
|
bcba9866f8
|
Fix some more API related issues
|
2018-08-07 11:40:15 +02:00 |
|
DariusIII
|
dd977c65b7
|
Replace isAdmin, isDisabled and isModerator functions with direct role checking and remove roleCheck function from User model
|
2018-08-03 11:10:01 +02:00 |
|
DariusIII
|
b498bb29ab
|
Apply fixes from StyleCI
[ci skip] [skip ci]
|
2018-08-02 14:06:55 +00:00 |
|
DariusIII
|
d2b4b4e9ab
|
Fix API v1 response, wrong data used for function
|
2018-08-02 16:06:28 +02:00 |
|
DariusIII
|
ec5063b223
|
Update movisSearch function and API controllers
|
2018-06-22 14:16:29 +02:00 |
|
DariusIII
|
10ade441f7
|
Update moviesSearch function to use tmdb and trakt ids
|
2018-06-22 10:39:11 +02:00 |
|
DariusIII
|
bd162d595c
|
Use api specific searches (apiTvSearch and apiSearch) and optimize used columns to reduce response time
|
2018-06-07 11:54:08 +02:00 |
|
DariusIII
|
f8b6b6acf0
|
Apply fixes from StyleCI
[ci skip] [skip ci]
|
2018-06-07 07:07:45 +00:00 |
|
DariusIII
|
9699274fba
|
Add total results count to API V2 response, rename link to url
|
2018-06-07 09:07:14 +02:00 |
|
DariusIII
|
ad65c95280
|
Remove unnecessary __construct in v2 api controller
|
2018-06-06 22:22:15 +02:00 |
|
DariusIII
|
e10580140a
|
Apply fixes from StyleCI
[ci skip] [skip ci]
|
2018-06-04 09:15:40 +00:00 |
|
DariusIII
|
d7cf8f4b9f
|
Complete v2 api, add related transformers and routes
|
2018-06-04 11:15:09 +02:00 |
|
DariusIII
|
db399e8745
|
Apply fixes from StyleCI
[ci skip] [skip ci]
|
2018-06-02 23:14:05 +00:00 |
|
DariusIII
|
239e5971b0
|
Add initial movie search to v2 api
|
2018-06-03 01:13:34 +02:00 |
|
DariusIII
|
ed4503222f
|
Update api/v2/capabilites return data
|
2018-06-02 22:42:12 +02:00 |
|
DariusIII
|
7152af522a
|
Apply fixes from StyleCI
[ci skip] [skip ci]
|
2018-05-31 23:06:32 +00:00 |
|
DariusIII
|
44b98a44c7
|
Start building API v2
|
2018-06-01 01:06:08 +02:00 |
|
DariusIII
|
092018a336
|
Fix search in ApiController
|
2018-05-16 15:51:00 +02:00 |
|
DariusIII
|
cc4edb2995
|
Update ApiController to use redirect and streamDownload functions
|
2018-05-16 14:52:23 +02:00 |
|
DariusIII
|
f239302c9e
|
Fix category filter when searching for releases
|
2018-05-16 12:09:57 +02:00 |
|
DariusIII
|
df6f80b310
|
Update Releases class, controllers and API responses
|
2018-05-14 13:48:25 +02:00 |
|
DariusIII
|
f251177382
|
Update query caching in Category and predb models
|
2018-05-10 14:06:47 +02:00 |
|
DariusIII
|
67d4f6782b
|
Fix wrong parameters in api request
|
2018-05-04 14:38:18 +02:00 |
|
DariusIII
|
41ba8706b8
|
Adjust controllers for changed functions
|
2018-04-24 10:20:47 +02:00 |
|