aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
Commit message (Collapse)AuthorAgeFilesLines
* 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-14131-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 tagsChocobozzz2020-08-141-8/+8
|
* adapt my-select-checkbox placeholder to its contextRigel Kent2020-08-115-3/+17
|
* Remove angular pipes moduleChocobozzz2020-08-1111-21/+51
|
* Use ng select for multiselectChocobozzz2020-08-1129-135/+303
|
* Move form modules in the form shared moduleChocobozzz2020-08-112-15/+16
|
* Fix playlist position in my playlistsChocobozzz2020-08-111-1/+1
|
* Fix tags in search filtersChocobozzz2020-08-1112-40/+59
|
* add ng-select for templatable select optionsRigel Kent2020-08-1130-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 namekimsible2020-08-112-1/+17
|
* Add channel_name field to create-user viewkimsible2020-08-112-0/+12
|
* Add anchor links to about/instancekimsible2020-08-112-22/+92
|
* Refactor - improve offset content handling with fixed sub-menu and ↵kimsible2020-08-1112-16/+35
| | | | broadcast-message
* Add new anchors in my-settings and handle offset sub-menu height (#3032)Kim2020-08-106-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 uploadRigel Kent2020-08-101-1/+1
|
* Correctly fix sub menuChocobozzz2020-08-108-17/+5
|
* Add buttons in playlist pageChocobozzz2020-08-1012-30/+154
| | | | To delete/edit/share the playlist
* Fix playlist layout on mobileChocobozzz2020-08-101-3/+5
|
* Resume video playback on close of support modal (#3052)Aman Sharma2020-08-102-2/+25
| | | | | * Resume video playback on close of support modal #2995 * Fix lint issues
* revert upload bar text color to whiteRigel Kent2020-08-091-0/+1
|
* Fix icon namesChocobozzz2020-08-071-2/+2
|
* Add ability to share playlists in modalChocobozzz2020-08-078-25/+92
|
* Add ability to disable peertube button link in embedChocobozzz2020-08-072-2/+12
|
* Fix loading bar colorChocobozzz2020-08-071-1/+1
|
* Add logic to handle playlist in embedChocobozzz2020-08-071-0/+1
|
* Cleanup tokens logic in embedChocobozzz2020-08-075-78/+62
|
* Fix lintChocobozzz2020-08-0710-20/+25
|
* Reorganize shared modelsChocobozzz2020-08-0718-30/+30
|
* Upgrade to angular 10Chocobozzz2020-08-0712-19/+24
|
* deal with refresh token in embedRigel Kent2020-08-0618-268/+103
|
* decouple video abuse details from embed, add embed to block list detailsRigel Kent2020-08-067-34/+59
|
* Correctly finish upload before updating videoChocobozzz2020-08-051-2/+3
|
* adjust help component, fix its instances in video-editRigel Kent2020-08-052-5/+17
|
* reword intellectual propertyRigel Kent2020-08-042-3/+3
| | | | fixes #3010
* special display case for logged-out users to display download in watch pageRigel Kent2020-08-042-4/+27
|
* correct column toggle z-index for user listRigel Kent2020-08-031-1/+1
|
* Fix regression blocklist-accounts icon in sub-titlekimsible2020-08-031-1/+1
|
* Fix regression subscriptions icon in dropdown sub-menukimsible2020-08-031-1/+1
|
* Fix regressions sub-menu titles on mobile-viewkimsible2020-08-038-28/+67
|
* Fix anonymous user themeChocobozzz2020-07-312-5/+6
|
* Fix fullscreen on iosChocobozzz2020-07-311-0/+6
|
* Fix top menu dropdownChocobozzz2020-07-311-0/+4
|
* Fix user list viewChocobozzz2020-07-311-8/+8
|
* Fix buildChocobozzz2020-07-311-0/+2
| | | | (my bad)
* Fix testsChocobozzz2020-07-313-5/+5
|
* Add migrations for abuse messagesChocobozzz2020-07-3111-27/+101
|