aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve youtube import scriptChocobozzz2018-02-121-34/+39
* Begin import script with youtube-dlChocobozzz2018-02-095-6/+165
* Fix config testChocobozzz2018-02-091-2/+2
* Fix crash with websocket trackerChocobozzz2018-02-091-2/+2
* Fix timestamp loggingChocobozzz2018-02-091-1/+1
* Add service workerChocobozzz2018-02-081-2/+2
* Server the manifest tooChocobozzz2018-02-081-0/+2
* Fix job count apiChocobozzz2018-02-081-1/+1
* Fix job queue apiChocobozzz2018-02-071-1/+1
* Correctly set the activity audience in outboxChocobozzz2018-02-071-2/+3
* Only list unlisted/public videos in outboxChocobozzz2018-02-041-1/+5
* Fix announces when fetching the actor outboxChocobozzz2018-02-041-1/+1
* Send an email on video abuse reportChocobozzz2018-02-015-6/+84
* Add about pageChocobozzz2018-01-313-8/+50
* Add new name/terms/description config optionsChocobozzz2018-01-316-3/+29
* Don't leak unlisted videosChocobozzz2018-01-311-3/+12
* Add version in footerChocobozzz2018-01-311-0/+2
* Fix job queue backoffChocobozzz2018-01-301-1/+1