bill bittner
e9f421b51a
changed 'showLite' to use 'show' layout
2017-07-24 16:12:11 -07:00
bill bittner
b393de8268
added 'show' layout with custom header info
2017-07-24 16:09:44 -07:00
caseyparker
2a10baf72c
modified: helpers/functions/isFreePublicClaim.js
...
list of allowable licenses is now an array
2017-07-23 16:52:16 -07:00
caseyparker
1455d63047
modified: helpers/libraries/publishHelpers.js
2017-07-23 16:02:59 -07:00
caseyparker
414e3f2ffa
modified: views/partials/publish.handlebars
2017-07-23 16:02:22 -07:00
Bill Bittner
2463bbf257
Merge pull request #100 from lbryio/claim-name-input
...
added 'Spee.ch/' before claim input
2017-07-22 18:33:35 -07:00
bill bittner
eb41b65dd6
added 'Spee.ch/' before claim input
2017-07-22 18:01:17 -07:00
Bill Bittner
324b4f5e78
Merge pull request #99 from lbryio/client-side-name-validation
...
Client side name validation
2017-07-22 17:23:41 -07:00
bill bittner
b60dfe139b
fixed a typo in comments
2017-07-22 16:42:18 -07:00
bill bittner
afae6a79c3
added event listener to input to prevent spaces
2017-07-22 16:21:37 -07:00
bill bittner
e99e8291bd
added filename special character check, and moved replace regex to front end
2017-07-22 15:09:58 -07:00
Shaikh Farhan
49f1fb8745
Update publishHelpers.js
...
Accept space in filename from user, and replace the space to dash. Since a lot of users are used to typing out with spaces, better UX and less errors thrown out for invalid names.
2017-07-22 18:47:46 +05:30
Bill Bittner
c6b2d2fed1
Merge pull request #95 from lbryio/trending-images-masonry
...
added masonry.js to display trending images
2017-07-21 22:53:52 -07:00
bill bittner
4d61a897d9
added masonry.js to display trending images
2017-07-21 13:40:01 -07:00
bill bittner
4c8157e38e
added patch for recently-published, not-yet-mined short urls
2017-07-20 10:15:20 -07:00
Bill Bittner
1ed55a3a92
Merge pull request #93 from lbryio/short-urls-2
...
Short urls 2
2017-07-19 23:16:29 -07:00
bill bittner
d4ffd3c80a
removed unnecessary logs
2017-07-19 15:42:56 -07:00
bill bittner
2bda35968f
broke 'serve' and 'show' functions into separate controller files
2017-07-19 14:11:47 -07:00
bill bittner
a6788886fd
got basic serving on long and short claim ids working
2017-07-19 09:11:08 -07:00
bill bittner
db1813cd08
fixed short url passing in serveControler
2017-07-19 08:12:59 -07:00
bill bittner
06e6f0a440
simplified short url handling to focus on the given url only
2017-07-19 07:58:44 -07:00
bill bittner
b6de2affb6
added functions for retreiving short url and full claim id
2017-07-18 22:05:34 -07:00
bill bittner
9560585035
fixed sort to show lower height first
2017-07-18 16:50:30 -07:00
bill bittner
de379beec9
changed short url serve route to serve earliest-in-time shmatching claim id
2017-07-18 16:13:01 -07:00
Bill Bittner
5a342371b5
Merge pull request #92 from lbryio/download-dir
...
Download dir
2017-07-18 11:42:25 -07:00
bill bittner
5904a05fde
renamed server.js to speech.js
2017-07-18 10:02:09 -07:00
bill bittner
f3ce7957f3
small cosmetics in server.js
2017-07-18 09:59:40 -07:00
bill bittner
baa580ac87
removed DownloadDirectory from config vars
2017-07-18 09:54:24 -07:00
bill bittner
2f4fa6d970
added download directory retrieval to startup process
2017-07-18 09:52:18 -07:00
Bill Bittner
ba3fd14ad3
Merge pull request #89 from lbryio/short-urls
...
Short urls
2017-07-17 19:18:46 -07:00
bill bittner
68acc842db
removed personal download dir from config file
2017-07-17 14:43:12 -07:00
bill bittner
a32df3c77a
removed the details link on show-lite
2017-07-17 13:59:21 -07:00
bill bittner
13471edda4
updated show route with short url
2017-07-17 13:54:50 -07:00
bill bittner
af8242a3c6
tested with daemon and fixed handle of invalid uri
2017-07-17 13:34:21 -07:00
bill bittner
bf516c07c2
added 'details' link on show-lite route
2017-07-17 13:20:57 -07:00
bill bittner
8d4ae9ce3c
chained promises and implemented short claimId check
2017-07-17 13:16:11 -07:00
Bill Bittner
fcba780068
Merge pull request #86 from lbryio/input-validation
...
Input validation
2017-07-14 09:14:52 -07:00
bill bittner
1f949e71a8
removed my local file path from dev config
2017-07-14 09:12:39 -07:00
bill bittner
6f2753445d
made error text red and bold
2017-07-14 09:06:04 -07:00
bill bittner
c1297e9021
front end validation and focus on show links
2017-07-14 08:57:12 -07:00
bill bittner
3b30be73b7
updated env variables
2017-07-13 22:21:18 -07:00
Bill Bittner
c938ae265c
Merge pull request #81 from lbryio/trending-homepage
...
added trending images to homepage
2017-07-13 22:12:45 -07:00
bill bittner
d3509c5d98
added trending images to homepage
2017-07-13 00:19:59 -07:00
bill bittner
476f28441c
upercased table names in trending query
2017-07-13 00:12:04 -07:00
bill bittner
7b4bde56c9
added missing 'null' in publish postToStats
2017-07-13 00:05:37 -07:00
Bill Bittner
8c7346da5d
Merge pull request #78 from lbryio/trending-images-2
...
Trending images 2
2017-07-12 23:50:45 -07:00
bill bittner
02d909a738
switched trending images controller function to sql query
2017-07-12 23:37:38 -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
9df408690a
Merge pull request #77 from lbryio/trending-images
...
Trending images
2017-07-12 09:03:18 -07:00