Commit Graph

39 Commits

Author SHA1 Message Date
9c91bcb6cb Added Rubocop to project; corrected style errors 2023-03-18 11:35:52 -04:00
f27154b705 Added ability to mark or 'star' a video to keep a short list of active video projects 2023-03-13 22:23:34 -04:00
85750b4de4 Added rubocop to project and started cleaning up some code style issues 2023-03-10 12:10:44 -05:00
a48ab93b08 Added start of an API to return some basic stats of the app 2023-03-09 23:43:26 -05:00
daa41ac8e4 Enabled rack protection middleware 2023-03-09 23:28:22 -05:00
0927a00960 Added rake task to start server in a more production-ready manner using Puma; move config values to config directory 2023-03-09 23:22:18 -05:00
39ce636c0a Moved lib/ to app/ 2023-03-09 22:48:09 -05:00
f361e47e75 Migrated to a modular Sinatra application 2023-03-09 21:37:33 -05:00
46e4e5c079 Replaced the rerun gem with guard-rack; added some work to support Windows better; added a way to configure the application with config.yaml 2023-03-09 15:48:33 -05:00
39ebf6a535 Added wdm gem for Windows systems 2023-03-09 11:08:28 -05:00
0d854b026a Fixed channel open projects count 2023-03-07 11:54:20 -05:00
a9c4b29935 Consolidated the video and channel attribute edits into one javascript function 2023-03-07 11:29:10 -05:00
8905bed454 Fixed default values for attribute editing 2023-03-07 10:55:29 -05:00
0d652ffc90 Various changes 2023-03-07 10:53:18 -05:00
26a4f25631 Added pandoc-ruby gem to import .docx scripts 2023-03-07 10:01:34 -05:00
9278216b4a Updated videos table migration to relax some of the tightness on video serials 2023-03-07 09:27:40 -05:00
414cabb9f8 Added ability to archive videos 2023-03-07 00:07:29 -05:00
9b6e38a313 Added quick link to create new project from channel page 2023-03-06 23:44:51 -05:00
4735047682 Added status attribute to videos; added ability to edit video status and serial independently 2023-03-06 17:59:58 -05:00
f243452783 Added functionality to create directory structure for channels and videos 2023-03-06 15:59:09 -05:00
a2f2224b96 Added ability to delete videos 2023-03-05 10:11:17 -05:00
89ebf5c792 Added task to scan a channel's storage for videos to import 2023-03-05 10:02:25 -05:00
aea9415bbd Updated some styles 2023-03-04 21:31:42 -05:00
df89fd87c7 Updated some styles 2023-03-04 21:26:36 -05:00
2305a8a300 Added ability to view and edit video scripts 2023-03-04 11:37:53 -05:00
51ee9f00fb Added script attribute for videos 2023-03-04 11:14:54 -05:00
9ab06f0e9c Updated sorting for channel's videos on view page 2023-03-04 10:59:30 -05:00
5ed1771b18 Added channel and video edit pages; added link back to channel from video view page 2023-03-04 08:47:07 -05:00
ef1813f16e Added directories to channels and videos 2023-03-03 23:22:17 -05:00
db74e26124 Updated video view page; added recently updated videos to dashboard 2023-03-03 15:49:09 -05:00
e39728cb33 Added video serialization 2023-03-03 15:41:23 -05:00
3aea4d684d Updated channel page styles 2023-03-03 15:36:18 -05:00
8a538cb018 Added channel and video models, views, and routes 2023-03-03 14:19:20 -05:00
646d2d19f9 Added Sequel migrations and models for videos and channels; Fixed database name in Rakefile and defaults config file 2023-03-03 13:05:01 -05:00
e731f6c84b Updated navbar styles a bit; started work on dashboard 2023-03-03 11:56:55 -05:00
b43d155eee Updated server:reload task in Rakefile to ignore SCSS and CoffeeScript source files 2023-03-03 10:09:15 -05:00
8dd9932730 Started working on navbar styles 2023-03-02 19:33:03 -05:00
69ec98cba1 Copied initial project structure from Raven 2023-03-02 13:24:24 -05:00
c509297b1c Initial commit 2023-03-02 11:52:22 -05:00