aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared
Commit message (Collapse)AuthorAgeFilesLines
* Add information concerning video privacy in my videos listChocobozzz2018-04-191-1/+1
|
* Add ability to choose what policy we have for NSFW videosChocobozzz2018-04-195-2/+12
| | | | There is a global instance setting and a per user setting
* Move server follow in the job queueChocobozzz2018-04-181-0/+1
| | | | It helps to track follow errors
* feature: initial syndication feeds supportRigel Kent2018-04-173-0/+7
| | | | | | | | | | | | | | | | | | Provides rss 2.0, atom 1.0 and json 1.0 feeds for videos (instance and account-wide) on listings and video-watch views. * still lacks redis caching * still lacks lastBuildDate support * still lacks channel-wide support * still lacks semantic annotation (for licenses, NSFW warnings, etc.) * still lacks love ( ˘ ³˘) * RSS: has MRSS support for torrent lists! * RSS: includes the first torrent in an enclosure * JSON: lists all torrents in the 'attachments' object * ATOM: lacking torrent listing support Advances #23 Partial implementation for the accountId generation in the client, which will need a hotfix to add a way to get the proper account id.
* Add publishedAt field for video model.Julien Le Bras2018-03-301-0/+1
| | | | | | | | | | | | * 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
* show quota in stats, display quota on the about page, fixes #405 (#421)Rigel Kent2018-03-271-0/+4
| | | move videoQuota under a user object, use byte PipeTransform
* Improve activity pub actors implementationChocobozzz2018-03-221-1/+1
|
* BEARKING CHANGE: Update videos API responseChocobozzz2018-03-191-1/+2
| | | | before beta
* Update videos response apiChocobozzz2018-03-191-10/+10
|
* Add short description in configChocobozzz2018-03-154-8/+3
|
* Add "local" videos in menuChocobozzz2018-03-131-0/+1
|
* Change video abuse API responseChocobozzz2018-03-121-5/+9
|
* Update videos api list for accountChocobozzz2018-03-121-2/+9
|
* Fix lint momory issuesChocobozzz2018-03-082-3/+1
|
* Add ability to change the homepageChocobozzz2018-03-012-1/+3
|
* Add stats routeChocobozzz2018-02-287-2/+14
|
* Add ability to add custom css/javascriptChocobozzz2018-02-223-1/+17
|
* Add ability to update another user videoChocobozzz2018-02-222-2/+4
|
* Add ability to update thumbnail and preview on clientChocobozzz2018-02-162-0/+8
|
* Implement support field in video and video channelChocobozzz2018-02-1510-3/+11
|
* Send an email on video abuse reportChocobozzz2018-02-011-1/+2
|
* Add about pageChocobozzz2018-01-312-1/+16
|
* Add new name/terms/description config optionsChocobozzz2018-01-311-0/+6
|
* Add version in footerChocobozzz2018-01-311-0/+1
|
* Add ability to reset our passwordChocobozzz2018-01-301-1/+2
|
* Use sensitive instead of nsfw in activitypubChocobozzz2018-01-261-1/+1
|
* Fix announce activitiesChocobozzz2018-01-261-1/+1
|
* Move job queue to redisChocobozzz2018-01-251-5/+9
| | | | | | | 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.
* Add ability to update some configuration keysChocobozzz2018-01-174-1/+34
|
* Fix communication with mastodonChocobozzz2018-01-121-1/+1
|
* Add reject processing for activitypubChocobozzz2018-01-111-2/+7
|
* Add scores to follows and remove bad onesChocobozzz2018-01-114-21/+23
|
* Fetch remote AP objectsChocobozzz2018-01-101-0/+2
|
* A few updates for the watch video view (#181)Benjamin Bouvier2018-01-071-1/+1
| | | | | | | | * 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 mentions to commentsChocobozzz2018-01-052-1/+5
|
* Handle HTML is commentsChocobozzz2018-01-041-1/+1
|
* Fix delete activitiesChocobozzz2018-01-041-0/+1
|
* Add ability to delete commentsChocobozzz2018-01-044-2/+6
|
* Add avatar in commentsChocobozzz2018-01-031-4/+3
|
* Send account activitypub update eventsChocobozzz2018-01-031-1/+2
|
* Add avatar max size limitChocobozzz2018-01-031-0/+13
|
* Add ability to disable video commentsChocobozzz2018-01-034-0/+4
|
* Begin to add avatar to actorsChocobozzz2017-12-292-1/+6
|
* Propagate old comment on new followChocobozzz2017-12-282-0/+3
|
* Add video comment componentsChocobozzz2017-12-271-0/+2
|
* Begin unit testsChocobozzz2017-12-221-2/+5
|
* Add comments controllerChocobozzz2017-12-221-0/+19
|
* Create comment on replied mastodon statutesChocobozzz2017-12-222-1/+10
|
* Handle mastodon sharesChocobozzz2017-12-191-1/+1
|
* Status are sent to mastodonChocobozzz2017-12-191-0/+1
|