aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
Commit message (Collapse)AuthorAgeFilesLines
* Add warning in download modal if neededChocobozzz2021-03-242-2/+10
|
* Hide best strategy if not logged inChocobozzz2021-03-241-2/+11
|
* Adjust search results note for i18n, adjust typeahead helperRigel Kent2021-03-243-10/+8
|
* Fix mention notification with deleted commentChocobozzz2021-03-221-12/+20
|
* Fix checkbox ids in plugin settingsChocobozzz2021-03-091-1/+1
|
* Fix default boolean plugin settingChocobozzz2021-03-091-1/+1
|
* Improve validator text, I guessMarcin Mikołajczak2021-03-041-1/+1
|
* Add watch redirection for playlistsChocobozzz2021-03-041-0/+4
|
* Add ability to cleanup remote AP interactionsChocobozzz2021-03-031-0/+1
|
* Fix broken local actorsChocobozzz2021-02-262-3/+5
| | | | | Some channels can't federate because they don't have public/private keys, maybe because the generation failed for various reasons
* Fix updating boolean anonymous settingsChocobozzz2021-02-261-1/+1
|
* Fix preview upload with capitalized extChocobozzz2021-02-261-1/+1
|
* Fix anonymous user settingsChocobozzz2021-02-251-10/+30
|
* Trim video name also on serverChocobozzz2021-02-251-6/+5
|
* Fix titles do not trim leading and trailing spacesRamiellll2021-02-251-3/+13
|
* Fix async issues with channels listChocobozzz2021-02-254-35/+30
|
* Display the preview image on waiting livesChocobozzz2021-02-222-5/+18
|
* Correctly load live information when not startedChocobozzz2021-02-221-9/+14
|
* Fix loading things twice on trending pageChocobozzz2021-02-222-12/+33
|
* Fix NSFW policy on account/channel videosChocobozzz2021-02-197-35/+44
|
* Fix video comments display with deleted commentsChocobozzz2021-02-196-18/+37
|
* Fix jobs type list orderChocobozzz2021-02-191-1/+1
|
* Fix lintChocobozzz2021-02-181-1/+1
|
* Remember last log typeChocobozzz2021-02-182-5/+17
|
* Add ability to update torrents cache in clientChocobozzz2021-02-183-1/+18
|
* Use new doc website linksChocobozzz2021-02-126-13/+13
|
* Fix complete description loadingChocobozzz2021-02-121-0/+1
|
* Link to auto follow documentationChocobozzz2021-02-121-1/+1
|
* Fix NSFW policy in my videos listChocobozzz2021-02-114-2/+9
|
* Fix comments sorting dropdown z-indexChocobozzz2021-02-111-1/+1
|
* Improve edit config submit errorChocobozzz2021-02-103-4/+34
|
* Add missing live config validatorsChocobozzz2021-02-103-5/+34
|
* Small edit config refactorChocobozzz2021-02-109-61/+136
|
* Split admin conf pageChocobozzz2021-02-1016-1431/+1622
|
* Add fragment support in admin conf pageChocobozzz2021-02-102-3/+17
|
* Add ability to set a custom quotaChocobozzz2021-02-1020-105/+128
|
* Support custom value in ng-selectChocobozzz2021-02-1013-118/+168
|
* Allow to specify transcoding and import jobs concurrencyChocobozzz2021-02-083-0/+46
|
* add best trending strategy based on Reddit's bestRigel Kent2021-02-044-2/+12
| | | | | | inspired from https://www.reddit.com/r/changelog/comments/7spgg0/best_is_the_new_hotness/ this implementation only adds freshness, and doesn't personalize based on subscribed communities yet.
* Upgrade client dependenciesChocobozzz2021-02-031-1/+1
|
* Fix small UI bugsChocobozzz2021-02-023-8/+17
|
* Transcode audio uploads to lower resolutionsChocobozzz2021-02-021-1/+2
| | | | Better consistency
* fix trending page scrollRigel Kent2021-02-011-1/+7
| | | | fixes #3665
* Add ability to update plugin authChocobozzz2021-02-013-1/+19
|
* localize decimal separator in video miniatures (#3643)kontrollanten2021-01-292-9/+13
| | | | | | | | | | | * fix(client): localize decimal separator * fix(client/numpipe): handle Intl failure gently * Revert "fix(client/numpipe): handle Intl failure gently" This reverts commit e275049f1fabb0a7af5a274ebfc33f9c3fb279ed. * client: switch from Intl to ng formatNumber
* add description to live transcoding profile selectorRigel Kent2021-01-291-9/+16
|
* add description to transcoding profile selectorRigel Kent2021-01-281-8/+15
|
* Support transcoding profile in client adminChocobozzz2021-01-283-1/+49
|
* move from trending routes to alg paramRigel Kent2021-01-2819-336/+141
|
* add default trending page choice, revert comments count for hot strategyRigel Kent2021-01-2817-38/+136
|