aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-watch/comment
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize watch componentsChocobozzz2021-06-299-1357/+0
|
* Support short uuid for GET video/playlistChocobozzz2021-06-292-3/+3
|
* Move to sass moduleChocobozzz2021-06-283-6/+6
|
* Move to sass @useChocobozzz2021-06-283-6/+6
|
* Fix console error when rewriting a commentChocobozzz2021-06-081-0/+3
|
* Bidi supportChocobozzz2021-06-075-21/+55
|
* Support '/w/' and '/w/p/' for watch pageChocobozzz2021-05-281-2/+2
| | | | And use them as default in client
* Merge branch 'develop' into shorter-URLs-channels-accountsChocobozzz2021-05-271-1/+1
|\
| * Instance homepage support (#4007)Chocobozzz2021-05-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Prepare homepage parsers * Add ability to update instance hompage * Add ability to set homepage as landing page * Add homepage preview in admin * Dynamically update left menu for homepage * Inject home content in homepage * Add videos list and channel miniature custom markup * Remove unused elements in markup service
* | Make /a and /c default URLs for accounts and channelsKimsible2021-05-051-1/+1
|/
* Move to stylelintChocobozzz2021-04-283-6/+12
|
* Refactor actor avatar displayChocobozzz2021-04-285-11/+16
|
* Added ability to reply to comments with remote interactionPoslovitch2021-04-261-2/+2
| | | | Implements https://github.com/Chocobozzz/PeerTube/issues/3725
* Refactor feed componentChocobozzz2021-04-151-0/+4
|
* Refactor comment add cssChocobozzz2021-04-155-198/+169
|
* Don't always use a link for account avatarChocobozzz2021-04-151-1/+1
|
* Add AccountAvatarComponent (#3965)kontrollanten2021-04-156-26/+3
| | | | | | | * refactor(client): create account-avatar component * continue implement account-avatar * fix review comments
* Update english stringsChocobozzz2021-03-242-10/+6
|
* Fix video comments display with deleted commentsChocobozzz2021-02-194-9/+20
|
* Fix comments sorting dropdown z-indexChocobozzz2021-02-111-1/+1
|
* Implement remote interactionChocobozzz2021-01-151-6/+2
|
* Fix comments countChocobozzz2020-12-101-1/+3
|
* Fix comment account external URLChocobozzz2020-11-252-9/+19
| | | | | It did not work, and I think it's better to target the local account page anyway
* Add new default different avatar for channel and accountkimsible2020-11-252-4/+4
|
* Restore line feed for markdown lists support in commentskimsible2020-11-082-2/+4
|
* Improve markdown-it emoji list column display (#3253)Kimsible2020-11-083-19/+32
| | | | Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* Correct break line display for re-draft commentsKimsible2020-11-062-2/+9
|
* Improve report labelsChocobozzz2020-09-031-1/+1
|
* We don't need services anymore for validatorsChocobozzz2020-08-171-3/+3
|
* Fix lintChocobozzz2020-08-142-2/+6
|
* Migrate i18n to localizekimsible2020-08-141-4/+2
|
* Use this.user.account.id instead of recall authService.getUser()kimsible2020-08-141-1/+1
|
* Fix autoclose md popover when click on emoji list link insidekimsible2020-08-141-1/+1
|
* Small refactor commentskimsible2020-08-145-24/+30
|
* Add emoji list to markdown infoskimsible2020-08-143-8/+52
|
* Refactor popover markdown, add code stylekimsible2020-08-141-17/+23
|
* Add unicode emoji to markdownkimsible2020-08-142-1/+2
|
* Move markdown icon on right and correct colorskimsible2020-08-141-9/+10
|
* Fix i18n on delete modal and linterkimsible2020-08-142-10/+20
|
* Add markown compatible help icon in comment textareakimsible2020-08-142-1/+53
|
* Use comment as label for comments-thread add buttonkimsible2020-08-143-3/+14
|
* Add icons to dropdown actions (report, remove and remove & re-draft)kimsible2020-08-141-3/+6
|
* Move delete, delete & redraft actions to optionskimsible2020-08-143-16/+32
|
* Add delete & re-draft for comments without replieskimsible2020-08-147-10/+73
|
* Hide deleted comment message when no replieskimsible2020-08-141-2/+2
|
* Migrate to $localizeChocobozzz2020-08-142-8/+4
| | | | | | | | | | | | * Remove i18n polyfill to translate things in components * Reduce bundle sizes * Improve runtime perf * Reduce a lot the time to make a full client build * Reduce client build complexity * We don't need a service to translate things anymore (so we will be able to translate title pages etc) Unfortunately we may loose some translations in the migration process. I'll put a message on weblate to notify translators
* Add ability to share playlists in modalChocobozzz2020-08-071-1/+1
|
* Add ability to report accountChocobozzz2020-07-106-213/+5
|
* Add ability to report comments in front endChocobozzz2020-07-102-2/+30
|
* Lazy load all routesChocobozzz2020-06-2312-0/+1289