Commit graph

46 commits

Author SHA1 Message Date
bill bittner c23b6192f9 reorganized file system 2018-03-16 10:34:26 -07:00
bill bittner bdd2d45ab5 turned config files into constructors that can be modified 2018-03-09 16:45:24 -08:00
bill bittner 6d8884ca14 updated webpack to build to index.js and moved sql to take a config 2018-03-08 13:18:34 -08:00
bill bittner 60b2b5f203 removed openGraphTag component and added webpack-merge 2018-02-23 15:48:56 -08:00
bill bittner 701cc64062 fixed server bundle 2018-02-21 13:33:08 -08:00
bill bittner 13d29a42b4 changed publishing to claim and updated config imports 2017-12-16 09:55:29 -08:00
bill bittner 46f9b3d8e1 fixed popular page to display actual thumbnails 2017-12-07 10:45:19 -08:00
bill bittner 50ffc42b57 changed File create to upsert 2017-11-29 15:36:23 -08:00
bill bittner 9dc4b2f151 added migration to change DOUBLE to DECIMAL 2017-11-08 07:25:21 -08:00
bill bittner 40d40c2278 consolidated config to one config file 2017-11-06 15:18:45 -08:00
bill bittner 63458aff19 changed the multipart download directory 2017-11-06 14:15:47 -08:00
bill bittner 4d23fbbe4e updated getRecentClaims 2017-10-31 17:19:26 -07:00
bill bittner b95f7ad5d4 updated resolveClaim 2017-10-31 16:44:32 -07:00
bill bittner 913c24c3a9 updated getLongChannelId 2017-10-31 16:23:11 -07:00
bill bittner cbfce3a01e getLongCLaimId updated 2017-10-31 16:00:12 -07:00
bill bittner c6878eb0a3 updated getClaimIdByLongChannelId 2017-10-31 15:28:11 -07:00
bill bittner 409a9346de updated Claim.getAllChannelClaims 2017-10-31 11:54:33 -07:00
bill bittner d6be5c4dbe moved getShortChannelId and getShortClaimId to class methods 2017-10-31 10:05:15 -07:00
bill bittner a72d3a08a6 added channel info to show page 2017-10-25 17:07:59 -07:00
bill bittner 8f4c4ff44e added migration to add channelName to Claim table 2017-10-25 15:37:11 -07:00
bill bittner ab14adca00 fixed substring issue and added no claim/no channel pages 2017-10-18 11:16:07 -07:00
bill bittner b4876706fe removed !result catches 2017-10-18 10:00:24 -07:00
bill bittner 0a62df1d76 updated no matching channel or claim to be success cases 2017-10-17 15:50:35 -07:00
bill bittner cd0fa39f15 changed "no channel" to be a success response 2017-10-17 15:09:43 -07:00
bill bittner cb7f5ac453 fixed winning channel algo to use effective amount 2017-10-16 21:25:29 -07:00
bill bittner 6b761c3e71 added channel pagination 2017-10-12 18:55:26 -07:00
bill bittner bf17f5a6ec consolidated xhttp request code 2017-09-28 15:47:55 -07:00
bill bittner 65b5384330 added api routes for getting short ids 2017-09-28 11:42:29 -07:00
bill bittner b78e881ebc updated top free claim to use effective Amount 2017-09-26 18:49:37 -07:00
bill bittner f53ca8d958 update error handler to convert props to keys 2017-09-14 11:34:13 -07:00
bill bittner 6c4e893d68 fixed typo in db config vars 2017-09-13 15:06:45 -07:00
bill bittner 59c2bf6c3c reconfigured env variables and mysql connection 2017-09-12 17:59:55 -07:00
bill bittner bd2dd78200 added thumbnail to meta tags 2017-09-11 12:45:07 -07:00
bill bittner 8a9b1ea0cf added thumbs to @channel page 2017-09-11 09:25:05 -07:00
bill bittner af046e9d36 moved database related functions to model layer 2017-09-07 17:08:06 -07:00
bill bittner 4d94acee77 moved sql from controller to model 2017-09-07 12:24:40 -07:00
bill bittner 74c7f685ac maxing out pool 2017-08-26 04:31:16 -07:00
bill bittner dd762ec10b updated publish controller 2017-08-16 11:00:17 -07:00
bill bittner f4cf6dada8 moved upsert() to db module 2017-08-04 11:32:21 -07:00
bill bittner 45ce1c44c6 changed model logging 2017-07-12 16:57:12 -07:00
bill bittner 99c7c84cfb associated the File and Request dbs 2017-07-12 15:30:31 -07:00
bill bittner 0e5215a84e finished /claim/claimId serve local first 2017-06-21 16:36:08 -07:00
bill bittner 61d8431d38 updated sequelize logging 2017-06-19 13:22:06 -07:00
Fillerino 7da97e2933 Semicolon rule added
Semicolon rule enforced as the main lbry-app uses semicolons!
2017-06-19 18:37:35 +02:00
Fillerino 085d099040 Edited code to be ES6, added eslint and some basic linting configuration
Edited code to be ES6, added eslint and some basic linting configuration,(also includes husky for auto eslint before push)
2017-06-17 22:51:30 +02:00
bill bittner 36d64ad7b0 added sequelize and 'file' row creation on publish 2017-06-15 11:15:13 -07:00