aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers
Commit message (Expand)AuthorAgeFilesLines
* show quota in stats, display quota on the about page, fixes #405 (#421)Rigel Kent2018-03-271-0/+3
* Try to refractor activities sendingChocobozzz2018-03-273-14/+6
* Fix error loggingChocobozzz2018-03-263-6/+6
* Add activity route to video and video comment objectsChocobozzz2018-03-221-0/+19
* Fix video_share_url duplicate key in transcoding jobChocobozzz2018-03-191-1/+1
* Add short description in configChocobozzz2018-03-151-0/+5
* Add "local" videos in menuChocobozzz2018-03-131-1/+1
* Add ability to change the homepageChocobozzz2018-03-011-0/+4
* Add stats routeChocobozzz2018-02-284-2/+45
* Add indentation in json configuration file generated by the adminChocobozzz2018-02-281-1/+1
* Add max video height on mobileChocobozzz2018-02-281-4/+8
* Add warning in production.yamlChocobozzz2018-02-271-0/+1
* Fix job panel sorting in administrationChocobozzz2018-02-271-1/+1
* Fix resolution for portrait videosChocobozzz2018-02-271-3/+3
* Add log when fetching the outboxChocobozzz2018-02-271-1/+5
* Avoids easy cheating on vidoe viewsChocobozzz2018-02-231-0/+10
* Detect posting request in our own inboxChocobozzz2018-02-231-2/+2
* 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-221-2/+10
* Add links to comment mentionsChocobozzz2018-02-211-0/+9
* Add ability to update thumbnail and preview on clientChocobozzz2018-02-161-0/+6
* Implement support field in video and video channelChocobozzz2018-02-153-14/+27
* Fix concurrency issue on video uploadChocobozzz2018-02-141-0/+1
* Handle thumbnail updateChocobozzz2018-02-141-0/+3
* Add ability to set video thumbnail/previewChocobozzz2018-02-142-31/+77
* Add service workerChocobozzz2018-02-081-2/+2
* Server the manifest tooChocobozzz2018-02-081-0/+2
* Correctly set the activity audience in outboxChocobozzz2018-02-071-2/+3
* Add about pageChocobozzz2018-01-311-1/+19
* Add new name/terms/description config optionsChocobozzz2018-01-311-0/+5
* Add version in footerChocobozzz2018-01-311-0/+2
* Add tests for emailsChocobozzz2018-01-301-6/+20
* Add ability to reset our passwordChocobozzz2018-01-301-2/+37
* Add id to likes/dislikes/comments/shares collectionsChocobozzz2018-01-291-0/+56
* Don't rehost announced video activitiesChocobozzz2018-01-262-4/+3
* Fix announce activitiesChocobozzz2018-01-261-5/+2
* Add context on activitypub responsesChocobozzz2018-01-261-10/+16
* Move job queue to redisChocobozzz2018-01-253-18/+46
* Basic api documentation #7 (#220)Dimitri Gilbert2018-01-241-1/+0
* Use json for schema.org instead of tagsChocobozzz2018-01-241-9/+7
* Add schema.org tags to videosChocobozzz2018-01-231-0/+20
* Destroy user token when changing its roleChocobozzz2018-01-231-0/+7
* Avoid too many requests and fetching outboxChocobozzz2018-01-181-4/+15
* Don't show videos of remote instance after unfollowChocobozzz2018-01-189-26/+35
* Set sort refractoringChocobozzz2018-01-188-22/+22
* Add ability to update some configuration keysChocobozzz2018-01-171-4/+87
* Fix actor followers/following countsChocobozzz2018-01-151-18/+45