Commit Graph

  • abd3f38 (HEAD -> master) Fixed IO bug and created docker-compose script for project by jrtechs 2021-02-14 10:29:36 -0500
  • ea5b2d1 Fixed error where docker container was missing gifski dependency for creating gifs by jrtechs 2021-02-14 10:22:35 -0500
  • 828b7b1 Created docker file for project by jrtechs 2020-12-20 14:53:51 +0000
  • 91e4e6a Merge pull request #17 from pedromcunha/master by Jeffery Russell 2020-10-04 12:16:31 -0400
  • f360aad (refs/pull/17/head) Migrate primitive config values to env variables by Pedro Lucas Da Silva Cunha 2020-10-04 10:40:21 -0400
  • 4219e04 added download button to watch page by jrtechs 2020-05-13 21:08:02 -0400
  • 0afa635 fixed small typo by jrtechs 2020-05-02 16:16:57 -0400
  • e229678 Updated site with Jrtechs favicon (closes #12) by jrtechs 2019-05-05 20:23:38 -0400
  • 47387c9 Created a systemd script to launch the program. by jrtechs 2019-02-10 15:14:45 -0500
  • 2ef2a87 (tag: v1.0.0) Updated the dependencies section to reflect the new icon generation package that I am using. by jrtechs 2019-02-10 14:33:59 -0500
  • fe23fd8 Fixed bug with empty folders. by jrtechs 2019-02-10 14:11:54 -0500
  • 803e5b0 Merge pull request #10 from jrtechs/aboutPage by Jeffery Russell 2019-02-10 13:48:09 -0500
  • 9665ef1 (refs/pull/10/head) Fixed bug with finding out if a video is public or private and changed the way which icons are generated to be a more supported plugin which outputs GIFs. by jrtechs 2019-02-10 13:43:47 -0500
  • 1377d24 Create CODE_OF_CONDUCT.md by Jeffery Russell 2019-02-10 12:27:49 -0500
  • 6329798 Create LICENSE by Jeffery Russell 2019-02-10 12:27:20 -0500
  • e00d936 Merge pull request #9 from jrtechs/aboutPage by Jeffery Russell 2019-02-10 11:43:53 -0500
  • a424e0e (refs/pull/9/head) Added a run script, updated the config for generic parameters updated the readme and configured the package.json file. by jrtechs 2019-02-10 11:42:00 -0500
  • 74b4a02 Updated the header and footer of the website along with added informational content to the home page of the website. by jrtechs 2019-02-10 11:15:52 -0500
  • 0aac33d Merge pull request #8 from jrtechs/systemControls by Jeffery Russell 2019-02-10 09:52:54 -0500
  • 18f8a56 (refs/pull/8/head) Updated system page to display basic information on how many videos and users are in the system. by jrtechs 2019-02-10 09:48:18 -0500
  • 15d4f91 Implemented the indexing functionality for videos and icons. by jrtechs 2019-02-10 08:52:58 -0500
  • 93f645d Implemented mechanism for setting the url, and video directories for the system. by jrtechs 2019-02-09 19:17:44 -0500
  • ffe0290 Merge pull request #7 from jrtechs/publicSection by Jeffery Russell 2019-02-09 17:02:39 -0500
  • 8984782 (refs/pull/7/head) Updated file preview to take the video preview 5 minutes into to movie to prevent blank icons. Minor bug fixes. by jrtechs 2019-02-09 16:59:58 -0500
  • d52f069 Updated videos to work with public and private sets. by jrtechs 2019-02-09 15:02:52 -0500
  • fa58240 Updated videos page to display public videos to un-registered users. by jrtechs 2019-02-09 12:27:22 -0500
  • 32ac8b4 Merge pull request #6 from jrtechs/betterVideosSection by Jeffery Russell 2019-02-09 09:25:53 -0500
  • a30c73c (refs/pull/6/head) Updated the videos page to display like a image gallery. by jrtechs 2019-02-09 09:24:22 -0500
  • 5806619 Fixed videos, watch and icons to work with express routes. by jrtechs 2019-02-08 22:26:33 -0500
  • e5e5234 Updated conf to have a generic user account for people wishing to test it. by jrtechs 2019-02-08 21:41:11 -0500
  • 1658127 Got all the user routes to work. by jrtechs 2019-02-08 21:36:14 -0500
  • ead85a4 A ton of work on refactoring the code to be more modular and use routes. by jrtechs 2019-02-07 22:01:49 -0500
  • 2314f8c Started implementing the system with express routes. by jrtechs 2019-02-06 18:46:13 -0500
  • 619c69e Updated table to display icons of videos. by jrtechs 2019-02-05 21:11:06 -0500
  • 11c8b88 Implemented a file icon system for the server. by jrtechs 2019-02-05 20:51:27 -0500
  • e58d89b Updated view to give a link which is escaped so you can paste it in locations which are not web browsers. by jrtechs 2019-02-04 19:21:09 -0500
  • 2303067 Added functionality to view a video by using the user's api key. by jrtechs 2019-02-03 16:48:17 -0500
  • 10bd53f Revoke api key functionality added. by jrtechs 2019-02-03 15:28:45 -0500
  • 9600d4b Updated site so non-admin users can edit their own profiles. by jrtechs 2019-02-03 14:01:42 -0500
  • 0d1f384 Updated system to keep track of administrator privileges and api keys for users. by jrtechs 2019-02-03 12:33:49 -0500
  • 5adecca Updated system to recursively read subdirectories to find files. by jrtechs 2019-02-03 10:47:09 -0500
  • 42e5fa9 Implemented base functionality of this using a hard coded base folder. by jrtechs 2019-02-02 17:27:07 -0500
  • 8003cc6 Implemented basic functionality for viewing a movie by viewing it in a table and getting a link to it via a get parameter. by jrtechs 2019-02-02 17:06:04 -0500
  • 81f4a5e Added logout functionality. by jrtechs 2019-02-02 16:29:56 -0500
  • edeb000 Implemented basic user manipulation functionality. by jrtechs 2019-02-02 16:12:19 -0500
  • d99baac Created basic functionality for sending videos to the client after they have logged in. by jrtechs 2019-02-02 15:42:03 -0500
  • ae95297 Got a basic web page working with a login screen. by jrtechs 2019-02-02 15:04:18 -0500
  • d75ee93 Started project by creating simple user functionality methods and set up node dependencies. by jrtechs 2019-02-02 14:18:15 -0500
  • f3b2644 Initial commit by jrtechs 2019-02-02 13:37:43 -0500