aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos
Commit message (Collapse)AuthorAgeFilesLines
* Fix videos add tabs styleChocobozzz2018-08-092-12/+21
|
* Migrate to bootstrap 4 and ng-bootstrapChocobozzz2018-08-0917-444/+410
|
* Upgrade to bootstrap 4 first stepChocobozzz2018-08-091-0/+2
|
* Correct webtorrent download cleanupChocobozzz2018-08-081-1/+1
|
* Add import.video.torrent configurationChocobozzz2018-08-082-1/+2
|
* Import torrents with webtorrentChocobozzz2018-08-085-8/+44
|
* Import magnets with webtorrentChocobozzz2018-08-089-8/+250
|
* Move send video components inside a dedicated directoryChocobozzz2018-08-089-35/+35
|
* video-import -> video-import-urlChocobozzz2018-08-086-12/+12
|
* Refractor video upload/importChocobozzz2018-08-085-97/+107
|
* Fix testsChocobozzz2018-08-062-2/+2
|
* Fix fps federationChocobozzz2018-08-062-3/+2
|
* Add import http enabled configurationChocobozzz2018-08-063-1/+14
|
* Remove ability to delete video importsChocobozzz2018-08-062-0/+8
| | | | Users should remove the linked video instead
* Correctly handle video import errorsChocobozzz2018-08-061-1/+1
|
* Add ability to remove a video importChocobozzz2018-08-061-0/+5
|
* Add ability to import video with youtube-dlChocobozzz2018-08-0611-379/+712
|
* Try to handle truncated markdown linksChocobozzz2018-07-312-2/+2
|
* Move subscription helper in the account lineChocobozzz2018-07-302-18/+24
|
* Fix attribute label width in video watch pageChocobozzz2018-07-271-1/+2
|
* category parma -> categoryOneOf (videos list)Chocobozzz2018-07-253-6/+6
|
* Sort video captionsChocobozzz2018-07-251-4/+14
|
* Improve captions UX (at least I've tried)Chocobozzz2018-07-256-6/+78
|
* Fix UI regressionsChocobozzz2018-07-241-5/+12
|
* Add ability to click on category/licence/language/tags in watch pageChocobozzz2018-07-243-33/+44
|
* Begin advanced searchChocobozzz2018-07-244-92/+3
|
* Fix regression in theater modeChocobozzz2018-07-172-12/+17
|
* Improve frontend accessibilityChocobozzz2018-07-176-52/+34
| | | | | In particular checkboxes, likes/dislikes, share button, video thumbnails and help buttons
* Correctly handle error when remote instance is downChocobozzz2018-07-163-11/+39
|
* Use a resolver when updating the videoChocobozzz2018-07-164-49/+77
|
* Improve video edit/update/add typingsChocobozzz2018-07-163-12/+14
|
* Do not display private privacy if the video is not privateChocobozzz2018-07-161-1/+1
|
* Fix other videos info left marginChocobozzz2018-07-161-1/+4
|
* Disable comment submit button when sending the commentChocobozzz2018-07-161-1/+1
|
* Parse log script parse the last updated logChocobozzz2018-07-161-6/+1
|
* Handle .srt subtitlesChocobozzz2018-07-163-8/+27
|
* Handle subtitles in playerChocobozzz2018-07-161-11/+26
|
* Implement captions/subtitlesChocobozzz2018-07-1614-85/+333
|
* QR Code (#802)DeeJayBro2018-07-123-1/+12
| | | | | Adding QR-Code to the Share modal. fixes #683
* rewording download option and reorder optionsRigel Kent2018-07-111-6/+6
| | | | ".torrent" is a common name for users familiar with BitTorrent, and less impressive than "metainfo" or no information as opposed to the magnet option, less commonly known but rather just clicked on most sites.
* Change friendly reminder about privacy.Chocobozzz2018-07-101-1/+1
|
* Use uuid for channel link in watch pageChocobozzz2018-07-091-1/+1
|
* Fix client error loggingChocobozzz2018-07-091-6/+6
|
* Increase upload limit to 8GB (test)Chocobozzz2018-06-291-5/+5
|
* Extract extensions from the buttonChocobozzz2018-06-292-2/+12
|
* Client: Add ability to update video channel avatarChocobozzz2018-06-293-4/+13
|
* clarifying what extensions are accepted for uploadRigel Kent2018-06-291-1/+1
|
* Fix #576 - show 'Others videos' on a <1300px viewportSimounet2018-06-281-1/+7
|
* Improve P2P & Privacy sectionChocobozzz2018-06-271-1/+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