aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* Do not reuse reset password linksChocobozzz2020-08-123-0/+19
|
* adapt my-select-checkbox placeholder to its contextRigel Kent2020-08-115-3/+17
|
* Remove angular pipes moduleChocobozzz2020-08-1113-29/+51
|
* Update ffmpeg min versionChocobozzz2020-08-112-34/+26
|
* Use ng select for multiselectChocobozzz2020-08-1131-196/+314
|
* Move form modules in the form shared moduleChocobozzz2020-08-112-15/+16
|
* Fix playlist position in my playlistsChocobozzz2020-08-111-1/+1
|
* Add kabile to supported languagesChocobozzz2020-08-111-1/+3
|
* Fix tags in search filtersChocobozzz2020-08-1112-40/+59
|
* add ng-select for templatable select optionsRigel Kent2020-08-1136-217/+399
| | | | | | | - 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
* Make channelName optionnal in tests only and validatorskimsible2020-08-111-14/+11
| | | | | | | | Fix tests channel displayName Make channelName in createUser optionnal on server side to not break api Fix auto channelName with createUser in tests
* Make channelName optionnal only for the APIkimsible2020-08-112-2/+2
|
* Add validator channelName for create-user apikimsible2020-08-111-0/+17
|
* Add channelName to user-create server-side and modelskimsible2020-08-112-1/+6
|
* 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
|
* Fix expanded margin content css var unappliedkimsible2020-08-111-3/+3
|
* Refactor - improve offset content handling with fixed sub-menu and ↵kimsible2020-08-1113-30/+56
| | | | broadcast-message
* Refactor video extensions logic in serverChocobozzz2020-08-116-52/+87
|
* Remove smooth scroll behaviourChocobozzz2020-08-101-4/+0
| | | | It's not adapted to a SPA because the scroll is updated when we change page
* Add new anchors in my-settings and handle offset sub-menu height (#3032)Kim2020-08-107-9/+30
| | | | | | | | | | | | | * 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>
* Continue without token on error in embedChocobozzz2020-08-101-7/+9
|
* Do not display videojs poster when video is startingkimsible2020-08-101-0/+8
|
* slightly reword CONTRIBUTING docRigel Kent2020-08-101-23/+34
|
* add and document new additional video extensions supported at uploadRigel Kent2020-08-105-9/+40
|
* Correctly fix sub menuChocobozzz2020-08-109-21/+16
|
* Add buttons in playlist pageChocobozzz2020-08-1013-30/+155
| | | | To delete/edit/share the playlist
* Fix playlist layout on mobileChocobozzz2020-08-102-13/+14
|
* 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
* Avoid lost scroll position when modal openkimsible2020-08-101-2/+1
|
* revert upload bar text color to whiteRigel Kent2020-08-091-0/+1
|
* Rebuild creditsChocobozzz2020-08-071-12/+19
|
* Fix icon namesChocobozzz2020-08-074-3/+3
|
* Fix twitter embedChocobozzz2020-08-071-1/+7
|
* Add ipad e2e testChocobozzz2020-08-073-4/+15
|
* Merge branch 'feature/e2e' into developChocobozzz2020-08-075-51/+130
|\
| * Add playlist embed E2E testChocobozzz2020-08-074-52/+109
| |
| * SaveChocobozzz2020-08-072-1/+23
| |
* | Fix play overlay iconChocobozzz2020-08-071-1/+1
| |
* | Add ability to share playlists in modalChocobozzz2020-08-0713-43/+143
| |
* | Regenerate translationsChocobozzz2020-08-0743-37509/+44458
| |
* | Merge remote-tracking branch 'weblate/develop' into developChocobozzz2020-08-073-55/+135
|\ \
| * | Translated using Weblate (Hebrew)Tzafrir Cohen2020-08-071-13/+13
| | | | | | | | | | | | | | | | | | | | | Currently translated at 13.2% (13 of 98 strings) Translation: PeerTube/player Translate-URL: https://weblate.framasoft.org/projects/peertube/player/he/
| * | Added translation using Weblate (Hebrew)Tzafrir Cohen2020-08-071-0/+100
| | |
| * | Translated using Weblate (French (France))Rigel Kent2020-08-071-3/+3
| | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (1436 of 1436 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/fr_FR/
| * | Translated using Weblate (Ukrainian)Yury Bulka2020-08-071-52/+32
| | | | | | | | | | | | | | | | | | | | | Currently translated at 12.9% (186 of 1436 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/uk/
* | | Add ability to disable peertube button link in embedChocobozzz2020-08-073-2/+14
|/ /
* / Fix loading bar colorChocobozzz2020-08-073-96/+1
|/
* Correctly error network errors in embedChocobozzz2020-08-071-10/+29
|