Commit graph

53 commits

Author SHA1 Message Date
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
84c525dcc0 fixed view for Channel and User tables 2017-09-25 22:49:27 -07:00
bill bittner
a2b3ed1ab2 updated db.User to db.Channel refs 2017-09-25 21:03:43 -07:00
bill bittner
6e60e0aa2f updated models 2017-09-25 20:30:45 -07:00
bill bittner
761aa1daf7 removed address from User model 2017-09-21 16:03:45 -07:00
bill bittner
0dd8e19a26 finished basic loop for channel creation 2017-09-19 18:50:25 -07:00
bill bittner
53981b8618 DRY input validations 2017-09-19 12:54:23 -07:00
bill bittner
0e9147d9d6 basic passport structures 2017-09-18 10:14:06 -07:00
bill bittner
3325faf063 basic passport flow 2017-09-16 17:50:22 -07:00
bill bittner
242248c4f6 updated models 2017-09-15 14:41:47 -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
a43836d639 added Certificate model 2017-08-21 13:27:13 -07:00
bill bittner
dd762ec10b updated publish controller 2017-08-16 11:00:17 -07:00
bill bittner
13c5f5dfdb created local version of lbry api 2017-08-15 13:48:42 -07:00
bill bittner
1a169565bd updated Claim table schema 2017-08-14 16:16:32 -07:00
bill bittner
dcaa561e8f added Claim table with modelwrapper for special functions 2017-08-10 09:47:59 -07:00
bill bittner
f4cf6dada8 moved upsert() to db module 2017-08-04 11:32:21 -07:00
bill bittner
032066260b added 'trendingEligible' column in file db 2017-07-26 16:24:50 -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
f8ad476488 formatted trending images and added homepage section 2017-07-11 16:55:03 -07:00
bill bittner
3fa69fd75e reworked stats db and added trending route 2017-07-10 17:51:29 -07:00
bill bittner
db318bbac3 added new db field and search to compare speech addresses on potential hits 2017-07-03 18:27:35 -07:00
bill bittner
b3190004f4 changed mysql analytics to 'stats' 2017-06-29 14:34:23 -07:00
bill bittner
434aa996d7 fixed analytics mysql model datatype 2017-06-27 22:04:15 -07:00
bill bittner
7efce7739b updated error handling 2017-06-27 21:32:05 -07:00
bill bittner
7e8bb07ca9 updated table name 2017-06-27 16:25:35 -07:00
bill bittner
84c0c37de3 replaced server-side google analytics with mysql 2017-06-27 15:53:53 -07:00
bill bittner
15322c3639 added height to db 2017-06-21 23:33:03 -07:00
bill bittner
0e5215a84e finished /claim/claimId serve local first 2017-06-21 16:36:08 -07:00
bill bittner
14fc367c15 changed log approach and File model 2017-06-19 15:25:14 -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