Chocobozzz
93e903ac16
Fix lint
2020-08-14 15:04:58 +02:00
kimsible
da188b9f9e
Migrate i18n to localize
2020-08-14 15:03:38 +02:00
kimsible
230c3ba24b
Use this.user.account.id instead of recall authService.getUser()
2020-08-14 15:03:38 +02:00
kimsible
c537763a23
Fix autoclose md popover when click on emoji list link inside
2020-08-14 15:03:38 +02:00
kimsible
fdd1296521
Small refactor comments
2020-08-14 15:03:38 +02:00
kimsible
e548a7c9b0
Remove unused markdown-it-emoji types dependency
2020-08-14 15:03:38 +02:00
kimsible
ee3bd9db05
Add emoji list to markdown infos
2020-08-14 15:03:38 +02:00
kimsible
fd9c3c8d66
Refactor popover markdown, add code style
2020-08-14 15:03:38 +02:00
kimsible
04c7f70175
Use commonjs instead of esm typescript for light emojis
2020-08-14 15:03:38 +02:00
kimsible
0672dc769b
Add unicode emoji to markdown
2020-08-14 15:03:38 +02:00
kimsible
438c256b26
Move markdown icon on right and correct colors
2020-08-14 15:03:38 +02:00
kimsible
ddb0303f4d
Fix i18n on delete modal and linter
2020-08-14 15:03:38 +02:00
kimsible
3c176894ba
Add markown compatible help icon in comment textarea
2020-08-14 15:03:38 +02:00
kimsible
cb54210c19
Use comment as label for comments-thread add button
2020-08-14 15:03:38 +02:00
kimsible
c311596094
Add icons to dropdown actions (report, remove and remove & re-draft)
2020-08-14 15:03:38 +02:00
kimsible
45ae994a44
Move delete, delete & redraft actions to options
2020-08-14 15:03:38 +02:00
kimsible
f63c03fb6e
Add delete & re-draft for comments without replies
2020-08-14 15:03:38 +02:00
kimsible
09f8f73fbc
Hide deleted comment message when no replies
2020-08-14 15:03:38 +02:00
Chocobozzz
2c92b0634f
Fix certbot section
2020-08-14 14:59:15 +02:00
Chocobozzz
5a6de09313
Update locales with the new localization system
2020-08-14 10:34:16 +02:00
Chocobozzz
66357162f8
Migrate to $localize
...
* 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
2020-08-14 10:28:30 +02:00
Chocobozzz
8c36074799
Update build steps for localization
2020-08-14 09:34:07 +02:00
Chocobozzz
ef78fdbb2e
Update player and server translations
2020-08-14 09:32:20 +02:00
Chocobozzz
6f0db095f8
Regenerate translations
2020-08-14 09:20:27 +02:00
Chocobozzz
fe9cc7183f
Remove useless i18n tags
2020-08-14 09:19:30 +02:00
Chocobozzz
954511f3ff
Update translations
2020-08-14 09:17:41 +02:00
Filip Bengtsson
cce8f1dccc
Translated using Weblate (Swedish)
...
Currently translated at 95.5% (1426 of 1492 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/sv/
2020-08-12 09:17:00 +02:00
Berto Te
05ea02b581
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (1492 of 1492 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/es/
2020-08-12 09:17:00 +02:00
Laurent Ettouati
108e3d138f
Translated using Weblate (French (France))
...
Currently translated at 99.9% (1491 of 1492 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/fr_FR/
2020-08-12 09:16:59 +02:00
Chocobozzz
e9c5f12338
Do not reuse reset password links
2020-08-12 09:16:08 +02:00
Rigel Kent
857961f0ee
adapt my-select-checkbox placeholder to its context
2020-08-11 16:52:26 +02:00
Chocobozzz
94676e631c
Remove angular pipes module
2020-08-11 16:50:00 +02:00
Chocobozzz
f309a156a6
Update ffmpeg min version
2020-08-11 16:22:57 +02:00
Chocobozzz
52c4976fcf
Use ng select for multiselect
2020-08-11 16:18:42 +02:00
Chocobozzz
3d25d5de33
Move form modules in the form shared module
2020-08-11 09:54:42 +02:00
Chocobozzz
c9ea405f10
Fix playlist position in my playlists
2020-08-11 09:48:40 +02:00
Chocobozzz
07c01b3154
Add kabile to supported languages
2020-08-11 09:41:57 +02:00
Chocobozzz
9abd170dec
Fix tags in search filters
2020-08-11 09:41:55 +02:00
Rigel Kent
02c01341f4
add ng-select for templatable select options
...
- 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
2020-08-11 09:03:39 +02:00
kimsible
766d13b447
Make channelName optionnal in tests only and validators
...
Fix tests channel displayName
Make channelName in createUser optionnal on server side to not break api
Fix auto channelName with createUser in tests
2020-08-11 08:46:35 +02:00
kimsible
69db147043
Make channelName optionnal only for the API
2020-08-11 08:46:35 +02:00
kimsible
4e68fc8605
Add validator channelName for create-user api
2020-08-11 08:46:35 +02:00
kimsible
3d215dc5f9
Add channelName to user-create server-side and models
2020-08-11 08:46:35 +02:00
kimsible
4abe9c593a
Add validator channel name
2020-08-11 08:46:35 +02:00
kimsible
62fc691548
Add channel_name field to create-user view
2020-08-11 08:46:35 +02:00
kimsible
c2165d607e
Add anchor links to about/instance
2020-08-11 08:34:04 +02:00
kimsible
e752c75e55
Fix expanded margin content css var unapplied
2020-08-11 08:03:47 +02:00
kimsible
7034b3c908
Refactor - improve offset content handling with fixed sub-menu and broadcast-message
2020-08-11 08:03:28 +02:00
Chocobozzz
30bc55c88b
Refactor video extensions logic in server
2020-08-11 07:57:20 +02:00
Chocobozzz
560605026b
Remove smooth scroll behaviour
...
It's not adapted to a SPA because the scroll is updated when we change page
2020-08-10 16:00:21 +02:00