aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* Import videos in the correct orderChocobozzz2018-02-161-1/+1
|
* Bumped to version v0.0.24-alphaChocobozzz2018-02-162-2/+2
|
* Add \n in changelogChocobozzz2018-02-161-1/+1
|
* Update code contributors listChocobozzz2018-02-152-14/+32
|
* Fix remote image fetchingChocobozzz2018-02-154-7/+14
|
* Handle changelog in releaseChocobozzz2018-02-152-1/+27
|
* Implement support field in video and video channelChocobozzz2018-02-1549-141/+485
|
* Fix max buffer reached in youtube importChocobozzz2018-02-151-9/+20
|
* Fix concurrency issue on video uploadChocobozzz2018-02-141-0/+1
|
* Fix testsChocobozzz2018-02-1410-19/+13
|
* Fix video play promise error on non supported browsersChocobozzz2018-02-144-19/+28
|
* Move adding a video view videojs peertube pluginChocobozzz2018-02-147-28/+85
|
* Fix embed lintChocobozzz2018-02-141-5/+3
|
* Support thumbnails in youtube importChocobozzz2018-02-142-2/+19
|
* Handle thumbnail updateChocobozzz2018-02-145-6/+21
|
* Change default loggingChocobozzz2018-02-143-2/+5
|
* Better upgrade script consistencyChocobozzz2018-02-142-25/+15
|
* Add ability to set video thumbnail/previewChocobozzz2018-02-1422-143/+454
|
* Precisions and security enhancements to the production guide (#287)Rigel Kent2018-02-142-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 Libre2018-02-141-0/+12
|
* Use fetch instead of XMLHttpRequest (#292)Florent F2018-02-141-41/+29
|
* Rewrite infinite scrollChocobozzz2018-02-1315-113/+239
|
* Fix deleting a video with commentsChocobozzz2018-02-131-0/+21
|
* Add background placeholder for thumbnailsChocobozzz2018-02-122-1/+5
|
* publish comment on crtl-enter (#290)jonathanraes2018-02-121-1/+2
|
* Fix upload from CLI scriptChocobozzz2018-02-124-133/+57
|
* Don't stuck on active jobsChocobozzz2018-02-122-2/+29
|
* Improve youtube import scriptChocobozzz2018-02-121-34/+39
|
* Upgrade.sh (#281)SVNET Libre2018-02-121-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 Croze2018-02-121-1/+19
|
* Change manifest properties (#285)Lucas Teixeira2018-02-111-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-dlChocobozzz2018-02-097-7/+198
|
* Add warning in production guideChocobozzz2018-02-091-0/+2
|
* Fix config testChocobozzz2018-02-091-2/+2
|
* Bumped to version v0.0.23-alphav0.0.23-alphaChocobozzz2018-02-092-2/+2
|
* Fix crash with websocket trackerChocobozzz2018-02-092-5/+4
|
* Fix timestamp loggingChocobozzz2018-02-091-1/+1
|
* Handle error on websocket errorChocobozzz2018-02-091-0/+1
|
* Bumped to version v0.0.22-alphav0.0.22-alphaChocobozzz2018-02-092-2/+2
|
* Add default description and default termsChocobozzz2018-02-091-2/+2
|
* Video previews take all the width on mobileChocobozzz2018-02-0910-14/+49
|
* Add service workerChocobozzz2018-02-0810-161/+237
|
* Better peertube iconsChocobozzz2018-02-0820-18/+31
|
* Bumped to version v0.0.21-alphav0.0.21-alphaChocobozzz2018-02-082-2/+2
|
* Fix error with other videos displayedChocobozzz2018-02-081-1/+1
|
* Server the manifest tooChocobozzz2018-02-081-0/+2
|
* Include manifest in buildChocobozzz2018-02-082-2/+4
|
* Fix "things went wrong" documentationChocobozzz2018-02-081-1/+1
|
* Fix job count apiChocobozzz2018-02-081-1/+1
|
* Fix other videos not displayed in video watchChocobozzz2018-02-081-4/+12
|