aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin
Commit message (Collapse)AuthorAgeFilesLines
* Fix theme npm linkChocobozzz2021-01-115-6/+22
|
* Add more hints regarding live portChocobozzz2021-01-112-2/+7
|
* Don't display log level in audit logs viewChocobozzz2020-12-302-1/+2
|
* Fix some accessibility issuesChocobozzz2020-12-223-5/+5
|
* Fix admin table filtersChocobozzz2020-12-173-3/+3
|
* Fix ng-select widthChocobozzz2020-12-151-5/+4
|
* Fix password input in edit userChocobozzz2020-12-152-3/+11
|
* Use -1 for max live duration unlimitedChocobozzz2020-12-153-15/+9
|
* Fix ng select in adminChocobozzz2020-12-152-8/+12
|
* restore live transcoding to live streaming tabRigel Kent2020-12-141-84/+71
|
* slightly clearer layout of transcoding configurationRigel Kent2020-12-143-128/+236
|
* add display of logs matching any stateRigel Kent2020-12-133-14/+46
|
* admin config: fix typokontrollanten2020-12-111-1/+1
| | | https://www.grammarly.com/blog/know-your-latin-i-e-vs-e-g/
* unify inputs requiring buttons like password inputsRigel Kent2020-12-041-4/+3
|
* Fix duplicate ids in admin config formChocobozzz2020-12-011-3/+3
|
* Added Markdown formatting in all the fields of the "About" page (#3371)Florian CUNY2020-11-301-15/+15
| | | | | | | | | | | | | * Added Markdown formatting in all the fields of the "About" page Fixes https://github.com/Chocobozzz/PeerTube/issues/3368 * Fixed compilation error in AboutInstanceComponent Moved creationReason, maintenanceLifetime and businessModel into the html dict * Removed textareaHeight for all md textareas in EditCustomConfig HTML * Fixed failing bundlewatch
* Profile settings title consistencyChocobozzz2020-11-261-3/+3
|
* Create a dedicated transcoding tab in admin configChocobozzz2020-11-261-135/+133
|
* Add new default different avatar for channel and accountkimsible2020-11-251-2/+2
|
* refactor scoped token serviceRigel Kent2020-11-251-1/+1
|
* allow private syndication feeds via a user feedTokenRigel Kent2020-11-251-1/+1
|
* add explicit numbers in configuration number inputsRigel Kent2020-11-213-23/+50
| | | | fixes #1346
* Add ability to bulk delete commentsChocobozzz2020-11-203-4/+53
|
* Upgrade client dependenciesChocobozzz2020-11-194-31/+4
| | | | Migrate removed primeng theme to custom CSS
* Automatically enable videos auto block on signupChocobozzz2020-11-183-0/+35
|
* Use badge in video block listChocobozzz2020-11-163-16/+15
|
* Refactor rest table search filterChocobozzz2020-11-166-77/+19
|
* Put admin actions on the leftChocobozzz2020-11-163-17/+17
|
* Merge branch 'feature/admin-comments' into developChocobozzz2020-11-168-8/+393
|\
| * Add admin view to manage commentsChocobozzz2020-11-164-36/+145
| |
| * Implement video comment list in adminChocobozzz2020-11-137-2/+278
|/
* reword unclear sentences, check for grammarRigel Kent2020-11-121-4/+4
| | | | fixes #3222
* Try to fix live segments checkChocobozzz2020-11-101-2/+8
|
* Add check constraints live testsChocobozzz2020-11-091-1/+2
|
* Add max lives limitChocobozzz2020-11-092-0/+12
|
* Check live duration and sizeChocobozzz2020-11-092-37/+95
|
* Add watch messages if live has not startedChocobozzz2020-11-091-0/+1
|
* Live streaming implementation first stepChocobozzz2020-11-092-1/+113
|
* jobs/logs view select and empty state visual improvementsRigel Kent2020-09-287-45/+99
|
* Add ability to set custom field to video formChocobozzz2020-08-212-48/+1
|
* We don't need services anymore for validatorsChocobozzz2020-08-175-39/+59
|
* Use localize for page titlesChocobozzz2020-08-176-18/+16
|
* Migrate to $localizeChocobozzz2020-08-1418-193/+146
| | | | | | | | | | | | * 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
* Remove useless i18n tagsChocobozzz2020-08-141-8/+8
|
* adapt my-select-checkbox placeholder to its contextRigel Kent2020-08-112-0/+3
|
* Remove angular pipes moduleChocobozzz2020-08-111-3/+2
|
* Use ng select for multiselectChocobozzz2020-08-116-68/+70
|
* Add validator channel namekimsible2020-08-111-1/+1
|
* Add channel_name field to create-user viewkimsible2020-08-112-0/+12
|
* Refactor - improve offset content handling with fixed sub-menu and ↵kimsible2020-08-113-7/+8
| | | | broadcast-message