Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use ISO 639 for languages | Chocobozzz | 2018-04-23 | 25 | -109/+292 | |
| | ||||||
* | Replace current state when changing page | Chocobozzz | 2018-04-20 | 6 | -2/+16 | |
| | ||||||
* | Fix contributing guide concerning unit tests | Chocobozzz | 2018-04-20 | 1 | -2/+2 | |
| | ||||||
* | Fix auto quality | Chocobozzz | 2018-04-20 | 2 | -8/+6 | |
| | ||||||
* | Player better responsive | Chocobozzz | 2018-04-20 | 1 | -0/+19 | |
| | ||||||
* | Use mixin for word wrap | Chocobozzz | 2018-04-20 | 3 | -16/+13 | |
| | ||||||
* | Fix word-wrap on comments and description (#397 regression) | Chocobozzz | 2018-04-20 | 2 | -2/+14 | |
|\ | | | | | See merge request chocobozzz/PeerTube!10 | |||||
| * | Update css (don't cut word arbitrary) for description and comments. | Gérald Niel | 2018-04-19 | 2 | -3/+13 | |
| | | ||||||
| * | Merge branch 'develop' of framagit.org:chocobozzz/PeerTube into develop | Gérald Niel | 2018-04-19 | 56 | -146/+665 | |
| |\ | |/ |/| | ||||||
* | | Handle errors in embed | Chocobozzz | 2018-04-19 | 3 | -5/+90 | |
| | | ||||||
* | | Add doc to run only one unit test | Chocobozzz | 2018-04-19 | 2 | -0/+7 | |
| | | ||||||
* | | Add resolution in torrent file name | Chocobozzz | 2018-04-19 | 1 | -1/+2 | |
| | | ||||||
* | | Better file name for torrent | Chocobozzz | 2018-04-19 | 2 | -4/+6 | |
| | | ||||||
* | | Add information concerning video privacy in my videos list | Chocobozzz | 2018-04-19 | 9 | -28/+29 | |
| | | ||||||
* | | Add help concerning NSFW videos in upload | Chocobozzz | 2018-04-19 | 6 | -4/+9 | |
| | | ||||||
* | | Add ability to choose what policy we have for NSFW videos | Chocobozzz | 2018-04-19 | 41 | -86/+519 | |
| | | | | | | | | There is a global instance setting and a per user setting | |||||
* | | Use popover for help component | Chocobozzz | 2018-04-18 | 3 | -29/+14 | |
| | | ||||||
| * | Merge branch 'develop' of framagit.org:chocobozzz/PeerTube into develop | Gérald Niel | 2018-04-19 | 14 | -96/+164 | |
| |\ | |/ |/| | ||||||
* | | Process broadcast requests in parallel | Chocobozzz | 2018-04-18 | 3 | -13/+13 | |
| | | ||||||
* | | Move server follow in the job queue | Chocobozzz | 2018-04-18 | 5 | -64/+90 | |
| | | | | | | | | It helps to track follow errors | |||||
* | | Fix tests | Chocobozzz | 2018-04-18 | 1 | -1/+1 | |
| | | ||||||
* | | Better responsive design on many comment children | Chocobozzz | 2018-04-18 | 3 | -7/+33 | |
| | | ||||||
* | | Handle when autoplay fails | Chocobozzz | 2018-04-18 | 4 | -12/+29 | |
| | | ||||||
| * | See commit 2a97572 fix #397 (regression) | Gérald Niel | 2018-04-17 | 1 | -1/+4 | |
|/ | ||||||
* | Add ability to click on the account in watch page | Chocobozzz | 2018-04-17 | 8 | -14/+24 | |
| | ||||||
* | Add redis cache to feed route | Chocobozzz | 2018-04-17 | 4 | -16/+113 | |
| | ||||||
* | Support hostname binding in config | Pierre-Alain TORET | 2018-04-17 | 6 | -4/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Add basic support for hostname binding Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com> * Make production example a bit more secure Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com> * Make example config files compatible with hostname binding modification Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com> * Fix typo Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com> * Bind on 127.0.0.1 by default Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com> * Update Docker configuration with hostname binding Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com> | |||||
* | Add rest api quickstart | Chocobozzz | 2018-04-17 | 2 | -1/+50 | |
| | ||||||
* | Handle sort in rss | Chocobozzz | 2018-04-17 | 11 | -63/+58 | |
| | ||||||
* | Simplify client syndications | Chocobozzz | 2018-04-17 | 13 | -118/+105 | |
| | ||||||
* | Hide big play button on autoplay | Chocobozzz | 2018-04-17 | 2 | -4/+11 | |
| | ||||||
* | feature: initial syndication feeds support | Rigel Kent | 2018-04-17 | 33 | -82/+606 | |
| | | | | | | | | | | | | | | | | | | Provides rss 2.0, atom 1.0 and json 1.0 feeds for videos (instance and account-wide) on listings and video-watch views. * still lacks redis caching * still lacks lastBuildDate support * still lacks channel-wide support * still lacks semantic annotation (for licenses, NSFW warnings, etc.) * still lacks love ( ˘ ³˘) * RSS: has MRSS support for torrent lists! * RSS: includes the first torrent in an enclosure * JSON: lists all torrents in the 'attachments' object * ATOM: lacking torrent listing support Advances #23 Partial implementation for the accountId generation in the client, which will need a hotfix to add a way to get the proper account id. | |||||
* | Try to fix docker automatic build (again...) | Chocobozzz | 2018-04-16 | 1 | -3/+2 | |
| | ||||||
* | Try to fix automatic dockerbuild | Chocobozzz | 2018-04-16 | 2 | -3/+3 | |
| | ||||||
* | Improve dockerfile | Chocobozzz | 2018-04-16 | 4 | -14/+25 | |
| | ||||||
* | Add auth documentation | Chocobozzz | 2018-04-16 | 5 | -4/+775 | |
| | ||||||
* | Fix the execution right for docker-entrypoint.sh | Florent Poinsaut | 2018-04-16 | 1 | -0/+0 | |
| | ||||||
* | use gosu to fix /data permissions errors | Florent Poinsaut | 2018-04-16 | 3 | -15/+57 | |
| | ||||||
* | Improve big play button animation | Chocobozzz | 2018-04-15 | 5 | -128/+155 | |
| | ||||||
* | Don't add a dot after the url in forgot password email | Chocobozzz | 2018-04-15 | 1 | -1/+1 | |
| | ||||||
* | Fix #490 | Chocobozzz | 2018-04-11 | 1 | -1/+3 | |
|\ | ||||||
| * | Fix indetation (I hope!) | Gérald Niel | 2018-04-11 | 1 | -1/+1 | |
| | | ||||||
| * | Fix #490 and justify text in comments div. | Gérald Niel | 2018-04-11 | 1 | -1/+3 | |
|/ | ||||||
* | Add .gitignore for Docker | Florent Poinsaut | 2018-04-10 | 1 | -0/+3 | |
| | ||||||
* | Adding a more specific phrasing for yarn installation (#487) | Rigel Kent | 2018-04-09 | 1 | -1/+1 | |
| | ||||||
* | Upgrade to webpack 4 | Chocobozzz | 2018-04-06 | 4 | -63/+1764 | |
| | ||||||
* | Upgrade client dependencies | Chocobozzz | 2018-04-06 | 2 | -575/+569 | |
| | ||||||
* | Upgrade server dependencies | Chocobozzz | 2018-04-06 | 5 | -169/+223 | |
| | ||||||
* | Upgrade spectacle module | Chocobozzz | 2018-04-06 | 5 | -1025/+699 | |
| | ||||||
* | Add what now section to production guide | Chocobozzz | 2018-04-06 | 1 | -1/+6 | |
| |