244e76a552
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.
12 lines
327 B
TypeScript
12 lines
327 B
TypeScript
export * from './account'
|
|
export * from './oembed'
|
|
export * from './activitypub'
|
|
export * from './pagination'
|
|
export * from './follows'
|
|
export * from './feeds'
|
|
export * from './sort'
|
|
export * from './users'
|
|
export * from './videos'
|
|
export * from './video-blacklist'
|
|
export * from './video-channels'
|
|
export * from './webfinger'
|