aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin
Commit message (Collapse)AuthorAgeFilesLines
* Lazy load static objectsChocobozzz2019-12-187-28/+59
|
* add loop setting for playlists, and use sessionStorageRigel Kent2019-12-131-1/+1
|
* Serve audit logs to clientChocobozzz2019-12-119-11/+83
|
* Add ability to filter per job typeChocobozzz2019-12-044-17/+67
|
* Add more filters to admin follows tableChocobozzz2019-11-292-8/+4
|
* Only display accepted followers/followings in about pageChocobozzz2019-11-282-2/+2
|
* Fix testsChocobozzz2019-11-271-1/+1
|
* (plugins) adding checkbox and textarea as possible input types, add links in ↵Rigel Kent2019-11-253-3/+13
| | | | form label
* 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-252-1/+23
|
* Add ability to enabled HLS in the admin panelChocobozzz2019-11-052-1/+26
|
* Some language fixes (#2198)Filip Bengtsson2019-10-231-13/+13
| | | | | | | | | | | | | | * Fix preposition * Fix French colon spacing * Some grammar fixes * Preposition fix * Update signup-success.component.html After suggestion from @frankstrater.
* Update translationsChocobozzz2019-10-221-2/+2
|
* Update user-edit.component.htmlKnackie2019-10-191-0/+1
| | | fixes #1943
* Allow to choose 'Most liked videos' page as default client routeJulien Maulny2019-10-181-0/+1
|
* Clearer debug IP messageChocobozzz2019-09-051-1/+1
|
* Add hardware information in instance configChocobozzz2019-09-052-0/+16
|
* Add creation reasonChocobozzz2019-09-053-9/+23
|
* Add about information in registration pageChocobozzz2019-09-051-54/+93
|
* Add more attributes to about pageChocobozzz2019-09-053-37/+175
|
* Implement auto follow in clientChocobozzz2019-09-042-0/+46
|
* Fix plugin card background color with dark themeChocobozzz2019-08-221-0/+1
|
* Fix infinite scroll on big screensChocobozzz2019-08-024-2/+11
|
* Add margin to plugin blocks in adminChocobozzz2019-07-301-0/+4
|
* Moderators can only manage usersChocobozzz2019-07-305-13/+35
|
* Add plugin translation systemChocobozzz2019-07-261-3/+22
|
* Add public settings endpointChocobozzz2019-07-262-3/+3
|
* Add setting helper to client pluginsChocobozzz2019-07-262-31/+23
|
* Update translations and support Greek languageChocobozzz2019-07-251-1/+1
|
* Update client dependenciesChocobozzz2019-07-255-5/+5
|
* Use ::ng-deep instead of /deep/Chocobozzz2019-07-252-2/+2
|
* Update angularChocobozzz2019-07-254-4/+4
|
* Add sortable for videoQuotaUsed in user-list component.Axel Viala2019-07-251-1/+1
|
* Change plugin models namesChocobozzz2019-07-242-4/+4
|
* Fix lintChocobozzz2019-07-241-1/+1
|
* Add client helpers to pluginsChocobozzz2019-07-241-1/+6
|
* Add ability to install a plugin from the admin pageChocobozzz2019-07-243-1/+16
|
* Add ability to search available pluginsChocobozzz2019-07-249-50/+247
|
* WIP plugins: update pluginChocobozzz2019-07-244-4/+61
|
* WIP plugins: add plugin settings/uninstall in clientChocobozzz2019-07-2410-14/+333
|
* WIP plugins: list installed plugins in clientChocobozzz2019-07-2419-2/+296
|
* WIP plugins: load theme on client sideChocobozzz2019-07-241-0/+1
|
* WIP plugins: add theme supportChocobozzz2019-07-242-0/+24
|
* Link to follower profile from administration (#1922)Nassim Bounouas2019-06-201-1/+1
| | | | | | * #1914 Link to follower profile from administration * #1914 Link to follower profile opens in new tab
* Add 4k conf in transcoding in admin panelChocobozzz2019-06-122-10/+29
|
* Improve 4K video quality after transcodingChocobozzz2019-06-061-2/+3
|
* Add list of instance follows in about pageChocobozzz2019-06-067-103/+4
|
* Merge branch 'release/v1.3.0' into developChocobozzz2019-05-211-0/+1
|\
| * Fix pagination in my videos pageChocobozzz2019-05-211-0/+1
| |
* | Add audio support in uploadChocobozzz2019-05-162-0/+9
|/