aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Use dashes for filenamesChocobozzz2016-07-0111-8/+8
|
* reqValidators --> validatorsChocobozzz2016-07-0113-53/+54
|
* OAuth/User models refractoring -> use mongoose apiChocobozzz2016-07-0114-156/+217
|
* Pod model refractoring -> use mongoose apiChocobozzz2016-06-308-97/+109
|
* Do not generate a random password for test envChocobozzz2016-06-301-1/+12
|
* Video model: namePath -> filenameChocobozzz2016-06-282-10/+10
|
* Re enable the "seed all videos" functionChocobozzz2016-06-282-4/+13
|
* Request model refractoring -> use mongoose apiChocobozzz2016-06-287-150/+110
|
* Video model refractoring -> use mongoose apiChocobozzz2016-06-2415-534/+412
|
* Fix readme roadmapChocobozzz2016-06-181-1/+1
|
* Try to make a better communication (between pods) moduleChocobozzz2016-06-1820-430/+484
|
* Update readme roadmapChocobozzz2016-06-151-2/+6
|
* Remove useless use of async.eachChocobozzz2016-06-141-15/+13
|
* 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-0715-96/+201
| | | | upload form
* Little refractoring of requests scheduler moduleChocobozzz2016-06-062-41/+50
|
* Add tag search support to serverChocobozzz2016-06-063-2/+40
|
* Add tags support to serverChocobozzz2016-06-0614-73/+277
|
* Increase the interval for the friends requestsChocobozzz2016-06-051-2/+2
|
* Add an alert if the video load seems to be too longChocobozzz2016-06-052-6/+46
|
* Add demonstration server linkChocobozzz2016-06-051-1/+4
|
* Add issue templateChocobozzz2016-06-051-0/+10
|
* 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-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
|