aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Add loader indication when loading videos listChocobozzz2016-06-055-7/+14
|
* Handle error for the video uploadChocobozzz2016-06-044-2/+21
|
* Fix faviconChocobozzz2016-06-041-1/+1
|
* Reload videos after removing one to avoid issues with paging etcChocobozzz2016-06-041-1/+1
|
* Apply a fade instead of a loader when loading videosChocobozzz2016-06-042-5/+15
|
* Improve the login formChocobozzz2016-06-042-6/+26
|
* Use webtorrent as external dependency instead of building it withChocobozzz2016-06-045-8/+22
| | | | webpack
* Fix dropdown css on chromiumChocobozzz2016-06-041-0/+4
|
* Fix styling when clicking on a thumbnail videoChocobozzz2016-06-041-2/+2
|
* Clean client modulesChocobozzz2016-06-044-57/+29
|
* Add webtorrent and jquery to webpackChocobozzz2016-06-044-6/+14
|
* Add production webpack, big thanks to @AngularClassChocobozzz2016-06-036-20/+239
|
* Adapt npm scriptsChocobozzz2016-06-0313-61/+22
|
* First draft to use webpack instead of systemjsChocobozzz2016-06-0373-1066/+888
|
* Add systemd file exampleChocobozzz2016-06-031-0/+17
|
* Add nginx example fileChocobozzz2016-06-031-0/+27
|
* Remove useless wildcards for tslintChocobozzz2016-06-011-1/+1
|
* Downgrade openssl wrapper to see if the travis build still failsChocobozzz2016-06-011-1/+1
|
* Add authentication tokens to make friends/quit friendsChocobozzz2016-06-0123-34/+37
|
* 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
|