aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Client: Auth services cleanupChocobozzz2016-07-203-15/+6
* Client: Add authHttp service that authentificates the http request andChocobozzz2016-07-2015-97/+314
* Client: add webpack notifierChocobozzz2016-07-202-1/+4
* Client: try to make it work with Android FirefoxChocobozzz2016-07-1912-31/+54
* Client: fix ng2 bootstrap version that breaks change with patch versions...Chocobozzz2016-07-181-1/+1
* Client: save page params as wellChocobozzz2016-07-189-48/+84
* Client: Update to Angular RC4Chocobozzz2016-07-1821-121/+1057
* Client: fix pagination componentChocobozzz2016-07-061-2/+2
* Try to make a better communication (between pods) moduleChocobozzz2016-06-181-1/+1
* Fix lint issueChocobozzz2016-06-141-1/+1
* Fix router on /Chocobozzz2016-06-102-1/+5
* Don't make a search when the field is changed and the value is emptyChocobozzz2016-06-101-1/+4
* Fix redirection after the upload of a videoChocobozzz2016-06-101-1/+1
* Fix module installation (router instead of router-deprecated)Chocobozzz2016-06-101-1/+1
* Add tags support to the video listChocobozzz2016-06-1017-64/+140
* Use ng2-file-upload instead of jquery and add tags support to the videoChocobozzz2016-06-0712-93/+197
* Add an alert if the video load seems to be too longChocobozzz2016-06-052-6/+46
* Do not import whole rxjsChocobozzz2016-06-055-4/+9
* Add loader indication when loading videos listChocobozzz2016-06-055-7/+14
* Handle error for the video uploadChocobozzz2016-06-043-1/+20
* 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
* 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-035-20/+234
* Adapt npm scriptsChocobozzz2016-06-031-4/+2
* First draft to use webpack instead of systemjsChocobozzz2016-06-0372-1064/+886
* Remove useless wildcards for tslintChocobozzz2016-06-011-1/+1
* Add authentication tokens to make friends/quit friendsChocobozzz2016-06-0123-34/+37
* Add jquery and jquery.fileupload to typings.jsonChocobozzz2016-06-011-0/+2
* Move webtorrent inside a serviceChocobozzz2016-05-315-15/+42
* 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-2753-130/+169
* 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
* Thumbnail, author and duration support in clientChocobozzz2016-05-2111-70/+220