aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos
Commit message (Collapse)AuthorAgeFilesLines
...
* Translate tab headsChocobozzz2018-06-051-2/+2
|
* Add form validator translationsChocobozzz2018-06-053-31/+25
|
* Form validators refractoringChocobozzz2018-06-055-98/+49
|
* Fix i18n in componentsChocobozzz2018-06-052-4/+4
|
* Add i18n attributesChocobozzz2018-06-0521-104/+126
|
* Prepare i18n filesChocobozzz2018-06-056-76/+112
|
* Add 404 pageChocobozzz2018-05-312-19/+20
|
* Add context menu to playerChocobozzz2018-05-302-4/+3
|
* Improve torrent/video downloadChocobozzz2018-05-291-2/+2
|
* Video support field inherits channel support fieldChocobozzz2018-05-253-3/+39
|
* Only use account name in routesChocobozzz2018-05-252-2/+2
|
* Fix play on iOS (grumph)Chocobozzz2018-05-221-0/+1
|
* Fix video channel update with an admin accountChocobozzz2018-05-172-7/+14
|
* Fix updating video tags to empty fieldChocobozzz2018-05-161-1/+1
|
* Fix some components after Angular 6 upgradeChocobozzz2018-05-163-6/+1
|
* Upgrade to rxjs 6Chocobozzz2018-05-169-58/+62
|
* Use publishedAt by default in videos sortChocobozzz2018-05-152-2/+2
|
* Add ability to update a video channelChocobozzz2018-05-115-14/+6
|
* Route: Video edit -> video updateChocobozzz2018-05-112-2/+2
|
* adding basic helpers to guide users for comments/subscribe to accountsRigel2018-05-114-2/+18
|
* Add link to the channel page in watch pageChocobozzz2018-05-072-1/+13
|
* Implement video channel viewsChocobozzz2018-04-251-1/+1
|
* Add video channel account listChocobozzz2018-04-257-19/+7
|
* Add account link in videos listChocobozzz2018-04-252-5/+7
|
* Add account viewChocobozzz2018-04-242-10/+1
|
* Replace current state when changing pageChocobozzz2018-04-204-0/+8
|
* Use mixin for word wrapChocobozzz2018-04-202-16/+2
|
* Update css (don't cut word arbitrary) for description and comments.Gérald Niel2018-04-192-3/+13
|
* Merge branch 'develop' of framagit.org:chocobozzz/PeerTube into developGérald Niel2018-04-193-1/+8
|\
| * Add help concerning NSFW videos in uploadChocobozzz2018-04-192-0/+5
| |
| * Add ability to choose what policy we have for NSFW videosChocobozzz2018-04-191-1/+3
| | | | | | | | There is a global instance setting and a per user setting
* | Merge branch 'develop' of framagit.org:chocobozzz/PeerTube into developGérald Niel2018-04-193-7/+32
|\|
| * Better responsive design on many comment childrenChocobozzz2018-04-183-7/+33
| |
| * Handle when autoplay failsChocobozzz2018-04-181-1/+1
| |
* | See commit 2a97572 fix #397 (regression)Gérald Niel2018-04-171-1/+4
|/
* Add ability to click on the account in watch pageChocobozzz2018-04-173-4/+11
|
* Handle sort in rssChocobozzz2018-04-175-19/+16
|
* Simplify client syndicationsChocobozzz2018-04-174-25/+9
|
* feature: initial syndication feeds supportRigel Kent2018-04-177-4/+61
| | | | | | | | | | | | | | | | | | 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 indetation (I hope!)Gérald Niel2018-04-111-1/+1
|
* Fix #490 and justify text in comments div.Gérald Niel2018-04-111-1/+3
|
* Add ability to set a start timeChocobozzz2018-04-051-3/+8
|
* Fix show more description button on video changeChocobozzz2018-04-041-1/+4
|
* Fix video watch page responsiveChocobozzz2018-04-033-19/+16
|
* Fix watch page video changeChocobozzz2018-04-033-28/+33
|
* Improve first playChocobozzz2018-04-032-7/+3
|
* Improve playerChocobozzz2018-04-031-38/+10
| | | | | Add a settings dialog based on the work of Yanko Shterev (@yshterev): https://github.com/yshterev/videojs-settings-menu. Thanks!
* Add publishedAt field for video model.Julien Le Bras2018-03-301-1/+1
| | | | | | | | | | | | * New field added in the `video` table + migration script * `publishedAt` updated to NOW when privacy changes from private to public/unlisted (default = NOW) * Models updated to handle the new attribute * Client interface updated to use `publishedAt` instead of `createdAt` except in My Account > My Videos view
* Disply other videos if screen >= 1300pxChocobozzz2018-03-291-1/+1
|
* Fix videos list paramsChocobozzz2018-03-271-0/+1
|