Commit Graph

2984 Commits

Author SHA1 Message Date
Chocobozzz
fc76359be1 Adapt npm scripts 2016-06-03 22:34:39 +02:00
Chocobozzz
4a6995be18 First draft to use webpack instead of systemjs 2016-06-03 22:08:03 +02:00
Chocobozzz
4688925411 Add systemd file example 2016-06-03 15:58:04 +02:00
Chocobozzz
5d4e941100 Add nginx example file 2016-06-03 15:56:40 +02:00
Chocobozzz
40d5da636f Remove useless wildcards for tslint 2016-06-01 22:05:55 +02:00
Chocobozzz
ec2fd5851a Downgrade openssl wrapper to see if the travis build still fails 2016-06-01 21:13:29 +02:00
Chocobozzz
a840d39609 Add authentication tokens to make friends/quit friends 2016-06-01 20:36:27 +02:00
Chocobozzz
575fdcece5 Move scripty and node sass into the main dependencies 2016-06-01 20:12:25 +02:00
Chocobozzz
ad4d93a074 Add jquery and jquery.fileupload to typings.json 2016-06-01 19:09:37 +02:00
Chocobozzz
d3ef341abe Move webtorrent inside a service 2016-05-31 22:39:36 +02:00
Chocobozzz
092fbf58cc Update node openssl wrapper module 2016-05-31 20:25:10 +02:00
Chocobozzz
33f12c7441 Remove the include of ng2 bootstrap in the html index 2016-05-27 22:04:27 +02:00
Chocobozzz
f0a397ee3d Directives/providers array for components in alphabetical order 2016-05-27 17:55:57 +02:00
Chocobozzz
9bfe96e19f Put presentation logic in the components 2016-05-27 17:52:41 +02:00
Chocobozzz
4fd8aa3270 Alphabetical 2016-05-27 17:49:18 +02:00
Chocobozzz
ccf6ed16f1 Do not prefix private attributes 2016-05-27 17:25:52 +02:00
Chocobozzz
41a2aee38c Follow the angular styleguide for the directories structure 2016-05-27 16:23:10 +02:00
Chocobozzz
157cb9c971 Add a loader animation when loading the videos list 2016-05-26 20:40:03 +02:00
Chocobozzz
a99593ed9f Make the sort/results bar less ugly 2016-05-24 23:00:58 +02:00
Chocobozzz
aff038cd78 Lint the client 2016-05-23 12:15:03 +02:00
Chocobozzz
cf20596c10 Add trivial sort for the client 2016-05-23 11:07:42 +02:00
Chocobozzz
8140a704bb Use progress bar from bootstrap for the upload 2016-05-23 09:50:26 +02:00
Chocobozzz
471bc22f19 Add search with field choose support in client 2016-05-23 09:38:38 +02:00
Chocobozzz
322940742b Add pagination support to the client 2016-05-22 10:44:35 +02:00
Chocobozzz
46246b5f19 Extends the search feature by customizing the search field (name,
podUrl...)
2016-05-22 09:15:00 +02:00
Chocobozzz
68ce3ae021 Add total results field and wrap videos in data field when listing
videos
2016-05-21 19:30:22 +02:00
Chocobozzz
501bc6c2b1 Thumbnail, author and duration support in client 2016-05-21 18:08:23 +02:00
Chocobozzz
295ba044af Add the list of files inside tsconfig 2016-05-21 15:23:37 +02:00
Chocobozzz
cd0e4b1acf Move livereload to an external script and remove from express.
Developers have to use the livereload plugin in their web browser now.
2016-05-21 15:21:15 +02:00
Chocobozzz
9e379c835c Don't send the "http(s)" for the podUrl 2016-05-21 15:05:29 +02:00
Chocobozzz
f1f4732f8e Add production example file 2016-05-20 15:29:25 +02:00
Chocobozzz
93652f8d1a Update node for travis 2016-05-19 21:55:36 +02:00
Chocobozzz
401b079d6b Use bash for danger scripts instead of env sh 2016-05-19 20:37:43 +02:00
Chocobozzz
6e56eb63ac Return with callback with an error 2016-05-19 20:28:17 +02:00
Chocobozzz
13c14a9028 Add radix to parseInt 2016-05-19 20:27:36 +02:00
Chocobozzz
0cd30cff9e Update client dependencies 2016-05-17 21:19:47 +02:00
Chocobozzz
1af470c709 Fix tests for according to the sort 2016-05-17 21:18:19 +02:00
Chocobozzz
a877d5acc5 Add ability to sort videos list 2016-05-17 21:03:00 +02:00
Chocobozzz
479f229198 Add check for the thumbnail in base64 (requests inter pods) 2016-05-16 19:55:32 +02:00
Chocobozzz
a996fc4abe Add check for the author username length 2016-05-16 19:51:07 +02:00
Chocobozzz
67100f1f97 Add a check for the duration of videos 2016-05-16 19:49:10 +02:00
Chocobozzz
dcc7b3fe47 Update disk size for 1000000 videos in architecture 2016-05-16 19:16:42 +02:00
Chocobozzz
e856e334a1 Use async waterfall in request scheduler for better readability 2016-05-15 18:03:43 +02:00
Chocobozzz
e7ea2817c0 Use async waterfall for better readability in friends lib 2016-05-15 10:42:17 +02:00
Chocobozzz
cefc718dd6 Use async series in installer for better readability 2016-05-13 21:34:47 +02:00
Chocobozzz
1cad0f395f Use async waterfall in pods controller for better readability 2016-05-13 21:34:36 +02:00
Chocobozzz
807df9e668 Use async waterfall in videos controller for better readability 2016-05-13 21:14:14 +02:00
Chocobozzz
57a56079fe getVideoThumbnail -> createVideoThumbnail 2016-05-13 20:45:53 +02:00
Chocobozzz
bb10240ee1 Add createdDate to videos 2016-05-13 20:42:11 +02:00
Chocobozzz
3fe81fa75e Move the count of results for the pagination in constants module 2016-05-13 20:10:02 +02:00