aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/video-list/video-recently-added.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Lazy load all routesChocobozzz2020-06-231-74/+0
|
* Reorganize client shared modulesChocobozzz2020-06-231-12/+8
|
* Fix anonymous nsfw policyChocobozzz2020-06-161-1/+2
|
* Add visitor settings, rework logged-in dropdown (#2514)Rigel Kent2020-02-281-0/+4
| | | | | | | | | | | | | | * Add visitor settings, rework logged-in dropdown * Make user dropdown P2P switch functional * Fix lint * Fix unnecessary notification when user logs out * Simplify visitor settings code and remove unnecessary icons * Catch parsing errors and reindent menu styles
* Skip videos count on client if we don't use itChocobozzz2020-01-081-1/+2
|
* Log error on unknown hookChocobozzz2019-07-241-2/+2
|
* Add client hooksChocobozzz2019-07-241-5/+13
|
* Add language filters in user preferencesChocobozzz2019-06-191-1/+9
|
* Group videos on chronological orderChocobozzz2019-05-311-1/+2
|
* Restore videos list componentsChocobozzz2019-04-021-6/+4
|
* Refractor notification serviceChocobozzz2018-12-191-2/+2
| | | | Shorter name and use primeng component
* category parma -> categoryOneOf (videos list)Chocobozzz2018-07-251-2/+2
|
* Filter by category (#720)PhieF2018-06-271-2/+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-0/+2
|
* Add i18n attributesChocobozzz2018-06-051-2/+2
|
* Prepare i18n filesChocobozzz2018-06-051-7/+13
|
* Use publishedAt by default in videos sortChocobozzz2018-05-151-1/+1
|
* Replace current state when changing pageChocobozzz2018-04-201-0/+2
|
* Handle sort in rssChocobozzz2018-04-171-5/+3
|
* Simplify client syndicationsChocobozzz2018-04-171-4/+2
|
* feature: initial syndication feeds supportRigel Kent2018-04-171-0/+10
| | | | | | | | | | | | | | | | | | 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.
* Don't forget to clean up subscriptionsChocobozzz2018-03-191-2/+6
|
* Rewrite infinite scrollChocobozzz2018-02-131-2/+5
|
* Small style fixesChocobozzz2017-12-121-0/+2
|
* Fix client searchChocobozzz2017-12-051-7/+5
|
* Begin videos of an accountChocobozzz2017-12-011-4/+4
|
* Add auto scroll to videos listChocobozzz2017-12-011-0/+1
|
* Begin videos list new designChocobozzz2017-12-011-0/+33