aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
Commit message (Collapse)AuthorAgeFilesLines
* (plugins) adding checkbox and textarea as possible input types, add links in ↵Rigel Kent2019-11-255-3/+15
| | | | form label
* (plugins) adding signup scope and init hook, modifying ↵Rigel Kent2019-11-252-3/+11
| | | | ensureUserRegistrationAllowed allowedParams
* Fix fragmented download URLChocobozzz2019-11-251-0/+2
|
* Add audio-only option to transcoders and playerfrankdelange2019-11-251-0/+4
| | | | | | | | This patch adds an audio-only option to PeerTube by means of a new transcoding configuration which creates mp4 files which only contain an audio stream. This new transcoder has a resolution of '0' and is presented in the preferences and in the player resolution menu as 'Audio-only' (localised). When playing such streams the player shows the file thumbnail as background and disables controls autohide. Audio-only files can be shared and streamed just like any other file. They can be downloaded as well, the resulting file will be an mp4 container with a single audio stream. This patch is a proof of concept to show the feasibility of 'true' audio-only support. There are better ways of doing this which also enable multiple audio streams for a given video stream (e.g. DASH) but as this would entail a fundamental change in the way PeerTube works it is a bridge too far for a simple proof of concept.
* Disable webtorrent support in clientChocobozzz2019-11-259-8/+43
|
* Add missing button roles for the language chooser and keyboard shortcut menu ↵Marco Zehe2019-11-251-2/+2
| | | | items
* Try to improve notification i18n translationsChocobozzz2019-11-181-28/+28
|
* Video-watch hooks modifications for videojsRigel Kent2019-11-181-1/+4
|
* Merge branch 'weblate' into developChocobozzz2019-11-131-2/+2
|\
| * Make build worksChocobozzz2019-11-131-2/+2
| |
* | Fix link for account creation on another instanceYorwba2019-11-131-1/+1
|/
* Fix start/stop of first element when loading a playlistChocobozzz2019-11-061-1/+5
|
* Pull translationsChocobozzz2019-11-051-0/+1
|
* Add missing i18n tagsChocobozzz2019-11-051-8/+8
|
* Add ability to enabled HLS in the admin panelChocobozzz2019-11-052-1/+26
|
* Add mascot in peertube about pageChocobozzz2019-11-044-22/+37
|
* Update translationsChocobozzz2019-10-301-1/+1
|
* Add mascot to configure warning modalChocobozzz2019-10-302-1/+14
|
* Increase 404 mascot sizeChocobozzz2019-10-302-1/+7
|
* Add mascot in welcome modalChocobozzz2019-10-303-36/+80
|
* Add mascot to 404 pageChocobozzz2019-10-302-6/+20
|
* Don't redirect on verify account page after loginChocobozzz2019-10-281-1/+2
|
* Fix other videos width to avoid layout movementChocobozzz2019-10-251-3/+6
|
* Add class to views elementsChocobozzz2019-10-252-4/+7
|
* Speedup theme injectionChocobozzz2019-10-252-14/+83
|
* More robust new instance follower notificationChocobozzz2019-10-251-2/+2
|
* Add a drag&drop delay on playlist videos to allow user scroll on small ↵Julien Maulny2019-10-232-1/+20
| | | | | | | | | | | | | | | | screens (#2154) * Add delay on playlist element reordering to fix user scroll on mobile Signed-off-by: Julien Maulny <julien.maulny@protonmail.com> * Upgrade @angular/cdk to include bugfix about drag&drop Signed-off-by: Julien Maulny <julien.maulny@protonmail.com> * add delay on playlist drag&drop on all touch screens Signed-off-by: Julien Maulny <julien.maulny@protonmail.com>
* Some language fixes (#2198)Filip Bengtsson2019-10-235-18/+18
| | | | | | | | | | | | | | * Fix preposition * Fix French colon spacing * Some grammar fixes * Preposition fix * Update signup-success.component.html After suggestion from @frankstrater.
* Allow to toggle video publication date to display absolute dateJulien Maulny2019-10-236-3/+64
|
* Fix checkbox themesChocobozzz2019-10-221-1/+1
|
* Fix i18n generation scriptChocobozzz2019-10-221-1/+1
|
* Update translationsChocobozzz2019-10-221-2/+2
|
* Fix search with account video languagesChocobozzz2019-10-214-11/+17
|
* Fix typoAutom2019-10-211-3/+3
| | | | Fixing a typo in the statistics section of the /about/instance/ page.
* Update user-edit.component.htmlKnackie2019-10-191-0/+1
| | | fixes #1943
* Add statistics section in about pageJulien Maulny2019-10-185-0/+183
|
* Allow to choose 'Most liked videos' page as default client routeJulien Maulny2019-10-181-0/+1
|
* Add 'Most liked videos' pageJulien Maulny2019-10-185-0/+93
|
* Change button with onclick to link with hrefFrank Sträter2019-10-182-9/+9
|
* Add auto play next video migrationChocobozzz2019-09-241-0/+2
|
* Autoplay next recommended video (#2137)LoveIsGrief2019-09-246-2/+35
| | | | | | | | | | | | | | | | | | | | | | * Start working on autoplay of next video * Ignore changes made by gitpod * Apply changes from PR#1370 * Correct the spelling of recommendations * Fix linting errors * Move boolean check to existing onEnded handler * Pick a random video until the recommendations are improved * Add simple tests for autoPlayNextVideo * Fix lint ...again
* fix a few typos (#2141)Lukas Winkler2019-09-235-5/+5
| | | | | | | | * fix a few typos * apply changes to original files instead * additional correction
* Add missing translation tagsChocobozzz2019-09-182-4/+4
|
* Merge branch 'release/1.4.0' into developChocobozzz2019-09-061-1/+2
|\
| * Fix menu x overflowChocobozzz2019-09-061-1/+2
| |
* | Add contributors in about peertube pageChocobozzz2019-09-058-94/+195
| |
* | Better video publishing notificationChocobozzz2019-09-051-1/+1
| |
* | Clearer debug IP messageChocobozzz2019-09-051-1/+1
| |
* | Fix old auto blacklist notificationsChocobozzz2019-09-051-0/+3
| |
* | Merge branch 'release/1.4.0' into developChocobozzz2019-09-054-7/+10
|\|