8695a553d6
Admin page is our landing page for admin panel, now it passes our api response to sidebar and info panel when we get the response back from the api. Some renaming of stylesheet variable.
KevinMidboe2017-12-02 11:32:49 +01:00
3fe8f46dd4
Viewport changes to limit zoom in on mobile the typing in a search bar.
KevinMidboe2017-12-02 11:31:25 +01:00
5fb1e7ba2e
Sidebar is now redesigned with color indicators, filtering name by search query or filtering status by dropdown. Moved CSS to a separate stylesheet.
KevinMidboe2017-12-02 11:20:26 +01:00
e1fed24fc0
Added a loading image to pirateSearch. Now we get feedback when waiting for response from the api.
KevinMidboe2017-12-02 10:39:18 +01:00
8542da34cd
Added a separate stylesheet for our buttons.
KevinMidboe2017-12-02 10:37:31 +01:00
7d44f1518f
Updated gitignore to ignore conf folder and deleted the contents of conf.
Kevin Midboe2017-12-01 10:57:28 +01:00
fa8f82449b
Merge branch 'master' of github.com:KevinMidboe/seasonedShows
Kevin Midboe2017-12-01 10:49:08 +01:00
f7b772a170
Changed the default cache TTL from 7 days to 2 days.
Kevin Midboe2017-12-01 10:46:50 +01:00
d0597b4e1e
This is our main focus on changing, this is where we add a background parameter in our database entry.
#68
#67
KevinMidboe2017-12-01 10:34:09 +01:00
b8647f982d
This is where we use our setup function to add tables if none are present in our database file.
KevinMidboe2017-12-01 10:27:46 +01:00
ac6bbe6ac6
Now we can build or database by reading schema files. Also added doc strings to all the functions. This is a much better definition of a database script for our usecases..
KevinMidboe2017-12-01 10:19:22 +01:00
2b772e3017
Long overdue, now we define our database schema so we can finally build our database, and not just move it around.
KevinMidboe2017-12-01 10:14:22 +01:00
57658f10c1
Used the wrong shows.db. Now corrected.
KevinMidboe2017-11-28 22:25:06 +01:00
62b6f5c8ca
Using react-interactive we now have hover animations for our buttons.
KevinMidboe2017-11-28 21:02:25 +01:00
362e5f54d1
Added react-interactive package to make it easier to handle hover and focus on mobile.
KevinMidboe2017-11-28 20:58:45 +01:00
c5938c3c78
Merge pull request #63 from KevinMidboe/sentry
Kevin2017-11-28 19:26:18 +01:00
5da57062a7
Added a gitignore for each main folder because we have python based scripts in one folder, javascript/react and javascript/node in the other.
KevinMidboe2017-11-28 19:19:50 +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.
KevinMidboe2017-11-04 18:11:44 +01:00
38383da1b9
Merge pull request #61 from KevinMidboe/sentry
Kevin2017-10-26 15:20:31 +02:00
7cce61b3bb
Setup for sentry. Need to add __DSN__ value manually.
#61
KevinMidboe2017-10-26 15:19:10 +02:00
303ec8fa10
Merge pull request #60 from KevinMidboe/lint
Kevin2017-10-26 14:53:06 +02:00
6dd9cf7083
Added eslint and set preset to airbnb base.
KevinMidboe2017-10-26 14:51:12 +02:00
546f33883a
Merge pull request #59 from KevinMidboe/conf_webpack
Kevin2017-10-24 23:02:00 +02:00
d10b974545
Changed to now use a prod and a dev webpack config. Our prod config now minifies and sets up caching for us. Package json now has build command.
#59
KevinMidboe2017-10-24 23:01:44 +02:00
c6fac11b8d
Merge pull request #58 from KevinMidboe/client_styling
Kevin2017-10-23 16:12:57 +02:00
d6c066266c
Changed the box shadow and margin of result wrapper.
#58
KevinMidboe2017-10-23 16:12:00 +02:00
5c408b826b
Merge pull request #57 from KevinMidboe/client_title-position
Kevin2017-10-23 16:07:06 +02:00
1b58cb461c
Merge pull request #56 from KevinMidboe/client_show-request-user
Kevin2017-10-23 15:50:31 +02:00
dbd258d9fa
Now also prints the requestee of a element if it is not null.
#56
KevinMidboe2017-10-23 15:49:54 +02:00
1bdf89b69f
Merge pull request #55 from KevinMidboe/api_tuning
Kevin2017-10-23 15:39:57 +02:00
498bd13a1f
Lowered the tollerance for what objects we choose to look at by tmdb. That is we only accept items that have some value of vote or popularity.
#55
Kevin Midboe2017-10-23 15:39:28 +02:00
80dcba2fba
Merge pull request #54 from KevinMidboe/api_save-user-w-request
Kevin2017-10-23 15:36:28 +02:00
effa41978e
Merge pull request #53 from KevinMidboe/api_search-tmdb-list
Kevin2017-10-23 15:35:35 +02:00
7069db8901
Now checks for loggedinuser header variable and passes it to sendRequest.
#54
KevinMidboe2017-10-23 15:32:49 +02:00
81fbc86cad
Now loggedinuser cookie variable is sent in our header on each call.
KevinMidboe2017-10-23 15:31:41 +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.
KevinMidboe2017-10-23 14:58:52 +02:00
d836dd01d3
Merge pull request #52 from KevinMidboe/app/search-the-bay
Kevin2017-10-22 18:56:00 +02:00
8f4e3a24f4
And the last that imports tmdb class.
KevinMidboe2017-10-22 14:16:43 +02:00
f89d81681a
Added import for cache to initiate our tmdb class in the correct way, but still not implemented the actual cache lookup.
KevinMidboe2017-10-22 14:14:29 +02:00
f57878813d
Added Cache file for tmdb queries and controller check the cache and returns it if hit. This is to limit our request to a third party library.
KevinMidboe2017-10-22 14:09:57 +02:00
b82efddeba
Now tmdb searches also check cache for a matching query request, if so returns it.
KevinMidboe2017-10-22 14:08:36 +02:00
6ec6fc771a
Merge pull request #49 from KevinMidboe/pirate_bugfixes
Kevin2017-10-21 16:13:36 +02:00
5a24837163
Controller for adding magnets from post body magnet variable.
KevinMidboe2017-10-21 15:28:13 +02:00
4c7be51a61
Added endpoint for add and now user must be authenticated for both pirate endpoints.
KevinMidboe2017-10-21 15:27:21 +02:00
3e6fc0960c
PirateRepo now has a function for calling our add magnet python script with a magnet passed from the controller.
KevinMidboe2017-10-21 15:26:29 +02:00
3d73000e92
Displays a button that can be used to fetch search results and then each element has a magnet button to send it back.
#47
KevinMidboe2017-10-21 15:16:58 +02:00
71e7f46927
AdminRequestInfo is also passed listItemSelected variable
KevinMidboe2017-10-21 15:16:15 +02:00
99eb5512df
Merge pull request #45 from KevinMidboe/app_pirate
Kevin2017-10-21 12:40:38 +02:00
63ba10bc5a
Added our scripts needed for pirate search, these are files that need to be imported from the currently in-dev project seasonedParser
#45
KevinMidboe2017-10-21 12:39:20 +02:00
a6d00714d6
Inputs a query, page and type and will search the bay for the query and return it as a json objec.t
KevinMidboe2017-10-21 12:28:21 +02:00
67f5cef718
Now makes a async call for python script and returns the ouput of the script when finished as a json object.
KevinMidboe2017-10-21 12:27:39 +02:00