oweals/peertube.git
2016-10-07 ChocobozzzUpdate documentations now we use webseed instead of...
2016-10-07 ChocobozzzMerge branch 'webseed'
2016-10-04 ChocobozzzFix client build (ng2-bootstrap issue...)
2016-10-04 ChocobozzzServer: update node-ipc
2016-10-02 ChocobozzzMerge branch 'master' into webseed-merged
2016-10-02 ChocobozzzServer: remove useless hash affectations
2016-10-02 ChocobozzzServer: reorganize constant file
2016-10-01 ChocobozzzAdd experimental demo servers link in readme
2016-10-01 ChocobozzzServer: add informations when removing requests of...
2016-10-01 ChocobozzzAdd "max requests number" information for requests...
2016-10-01 ChocobozzzServer: fix remaining milli seconds before the next...
2016-10-01 ChocobozzzServer: add port when making friends if it is not specified
2016-10-01 ChocobozzzAdd database suffix to the production configuration...
2016-10-01 ChocobozzzAdd a comment to the webserver part in the yaml configu...
2016-10-01 ChocobozzzClient: add some explanations if we cannot retrieve...
2016-10-01 ChocobozzzServer: remove segfault handler
2016-10-01 ChocobozzzElectron-prebuilt -> electron
2016-10-01 ChocobozzzAdd systemd/nginx template link in README
2016-10-01 ChocobozzzServer: workaround for node-ipc that breaks node lts
2016-10-01 ChocobozzzServer: fix error log when a friend request fails
2016-10-01 ChocobozzzUpdate README roadmap
2016-10-01 ChocobozzzServer: add information why a friend request failed...
2016-10-01 ChocobozzzClient: handle the case when the refreshing token step...
2016-10-01 ChocobozzzClient: update angular -> 2.0.1
2016-10-01 ChocobozzzServer: when we remove a user, remove the oauthtokens too
2016-10-01 ChocobozzzServer: do not forget to check the signature when anoth...
2016-09-27 ChocobozzzServer: migration script that add admin role to root...
2016-09-26 ChocobozzzServer: fix migration at installation
2016-09-26 ChocobozzzClient: fix error alert
2016-09-26 ChocobozzzAdd migration (for db, folders...) mechanism
2016-09-23 ChocobozzzClient: fix compilation about the user created date
2016-09-23 ChocobozzzClient: Update ng2-file-upload to the module part
2016-09-23 ChocobozzzClient: move some methods in the requestStats model
2016-09-23 ChocobozzzClient: display created user date
2016-09-23 ChocobozzzServer: show user created date for the api
2016-09-23 Chocobozzzgitignore: torrent/ -> torrents/
2016-09-23 ChocobozzzClient: created date in a better format
2016-09-23 ChocobozzzClient: add requests stats page
2016-09-21 ChocobozzzServer: fix unit tests again
2016-09-21 ChocobozzzUpdate travis node versions
2016-09-21 ChocobozzzServer: fix tests
2016-09-21 ChocobozzzUpdate readme dependencies (npm >= 3)
2016-09-21 Bigard FlorianTry to fix Traviis build (caused by npm 2)
2016-09-20 ChocobozzzFix client peer dependencies
2016-09-19 ChocobozzzClient: use templateUrl/styleUrls instead of require
2016-09-19 ChocobozzzClient: fix prod build process
2016-09-19 ChocobozzzClient: update to angular 2.0
2016-09-19 ChocobozzzServer: add requests stats endpoint
2016-09-12 ChocobozzzClient: update a webpack configs
2016-09-09 ChocobozzzClient: update tslint -> 3.15.1
2016-09-09 ChocobozzzClient: little app module cleanup
2016-09-09 ChocobozzzClient: reactive forms
2016-09-06 ChocobozzzDirty update to Angular RC6
2016-08-28 ChocobozzzTags directory in gitignore
2016-08-26 ChocobozzzClient: ID column smaller
2016-08-26 ChocobozzzClient: add ID, score and created date to the friends...
2016-08-26 ChocobozzzServer: add pod created date and score to the list...
2016-08-26 ChocobozzzClient: update codelyzer -> 0.0.28
2016-08-25 ChocobozzzUpdate to standard 8
2016-08-25 ChocobozzzServer: encrypt password in database
2016-08-23 ChocobozzzClient: fix friend add input control when removing...
2016-08-23 ChocobozzzServer: fix check user params tests
2016-08-23 ChocobozzzClient: refresh friends list after quitting them
2016-08-23 ChocobozzzClient: do not rewrite tsconfig at each change of a...
2016-08-23 ChocobozzzClient: fix error display for component
2016-08-23 ChocobozzzClient: centralize http res extraction in a service
2016-08-23 ChocobozzzServer: avoid request entity too large for requests...
2016-08-23 ChocobozzzClient: change url validation for friend add
2016-08-23 ChocobozzzClient: make friends url button (+/-) -> same width
2016-08-23 ChocobozzzDo not wait the make friends process ends to send a...
2016-08-23 ChocobozzzClient: display make/quit friends according to the...
2016-08-23 ChocobozzzClient: update to new form api
2016-08-23 ChocobozzzServer: catch JSON.parse exceptions
2016-08-23 ChocobozzzClient: fix malformed div
2016-08-23 ChocobozzzUpdate README roadmap
2016-08-21 ChocobozzzUpdate README roadmap
2016-08-21 ChocobozzzClient: remove makeFriend from friend-list (in friend...
2016-08-21 ChocobozzzClient: simplify simple menu/admin menu displaying...
2016-08-21 ChocobozzzClient: navigate to /videos/list when do search on...
2016-08-21 ChocobozzzClient: support the new make friends method
2016-08-21 ChocobozzzServer: fix makefriends validation and tests
2016-08-21 ChocobozzzServer: fix remote videos requests validator
2016-08-20 ChocobozzzServer: fix real world simulation script
2016-08-20 ChocobozzzServer: make friends urls come from the request instead...
2016-08-19 ChocobozzzServer: put config in constants
2016-08-16 ChocobozzzServer: add user list sort/pagination
2016-08-16 ChocobozzzServer: optimize function to see if there are users...
2016-08-16 ChocobozzzServer: video.list -> video.listForApi (with pagination...
2016-08-15 ChocobozzzClient: reset pagination when we search something
2016-08-15 ChocobozzzServer: test filenames with hyphens
2016-08-14 ChocobozzzServer: fix travis tests
2016-08-12 ChocobozzzClient: add users list/friends list titles
2016-08-12 ChocobozzzClient: add friends page
2016-08-12 ChocobozzzUpdate webtorrent -> 0.96
2016-08-12 ChocobozzzClient: make an admin menu and a classic menu component
2016-08-09 ChocobozzzClient: add user management
2016-08-09 ChocobozzzServer: delete user with the id and not the username
2016-08-07 ChocobozzzServer: update dev dependencies
2016-08-07 ChocobozzzServer: create requests utils module
2016-08-07 ChocobozzzServer: split tests utils in multiple files
next