Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | making the feed fulltext | Rigel Kent | 2018-05-12 | 1 | -1/+1 |
| | |||||
* | Add ability to update a video channel | Chocobozzz | 2018-05-11 | 1 | -6/+19 |
| | |||||
* | Cache AP video route for 5 seconds | Chocobozzz | 2018-05-11 | 2 | -3/+5 |
| | |||||
* | Add ability to embed a video in Twitter | Chocobozzz | 2018-05-11 | 2 | -2/+8 |
| | | | | The instance should be whitelisted first | ||||
* | Add video channel management | Chocobozzz | 2018-04-26 | 1 | -1/+1 |
| | |||||
* | Add ability to update the user display name/description | Chocobozzz | 2018-04-26 | 1 | -0/+1 |
| | |||||
* | Implement video channel feeds | Chocobozzz | 2018-04-25 | 1 | -3/+4 |
| | |||||
* | Update video-channel routes (again) | Chocobozzz | 2018-04-25 | 2 | -168/+173 |
| | | | | Use /video-channels now, it's more simple for clients | ||||
* | Video channel API routes refractor | Chocobozzz | 2018-04-25 | 2 | -3/+6 |
| | |||||
* | Update video channel routes | Chocobozzz | 2018-04-24 | 6 | -207/+246 |
| | |||||
* | Add account view | Chocobozzz | 2018-04-24 | 5 | -41/+49 |
| | |||||
* | Update changelog | Chocobozzz | 2018-04-23 | 1 | -1/+2 |
| | |||||
* | Add ability to choose what policy we have for NSFW videos | Chocobozzz | 2018-04-19 | 4 | -13/+52 |
| | | | | There is a global instance setting and a per user setting | ||||
* | Move server follow in the job queue | Chocobozzz | 2018-04-18 | 1 | -63/+15 |
| | | | | It helps to track follow errors | ||||
* | Add ability to click on the account in watch page | Chocobozzz | 2018-04-17 | 1 | -1/+1 |
| | |||||
* | Add redis cache to feed route | Chocobozzz | 2018-04-17 | 1 | -14/+9 |
| | |||||
* | Handle sort in rss | Chocobozzz | 2018-04-17 | 2 | -13/+20 |
| | |||||
* | feature: initial syndication feeds support | Rigel Kent | 2018-04-17 | 2 | -2/+139 |
| | | | | | | | | | | | | | | | | | | 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 auth documentation | Chocobozzz | 2018-04-16 | 1 | -0/+2 |
| | |||||
* | Upgrade server dependencies | Chocobozzz | 2018-04-06 | 1 | -1/+3 |
| | |||||
* | Add publishedAt field for video model. | Julien Le Bras | 2018-03-30 | 1 | -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 attack | Chocobozzz | 2018-03-29 | 2 | -3/+13 |
| | |||||
* | Fix views system behind a proxy | Chocobozzz | 2018-03-28 | 1 | -1/+1 |
| | |||||
* | Fix custom server configuration numbers | Chocobozzz | 2018-03-27 | 1 | -5/+8 |
| | |||||
* | Fix content type response for ActivityPub | Chocobozzz | 2018-03-27 | 1 | -16/+21 |
| | |||||
* | show quota in stats, display quota on the about page, fixes #405 (#421) | Rigel Kent | 2018-03-27 | 1 | -0/+3 |
| | | | move videoQuota under a user object, use byte PipeTransform | ||||
* | Try to refractor activities sending | Chocobozzz | 2018-03-27 | 3 | -14/+6 |
| | | | | There is still a need for work on this part though | ||||
* | Fix error logging | Chocobozzz | 2018-03-26 | 3 | -6/+6 |
| | |||||
* | Add activity route to video and video comment objects | Chocobozzz | 2018-03-22 | 1 | -0/+19 |
| | |||||
* | Fix video_share_url duplicate key in transcoding job | Chocobozzz | 2018-03-19 | 1 | -1/+1 |
| | |||||
* | Add short description in config | Chocobozzz | 2018-03-15 | 1 | -0/+5 |
| | |||||
* | Add "local" videos in menu | Chocobozzz | 2018-03-13 | 1 | -1/+1 |
| | |||||
* | Add ability to change the homepage | Chocobozzz | 2018-03-01 | 1 | -0/+4 |
| | |||||
* | Add stats route | Chocobozzz | 2018-02-28 | 4 | -2/+45 |
| | |||||
* | Add indentation in json configuration file generated by the admin | Chocobozzz | 2018-02-28 | 1 | -1/+1 |
| | | | | interface | ||||
* | Add max video height on mobile | Chocobozzz | 2018-02-28 | 1 | -4/+8 |
| | |||||
* | Add warning in production.yaml | Chocobozzz | 2018-02-27 | 1 | -0/+1 |
| | | | | To avoid confusion with the local-production.json file | ||||
* | Fix job panel sorting in administration | Chocobozzz | 2018-02-27 | 1 | -1/+1 |
| | |||||
* | Fix resolution for portrait videos | Chocobozzz | 2018-02-27 | 1 | -3/+3 |
| | |||||
* | Add log when fetching the outbox | Chocobozzz | 2018-02-27 | 1 | -1/+5 |
| | |||||
* | Avoids easy cheating on vidoe views | Chocobozzz | 2018-02-23 | 1 | -0/+10 |
| | |||||
* | Detect posting request in our own inbox | Chocobozzz | 2018-02-23 | 1 | -2/+2 |
| | |||||
* | Don't follow ourselves | Chocobozzz | 2018-02-23 | 1 | -0/+4 |
| | |||||
* | Add confirm when admin use custom js/css | Chocobozzz | 2018-02-22 | 1 | -1/+1 |
| | |||||
* | Register service worker | Chocobozzz | 2018-02-22 | 1 | -4/+11 |
| | |||||
* | Fix service worker registration | Chocobozzz | 2018-02-22 | 1 | -0/+2 |
| | |||||
* | Add ability to add custom css/javascript | Chocobozzz | 2018-02-22 | 1 | -2/+10 |
| | |||||
* | Add links to comment mentions | Chocobozzz | 2018-02-21 | 1 | -0/+9 |
| | |||||
* | Add ability to update thumbnail and preview on client | Chocobozzz | 2018-02-16 | 1 | -0/+6 |
| | |||||
* | Implement support field in video and video channel | Chocobozzz | 2018-02-15 | 3 | -14/+27 |
| |