Commit Graph

156 Commits

Author SHA1 Message Date
KevinMidboe 1d1a78608e Moved away inline css and added mobile rule to stretch the input wrapper closer to the edges of the screen 2019-10-04 00:36:36 +02:00
KevinMidboe 2e8795a317 Fixed bug where the toggle state was out of sync 2019-10-04 00:33:12 +02:00
KevinMidboe f39560e041 Updated a stupid function name a longer name 2019-10-04 00:32:40 +02:00
KevinMidboe 6f74a5bff4 Input components now emit a "enter" event and our torrent input searches if "enter" event is received 2019-10-04 00:28:27 +02:00
KevinMidboe c339045a0e When searching for torrents we can now edit the search query and search again 2019-10-04 00:22:07 +02:00
KevinMidboe 9e38b67857 Use our store value for number of torrents and implemented a getter in the sidebar action button component and action call from the torrentList component. 2019-10-04 00:21:18 +02:00
KevinMidboe a6f72c8f6b Implemented store to allow torrentSearch to tell our sidebar action buttons how many results we got 2019-10-04 00:20:03 +02:00
KevinMidboe c8f9cb7e22 Button gets a defualt height of 45px and more rules for setting input to 100% of parent 2019-10-04 00:17:31 +02:00
KevinMidboe 7bb624b942 Inputs now take up 100% of the div and the other div should device the size 2019-10-04 00:14:42 +02:00
KevinMidboe b11d2f752b WIP. Collapsing backgroup header for move view on touchw 2019-08-14 00:22:27 +02:00
KevinMidboe 1a82b751ea Merge pull request #13 from KevinMidboe/snyk-fix-fb49d4d8d3aed8aec2f03b293aa793a6
[Snyk] Fix for 1 vulnerable dependencies
2019-07-27 12:38:38 +02:00
snyk-test 45bc0389ac fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-174505
2019-07-27 10:37:31 +00:00
KevinMidboe 67d3af0ed0 Emoji api now uses URL object to construct url path 2019-07-06 19:37:48 +02:00
KevinMidboe 11e4f02bf8 Forgot to call sendRequest when request is clicked 2019-07-01 19:28:28 +02:00
KevinMidboe 57d58d47a8 Content type for elasticsearch set to json and changed from axios to fetch 2019-07-01 19:24:46 +02:00
KevinMidboe e06850ebe6 Settings Created lifehook was incorrectly under methods 2019-06-30 22:35:54 +02:00
KevinMidboe 74704fbdee Changed AddManget endpoint url to use URL class instance to construct location 2019-06-30 22:35:31 +02:00
KevinMidboe d95e168468 "see more info" now opens tmdb 2019-06-29 18:50:13 +02:00
KevinMidboe d74aab1b7a Moved sidebar html to a separate component 2019-06-29 13:39:20 +02:00
KevinMidboe 7e926bb37f Requests are now posted with a body to endpoint /v2/requests 2019-06-28 22:30:37 +02:00
KevinMidboe 0139d0b0da Create url object for constructing correct elastic search url 2019-06-28 21:27:49 +02:00
KevinMidboe 8e58ba49ce Refactored ⛏ 2019-06-28 21:26:51 +02:00
KevinMidboe 651f7429cf Updated lockfile 🔐 2019-06-28 21:20:54 +02:00
KevinMidboe 8696d9cb16 Upgraded babel and webpack to support async keyword with preset-env over es2015 2019-06-28 21:20:35 +02:00
KevinMidboe cc9bcf927c Renamed elastic index variable 2019-06-28 20:55:33 +02:00
KevinMidboe 36cb31462f Only try search for torrents if admin 2019-06-28 20:53:02 +02:00
KevinMidboe 6920877bfc Do a separate api call to check if an item is requested already 2019-06-28 20:52:16 +02:00
KevinMidboe 2270124f1a Merge branch 'release/v2' of github.com:KevinMidboe/seasoned into release/v2 2019-06-28 18:11:01 +02:00
KevinMidboe 94c65cb272 Pirate search url appended with /search 2019-06-28 18:10:31 +02:00
KevinMidboe ee3ce60406 Imported missing path package 2019-06-28 18:10:05 +02:00
KevinMidboe db410d9e8d added missing trailing slash for url 2019-06-28 18:08:42 +02:00
KevinMidboe 0f515d0acb No longer track config file 2019-06-28 18:07:40 +02:00
KevinMidboe 8dc51251c1 Elastic index for api searches for movie and show titles moved to ELASTIC_INDEX variable in config 2019-06-28 17:42:39 +02:00
KevinMidboe 5825d0e608 Created example config and ignored main config.json file 2019-06-28 17:38:07 +02:00
KevinMidboe 57df35293a Merge branch 'release/v2' of github.com:KevinMidboe/seasoned into release/v2 2019-06-28 15:54:08 +02:00
KevinMidboe 125c9b0d17 Updated vue-template-compiler to 2.6 in compliance with vue v2.6 2019-06-28 15:51:38 +02:00
KevinMidboe cf93e96b91 Merge branch 'release/v2' of github.com:KevinMidboe/seasoned into release/v2 2019-06-10 01:29:25 +02:00
KevinMidboe f17b4a20ba All urls now use URL object or join with path to not need to construct strings manually 2019-06-10 01:29:05 +02:00
KevinMidboe f7e0ea41fd Update README.md 2019-06-10 01:06:05 +02:00
KevinMidboe 2ecc63913c Yarn docs command now also generates md file for documentation 2019-06-10 00:59:43 +02:00
KevinMidboe 9a84d6ebf2 Use documentation and JSDocs comments for all api functions 2019-06-10 00:55:57 +02:00
KevinMidboe 75a8496791 Extended function names to clearify its action 2019-06-10 00:51:01 +02:00
KevinMidboe 36a7460a87 Upated readme with api endpoint configuration settings 2019-06-10 00:47:45 +02:00
KevinMidboe 2ae175d1b5 Moved configurable api addresses to config.json. Elasticsearch relatime search can also be disabled by setting to false or undefined 2019-06-10 00:43:09 +02:00
KevinMidboe 1898fb3855 Merge branch 'release/v2' of github.com:KevinMidboe/seasoned into release/v2 2019-06-05 00:28:02 +02:00
KevinMidboe 559b69a7f2 Removed import of unused assetes 2019-06-05 00:27:46 +02:00
KevinMidboe 95a92b9e3e Stylesheet for message on unsucessfull login/register 2019-06-05 00:27:37 +02:00
KevinMidboe 9ec6e36677 Updated version in pacage file and added compression to server requests. 2019-06-05 00:10:25 +02:00
KevinMidboe 4fada32d14 Created addmagnet helper function 2019-06-04 23:21:57 +02:00
KevinMidboe f8e0892c34 Decreased timeout on success notification to human time scale 2019-06-04 23:18:43 +02:00