aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Add ability to change the homepageChocobozzz2018-03-015-0/+17
* Improve playback speed styleChocobozzz2018-03-011-4/+21
* Add stats routeChocobozzz2018-02-2815-36/+250
* Add indentation in json configuration file generated by the adminChocobozzz2018-02-281-1/+1
* Add max video height on mobileChocobozzz2018-02-281-4/+8
* Fix typingsChocobozzz2018-02-272-5/+3
* Add warning in production.yamlChocobozzz2018-02-271-0/+1
* Fix job panel sorting in administrationChocobozzz2018-02-273-9/+35
* Fix resolution for portrait videosChocobozzz2018-02-275-19/+27
* Don't fail on upload if we cannot generate thumbnailChocobozzz2018-02-273-12/+27
* Keep ratio for thumbnailsChocobozzz2018-02-272-13/+13
* Add logs for schedulerChocobozzz2018-02-272-0/+5
* Add log when fetching the outboxChocobozzz2018-02-271-1/+5
* Add 30 fps limit in transcodingChocobozzz2018-02-264-12/+76
* Avoids easy cheating on vidoe viewsChocobozzz2018-02-235-12/+65
* Fix lintChocobozzz2018-02-232-2/+2
* Detect posting request in our own inboxChocobozzz2018-02-233-3/+21
* Don't follow ourselvesChocobozzz2018-02-231-0/+4
* Add confirm when admin use custom js/cssChocobozzz2018-02-221-1/+1
* Register service workerChocobozzz2018-02-221-4/+11
* Fix service worker registrationChocobozzz2018-02-221-0/+2
* Add ability to add custom css/javascriptChocobozzz2018-02-224-6/+38
* Add ability to update another user videoChocobozzz2018-02-222-21/+27
* Add links to comment mentionsChocobozzz2018-02-215-5/+77
* Unlisted videos are not displayed on Mastodon nowChocobozzz2018-02-214-23/+19
* Add nsfw support in import-videosChocobozzz2018-02-201-3/+12
* Fix 401 detection on import videosChocobozzz2018-02-201-1/+1
* Add ability to import videos from all supported youtube-dl sitesChocobozzz2018-02-201-39/+73
* import-youtube: add try/catch to manage token expiration when importing lot o...LecygneNoir2018-02-201-14/+18
* Handle line feeds in commentsChocobozzz2018-02-201-2/+2
* Fix lintChocobozzz2018-02-193-3/+3
* Add ability to import just one video from youtubeChocobozzz2018-02-191-2/+8
* Fix sort inconsistencyChocobozzz2018-02-199-20/+20
* Add ability to update thumbnail and preview on clientChocobozzz2018-02-161-0/+6
* Fix avatars on video watch pageChocobozzz2018-02-161-0/+5
* Try to improve production guideChocobozzz2018-02-161-0/+2
* Fix duplicates detectionChocobozzz2018-02-161-1/+1
* Import videos in the correct orderChocobozzz2018-02-161-1/+1
* Fix remote image fetchingChocobozzz2018-02-154-7/+14
* Implement support field in video and video channelChocobozzz2018-02-1537-138/+472
* Fix max buffer reached in youtube importChocobozzz2018-02-151-9/+20
* Fix concurrency issue on video uploadChocobozzz2018-02-141-0/+1
* Fix testsChocobozzz2018-02-149-18/+12
* Move adding a video view videojs peertube pluginChocobozzz2018-02-141-1/+2
* Support thumbnails in youtube importChocobozzz2018-02-142-2/+19
* Handle thumbnail updateChocobozzz2018-02-144-4/+14
* Add ability to set video thumbnail/previewChocobozzz2018-02-1420-141/+452
* Fix deleting a video with commentsChocobozzz2018-02-131-0/+21
* Fix upload from CLI scriptChocobozzz2018-02-124-133/+57
* Don't stuck on active jobsChocobozzz2018-02-122-2/+29