Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | Adding dependencies informations for CentOS 7 (#288) | Erwan Croze | 2018-02-12 | 1 | -1/+19 |
| | |||||
* | Change manifest properties (#285) | Lucas Teixeira | 2018-02-11 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | * Change full screen to standalone This will make the notification bar visible * Added theme color Now the address bar will match the color of the search panel. * Remove orientation:"portrait" * Re-adding orientation property This time, with "any" value | ||||
* | Begin import script with youtube-dl | Chocobozzz | 2018-02-09 | 7 | -7/+198 |
| | |||||
* | Add warning in production guide | Chocobozzz | 2018-02-09 | 1 | -0/+2 |
| | |||||
* | Fix config test | Chocobozzz | 2018-02-09 | 1 | -2/+2 |
| | |||||
* | Bumped to version v0.0.23-alphav0.0.23-alpha | Chocobozzz | 2018-02-09 | 2 | -2/+2 |
| | |||||
* | Fix crash with websocket tracker | Chocobozzz | 2018-02-09 | 2 | -5/+4 |
| | |||||
* | Fix timestamp logging | Chocobozzz | 2018-02-09 | 1 | -1/+1 |
| | |||||
* | Handle error on websocket error | Chocobozzz | 2018-02-09 | 1 | -0/+1 |
| | |||||
* | Bumped to version v0.0.22-alphav0.0.22-alpha | Chocobozzz | 2018-02-09 | 2 | -2/+2 |
| | |||||
* | Add default description and default terms | Chocobozzz | 2018-02-09 | 1 | -2/+2 |
| | |||||
* | Video previews take all the width on mobile | Chocobozzz | 2018-02-09 | 10 | -14/+49 |
| | |||||
* | Add service worker | Chocobozzz | 2018-02-08 | 10 | -161/+237 |
| | |||||
* | Better peertube icons | Chocobozzz | 2018-02-08 | 20 | -18/+31 |
| | |||||
* | Bumped to version v0.0.21-alphav0.0.21-alpha | Chocobozzz | 2018-02-08 | 2 | -2/+2 |
| |