aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video/video.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add publishedAt field for video model.Julien Le Bras2018-03-301-1/+7
| | | | | | | | | | | | * 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
* Truncate correctly video descriptionsChocobozzz2018-03-281-15/+6
|
* Add ability to search on domain and username tooChocobozzz2018-03-271-3/+17
|
* Improve SQL request for video AP requestChocobozzz2018-03-271-5/+15
|
* Put Person first in AP attributedToChocobozzz2018-03-271-4/+4
|
* Fix error loggingChocobozzz2018-03-261-2/+2
|
* Fix issues with truncated description and utf charactersChocobozzz2018-03-211-1/+10
|
* Fix resolution orderChocobozzz2018-03-191-2/+2
|
* Update the api documentationChocobozzz2018-03-191-1/+1
|
* Update videos response apiChocobozzz2018-03-191-35/+45
|
* Add "local" videos in menuChocobozzz2018-03-131-3/+15
|
* Update videos api list for accountChocobozzz2018-03-121-14/+18
|
* Do not destroy the video if transcoding failsChocobozzz2018-03-081-3/+3
|
* Add stats routeChocobozzz2018-02-281-0/+23
|
* Fix resolution for portrait videosChocobozzz2018-02-271-5/+6
|
* Keep ratio for thumbnailsChocobozzz2018-02-271-6/+2
|
* Fix lintChocobozzz2018-02-191-1/+1
|
* Fix sort inconsistencyChocobozzz2018-02-191-4/+4
|
* Fix avatars on video watch pageChocobozzz2018-02-161-0/+5
|
* Implement support field in video and video channelChocobozzz2018-02-151-16/+13
|
* Only list unlisted/public videos in outboxChocobozzz2018-02-041-1/+5
|
* Fix announces when fetching the actor outboxChocobozzz2018-02-041-1/+1
|
* Add id to likes/dislikes/comments/shares collectionsChocobozzz2018-01-291-16/+49
|
* Use sensitive instead of nsfw in activitypubChocobozzz2018-01-261-1/+1
|
* Don't rehost announced video activitiesChocobozzz2018-01-261-8/+38
|
* Add schema.org tags to videosChocobozzz2018-01-231-2/+6
|
* Add http tracker in torrent tooChocobozzz2018-01-191-1/+2
|
* Fix videos list sql requestChocobozzz2018-01-181-30/+16
| | | | Sequelize my love <3
* Video get SQL optimizationChocobozzz2018-01-181-5/+13
|
* Optimize SQL query that fetch actor outboxChocobozzz2018-01-181-8/+46
|
* Avoid too many requests and fetching outboxChocobozzz2018-01-181-2/+2
|
* Don't show videos of remote instance after unfollowChocobozzz2018-01-181-94/+100
|
* Fix communication with mastodonChocobozzz2018-01-121-4/+4
|
* Little SQL optimizationChocobozzz2018-01-111-17/+11
|
* Fetch remote AP objectsChocobozzz2018-01-101-2/+10
|
* Fix comment creationChocobozzz2018-01-081-0/+4
|
* Add ability to delete commentsChocobozzz2018-01-041-7/+39
|
* Add ability to disable video commentsChocobozzz2018-01-031-2/+9
|
* Propagate old comment on new followChocobozzz2017-12-281-55/+66
|
* Create comment on replied mastodon statutesChocobozzz2017-12-221-0/+12
|
* Add transition on play/loading playerChocobozzz2017-12-201-0/+12
|
* Begin moving video channel to actorChocobozzz2017-12-191-29/+49
|
* Use sequelize scopesChocobozzz2017-12-141-131/+112
|
* Move models to typescript-sequelizeChocobozzz2017-12-131-979/+866
|
* Finish admin designChocobozzz2017-12-081-8/+18
|
* Make some fields optional when uploading a videoChocobozzz2017-12-071-8/+8
|
* Begin video watch designChocobozzz2017-12-061-1/+2
|
* Fix client searchChocobozzz2017-12-051-28/+19
|
* Fix well known and json parser with mastodonChocobozzz2017-11-291-0/+7
|
* Refractor validatorsChocobozzz2017-11-271-9/+14
|