Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use commonjs instead of esm typescript for light emojis | kimsible | 2020-08-14 | 1 | -2/+3 |
| | |||||
* | Add unicode emoji to markdown | kimsible | 2020-08-14 | 3 | -9/+15 |
| | |||||
* | Move markdown icon on right and correct colors | kimsible | 2020-08-14 | 1 | -9/+10 |
| | |||||
* | Fix i18n on delete modal and linter | kimsible | 2020-08-14 | 2 | -10/+20 |
| | |||||
* | Add markown compatible help icon in comment textarea | kimsible | 2020-08-14 | 6 | -5/+64 |
| | |||||
* | Use comment as label for comments-thread add button | kimsible | 2020-08-14 | 3 | -3/+14 |
| | |||||
* | Add icons to dropdown actions (report, remove and remove & re-draft) | kimsible | 2020-08-14 | 1 | -3/+6 |
| | |||||
* | Move delete, delete & redraft actions to options | kimsible | 2020-08-14 | 3 | -16/+32 |
| | |||||
* | Add delete & re-draft for comments without replies | kimsible | 2020-08-14 | 7 | -10/+73 |
| | |||||
* | Hide deleted comment message when no replies | kimsible | 2020-08-14 | 1 | -2/+2 |
| | |||||
* | Migrate to $localize | Chocobozzz | 2020-08-14 | 131 | -1320/+944 |
| | | | | | | | | | | | | * 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 | ||||
* | Remove useless i18n tags | Chocobozzz | 2020-08-14 | 1 | -8/+8 |
| | |||||
* | adapt my-select-checkbox placeholder to its context | Rigel Kent | 2020-08-11 | 5 | -3/+17 |
| | |||||
* | Remove angular pipes module | Chocobozzz | 2020-08-11 | 11 | -21/+51 |
| | |||||
* | Use ng select for multiselect | Chocobozzz | 2020-08-11 | 29 | -135/+303 |
| | |||||
* | Move form modules in the form shared module | Chocobozzz | 2020-08-11 | 2 | -15/+16 |
| | |||||
* | Fix playlist position in my playlists | Chocobozzz | 2020-08-11 | 1 | -1/+1 |
| | |||||
* | Fix tags in search filters | Chocobozzz | 2020-08-11 | 12 | -40/+59 |
| | |||||
* | add ng-select for templatable select options | Rigel Kent | 2020-08-11 | 30 | -130/+359 |
| | | | | | | | - create select-tags component to replace ngx-chips - create select-options to factorize option selection in forms - create select-channel to simplify channel selection - refactor tags validation | ||||
* | Add validator channel name | kimsible | 2020-08-11 | 2 | -1/+17 |
| | |||||
* | Add channel_name field to create-user view | kimsible | 2020-08-11 | 2 | -0/+12 |
| | |||||
* | Add anchor links to about/instance | kimsible | 2020-08-11 | 2 | -22/+92 |
| | |||||
* | Refactor - improve offset content handling with fixed sub-menu and ↵ | kimsible | 2020-08-11 | 12 | -16/+35 |
| | | | | broadcast-message | ||||
* | Add new anchors in my-settings and handle offset sub-menu height (#3032) | Kim | 2020-08-10 | 6 | -8/+25 |
| | | | | | | | | | | | | | * Add anchors setting and handle offset with sub-meu * Use PeerTube scroll logic * Add anchor for top my-settings * Improve scroller with smooth behavior and css offset * Fix anchor position when using history navigation Co-authored-by: kimsible <kimsible@users.noreply.github.com> | ||||
* | add and document new additional video extensions supported at upload | Rigel Kent | 2020-08-10 | 1 | -1/+1 |
| | |||||
* | Correctly fix sub menu | Chocobozzz | 2020-08-10 | 8 | -17/+5 |
| | |||||
* | Add buttons in playlist page | Chocobozzz | 2020-08-10 | 12 | -30/+154 |
| | | | | To delete/edit/share the playlist | ||||
* | Fix playlist layout on mobile | Chocobozzz | 2020-08-10 | 1 | -3/+5 |
| | |||||
* | Resume video playback on close of support modal (#3052) | Aman Sharma | 2020-08-10 | 2 | -2/+25 |
| | | | | | * Resume video playback on close of support modal #2995 * Fix lint issues | ||||
* | revert upload bar text color to white | Rigel Kent | 2020-08-09 | 1 | -0/+1 |
| | |||||
* | Fix icon names | Chocobozzz | 2020-08-07 | 1 | -2/+2 |
| | |||||
* | Add ability to share playlists in modal | Chocobozzz | 2020-08-07 | 8 | -25/+92 |
| | |||||
* | Add ability to disable peertube button link in embed | Chocobozzz | 2020-08-07 | 2 | -2/+12 |
| | |||||
* | Fix loading bar color | Chocobozzz | 2020-08-07 | 1 | -1/+1 |
| | |||||
* | Add logic to handle playlist in embed | Chocobozzz | 2020-08-07 | 1 | -0/+1 |
| | |||||
* | Cleanup tokens logic in embed | Chocobozzz | 2020-08-07 | 5 | -78/+62 |
| | |||||
* | Fix lint | Chocobozzz | 2020-08-07 | 10 | -20/+25 |
| | |||||
* | Reorganize shared models | Chocobozzz | 2020-08-07 | 18 | -30/+30 |
| | |||||
* | Upgrade to angular 10 | Chocobozzz | 2020-08-07 | 12 | -19/+24 |
| | |||||
* | deal with refresh token in embed | Rigel Kent | 2020-08-06 | 18 | -268/+103 |
| | |||||
* | decouple video abuse details from embed, add embed to block list details | Rigel Kent | 2020-08-06 | 7 | -34/+59 |
| | |||||
* | Correctly finish upload before updating video | Chocobozzz | 2020-08-05 | 1 | -2/+3 |
| | |||||
* | adjust help component, fix its instances in video-edit | Rigel Kent | 2020-08-05 | 2 | -5/+17 |
| | |||||
* | reword intellectual property | Rigel Kent | 2020-08-04 | 2 | -3/+3 |
| | | | | fixes #3010 | ||||
* | special display case for logged-out users to display download in watch page | Rigel Kent | 2020-08-04 | 2 | -4/+27 |
| | |||||
* | correct column toggle z-index for user list | Rigel Kent | 2020-08-03 | 1 | -1/+1 |
| | |||||
* | Fix regression blocklist-accounts icon in sub-title | kimsible | 2020-08-03 | 1 | -1/+1 |
| | |||||
* | Fix regression subscriptions icon in dropdown sub-menu | kimsible | 2020-08-03 | 1 | -1/+1 |
| | |||||
* | Fix regressions sub-menu titles on mobile-view | kimsible | 2020-08-03 | 8 | -28/+67 |
| | |||||
* | Fix anonymous user theme | Chocobozzz | 2020-07-31 | 2 | -5/+6 |
| |