aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin
Commit message (Collapse)AuthorAgeFilesLines
* Move to sass moduleChocobozzz2021-06-2823-43/+44
|
* Move to sass @useChocobozzz2021-06-2822-41/+41
|
* Bidi supportChocobozzz2021-06-0711-20/+33
|
* Add ability to filter menu linksChocobozzz2021-06-071-0/+1
|
* Use HTML config when possibleChocobozzz2021-06-0410-39/+26
|
* Add ability to set custom markdown in descriptionChocobozzz2021-05-314-7/+18
|
* Add help to custom markdown textareaChocobozzz2021-05-311-0/+3
|
* Implemented configurable minimum signup agePoslovitch2021-05-283-3/+18
| | | | | | | | | | | | | | Implements https://github.com/Chocobozzz/PeerTube/issues/3612 Fixed lint and removed debug Fixed another lint error Apply suggestions from code review Co-authored-by: Chocobozzz <chocobozzz@cpy.re> Add tests for min signup age config
* Support '/w/' and '/w/p/' for watch pageChocobozzz2021-05-281-1/+1
| | | | And use them as default in client
* Merge branch 'develop' into shorter-URLs-channels-accountsChocobozzz2021-05-2713-45/+141
|\
| * Remove ngx-metaChocobozzz2021-05-271-3/+0
| | | | | | | | Unmaintained
| * Instance homepage support (#4007)Chocobozzz2021-05-278-37/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Prepare homepage parsers * Add ability to update instance hompage * Add ability to set homepage as landing page * Add homepage preview in admin * Dynamically update left menu for homepage * Inject home content in homepage * Add videos list and channel miniature custom markup * Remove unused elements in markup service
| * Merge branch 'release/3.2.0' into developChocobozzz2021-05-251-0/+2
| |\
| | * Fix local plugin auth selectChocobozzz2021-05-251-0/+2
| | |
| | * Fix broadcast message levelChocobozzz2021-05-141-1/+1
| | |
| * | Fix broadcast message levelChocobozzz2021-05-251-1/+1
| | |
| * | Merge branch 'release/3.2.0' into developChocobozzz2021-05-141-1/+1
| |\|
| | * Fix logger warning levelChocobozzz2021-05-141-1/+1
| | |
| * | Reorganize plugin modelsChocobozzz2021-05-112-4/+2
| |/
| * Refactor video edit cssChocobozzz2021-05-071-1/+1
| |
* | Make /a and /c default URLs for accounts and channelsKimsible2021-05-052-2/+2
|/
* Refactor search filtersChocobozzz2021-05-0317-132/+55
|
* Add ability to filter my videos by liveChocobozzz2021-05-038-100/+48
|
* Cleanup plugins admin CSSChocobozzz2021-04-295-38/+30
|
* Move to stylelintChocobozzz2021-04-2815-18/+25
|
* Refactor actor avatar displayChocobozzz2021-04-284-5/+5
|
* Rename actor image edit moduleChocobozzz2021-04-281-3/+3
|
* Clearer nsfw "do not list" labelChocobozzz2021-04-281-2/+2
|
* Use account initial as default avatar (#4002)kontrollanten2021-04-271-1/+1
| | | | | | | * client: use account initial as default avatar * fix UI in user list Avatars was cutted in the top and bottom
* Use server config to display supported videos extChocobozzz2021-04-272-1/+5
|
* Add action:admin-plugin-settings.init client hookChocobozzz2021-04-222-2/+11
|
* Refactor feed componentChocobozzz2021-04-151-12/+4
|
* Add AccountAvatarComponent (#3965)kontrollanten2021-04-155-23/+7
| | | | | | | * refactor(client): create account-avatar component * continue implement account-avatar * fix review comments
* Add settings button after plugin installChocobozzz2021-04-124-4/+17
|
* Add alert modal in plugins on major upgradeChocobozzz2021-04-121-0/+19
|
* Fix client buildChocobozzz2021-04-121-1/+1
|
* Add `i18n` prop where it is missing (#3946)Marcin Mikołajczak2021-04-125-14/+14
| | | | | | | | | | | | | | | * Add `i18n` prop * Update video-comment-list.component.html * Update account-blocklist.component.html * Update server-blocklist.component.html * Update video-redundancies-list.component.html * Update following-list.component.html * Update followers-list.component.html
* Add ability to hide plugin settingsChocobozzz2021-04-091-7/+11
|
* Translate plugin optionsChocobozzz2021-04-093-25/+39
|
* Merge branch 'release/3.1.0' into developChocobozzz2021-04-084-8/+23
|\
| * Fix updating transcoding profilesChocobozzz2021-04-084-8/+23
| |
* | Add ability to update the bannerChocobozzz2021-04-083-9/+3
| |
* | Theme breaking: --submenuColor becomes --submenuBackgroundColorChocobozzz2021-03-311-1/+1
| |
* | fix missing title attribute on <iframe> tag suggested for embedding (#3901)Thavarasa Prasanth2021-03-311-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | * title attribute is missing on <iframe> tag suggested for embedding #3861 * fix #3901 * fix: escapeHTML #3901 * fix: playlist title instead of video title #3901 * fix #3901 * assign title directly #3901
* | Auto focus plugin search inputChocobozzz2021-03-241-1/+1
| |
* | Adjust search results note for i18n, adjust typeahead helperRigel Kent2021-03-241-2/+2
|/
* Fix default boolean plugin settingChocobozzz2021-03-091-1/+1
|
* Add ability to cleanup remote AP interactionsChocobozzz2021-03-031-0/+1
|
* Fix broken local actorsChocobozzz2021-02-261-0/+2
| | | | | Some channels can't federate because they don't have public/private keys, maybe because the generation failed for various reasons
* Fix jobs type list orderChocobozzz2021-02-191-1/+1
|