aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-main/shared-main.module.ts
Commit message (Collapse)AuthorAgeFilesLines
* Update client depChocobozzz2022-09-091-3/+0
|
* Use bootstrap loaderChocobozzz2022-06-101-3/+1
|
* Support videos stats in clientChocobozzz2022-04-151-1/+2
|
* Lazy load charts when listing my channelsChocobozzz2022-03-211-0/+3
|
* Introduce plugin id selectorsChocobozzz2021-11-261-3/+5
|
* Add videos list admin componentChocobozzz2021-10-291-7/+6
|
* Made the video channels limit (per user) server-wide configurable (#4491)Florian CUNY2021-10-261-1/+6
| | | | | | | | | | | | | | | * Made the video channels limit (per user) server-wide configurable Implements https://github.com/Chocobozzz/PeerTube/issues/3092 Also added a "quota bar" in the account's settings page * Fixed lint errors * Another pass at fixing lint errors * Applied code suggestions * Removed 'video channels quota'
* Inform user to fill account profile and channels (#4352)Ms Kimsible2021-08-261-1/+9
| | | | | | | * Add account-setup modal when login * Add channels-setup alert into my-channels, my-playlists and upload page Co-authored-by: Ms Kimsible <kimsible@users.noreply.github.com>
* Add ability to search playlistsChocobozzz2021-06-251-2/+5
|
* CleanupChocobozzz2021-05-281-4/+6
| | | | | We must not expose private actor objects to clients Just make 2 GET requests on channel/accounts instead
* Merge branch 'develop' into shorter-URLs-channels-accountsChocobozzz2021-05-271-1/+4
|\
| * Instance homepage support (#4007)Chocobozzz2021-05-271-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | Refactor client @actorName matcher with new API routeKimsible2021-05-051-1/+2
|/
* Add plugin placeholder elements supportChocobozzz2021-04-121-2/+7
|
* Add ability to update the bannerChocobozzz2021-04-081-10/+4
|
* Auto focus plugin search inputChocobozzz2021-03-241-0/+3
|
* modularize abstract video list header and implement video hotness ↵Rigel Kent2021-01-281-1/+4
| | | | recommendation variant
* Allow users/visitors to search through an account's videos (#3589)Rigel Kent2021-01-191-1/+3
| | | | | | | * WIP: account search * add search to account view * add tests for account search
* Fix loading bar for HTTP requestsChocobozzz2021-01-131-0/+8
|
* Fix circular dep issueChocobozzz2020-11-251-3/+3
|
* Add live info in watch pageChocobozzz2020-11-091-2/+1
|
* Add ability to save live replayChocobozzz2020-11-091-2/+12
|
* Add watch messages if live has not startedChocobozzz2020-11-091-2/+2
|
* Live streaming implementation first stepChocobozzz2020-11-091-1/+2
|
* Migrate to $localizeChocobozzz2020-08-141-3/+0
| | | | | | | | | | | | * 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 angular pipes moduleChocobozzz2020-08-111-7/+6
|
* Move form modules in the form shared moduleChocobozzz2020-08-111-15/+2
|
* add ng-select for templatable select optionsRigel Kent2020-08-111-1/+6
| | | | | | | - create select-tags component to replace ngx-chips - create select-options to factorize option selection in forms - create select-channel to simplify channel selection - refactor tags validation
* Display user quota progress bars above upload form (#2981)Kim2020-07-241-1/+3
| | | | | | | | | | | | | | | | | * Move user-quota to my-user-quota shared component * Add user-quota to upload form * Increase progress bar height and make it focusable * Correct syntax parenthesis * Add explicit title to user-quota bars + tooltip with quota values * Hide user-quota in second upload step * Customize focus styles on user-quota Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Fix lintChocobozzz2020-07-021-1/+1
|
* simplify navigation within most admin menusRigel Kent2020-07-021-6/+4
|
* Reorganize client shared modulesChocobozzz2020-06-231-0/+164