Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feature: initial syndication feeds support | Rigel Kent | 2018-04-17 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | Refractor activity pub lib/helpers | Chocobozzz | 2017-11-27 | 1 | -1/+1 |
| | |||||
* | Rename Pod -> Server | Chocobozzz | 2017-11-27 | 1 | -1/+1 |
| | |||||
* | Follow works | Chocobozzz | 2017-11-27 | 1 | -0/+1 |
| | |||||
* | Send follow/accept | Chocobozzz | 2017-11-27 | 1 | -0/+1 |
| | |||||
* | Make it compile at least | Chocobozzz | 2017-11-27 | 1 | -1/+0 |
| | |||||
* | Begin activitypub | Chocobozzz | 2017-11-27 | 1 | -1/+2 |
| | |||||
* | Add video channels | Chocobozzz | 2017-10-26 | 1 | -0/+1 |
| | |||||
* | Add oembed endpoint | Chocobozzz | 2017-10-16 | 1 | -0/+1 |
| | |||||
* | Video blacklist refractoring | Chocobozzz | 2017-10-10 | 1 | -1/+1 |
| | |||||
* | Handle blacklist (#84) | Green-Star | 2017-09-22 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Client: Add list blacklist feature * Server: Add list blacklist feature * Client: Add videoId column * Server: Add some video infos in the REST api * Client: Add video information in the blacklist list * Fix sortable columns :) * Client: Add removeFromBlacklist feature * Server: Add removeFromBlacklist feature * Move to TypeScript * Move to TypeScript and Promises * Server: Fix blacklist list sort * Server: Fetch videos informations * Use common shared interface for client and server * Add check-params remove blacklisted video tests * Add check-params list blacklisted videos tests * Add list blacklist tests * Add remove from blacklist tests * Add video blacklist management tests * Fix rebase onto develop issues * Server: Add sort on blacklist id column * Server: Add blacklists library * Add blacklist id sort test * Add check-params tests for blacklist list pagination, count and sort * Fix coding style * Increase Remote API tests timeout * Increase Request scheduler API tests timeout * Fix typo * Increase video transcoding API tests timeout * Move tests to Typescript * Use lodash orderBy method * Fix typos * Client: Remove optional tests in blacklist model attributes * Move blacklist routes from 'blacklists' to 'blacklist' * CLient: Remove blacklist-list.component.scss * Rename 'blacklists' files to 'blacklist' * Use only BlacklistedVideo interface * Server: Use getFormattedObjects method in listBlacklist method * Client: Use new coding style * Server: Use new sort validator methods * Server: Use new checkParams methods * Client: Fix sortable columns | ||||
* | First typescript iteration | Chocobozzz | 2017-05-20 | 1 | -0/+6 |