Commit graph

965 commits

Author SHA1 Message Date
Bill Bittner bc01d584d4
Merge pull request #250 from Smurphonomics/patch-5
general.css Video Skin Class Stlye Improvement
2017-11-14 17:27:55 -05:00
Bill Bittner a9685951af
Merge pull request #261 from lbryio/undefined-og-description
Undefined og description
2017-11-14 15:40:37 -05:00
bill bittner 1598ef853a added fallback description and title for open graph 2017-11-14 15:32:14 -05:00
Bill Bittner 1aa05b2b1b
Merge branch 'master' into undefined-og-description 2017-11-13 13:57:09 -08:00
bill bittner 9e59cdedfc removed config/config.json from .gitignore 2017-11-13 16:00:21 -05:00
bill bittner ecaef77f47 added sequelize CLI example file 2017-11-13 15:56:31 -05:00
bill bittner 000a013f0f removed extraneous example file 2017-11-13 15:55:06 -05:00
bill bittner 64175e023c Merge remote-tracking branch 'refs/remotes/origin/master' into db-datatypes-migration 2017-11-13 15:47:17 -05:00
Bill Bittner fd34f744ec
Merge pull request #242 from lbryio/upload-refactor
Upload refactor
2017-11-13 12:39:20 -08:00
bill bittner b541d4be0b fixed another var -> const 2017-11-13 15:25:03 -05:00
bill bittner e232fcd55e changed var to const 2017-11-13 15:21:26 -05:00
bill bittner 1862f84b97 updated error handler with destructuring 2017-11-13 15:12:16 -05:00
bill bittner 9dd13456db updated name of speech config example file 2017-11-13 14:24:20 -05:00
bill bittner 07660576b1 turned authOrSkip into promise 2017-11-13 14:20:37 -05:00
bill bittner f7a6f52b75 extrapolated auth skip function 2017-11-13 13:21:39 -05:00
bill bittner b7fd186d61 Merge branch 'upload-refactor' of github.com:lbryio/spee.ch into upload-refactor 2017-11-13 11:02:20 -05:00
Mark (Steve) Firth afb65e78c0
Video CSS Now With Body ID
Cleaner code. :)
2017-11-13 23:34:13 +10:00
Bill Bittner 22b067141c
Merge pull request #259 from lbryio/body-id-tags
added id tags to body elements
2017-11-10 07:17:34 -08:00
Mark (Steve) Firth 121e1e9e4c
Optimised Code
Removed and optimised the styles to limit duplicates and gave elements a block display to make sure centering and image sizes act like they should.

Move all video related code on to the video tag.

Images are probably best at `max-width:100%; to prevent them looking too small on devices, such as iPad Mini.
2017-11-10 15:43:57 +10:00
Bill Bittner 40cc90ce0a
patched resolveResult.datavalues bug in serveController
patched resolveResult.datavalues bug in serveController
2017-11-09 18:21:18 -08:00
bill bittner 432e05e830 fixed channel publish css and errors 2017-11-09 17:46:50 -08:00
bill bittner a6181d60b6 moved out of place debug log 2017-11-09 16:49:38 -08:00
bill bittner c1b3a291cb updated handlebar twitter meta helper 2017-11-09 14:30:13 -08:00
bill bittner 71e5b7ca7a added needed information to SHOWlITE route 2017-11-09 14:20:25 -08:00
bill bittner 14ac70e96d added id tags to body elements 2017-11-09 11:45:54 -08:00
Bill Bittner 3dcc714a13
Merge pull request #255 from lbryio/sequelize-operator-alias
switch to sequelize operator alias
2017-11-08 18:57:02 -08:00
bill bittner 8524be2c93 switched to $ operator alias 2017-11-08 18:55:47 -08:00
Mark Firth 15ab2e0317
Merge branch 'master' into patch-5 2017-11-09 11:11:46 +10:00
Bill Bittner c6d1988bb9
Merge pull request #254 from lbryio/viewport-constraint
constrain to viewport on large images
2017-11-08 15:58:47 -08:00
Bill Bittner 5e66ed6db2
Merge pull request #252 from lbryio/meta-tags-for-vanity-urls
removed line causing serve on show route
2017-11-08 15:58:34 -08:00
Bill Bittner 93471c069e
Merge pull request #251 from lbryio/channel-metadata
Channel metadata
2017-11-08 15:58:22 -08:00
bill bittner 5bd710da75 renamed class for consistent spelling 2017-11-08 15:36:00 -08:00
bill bittner ea2dba466e fixed class class name 2017-11-08 15:28:35 -08:00
Bill Bittner 74b02989ad
Merge branch 'upload-refactor' into db-datatypes-migration 2017-11-08 15:24:18 -08:00
Bill Bittner 7997d2ee84
Merge branch 'master' into upload-refactor 2017-11-08 15:21:57 -08:00
bill bittner 0b415f2d9f updated .gitignore 2017-11-08 15:19:39 -08:00
bill bittner e7276e3eb4 removed line causing serve on show route 2017-11-08 12:30:32 -08:00
bill bittner 31d1274e36 replaced layout script tags 2017-11-08 11:07:03 -08:00
bill bittner ecb36496f5 capitalized site name 2017-11-08 10:36:55 -08:00
bill bittner 9cc6517b2e updated channel meta tags 2017-11-08 10:34:10 -08:00
bill bittner 0a78480ebb created layout and updated twitter handle 2017-11-08 10:24:40 -08:00
bill bittner 9dc4b2f151 added migration to change DOUBLE to DECIMAL 2017-11-08 07:25:21 -08:00
Mark Firth 7ba5b09a23
general.css Video Skin Class Stlye Improvement
Previously, the global video element was styled to make it look better on the stand alone page. However; the class `.show-asset-light` is the video skin class assigned to the stand alone page only.

Based on this, I have optimised the style on this class and removed parts no longer needed from the `video-player` class, thereby not affecting any other pages for areas only required on the stand alone page.
2017-11-08 23:12:12 +10:00
bill bittner 37315c6c66 added upload path to config and removed socket.io ref 2017-11-07 16:15:12 -08:00
bill bittner 1b61e0fefa updated Certificate model to match migration 2017-11-07 15:42:48 -08:00
bill bittner e49942344a added migration for Certificate column types 2017-11-07 15:21:42 -08:00
bill bittner dce1c32288 added migrations for Claim column types 2017-11-07 14:47:41 -08:00
bill bittner 912363e936 added sequelizeCli config example 2017-11-07 10:57:31 -08:00
bill bittner 7589ad043d changed slack error logging to include warn 2017-11-07 07:14:38 -08:00
Bill Bittner 21d88e79a3
Merge pull request #241 from Smurphonomics/patch-3
Update general.css
2017-11-06 17:27:01 -08:00