aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/video-list
Commit message (Collapse)AuthorAgeFilesLines
* Add language filters in user preferencesChocobozzz2019-06-193-3/+27
|
* Group videos on chronological orderChocobozzz2019-05-314-4/+6
|
* Improve account channel pageChocobozzz2019-05-292-59/+7
| | | | | | | Set it as the default route for account page. The main goal is to better differentiate the channel page from the account page. With the channel page set as default, I hope people will better understand they are in the account page, and that this account could have multiple channels.
* 2 rows per overview sectionChocobozzz2019-04-051-0/+9
|
* Add video miniature dropdownChocobozzz2019-04-051-3/+3
|
* Restore videos list componentsChocobozzz2019-04-024-21/+12
|
* Add/update/delete/list my playlistsChocobozzz2019-03-181-1/+2
|
* Add hover effect on video miniatureChocobozzz2019-02-201-2/+2
|
* Fix trending days display on first loadChocobozzz2019-01-211-11/+14
|
* Help translators to translate trending title/tooltipChocobozzz2019-01-141-9/+13
|
* WIP : Indicate to users how "trending" works (#1458)Aurélien Béranger2019-01-141-2/+10
| | | | | | | | | | * 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-195-15/+11
| | | | Shorter name and use primeng component
* Add ability to list all local videos on clientChocobozzz2018-10-101-0/+12
|
* Improve overview section titlesChocobozzz2018-09-262-5/+9
|
* Fix tag search on overview pageChocobozzz2018-09-141-1/+1
|
* use focus-visible polyfill to improve keyboard navigationRigel Kent2018-09-111-1/+4
| | | | | Only the homepage is concerned, but it should have decent keyboard navigation support now.
* add theming via css custom propertiesRigel Kent2018-09-041-1/+1
| | | | and a bonus dark color theme toggle
* Fix overview page on mobileChocobozzz2018-09-042-9/+13
|
* Fix videos overview tags sectionChocobozzz2018-08-311-2/+2
|
* Trending by intervalChocobozzz2018-08-311-1/+1
|
* Add channel avatar to overviewsChocobozzz2018-08-313-2/+24
|
* Videos overview page: first versionChocobozzz2018-08-313-0/+113
|
* Add local user subscriptionsChocobozzz2018-08-271-0/+57
|
* category parma -> categoryOneOf (videos list)Chocobozzz2018-07-253-6/+6
|
* Begin advanced searchChocobozzz2018-07-242-78/+1
|
* Filter by category (#720)PhieF2018-06-273-6/+6
| | | | | | | | | | * 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-154-0/+8
|
* Add i18n attributesChocobozzz2018-06-054-8/+8
|
* Prepare i18n filesChocobozzz2018-06-054-29/+52
|
* Upgrade to rxjs 6Chocobozzz2018-05-161-1/+1
|
* Use publishedAt by default in videos sortChocobozzz2018-05-152-2/+2
|
* Replace current state when changing pageChocobozzz2018-04-204-0/+8
|
* Add ability to click on the account in watch pageChocobozzz2018-04-171-2/+1
|
* Handle sort in rssChocobozzz2018-04-173-15/+12
|
* Simplify client syndicationsChocobozzz2018-04-173-14/+6
|
* feature: initial syndication feeds supportRigel Kent2018-04-174-0/+36
| | | | | | | | | | | | | | | | | | 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 videos list paramsChocobozzz2018-03-271-0/+1
|
* Redirect to homepage on empty searchChocobozzz2018-03-271-2/+6
|
* Don't forget to clean up subscriptionsChocobozzz2018-03-194-9/+21
|
* Add "local" videos in menuChocobozzz2018-03-131-0/+37
|
* Rewrite infinite scrollChocobozzz2018-02-133-9/+16
|
* Fix search paginationChocobozzz2018-01-291-3/+8
|
* Small style fixesChocobozzz2017-12-123-0/+6
|
* Upgrade scripts and embed webpack configChocobozzz2017-12-122-3/+2
|
* Begin video watch designChocobozzz2017-12-065-82/+0
|
* Add delete button to my videosChocobozzz2017-12-061-1/+1
|
* Fix client searchChocobozzz2017-12-054-14/+62
|
* Fix lintChocobozzz2017-12-041-1/+1
|
* Begin videos of an accountChocobozzz2017-12-019-190/+11
|
* Add account settings new designChocobozzz2017-12-015-76/+19
|