aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* add import-youtube guide inside documentation (#298)LecygneNoir2018-02-193-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)jonathanraes2018-02-185-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 videoChocobozzz2018-02-181-1/+1
|
* Apidoc (#302)Dimitri Gilbert2018-02-171-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 componentsChocobozzz2018-02-163-0/+116
|
* Fix gitignoreChocobozzz2018-02-161-6/+5
|
* Fix travis testsChocobozzz2018-02-161-5/+5
|
* Upgrade server dependenciesChocobozzz2018-02-164-268/+342
|
* Add loading bar when updating a videoChocobozzz2018-02-169-14/+35
|
* Add ability to update thumbnail and preview on clientChocobozzz2018-02-1620-140/+277
|
* Fix avatars on video watch pageChocobozzz2018-02-162-0/+13
|
* Try to improve production guideChocobozzz2018-02-164-160/+29
|
* Fix duplicates detectionChocobozzz2018-02-161-1/+1
|
* 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
|