aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-video-channels
Commit message (Collapse)AuthorAgeFilesLines
* Add/update/delete/list my playlistsChocobozzz2019-03-181-1/+1
|
* Refactor how we use iconsChocobozzz2019-01-172-2/+2
| | | | Inject them in an angular component so we can easily change their color
* Warn user when they want to delete a channelChocobozzz2019-01-141-3/+7
| | | | | Because they will not be able to create another channel with the same actor name
* Refractor notification serviceChocobozzz2018-12-193-18/+16
| | | | Shorter name and use primeng component
* Fix new Angular 7 issuesChocobozzz2018-11-151-0/+4
|
* Better typingsChocobozzz2018-10-181-4/+2
|
* NoImplicitAny flag true (#1157)BO412018-10-181-1/+1
| | | | | | | | this enables the `noImplicitAny` flag in the Typescript compiler > When the noImplicitAny flag is true and the TypeScript compiler cannot infer the type, it still generates the JavaScript files, but it also reports an error. Many seasoned developers prefer this stricter setting because type checking catches more unintentional errors at compile time. closes: #1131 replaces #1137
* Check video channel name is unique on our instanceChocobozzz2018-10-011-1/+8
|
* various display improvementsRigel Kent2018-09-291-0/+4
|
* add theming via css custom propertiesRigel Kent2018-09-041-1/+1
| | | | and a bonus dark color theme toggle
* Search video channel handle/uriChocobozzz2018-08-271-4/+4
|
* Add ability to search video channelsChocobozzz2018-08-271-0/+4
|
* Add local user subscriptionsChocobozzz2018-08-272-13/+6
|
* Add ability to set a name to a channelChocobozzz2018-08-275-5/+38
|
* Fix responsive in my channel/my videos pagesChocobozzz2018-07-161-0/+8
|
* Fix buildChocobozzz2018-06-292-1/+5
|
* Client: Add ability to update video channel avatarChocobozzz2018-06-293-4/+37
|
* Fix add icon pathChocobozzz2018-06-111-1/+1
|
* Add form validator translationsChocobozzz2018-06-052-16/+10
|
* Form validators refractoringChocobozzz2018-06-052-50/+14
|
* Fix i18n in componentsChocobozzz2018-06-053-4/+4
|
* Add i18n attributesChocobozzz2018-06-055-20/+38
|
* Video support field inherits channel support fieldChocobozzz2018-05-251-1/+4
|
* Only use account name in routesChocobozzz2018-05-251-1/+1
|
* Upgrade to rxjs 6Chocobozzz2018-05-163-9/+4
|
* Account/channel descriptions are not required anymoreChocobozzz2018-05-092-4/+4
|
* Load my-account module lazilyChocobozzz2018-05-098-0/+442