aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/video/abstract-video-list.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fix videos list when page is emptyChocobozzz2018-10-051-1/+1
|
* Improve videos list client performanceChocobozzz2018-09-201-1/+10
|
* Fix client buildChocobozzz2018-09-181-1/+1
|
* Try to improve infinite paginationChocobozzz2018-09-171-3/+26
|
* Add local user subscriptionsChocobozzz2018-08-271-0/+2
|
* category parma -> categoryOneOf (videos list)Chocobozzz2018-07-251-2/+2
|
* Filter by category (#720)PhieF2018-06-271-1/+2
| | | | | | | | | | * get videos with specific category (api) * update api doc with category * add url parameter to filter by category * fix lint issues
* Add ability to schedule video publicationChocobozzz2018-06-151-2/+3
|
* Add i18n attributesChocobozzz2018-06-051-1/+3
|
* Fix concurrent requests in videos listChocobozzz2018-05-161-1/+9
|
* Upgrade to rxjs 6Chocobozzz2018-05-161-5/+3
|
* Use publishedAt by default in videos sortChocobozzz2018-05-151-2/+2
|
* Add account viewChocobozzz2018-04-241-0/+1
|
* Replace current state when changing pageChocobozzz2018-04-201-2/+6
|
* Handle sort in rssChocobozzz2018-04-171-4/+4
|
* Simplify client syndicationsChocobozzz2018-04-171-4/+1
|
* feature: initial syndication feeds supportRigel Kent2018-04-171-0/+6
| | | | | | | | | | | | | | | | | | 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.
* Fix lintChocobozzz2018-03-271-1/+1
|
* Fix my videos paginationChocobozzz2018-03-271-2/+6
|
* Fix videos list paramsChocobozzz2018-03-271-2/+2
|
* 4 lines per page instead of 3 for videos listChocobozzz2018-03-271-1/+1
|
* Fix pagination when videos take all the widthChocobozzz2018-03-211-1/+3
|
* Don't forget to clean up subscriptionsChocobozzz2018-03-191-7/+22
|
* Better handling video resizingChocobozzz2018-03-191-9/+14
|
* Handle resizes on videos listChocobozzz2018-03-191-16/+33
|
* Fix infinite scrollChocobozzz2018-03-081-1/+1
|
* Add ability to set video thumbnail/previewChocobozzz2018-02-141-1/+1
|
* Rewrite infinite scrollChocobozzz2018-02-131-32/+64
|
* Video previews take all the width on mobileChocobozzz2018-02-091-0/+5
|
* 25 items per pageChocobozzz2018-01-291-1/+1
|
* Fix search paginationChocobozzz2018-01-291-2/+5
|
* Begin to add avatar to actorsChocobozzz2017-12-291-1/+1
|
* Add video comment componentsChocobozzz2017-12-271-2/+2
|
* Small style fixesChocobozzz2017-12-121-3/+9
|
* Finish admin designChocobozzz2017-12-081-1/+5
|
* Better error messagesChocobozzz2017-12-061-0/+8
|
* Fix client searchChocobozzz2017-12-051-12/+12
|
* Begin videos of an accountChocobozzz2017-12-011-0/+121