aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-library/my-ownership
Commit message (Collapse)AuthorAgeFilesLines
* Automatic colspan for tablesChocobozzz2023-05-261-1/+1
|
* Fix lintChocobozzz2023-05-241-1/+1
|
* Refactor row selection resetChocobozzz2023-01-201-1/+1
|
* Implement signup approval in clientChocobozzz2023-01-191-4/+0
|
* Refactor form reactiveChocobozzz2022-10-071-2/+2
|
* Reset table pagination on searchChocobozzz2022-07-121-8/+2
|
* Refactor actor avatar componentChocobozzz2022-06-271-1/+1
|
* Replace all glyphicon iconsChocobozzz2022-06-131-7/+0
|
* Migrate to bootstrap 5Chocobozzz2022-06-101-1/+1
|
* Some fixes for themesChocobozzz2022-03-151-2/+2
|
* Implement avatar miniatures (#4639)kontrollanten2022-02-282-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * client: remove unused file * refactor(client/my-actor-avatar): size from input Read size from component input instead of scss, to make it possible to use smaller avatar images when implemented. * implement avatar miniatures close #4560 * fix(test): max file size * fix(search-index): normalize res acc to avatarMini * refactor avatars to an array * client/search: resize channel avatar to 120 * refactor(client/videos): remove unused function * client(actor-avatar): set default size * fix tests and avatars full result When findOne is used only an array containting one avatar is returned. * update migration version and version notations * server/search: harmonize normalizing * Cleanup avatar miniature PR Co-authored-by: Chocobozzz <me@florianbigard.com>
* Remove useless componentsChocobozzz2021-10-291-4/+0
|
* Migrate client to eslintChocobozzz2021-08-181-1/+1
|
* Fix client lintChocobozzz2021-08-172-12/+12
|
* Move to sass moduleChocobozzz2021-06-282-5/+6
|
* Move to sass @useChocobozzz2021-06-282-4/+4
|
* Bidi supportChocobozzz2021-06-071-2/+3
|
* Sort channels by -updatedAtChocobozzz2021-05-102-16/+9
|
* Refactor search filtersChocobozzz2021-05-031-3/+3
|
* Move to stylelintChocobozzz2021-04-281-4/+4
|
* Refactor actor avatar displayChocobozzz2021-04-281-1/+1
|
* Add AccountAvatarComponent (#3965)kontrollanten2021-04-152-10/+1
| | | | | | | * refactor(client): create account-avatar component * continue implement account-avatar * fix review comments
* Refactor modal buttons styleChocobozzz2021-04-142-11/+3
|
* Select first available channel when accepting ownership change (#3382)Florian CUNY2020-12-012-1/+5
| | | | | | | | | * Select first available channel when accepting ownership change Implements https://github.com/Chocobozzz/PeerTube/issues/2240 * Made use of #patchValue() to set the default selected value And removed the disabled state for the Accept button
* Add new default different avatar for channel and accountkimsible2020-11-251-2/+2
|
* Fix accept ownership change acceptChocobozzz2020-11-181-1/+3
|
* Reorganize left menu and account menuChocobozzz2020-11-136-0/+364
Add my-settings and my-library in left menu Move administration below my-library Split account menu: my-setting and my library