aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/videos
Commit message (Collapse)AuthorAgeFilesLines
* Refractor retry transaction functionChocobozzz2018-06-134-117/+56
|
* Add concept of video state, and add ability to wait transcoding beforeChocobozzz2018-06-121-27/+20
| | | | publishing a video
* Add ability to manually run transcoding jobChocobozzz2018-05-301-1/+2
|
* Fix video channel update with an admin accountChocobozzz2018-05-171-1/+1
|
* Fix updating video tags to empty fieldChocobozzz2018-05-161-2/+2
|
* Add ability to update a video channelChocobozzz2018-05-111-6/+19
|
* Update video channel routesChocobozzz2018-04-242-186/+8
|
* Add account viewChocobozzz2018-04-241-16/+3
|
* Add ability to choose what policy we have for NSFW videosChocobozzz2018-04-191-6/+32
| | | | There is a global instance setting and a per user setting
* Add ability to click on the account in watch pageChocobozzz2018-04-171-1/+1
|
* Add publishedAt field for video model.Julien Le Bras2018-03-301-1/+8
| | | | | | | | | | | | * New field added in the `video` table + migration script * `publishedAt` updated to NOW when privacy changes from private to public/unlisted (default = NOW) * Models updated to handle the new attribute * Client interface updated to use `publishedAt` instead of `createdAt` except in My Account > My Videos view
* Prevent brute force login attackChocobozzz2018-03-291-1/+1
|
* Fix views system behind a proxyChocobozzz2018-03-281-1/+1
|
* Try to refractor activities sendingChocobozzz2018-03-272-12/+4
| | | | There is still a need for work on this part though
* Fix error loggingChocobozzz2018-03-262-3/+3
|
* Add "local" videos in menuChocobozzz2018-03-131-1/+1
|
* Fix resolution for portrait videosChocobozzz2018-02-271-3/+3
|
* Avoids easy cheating on vidoe viewsChocobozzz2018-02-231-0/+10
|
* Implement support field in video and video channelChocobozzz2018-02-152-9/+16
|
* 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-141-18/+71
|
* Move job queue to redisChocobozzz2018-01-251-11/+13
| | | | | | | We'll use it as cache in the future. /!\ You'll loose your old jobs (pending jobs too) so upgrade only when you don't have pending job anymore.
* Don't show videos of remote instance after unfollowChocobozzz2018-01-185-11/+11
|
* Set sort refractoringChocobozzz2018-01-184-10/+10
|
* A few updates for the watch video view (#181)Benjamin Bouvier2018-01-071-1/+0
| | | | | | | | * Fixes #156: Filter out the video being watched from the list of other videos of the same author; * Fixes #167: in the video view, hide the author's domain when it's from the current host; * Fixes #171: Allow undoing a like/dislike;
* Add ability to delete commentsChocobozzz2018-01-041-2/+29
|
* Add ability to disable video commentsChocobozzz2018-01-032-4/+27
|
* Begin to add avatar to actorsChocobozzz2017-12-291-24/+3
|
* Propagate old comment on new followChocobozzz2017-12-286-65/+28
|
* Add video comment componentsChocobozzz2017-12-271-8/+4
|
* Send video comment comments to followers/originChocobozzz2017-12-271-2/+2
|
* Begin unit testsChocobozzz2017-12-221-4/+4
|
* Add comments controllerChocobozzz2017-12-222-88/+116
|
* Create comment on replied mastodon statutesChocobozzz2017-12-221-0/+88
|
* Use RsaSignature2017Chocobozzz2017-12-191-2/+0
|
* Add dirty migration :/Chocobozzz2017-12-191-3/+7
|
* Begin moving video channel to actorChocobozzz2017-12-193-30/+31
|
* SaveChocobozzz2017-12-191-6/+5
|
* Move models to typescript-sequelizeChocobozzz2017-12-135-62/+67
|
* Finish admin designChocobozzz2017-12-081-4/+4
|
* Optimise transaction for video uploadChocobozzz2017-12-081-44/+43
|
* Design second video upload stepChocobozzz2017-12-081-12/+16
|
* Fix client searchChocobozzz2017-12-051-13/+9
|
* Put activity pub sends inside transactionsChocobozzz2017-11-301-2/+2
|
* Better view counterChocobozzz2017-11-301-12/+16
|
* Refractor validatorsChocobozzz2017-11-275-14/+14
|
* Federate likes/dislikesChocobozzz2017-11-271-3/+4
|
* Federate video viewsChocobozzz2017-11-271-11/+15
|
* Move activitypub functions from helpers/ to lib/Chocobozzz2017-11-271-2/+3
|