bill bittner
|
d3316b416d
|
removed instance log
|
2017-10-31 17:42:51 -07:00 |
|
bill bittner
|
4d23fbbe4e
|
updated getRecentClaims
|
2017-10-31 17:19:26 -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
|
ff9379ffb7
|
updated handling for incorrect claim names
|
2017-10-30 14:57:50 -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
|
607ca4d98c
|
added check for no claim and updated request error message with ip address
|
2017-10-18 09:49:19 -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
|
219a045779
|
added foundation for pagination
|
2017-10-12 17:56:23 -07:00 |
|
bill bittner
|
be0bf27a14
|
traded in new video thumb
|
2017-10-05 15:14:50 -07:00 |
|
bill bittner
|
65b5384330
|
added api routes for getting short ids
|
2017-09-28 11:42:29 -07:00 |
|
bill bittner
|
bd2a48f883
|
updated api publish route
|
2017-09-28 10:51:02 -07:00 |
|
bill bittner
|
3389d3759f
|
DRYer default thumbnail code
|
2017-09-11 17:57:51 -07:00 |
|
bill bittner
|
6158ef9724
|
moved all thumbnail url decisions to server-side
|
2017-09-11 12:54:36 -07:00 |
|
bill bittner
|
83b5400c9c
|
removed uncessary logger.debug
|
2017-09-11 12:48:07 -07:00 |
|
bill bittner
|
bd2dd78200
|
added thumbnail to meta tags
|
2017-09-11 12:45:07 -07:00 |
|
bill bittner
|
aa7f6d567c
|
refactored /popular to use same content list
|
2017-09-11 12:10:41 -07:00 |
|
bill bittner
|
b1dcb78a3d
|
refactored out generic content list format
|
2017-09-11 11:09:38 -07:00 |
|
bill bittner
|
af046e9d36
|
moved database related functions to model layer
|
2017-09-07 17:08:06 -07:00 |
|
bill bittner
|
f0435be0b2
|
moved constants back to individual modules
|
2017-09-07 15:31:32 -07:00 |
|
bill bittner
|
c901ced94c
|
extrapolated postToStats() in serveController.js
|
2017-09-07 11:46:06 -07:00 |
|
bill bittner
|
69741dfc1d
|
changed file ext vars from '.ext' to 'ext'
|
2017-09-07 09:45:00 -07:00 |
|
bill bittner
|
fb900d40be
|
condensed functions on serve-route
|
2017-08-23 17:00:16 -07:00 |
|
bill bittner
|
c4a4f93a32
|
rearranged serve route functions into serve controller
|
2017-08-23 16:01:28 -07:00 |
|
bill bittner
|
bcf0484b5b
|
fixed "Cannot read property "stream" of null" on new get requests
|
2017-08-23 10:21:31 -07:00 |
|
bill bittner
|
994b3c6ce4
|
fixed issue with getClaimIdByLongChannelId
|
2017-08-22 16:14:42 -07:00 |
|
bill bittner
|
5078d4e906
|
added support for partial channel names
|
2017-08-22 15:50:20 -07:00 |
|
bill bittner
|
28ab926ef9
|
added support for channel with full id
|
2017-08-21 18:03:57 -07:00 |
|
bill bittner
|
ed68514b8f
|
updated serve's get process to use local resolve
|
2017-08-16 12:23:02 -07:00 |
|
bill bittner
|
cddd7ac3b2
|
updated /all route and getTopFreeClaim
|
2017-08-16 00:40:49 -07:00 |
|
bill bittner
|
5b87c53aa3
|
updated local sql queries
|
2017-08-16 00:03:26 -07:00 |
|
bill bittner
|
4981551c59
|
replaced getAllFreePublicClaims with calls to Claim table
|
2017-08-15 15:35:03 -07:00 |
|
bill bittner
|
1a169565bd
|
updated Claim table schema
|
2017-08-14 16:16:32 -07:00 |
|
bill bittner
|
ddc823aaec
|
Merge branch 'master' of github.com:lbryio/spee.ch into claim-table
|
2017-08-14 10:54:07 -07:00 |
|
bill bittner
|
4b3d6f72cc
|
changed 'short url' to 'short id'
|
2017-08-10 10:49:19 -07:00 |
|
bill bittner
|
dcaa561e8f
|
added Claim table with modelwrapper for special functions
|
2017-08-10 09:47:59 -07:00 |
|
bill bittner
|
073aa3100d
|
removed restrictions on what licenses are resolved
|
2017-08-08 17:32:03 -07:00 |
|
bill bittner
|
f4cf6dada8
|
moved upsert() to db module
|
2017-08-04 11:32:21 -07:00 |
|
bill bittner
|
a6cbb79921
|
updated google analytics
|
2017-08-03 21:59:22 -07:00 |
|
bill bittner
|
6945e3943a
|
finished /name routes
|
2017-08-03 11:46:56 -07:00 |
|
bill bittner
|
8edd2e278e
|
extrapolated serve/show
|
2017-08-03 11:14:50 -07:00 |
|
bill bittner
|
0d47028105
|
removed use of 'deferred' from promises
|
2017-08-03 10:44:19 -07:00 |
|
bill bittner
|
e8a89ca795
|
fixed the shorturl route
|
2017-08-02 17:13:02 -07:00 |
|