|
|
31e16e2784
|
Now the for loop actually goes through dir not just the string of file name. *facepalm*
|
2017-06-27 15:52:17 -06:00 |
|
|
|
7cda4accdb
|
Added print for debugging purposes
|
2017-06-27 15:49:34 -06:00 |
|
|
|
7023b135b4
|
Now all subfiles also have their permission chagned.
|
2017-06-27 15:48:25 -06:00 |
|
|
|
979a95a468
|
Added a try except to remove and a todo to remind of need improvements.
|
2017-06-27 15:37:55 -06:00 |
|
|
|
c1cd821d8a
|
Changed group id to the wanted value.
|
2017-06-27 15:33:50 -06:00 |
|
|
|
4b54339b72
|
Opps, changed to use the int value of uid and gid, not looking up the int value and then converting to int. Does not make sense.
|
2017-06-27 15:30:34 -06:00 |
|
|
|
8a53cc4765
|
Added todo for fix_ownership
|
2017-06-27 15:25:19 -06:00 |
|
|
|
3bc539323a
|
Changed user and group id to the wanted value.
|
2017-06-27 15:24:49 -06:00 |
|
|
|
80746252c0
|
Added excepts to all move and delete, so it can be run mulitple times and see no downside to having it run and logging it if not found. Also think I fixed a bug that renamed the folder that would be deleted, not the new folder
|
2017-06-27 15:22:02 -06:00 |
|
|
|
a6d21ed181
|
Added fix_ownership for setting the new folder to user, not root.
|
2017-06-12 20:28:58 +02:00 |
|
|
|
3b5d6fbb6c
|
Merge pull request #9 from KevinMidboe/revert-8-api
Revert "Api"
|
2017-06-04 00:16:29 +02:00 |
|
|
|
0022f656bd
|
Revert "Api"
|
2017-06-04 00:16:16 +02:00 |
|
|
|
9a02130124
|
Merge pull request #8 from KevinMidboe/api
Added endpoint for submitting movie/tv requests
|
2017-06-04 00:16:04 +02:00 |
|
|
|
3bb43f08f2
|
Controller for handling submits of item requests.
|
2017-06-04 00:13:35 +02:00 |
|
|
|
703e3d3785
|
Added a api endpoint for submitting a movie request.
|
2017-06-04 00:13:02 +02:00 |
|
|
|
6496988e51
|
Changed variable names to better reflect their purpose
|
2017-06-04 00:12:38 +02:00 |
|
|
|
069d984c39
|
Added for handling input of movie request, but still need to work on the way the python script is run.
|
2017-06-04 00:10:35 +02:00 |
|
|
|
d9cb5b97c7
|
Merge pull request #7 from KevinMidboe/api
Added overview (description) from tmdb movie to movieObject.
|
2017-06-03 13:12:32 +02:00 |
|
|
|
907bc73a7f
|
Added overview (description) from tmdb movie to movieObject.
|
2017-06-03 13:07:49 +02:00 |
|
|
|
25e4cb1870
|
Merge pull request #6 from KevinMidboe/api
Changes to header info
|
2017-06-03 11:19:39 +02:00 |
|
|
|
b695d1aaf0
|
Merge pull request #5 from KevinMidboe/client_feature
Client feature
|
2017-06-03 11:19:01 +02:00 |
|
|
|
d05aa13c39
|
Changes to more strict origin policy.
|
2017-06-03 11:17:09 +02:00 |
|
|
|
21c40e9b34
|
Created a function that can be called for updating the mediaList, saving lines!
|
2017-06-03 11:13:57 +02:00 |
|
|
|
244f606133
|
Changed the way html for the object is created, but need to do this with React native functions. Also added a few functions that will be for requesting items.
|
2017-06-03 11:12:28 +02:00 |
|
|
|
7152c987b7
|
Linting changes
|
2017-06-02 19:39:06 +02:00 |
|
|
|
47269ebc70
|
Class for creating a object that can easily be called for the html implicit to the object type
|
2017-06-02 19:37:58 +02:00 |
|
|
|
30dd05ebf3
|
Now the search request updates based on the input in the text field. Super simple, need better handling and styling.
|
2017-06-02 19:37:08 +02:00 |
|
|
|
4f2a69f32d
|
Removed a unused log
|
2017-06-02 19:36:18 +02:00 |
|
|
|
545152c888
|
Start of request, now just prints what is written in text field and reads keypress enter
|
2017-06-02 14:35:43 +02:00 |
|
|
|
bd3ceb7b6d
|
Added component for getting input for requestSearch.
|
2017-06-02 14:29:19 +02:00 |
|
|
|
7c055bd9d1
|
Created a function for deciding what to return based on the object it computes.
|
2017-06-02 13:50:42 +02:00 |
|
|
|
9d11798133
|
Removed test logging functions
|
2017-06-02 12:14:19 +02:00 |
|
|
|
b9851aee3f
|
Merge pull request #3 from KevinMidboe/react_setup
React setup
|
2017-06-02 12:08:07 +02:00 |
|
|
|
d9721555dd
|
Babelrc now has presets.
|
2017-06-02 12:06:48 +02:00 |
|
|
|
f548dba7e1
|
Setup of yarn and package.json. Also added first page which queries api for info
|
2017-06-02 12:04:43 +02:00 |
|
|
|
76b8c46197
|
Test if bitrate exists
|
2017-06-02 08:49:20 +02:00 |
|
|
|
5ab71d9ed8
|
Added morgan for logging purposes
|
2017-06-02 08:49:00 +02:00 |
|
|
|
b16d2ab60d
|
Setup of react environment
|
2017-06-01 19:04:31 +02:00 |
|
|
|
89e506cf6e
|
Now when it tries to tweet without a name it sends the it as a dm, this should fix alot of the crashes. Also added a couple of TODOs
|
2017-06-01 19:03:09 +02:00 |
|
|
|
8e5dd60495
|
This is just for documenting ideas and future implementations.
|
2017-05-24 22:12:24 +02:00 |
|
|
|
dd1145111a
|
Added package request-promise to package.json
|
2017-05-24 22:04:50 +02:00 |
|
|
|
24d250fe09
|
Chagned to use os.path.join for better accuraccy.
|
2017-05-21 23:39:40 +02:00 |
|
|
|
197a41bfd8
|
Changed confirmation text when successfull response from api.
|
2017-05-19 10:49:15 +02:00 |
|
|
|
c8090dfb96
|
Added option for filtering in verified and page number when searching through all stray episodes.
|
2017-05-15 12:30:18 +02:00 |
|
|
|
48188f859e
|
Added conf/classedOutput.log
|
2017-05-15 11:59:44 +02:00 |
|
|
|
713aa0629d
|
Blank logfile
|
2017-05-15 11:59:07 +02:00 |
|
|
|
7ec4165f23
|
Added logging where previous prints, also checks if logfile exists and is prevented to run if not found
|
2017-05-15 11:58:43 +02:00 |
|
|
|
a5f8a2adce
|
Linting, added newline at eos
|
2017-05-14 08:19:24 +02:00 |
|
|
|
1e47d1c599
|
Changed the strictness of name matching, and now sets name to something if not found.
|
2017-05-14 08:18:12 +02:00 |
|
|
|
411f4029c7
|
Added style, image and div for verified image if the episode is already verified.
|
2017-05-13 13:23:00 +02:00 |
|