Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve torrent/video download | Chocobozzz | 2018-05-29 | 1 | -0/+2 |
| | |||||
* | Refractor and optimize AP collections | Chocobozzz | 2018-05-25 | 1 | -4/+4 |
| | | | | | Only display urls in general object, and paginate video comments, shares, likes and dislikes | ||||
* | Add owner in video channel page | Chocobozzz | 2018-05-23 | 1 | -4/+2 |
| | |||||
* | feature: IP filtering on signup page | Rigel Kent | 2018-05-22 | 1 | -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 typings | Chocobozzz | 2018-05-16 | 2 | -0/+4 |
| | |||||
* | Add ability to update a video channel | Chocobozzz | 2018-05-11 | 4 | -3/+14 |
| | |||||
* | Add ability to embed a video in Twitter | Chocobozzz | 2018-05-11 | 1 | -0/+7 |
| | | | | The instance should be whitelisted first | ||||
* | Add video channel management | Chocobozzz | 2018-04-26 | 2 | -2/+2 |
| | |||||
* | Add ability to update the user display name/description | Chocobozzz | 2018-04-26 | 1 | -0/+1 |
| | |||||
* | Add account link in videos list | Chocobozzz | 2018-04-25 | 1 | -0/+2 |
| | |||||
* | Video channel API routes refractor | Chocobozzz | 2018-04-25 | 1 | -3/+2 |
| | |||||
* | Use ISO 639 for languages | Chocobozzz | 2018-04-23 | 3 | -4/+4 |
| | |||||
* | Add information concerning video privacy in my videos list | Chocobozzz | 2018-04-19 | 1 | -1/+1 |
| | |||||
* | Add ability to choose what policy we have for NSFW videos | Chocobozzz | 2018-04-19 | 5 | -2/+12 |
| | | | | There is a global instance setting and a per user setting | ||||
* | Move server follow in the job queue | Chocobozzz | 2018-04-18 | 1 | -0/+1 |
| | | | | It helps to track follow errors | ||||
* | feature: initial syndication feeds support | Rigel Kent | 2018-04-17 | 3 | -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 Bras | 2018-03-30 | 1 | -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 Kent | 2018-03-27 | 1 | -0/+4 |
| | | | move videoQuota under a user object, use byte PipeTransform | ||||
* | Improve activity pub actors implementation | Chocobozzz | 2018-03-22 | 1 | -1/+1 |
| | |||||
* | BEARKING CHANGE: Update videos API response | Chocobozzz | 2018-03-19 | 1 | -1/+2 |
| | | | | before beta | ||||
* | Update videos response api | Chocobozzz | 2018-03-19 | 1 | -10/+10 |
| | |||||
* | Add short description in config | Chocobozzz | 2018-03-15 | 4 | -8/+3 |
| | |||||
* | Add "local" videos in menu | Chocobozzz | 2018-03-13 | 1 | -0/+1 |
| | |||||
* | Change video abuse API response | Chocobozzz | 2018-03-12 | 1 | -5/+9 |
| | |||||
* | Update videos api list for account | Chocobozzz | 2018-03-12 | 1 | -2/+9 |
| | |||||
* | Fix lint momory issues | Chocobozzz | 2018-03-08 | 2 | -3/+1 |
| | |||||
* | Add ability to change the homepage | Chocobozzz | 2018-03-01 | 2 | -1/+3 |
| | |||||
* | Add stats route | Chocobozzz | 2018-02-28 | 7 | -2/+14 |
| | |||||
* | Add ability to add custom css/javascript | Chocobozzz | 2018-02-22 | 3 | -1/+17 |
| | |||||
* | Add ability to update another user video | Chocobozzz | 2018-02-22 | 2 | -2/+4 |
| | |||||
* | Add ability to update thumbnail and preview on client | Chocobozzz | 2018-02-16 | 2 | -0/+8 |
| | |||||
* | Implement support field in video and video channel | Chocobozzz | 2018-02-15 | 10 | -3/+11 |
| | |||||
* | Send an email on video abuse report | Chocobozzz | 2018-02-01 | 1 | -1/+2 |
| | |||||
* | Add about page | Chocobozzz | 2018-01-31 | 2 | -1/+16 |
| | |||||
* | Add new name/terms/description config options | Chocobozzz | 2018-01-31 | 1 | -0/+6 |
| | |||||
* | Add version in footer | Chocobozzz | 2018-01-31 | 1 | -0/+1 |
| | |||||
* | Add ability to reset our password | Chocobozzz | 2018-01-30 | 1 | -1/+2 |
| | |||||
* | Use sensitive instead of nsfw in activitypub | Chocobozzz | 2018-01-26 | 1 | -1/+1 |
| | |||||
* | Fix announce activities | Chocobozzz | 2018-01-26 | 1 | -1/+1 |
| | |||||
* | Move job queue to redis | Chocobozzz | 2018-01-25 | 1 | -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 keys | Chocobozzz | 2018-01-17 | 4 | -1/+34 |
| | |||||
* | Fix communication with mastodon | Chocobozzz | 2018-01-12 | 1 | -1/+1 |
| | |||||
* | Add reject processing for activitypub | Chocobozzz | 2018-01-11 | 1 | -2/+7 |
| | |||||
* | Add scores to follows and remove bad ones | Chocobozzz | 2018-01-11 | 4 | -21/+23 |
| | |||||
* | Fetch remote AP objects | Chocobozzz | 2018-01-10 | 1 | -0/+2 |
| | |||||
* | A few updates for the watch video view (#181) | Benjamin Bouvier | 2018-01-07 | 1 | -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 comments | Chocobozzz | 2018-01-05 | 2 | -1/+5 |
| | |||||
* | Handle HTML is comments | Chocobozzz | 2018-01-04 | 1 | -1/+1 |
| | |||||
* | Fix delete activities | Chocobozzz | 2018-01-04 | 1 | -0/+1 |
| | |||||
* | Add ability to delete comments | Chocobozzz | 2018-01-04 | 4 | -2/+6 |
| |