aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
Commit message (Collapse)AuthorAgeFilesLines
* Use publishedAt by default in videos sortChocobozzz2018-05-154-4/+5
|
* Add ability to update a video channelChocobozzz2018-05-119-20/+23
|
* Add ability to embed a video in TwitterChocobozzz2018-05-113-218/+274
| | | | The instance should be whitelisted first
* Add overflow on markdown textaeraChocobozzz2018-05-111-1/+6
|
* User routes: :id/update -> update/:idChocobozzz2018-05-112-2/+2
|
* Route: Video edit -> video updateChocobozzz2018-05-113-3/+3
|
* User add -> User createChocobozzz2018-05-116-13/+13
|
* adding basic helpers to guide users for comments/subscribe to accountsRigel2018-05-114-2/+18
|
* Avoid ... for delete/edit buttons in admin panelChocobozzz2018-05-093-4/+17
|
* Fix video channel description/support max lengthChocobozzz2018-05-092-6/+6
|
* Account/channel descriptions are not required anymoreChocobozzz2018-05-096-13/+11
|
* Fix message when updating my profileChocobozzz2018-05-091-3/+3
|\
| * Fix #546 (I hope!)Gérald Niel2018-05-091-3/+3
| |
* | Load my-account module lazilyChocobozzz2018-05-0933-11/+12
| |
* | Improve responsive account about pageChocobozzz2018-05-092-5/+9
| |
* | Increase header burger sizeChocobozzz2018-05-091-1/+1
|/
* Fix error message on token expirationChocobozzz2018-05-072-13/+23
|
* Fix video channel update/create on empty fieldsChocobozzz2018-05-072-8/+6
|
* Add support section in video channel about pageChocobozzz2018-05-072-8/+20
|
* Add link to the channel page in watch pageChocobozzz2018-05-074-1/+19
|
* Fix testsChocobozzz2018-04-262-3/+3
|
* Add video channel managementChocobozzz2018-04-2624-23/+543
|
* Add username near the display name for account pagesChocobozzz2018-04-264-6/+27
|
* Fix link for async and clarify the wordingDashie2018-04-261-2/+2
|
* Add a link to 'My profile' in the dropdownDashie2018-04-261-0/+4
|
* Add ability to update the user display name/descriptionChocobozzz2018-04-2615-16/+160
|
* Fix account link in the menuChocobozzz2018-04-251-1/+1
|
* Implement video channel viewsChocobozzz2018-04-2532-75/+329
|
* Add video channel account listChocobozzz2018-04-2525-84/+230
|
* Add account link in videos listChocobozzz2018-04-255-6/+16
|
* Video channel API routes refractorChocobozzz2018-04-253-17/+17
|
* Add account viewChocobozzz2018-04-2422-17/+382
|
* Rename account module to my-accountChocobozzz2018-04-2328-84/+80
|
* Use ISO 639 for languagesChocobozzz2018-04-233-8/+9
|
* Replace current state when changing pageChocobozzz2018-04-206-2/+16
|
* 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-1920-67/+101
|\
| * Add information concerning video privacy in my videos listChocobozzz2018-04-195-16/+14
| |
| * Add help concerning NSFW videos in uploadChocobozzz2018-04-195-4/+8
| |
| * Add ability to choose what policy we have for NSFW videosChocobozzz2018-04-1912-26/+73
| | | | | | | | There is a global instance setting and a per user setting
| * Use popover for help componentChocobozzz2018-04-183-29/+14
| |
* | 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-174-7/+17
|
* Handle sort in rssChocobozzz2018-04-178-48/+36
|
* Simplify client syndicationsChocobozzz2018-04-1710-71/+58
|
* feature: initial syndication feeds supportRigel Kent2018-04-1717-5/+188
| | | | | | | | | | | | | | | | | | 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.