aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared
Commit message (Collapse)AuthorAgeFilesLines
* Prepare i18n filesChocobozzz2018-06-053-0/+32
|
* Improve torrent/video downloadChocobozzz2018-05-291-0/+2
|
* Refractor and optimize AP collectionsChocobozzz2018-05-251-4/+4
| | | | | Only display urls in general object, and paginate video comments, shares, likes and dislikes
* Add owner in video channel pageChocobozzz2018-05-231-4/+2
|
* feature: IP filtering on signup pageRigel Kent2018-05-221-1/+2
| | | | | | disable registration form on IP not in range checking the CIDR list before filtering with it placing the cidr filters as an attribute object in the config
* Fix typingsChocobozzz2018-05-162-0/+4
|
* Add ability to update a video channelChocobozzz2018-05-114-3/+14
|
* Add ability to embed a video in TwitterChocobozzz2018-05-111-0/+7
| | | | The instance should be whitelisted first
* Add video channel managementChocobozzz2018-04-262-2/+2
|
* Add ability to update the user display name/descriptionChocobozzz2018-04-261-0/+1
|
* Add account link in videos listChocobozzz2018-04-251-0/+2
|
* Video channel API routes refractorChocobozzz2018-04-251-3/+2
|
* Use ISO 639 for languagesChocobozzz2018-04-233-4/+4
|
* 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
|