aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/video/abstract-video-list.ts
Commit message (Collapse)AuthorAgeFilesLines
* Help translators to translate trending title/tooltipChocobozzz2019-01-141-1/+0
|
* WIP : Indicate to users how "trending" works (#1458)Aurélien Béranger2019-01-141-0/+2
| | | | | | | | | | * Get the INTERVAL_DAYS const in the video-trending component * Change Trending section title * Add a tooltip to explain how trending section works * Minor CSS fix for the my-feed popover next to the titlepage
* Refractor notification serviceChocobozzz2018-12-191-3/+3
| | | | Shorter name and use primeng component
* Better typingsChocobozzz2018-10-181-4/+7
|
* NoImplicitAny flag true (#1157)BO412018-10-181-3/+3
| | | | | | | | this enables the `noImplicitAny` flag in the Typescript compiler > When the noImplicitAny flag is true and the TypeScript compiler cannot infer the type, it still generates the JavaScript files, but it also reports an error. Many seasoned developers prefer this stricter setting because type checking catches more unintentional errors at compile time. closes: #1131 replaces #1137
* Add ability to list all local videos on clientChocobozzz2018-10-101-0/+5
|
* 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