aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Add maximized mode to markdown-textarea + CSS improvements (#2660)Kim2020-04-2815-78/+338
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add arrows-angle-contract/expand bootstrap icons * Add grey textarea-background-color * Add maximized support to markdown-textarea + improve column display * Refactor CSS + add ResizeObservable * Replace bootstrap icons with softies * Add ResizeObserver typing definition * Add focus on textarea + Fix Observables * Propage component changes on markdown plugins * Ignore ResizeObserver not implemented in typescript yet * Move observers from constructor to click event * Add scss and css variables * Replace textareaWidth with textareaMaxWidth to fix others textareas * Clean unused css rules * Fix ResizeObserver unknown by TypeScript compiler * Set max-width: 100% for small and mobile views * Fix textarea/preview height on maximized mode * Add common padding textarea/preview side-by-side * Hide scrollbar sub-menu on small-views * Add maximized mode for mobile views * Fix sass calculate syntax * Revert custom CSS variable for inputBorderRadius and inputBorderColor * Remove unsued methods * Fix missing implement method Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Fix broken views on mobile and small screens (#2671)Kim2020-04-2716-28/+257
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix mobile CSS for my-account-settings * Fix mobile CSS for my-account-videos * Fix mobile CSS my-account-video-channels * Fix mobile CSS for my-account-playlists * Fix CSS mobile for user-subscriptions header * Fix CSS mobile my-account-video-channel-edit * Fix CSS mobile / small view for textarea * Fix margin-right my-delete-button on inside span * Fix CSS mobile on accounts page * Fix indent * Fix CSS mobile for my-account-notifications * Fix CSS mobile / small view my-account-videos * Fix search small-view channels * Use miniature width for title of video on mobile * Add dots to ellipsis multilines * Fix controls and title video width small views * Fix my-account-playlist small and mobile views * Fix channels header + account header mobile * Fix CSS mobile/small view for my-account/subscriptions * Fix align followers channel item * Center header elements user account page on mobile * Fix margins on a element and img * Fix margin img channel or video Co-Authored-By: Rigel Kent <par@rigelk.eu> Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Rigel Kent <par@rigelk.eu>
* Make video-add-nav tabs scrollable on small devices (#2677)Kim2020-04-271-1/+28
| | | | | | | * Make video-add-nav tabs scrollable on small devices * Handle video-add-nav scroll with menu Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Fix openapi search endpointChocobozzz2020-04-221-1/+0
|
* Fix playlist element param in api docChocobozzz2020-04-211-1/+1
|
* Add playlist exist api docChocobozzz2020-04-211-19/+83
|
* Add videos list filters param in api docChocobozzz2020-04-211-4/+54
|
* Fix comment body api docChocobozzz2020-04-211-0/+24
|
* Improve abuse api docChocobozzz2020-04-211-7/+83
|
* Add API doc for playlistsChocobozzz2020-04-212-59/+324
|
* Openapi consistencyChocobozzz2020-04-211-174/+185
|
* Fix videojsChocobozzz2020-04-2125-25/+26
|
* Do not display deleted comments in RSS feedChocobozzz2020-04-211-1/+3
|
* Don't leak unlisted videos in comments feedChocobozzz2020-04-213-4/+18
|
* Add ability to remove privacies using pluginsChocobozzz2020-04-207-9/+125
|
* Add markdown support to plugins (#2654)Kim2020-04-205-1/+51
| | | | | | | | | | | * Add markdown renderer to plugins * Chore: add doc for markdown plugins * Fix typing markdown plugin helpers * Add lines between components in template Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Add ability to sort by originallyPublishedAtChocobozzz2020-04-203-9/+50
|
* Revert partially "Update client angular"Chocobozzz2020-04-202-63/+63
| | | | | | This reverts commit 7a9f9c46261062fb7b718395a8f71c1b742764d4. Breaks canDeactivate on child route
* Add licence and language support to y-dl importsChocobozzz2020-04-202-5/+16
|
* Add thumbnail / preview generation from url on the fly (#2646)Kim2020-04-206-44/+86
| | | | | | | | | | | * Add thumbnails generation on the fly to URL import * Display generated preview to import first edit * Use ternary to get type inference * Move preview/thumbnail test just after import Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Fix videos languages filter SQL queryChocobozzz2020-04-201-7/+8
|
* Fix tests correctlyChocobozzz2020-04-201-9/+9
|
* Fix testsChocobozzz2020-04-202-10/+11
|
* Update client angularChocobozzz2020-04-202-65/+65
|
* Use originallyPublishedAt from body on import if it existsChocobozzz2020-04-171-1/+1
|
* Increase API rate limitChocobozzz2020-04-171-1/+1
|
* Fix videojs typingsChocobozzz2020-04-1724-62/+60
|
* Fix unknown video language labelChocobozzz2020-04-161-0/+2
|
* Fix languageOneOf filter with only _unknownChocobozzz2020-04-161-13/+18
|
* Do not support subscriptions to accountsChocobozzz2020-04-163-1/+7
|
* Fix import/upload CLI optionsChocobozzz2020-04-161-2/+3
|
* Support rel="me" links in markdownChocobozzz2020-04-163-4/+8
|
* Fix user video quota with webtorrent disabledChocobozzz2020-04-162-34/+93
|
* Add custom modal to plugin helpers (#2631)Kim2020-04-159-2/+188
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add custom modal component * Add custom modal to app and plugins helpers * Fixes custom modal component * Add doc for custom modal * Fix newline end of file html and scss files * Move my-custom-modal component outside component for UserLoggedIn modals * Move initializeCustomModal to ngAfterViewInit() * Wrap events and conditionnals * Replace ng-show with ngIf* * Add modalRef to open only one modal + onCloseClick * Refacto + Fix access methods of custom modal * Fix methods names custom-modal.component * Fix implement AfterViewInit & no default boolean Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Update translationsChocobozzz2020-04-1545-27998/+25315
|
* Translated using Weblate (Basque)Xabi2020-04-151-2/+2
| | | | | | | Currently translated at 50.1% (656 of 1308 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/eu/
* Translated using Weblate (Esperanto)Tirifto2020-04-151-59/+48
| | | | | | | Currently translated at 96.7% (1265 of 1308 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/eo/
* Translated using Weblate (Esperanto)Tirifto2020-04-151-39/+22
| | | | | | | Currently translated at 93.1% (1218 of 1308 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/eo/
* Translated using Weblate (Arabic)Al-Hassan Abdel-Raouf2020-04-151-11/+11
| | | | | | | Currently translated at 94.8% (93 of 98 strings) Translation: PeerTube/player Translate-URL: https://weblate.framasoft.org/projects/peertube/player/ar_001/
* Translated using Weblate (Arabic)Al-Hassan Abdel-Raouf2020-04-151-1/+236
| | | | | | | Currently translated at 64.9% (152 of 234 strings) Translation: PeerTube/server Translate-URL: https://weblate.framasoft.org/projects/peertube/server/ar_001/
* Translated using Weblate (Hungarian)Balázs Meskó2020-04-151-1068/+911
| | | | | | | Currently translated at 100.0% (1308 of 1308 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/hu/
* Translated using Weblate (Basque)Xabi2020-04-151-3/+3
| | | | | | | Currently translated at 98.9% (97 of 98 strings) Translation: PeerTube/player Translate-URL: https://weblate.framasoft.org/projects/peertube/player/eu/
* Translated using Weblate (Basque)Xabi2020-04-151-3/+3
| | | | | | | Currently translated at 100.0% (234 of 234 strings) Translation: PeerTube/server Translate-URL: https://weblate.framasoft.org/projects/peertube/server/eu/
* Translated using Weblate (Basque)Xabi2020-04-151-31/+17
| | | | | | | Currently translated at 49.6% (650 of 1308 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/eu/
* Translated using Weblate (Esperanto)Tirifto2020-04-151-14/+4
| | | | | | | Currently translated at 91.4% (1196 of 1308 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/eo/
* Translated using Weblate (Basque)Xabi2020-04-151-1/+1
| | | | | | | Currently translated at 97.9% (96 of 98 strings) Translation: PeerTube/player Translate-URL: https://weblate.framasoft.org/projects/peertube/player/eu/
* Translated using Weblate (Basque)Xabi2020-04-151-5/+5
| | | | | | | Currently translated at 99.1% (232 of 234 strings) Translation: PeerTube/server Translate-URL: https://weblate.framasoft.org/projects/peertube/server/eu/
* Translated using Weblate (Basque)Xabi2020-04-151-6/+6
| | | | | | | Currently translated at 48.7% (637 of 1308 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/eu/
* Translated using Weblate (Basque)Xabi2020-04-151-1/+100
| | | | | | | Currently translated at 97.9% (96 of 98 strings) Translation: PeerTube/player Translate-URL: https://weblate.framasoft.org/projects/peertube/player/eu/
* Translated using Weblate (Basque)Xabi2020-04-151-1/+236
| | | | | | | Currently translated at 98.7% (231 of 234 strings) Translation: PeerTube/server Translate-URL: https://weblate.framasoft.org/projects/peertube/server/eu/