aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Translated using Weblate (Chinese (Traditional))Jeff Huang2020-08-171-825/+409
| | | | | | | Currently translated at 100.0% (1532 of 1532 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/zh_Hant/
* Translated using Weblate (Swedish)Filip Bengtsson2020-08-171-1/+1
| | | | | | | Currently translated at 100.0% (99 of 99 strings) Translation: PeerTube/player Translate-URL: https://weblate.framasoft.org/projects/peertube/player/sv/
* Translated using Weblate (Portuguese (Brazil))Antimidia2020-08-171-1/+1
| | | | | | | Currently translated at 100.0% (99 of 99 strings) Translation: PeerTube/player Translate-URL: https://weblate.framasoft.org/projects/peertube/player/pt_BR/
* Translated using Weblate (Spanish)Berto Te2020-08-171-1/+1
| | | | | | | Currently translated at 100.0% (99 of 99 strings) Translation: PeerTube/player Translate-URL: https://weblate.framasoft.org/projects/peertube/player/es/
* Translated using Weblate (Swedish)Filip Bengtsson2020-08-171-5/+5
| | | | | | | Currently translated at 100.0% (242 of 242 strings) Translation: PeerTube/server Translate-URL: https://weblate.framasoft.org/projects/peertube/server/sv/
* Translated using Weblate (Swedish)Filip Bengtsson2020-08-171-4213/+3583
| | | | | | | Currently translated at 88.4% (1355 of 1532 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/sv/
* Translated using Weblate (Portuguese (Brazil))Antimidia2020-08-171-48/+30
| | | | | | | Currently translated at 66.7% (1022 of 1532 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/pt_BR/
* Translated using Weblate (Spanish)Berto Te2020-08-171-761/+243
| | | | | | | Currently translated at 100.0% (1532 of 1532 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/es/
* Translated using Weblate (Spanish)Berto Te2020-08-171-5/+5
| | | | | | | Currently translated at 100.0% (242 of 242 strings) Translation: PeerTube/server Translate-URL: https://weblate.framasoft.org/projects/peertube/server/es/
* Translated using Weblate (Chinese (Traditional))Jeff Huang2020-08-171-4149/+3659
| | | | | | | Currently translated at 97.3% (1491 of 1532 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/zh_Hant/
* Translated using Weblate (Portuguese (Brazil))Rafael Fontenelle2020-08-171-1/+1
| | | | | | | Currently translated at 100.0% (99 of 99 strings) Translation: PeerTube/player Translate-URL: https://weblate.framasoft.org/projects/peertube/player/pt_BR/
* Translated using Weblate (Portuguese (Brazil))Rafael Fontenelle2020-08-171-5/+5
| | | | | | | Currently translated at 100.0% (242 of 242 strings) Translation: PeerTube/server Translate-URL: https://weblate.framasoft.org/projects/peertube/server/pt_BR/
* Translated using Weblate (Portuguese (Brazil))Rafael Fontenelle2020-08-171-4021/+3609
| | | | | | | Currently translated at 65.0% (996 of 1532 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/pt_BR/
* Translated using Weblate (Spanish)Berto Te2020-08-171-4098/+3634
| | | | | | | Currently translated at 92.4% (1416 of 1532 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/es/
* On touchscreens add content overlay for opened menu (#3088)Kim2020-08-175-10/+114
| | | | | | | | | | | | | * Overflow:hidden on touchscreen when modal-open * Do not display menu by default on touchscreens * Add content overlay on touchscreens when menu is opened * Fix zIndex overlay for search infos * On touchscreens close menu on swipe left Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Add restore scroll position on user-dropdown anchors links and scroll to top ↵Kim2020-08-178-17/+66
| | | | | | | | | | | | | | | | | | | on active sub-menu links (#3066) * Add restore scroll position on router same url * Remove settings top anchor * Add scrollToTop on active links fixed sub-menu * Add restore scroll position on notification avatar links * Toggle menu and close pophover when click on active dropdown menu-left link * Add onSameUrlRestoreScrollPosition on user dropdown channels link * Same behavior scrollTop and scroll to anchor everywhere Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Fix css lintChocobozzz2020-08-171-1/+1
|
* removed minimum width css to fit mobile devices with lesser width (#3090)test2a2020-08-171-3/+1
| | | | | | | | | * Update instance-features-table.component.scss removed this minimum width option because on mobile phones this resulted in page being larger than the phone width * Update instance-features-table.component.scss removed blank lines as requested
* Fix incorrect resolution with webtorrent videosChocobozzz2020-08-141-2/+1
|
* Fix invalid refresh token in embedChocobozzz2020-08-141-13/+23
|
* Fix circular dependenciesChocobozzz2020-08-146-37/+46
|
* 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-143-2/+3
|
* Small refactor commentskimsible2020-08-145-24/+30
|
* Remove unused markdown-it-emoji types dependencykimsible2020-08-142-9/+1
|
* Add emoji list to markdown infoskimsible2020-08-143-8/+52
|
* Refactor popover markdown, add code stylekimsible2020-08-142-17/+33
|
* Use commonjs instead of esm typescript for light emojiskimsible2020-08-141-2/+3
|
* Add unicode emoji to markdownkimsible2020-08-147-11/+36
|
* Move markdown icon on right and correct colorskimsible2020-08-142-10/+11
|
* Fix i18n on delete modal and linterkimsible2020-08-142-10/+20
|
* Add markown compatible help icon in comment textareakimsible2020-08-147-5/+65
|
* 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
|
* Fix certbot sectionChocobozzz2020-08-141-6/+4
|
* Update locales with the new localization systemChocobozzz2020-08-1441-260543/+234594
|
* Migrate to $localizeChocobozzz2020-08-14136-1628/+1061
| | | | | | | | | | | | * 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
* Update build steps for localizationChocobozzz2020-08-142-1/+15
|
* Update player and server translationsChocobozzz2020-08-1455-60/+2656
|
* Regenerate translationsChocobozzz2020-08-1441-1093/+61
|
* Remove useless i18n tagsChocobozzz2020-08-141-8/+8
|
* Update translationsChocobozzz2020-08-1442-26877/+25027
|
* Translated using Weblate (Swedish)Filip Bengtsson2020-08-121-1253/+1173
| | | | | | | Currently translated at 95.5% (1426 of 1492 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/sv/
* Translated using Weblate (Spanish)Berto Te2020-08-121-1260/+1164
| | | | | | | Currently translated at 100.0% (1492 of 1492 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/es/
* Translated using Weblate (French (France))Laurent Ettouati2020-08-121-1264/+1168
| | | | | | | Currently translated at 99.9% (1491 of 1492 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/fr_FR/