Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add links support in comments | Chocobozzz | 2018-02-20 | 4 | -9/+27 |
| | |||||
* | Handle line feeds in comments | Chocobozzz | 2018-02-20 | 4 | -6/+16 |
| | |||||
* | Add filename in upload form title | Chocobozzz | 2018-02-20 | 2 | -1/+5 |
| | |||||
* | Sort video categories/languages | Chocobozzz | 2018-02-20 | 1 | -3/+12 |
| | |||||
* | Fix lint | Chocobozzz | 2018-02-19 | 3 | -3/+3 |
| | |||||
* | Add ability to import just one video from youtube | Chocobozzz | 2018-02-19 | 4 | -16/+30 |
| | |||||
* | Improve comment highlighting | Chocobozzz | 2018-02-19 | 12 | -58/+107 |
| | |||||
* | Fix sort inconsistency | Chocobozzz | 2018-02-19 | 9 | -20/+20 |
| | |||||
* | add import-youtube guide inside documentation (#298) | LecygneNoir | 2018-02-19 | 3 | -4/+61 |
| | | | | | | | | | | | | * add import-youtube guide inside documentation * safer to use unlink instead of rm to delete symbolic link, avoid risk of deleting entire directories in case of syntax error * spelling mistake corrections * anonymise URLs * git also needed as dependencies to run yarn install | ||||
* | Issue #168: youtube-like marking of comments (#297) | jonathanraes | 2018-02-18 | 5 | -3/+40 |
| | | | | | | | | | | * youtube-like marking of comments uses GET parameters to mark comments similar to youtube * place link to comment in 'comment-date' * Use a routes to highight a comment | ||||
* | Fix issue with webm and opus video | Chocobozzz | 2018-02-18 | 1 | -1/+1 |
| | |||||
* | Apidoc (#302) | Dimitri Gilbert | 2018-02-17 | 1 | -0/+195 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Basic api documentation * fix styling issue * fix styling issue * gitignore unecessary folders * openApi 2.0 first draft * solved conflicts * solved errors in openapi file * added missing doc on video + deleted apidoc comments * fix last warnings and errors inopenapi definition * openapi fix typo + improvement on video/comment endpoints * removed misplaced openapi file * api documentation improvement | ||||
* | Add video image components | Chocobozzz | 2018-02-16 | 3 | -0/+116 |
| | |||||
* | Fix gitignore | Chocobozzz | 2018-02-16 | 1 | -6/+5 |
| | |||||
* | Fix travis tests | Chocobozzz | 2018-02-16 | 1 | -5/+5 |
| | |||||
* | Upgrade server dependencies | Chocobozzz | 2018-02-16 | 4 | -268/+342 |
| | |||||
* | Add loading bar when updating a video | Chocobozzz | 2018-02-16 | 9 | -14/+35 |
| | |||||
* | Add ability to update thumbnail and preview on client | Chocobozzz | 2018-02-16 | 20 | -140/+277 |
| | |||||
* | Fix avatars on video watch page | Chocobozzz | 2018-02-16 | 2 | -0/+13 |
| | |||||
* | Try to improve production guide | Chocobozzz | 2018-02-16 | 4 | -160/+29 |
| | |||||
* | Fix duplicates detection | Chocobozzz | 2018-02-16 | 1 | -1/+1 |
| | |||||
* | Import videos in the correct order | Chocobozzz | 2018-02-16 | 1 | -1/+1 |
| | |||||
* | Bumped to version v0.0.24-alpha | Chocobozzz | 2018-02-16 | 2 | -2/+2 |
| | |||||
* | Add \n in changelog | Chocobozzz | 2018-02-16 | 1 | -1/+1 |
| | |||||
* | Update code contributors list | Chocobozzz | 2018-02-15 | 2 | -14/+32 |
| | |||||
* | Fix remote image fetching | Chocobozzz | 2018-02-15 | 4 | -7/+14 |
| | |||||
* | Handle changelog in release | Chocobozzz | 2018-02-15 | 2 | -1/+27 |
| | |||||
* | Implement support field in video and video channel | Chocobozzz | 2018-02-15 | 49 | -141/+485 |
| | |||||
* | Fix max buffer reached in youtube import | Chocobozzz | 2018-02-15 | 1 | -9/+20 |
| | |||||
* | Fix concurrency issue on video upload | Chocobozzz | 2018-02-14 | 1 | -0/+1 |
| | |||||
* | Fix tests | Chocobozzz | 2018-02-14 | 10 | -19/+13 |
| | |||||
* | Fix video play promise error on non supported browsers | Chocobozzz | 2018-02-14 | 4 | -19/+28 |
| | |||||
* | Move adding a video view videojs peertube plugin | Chocobozzz | 2018-02-14 | 7 | -28/+85 |
| | |||||
* | Fix embed lint | Chocobozzz | 2018-02-14 | 1 | -5/+3 |
| | |||||
* | Support thumbnails in youtube import | Chocobozzz | 2018-02-14 | 2 | -2/+19 |
| | |||||
* | Handle thumbnail update | Chocobozzz | 2018-02-14 | 5 | -6/+21 |
| | |||||
* | Change default logging | Chocobozzz | 2018-02-14 | 3 | -2/+5 |
| | |||||
* | Better upgrade script consistency | Chocobozzz | 2018-02-14 | 2 | -25/+15 |
| | |||||
* | Add ability to set video thumbnail/preview | Chocobozzz | 2018-02-14 | 22 | -143/+454 |
| | |||||
* | Precisions and security enhancements to the production guide (#287) | Rigel Kent | 2018-02-14 | 2 | -22/+76 |
| | | | | | | | | - added precisions and suggestions about how to generate Let's Encrypt certificates. Users have reported their installations didn't work when the problem came from missing certificates (false positives). - security defaults of Nginx follow the basic robustness principle "be conservative in what you send, be liberal in what you accept", which isn't enough with modern security standards, so we should be picky with the cipher suites we use, among other things. Extra comments (especially for the TLS1.3 protocol support parameter) make the requirement of a recent Nginx installation obvious, and the downgrade alternative remains clear to the system administrator. All in all, we should aknowledge users will most often copy and paste the configuration files. Making them secure by default may force a few users to read their configuration, but on the long run we are making the fediverse more secure. Since I've come to modify a bit the Nginx config in `support/doc/production.md`, I've merged it with the template so that they stay consistent. | ||||
* | Update Guide for upgrade procedure (#281) (#291) | SVNET Libre | 2018-02-14 | 1 | -0/+12 |
| | |||||
* | Use fetch instead of XMLHttpRequest (#292) | Florent F | 2018-02-14 | 1 | -41/+29 |
| | |||||
* | Rewrite infinite scroll | Chocobozzz | 2018-02-13 | 15 | -113/+239 |
| | |||||
* | Fix deleting a video with comments | Chocobozzz | 2018-02-13 | 1 | -0/+21 |
| | |||||
* | Add background placeholder for thumbnails | Chocobozzz | 2018-02-12 | 2 | -1/+5 |
| | |||||
* | publish comment on crtl-enter (#290) | jonathanraes | 2018-02-12 | 1 | -1/+2 |
| | |||||
* | Fix upload from CLI script | Chocobozzz | 2018-02-12 | 4 | -133/+57 |
| | |||||
* | Don't stuck on active jobs | Chocobozzz | 2018-02-12 | 2 | -2/+29 |
| | |||||
* | Improve youtube import script | Chocobozzz | 2018-02-12 | 1 | -34/+39 |
| | |||||
* | Upgrade.sh (#281) | SVNET Libre | 2018-02-12 | 1 | -0/+34 |
| | | | | | | | | | | | | | | | | * Upgrade.sh Bash script for upgrading Instance * add bash strict mode * move to "scripts" folder and other fix * Rename scirpts/upgrade.sh to scripts/upgrade.sh * Fix SQL BACKUP path * Fix symbolic link update |