aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Move scripty and node sass into the main dependenciesChocobozzz2016-06-011-2/+2
|
* Add jquery and jquery.fileupload to typings.jsonChocobozzz2016-06-011-0/+2
|
* Move webtorrent inside a serviceChocobozzz2016-05-315-15/+42
|
* Update node openssl wrapper moduleChocobozzz2016-05-311-1/+1
|
* Remove the include of ng2 bootstrap in the html indexChocobozzz2016-05-272-2/+1
|
* Directives/providers array for components in alphabetical orderChocobozzz2016-05-273-3/+2
|
* Put presentation logic in the componentsChocobozzz2016-05-273-4/+8
|
* AlphabeticalChocobozzz2016-05-2710-131/+138
|
* Do not prefix private attributesChocobozzz2016-05-2715-93/+112
|
* Follow the angular styleguide for the directories structureChocobozzz2016-05-2759-137/+177
|
* Add a loader animation when loading the videos listChocobozzz2016-05-2610-46/+73
|
* Make the sort/results bar less uglyChocobozzz2016-05-245-6/+41
|
* Lint the clientChocobozzz2016-05-236-42/+41
|
* Add trivial sort for the clientChocobozzz2016-05-239-8/+78
|
* Use progress bar from bootstrap for the uploadChocobozzz2016-05-233-2/+8
|
* Add search with field choose support in clientChocobozzz2016-05-2310-19/+99
|
* Add pagination support to the clientChocobozzz2016-05-2211-28/+74
|
* Extends the search feature by customizing the search field (name,Chocobozzz2016-05-228-20/+149
| | | | podUrl...)
* Add total results field and wrap videos in data field when listingChocobozzz2016-05-217-76/+105
| | | | videos
* Thumbnail, author and duration support in clientChocobozzz2016-05-2112-71/+221
|
* Add the list of files inside tsconfigChocobozzz2016-05-211-1/+28
|
* Move livereload to an external script and remove from express.Chocobozzz2016-05-215-9/+6
| | | | Developers have to use the livereload plugin in their web browser now.
* Don't send the "http(s)" for the podUrlChocobozzz2016-05-211-1/+1
|
* Add production example fileChocobozzz2016-05-203-1/+18
|
* Update node for travisChocobozzz2016-05-191-2/+2
|
* Use bash for danger scripts instead of env shChocobozzz2016-05-192-2/+2
|
* Return with callback with an errorChocobozzz2016-05-191-1/+1
|
* Add radix to parseIntChocobozzz2016-05-191-2/+2
|
* Update client dependenciesChocobozzz2016-05-173-3/+3
|
* Fix tests for according to the sortChocobozzz2016-05-171-0/+1
|
* Add ability to sort videos listChocobozzz2016-05-1711-9/+173
|
* Add check for the thumbnail in base64 (requests inter pods)Chocobozzz2016-05-161-0/+2
|
* Add check for the author username lengthChocobozzz2016-05-162-0/+4
|
* Add a check for the duration of videosChocobozzz2016-05-166-27/+56
|
* Update disk size for 1000000 videos in architectureChocobozzz2016-05-161-1/+1
|
* Use async waterfall in request scheduler for better readabilityChocobozzz2016-05-151-22/+48
|
* Use async waterfall for better readability in friends libChocobozzz2016-05-151-32/+47
|
* Use async series in installer for better readabilityChocobozzz2016-05-131-15/+17
|
* Use async waterfall in pods controller for better readabilityChocobozzz2016-05-131-24/+59
|
* Use async waterfall in videos controller for better readabilityChocobozzz2016-05-131-60/+115
|
* getVideoThumbnail -> createVideoThumbnailChocobozzz2016-05-132-3/+3
|
* Add createdDate to videosChocobozzz2016-05-136-6/+32
|
* Move the count of results for the pagination in constants moduleChocobozzz2016-05-132-1/+7
|
* Introduce paginations in videos listingChocobozzz2016-05-138-12/+188
|
* Only display "make/quit friends" if connectedChocobozzz2016-05-131-1/+1
|
* Fix adding twice a torrent in webtorrentChocobozzz2016-05-131-1/+1
|
* Authenticate before make/quit friends (server + tests)Chocobozzz2016-05-1310-38/+68
|
* Remove the cache middlewareChocobozzz2016-05-136-43/+11
|
* Update webtorrentChocobozzz2016-05-132-2/+2
|
* Fix typos in server testsChocobozzz2016-05-134-22/+23
|