aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+accounts
Commit message (Collapse)AuthorAgeFilesLines
* Migrate server to ESMChocobozzz2023-08-113-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sorry for the very big commit that may lead to git log issues and merge conflicts, but it's a major step forward: * Server can be faster at startup because imports() are async and we can easily lazy import big modules * Angular doesn't seem to support ES import (with .js extension), so we had to correctly organize peertube into a monorepo: * Use yarn workspace feature * Use typescript reference projects for dependencies * Shared projects have been moved into "packages", each one is now a node module (with a dedicated package.json/tsconfig.json) * server/tools have been moved into apps/ and is now a dedicated app bundled and published on NPM so users don't have to build peertube cli tools manually * server/tests have been moved into packages/ so we don't compile them every time we want to run the server * Use isolatedModule option: * Had to move from const enum to const (https://www.typescriptlang.org/docs/handbook/enums.html#objects-vs-enums) * Had to explictely specify "type" imports when used in decorators * Prefer tsx (that uses esbuild under the hood) instead of ts-node to load typescript files (tests with mocha or scripts): * To reduce test complexity as esbuild doesn't support decorator metadata, we only test server files that do not import server models * We still build tests files into js files for a faster CI * Remove unmaintained peertube CLI import script * Removed some barrels to speed up execution (less imports)
* Refactor a little bit nsfwPolicyToParamChocobozzz2023-07-281-2/+2
|
* Improve runner managementChocobozzz2023-07-273-16/+6
| | | | | | | * Add ability to remove runner jobs * Add runner job state quick filter * Merge registration tokens and runners tables in the same page * Add copy button to copy registration token
* Fix lintChocobozzz2023-05-241-2/+2
|
* Refactoring margin and padding mixinsWicklow2023-02-203-9/+5
|
* Fix basic linter issuesWicklow2023-02-201-1/+1
|
* Refactoring accounts component styleWicklow2023-02-204-63/+25
|
* Improve channel's avatar display performanceChocobozzz2023-02-131-0/+2
|
* Fix HTML in account/channel descriptionChocobozzz2022-11-142-2/+10
|
* Fix playlist overflow in account channels pageChocobozzz2022-10-252-12/+17
|
* Fix responsive in account channels listChocobozzz2022-10-121-1/+1
|
* Refactor actor avatar componentChocobozzz2022-06-272-2/+2
|
* Cleanup title-page CSSChocobozzz2022-06-161-1/+1
|
* Increase global font sizeChocobozzz2022-06-161-6/+0
|
* Prefer global icon instead of glyphicon for copyChocobozzz2022-06-102-1/+7
|
* Migrate to bootstrap 5Chocobozzz2022-06-103-2/+6
|
* Support ICU in TS componentsChocobozzz2022-06-083-14/+4
|
* Fix avatar responsiveChocobozzz2022-05-021-1/+1
|
* Implement avatar miniatures (#4639)kontrollanten2022-02-283-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Merge branch 'release/4.0.0' into developChocobozzz2021-12-072-2/+2
|\
| * Fix report modal errorChocobozzz2021-12-072-2/+2
| |
* | Add mute status in account and channel pagesChocobozzz2021-12-073-14/+17
|/
* Fix account switch in channels pageChocobozzz2021-11-151-0/+1
|
* Improve moderation dropdown UXChocobozzz2021-10-211-3/+7
|
* Add ability to view my followersChocobozzz2021-10-201-1/+1
|
* Don't display scope fitler on account/channel pagesChocobozzz2021-08-301-0/+2
|
* Add video filters to common video pagesChocobozzz2021-08-259-198/+74
|
* Migrate client to eslintChocobozzz2021-08-184-13/+21
|
* Fix client lintChocobozzz2021-08-171-8/+9
|
* Refactor requestsChocobozzz2021-07-201-2/+1
|
* Move to sass moduleChocobozzz2021-06-282-8/+9
|
* Move to sass @useChocobozzz2021-06-282-7/+7
|
* Improve channel card custom markupChocobozzz2021-06-091-10/+2
|
* ACCOUNT instead of PEERTUBE ACCOUNTChocobozzz2021-06-081-1/+1
| | | | Since we can also have mastodon/pleroma etc accounts
* Bidi supportChocobozzz2021-06-072-5/+6
|
* Merge branch 'develop' into shorter-URLs-channels-accountsChocobozzz2021-05-274-4/+10
|\
| * Remove ngx-metaChocobozzz2021-05-271-2/+0
| | | | | | | | Unmaintained
| * Fix UI overflowsChocobozzz2021-05-261-0/+2
| |
| * Sort channels by -updatedAtChocobozzz2021-05-102-2/+8
| |
* | Make /a and /c default URLs for accounts and channelsKimsible2021-05-051-1/+1
|/
* Move to stylelintChocobozzz2021-04-282-5/+5
|
* Refactor actor avatar displayChocobozzz2021-04-284-12/+11
|
* Add AccountAvatarComponent (#3965)kontrollanten2021-04-152-2/+4
| | | | | | | * refactor(client): create account-avatar component * continue implement account-avatar * fix review comments
* Display account/channel creation date in titleChocobozzz2021-04-132-9/+2
| | | | It's not a really important information
* Increase thumbnail size on serverChocobozzz2021-04-051-5/+1
|
* simplify channels/playlists name in account/channel viewsRigel Kent2021-04-021-1/+1
|
* Remove useless thumbnailSizeChocobozzz2021-04-011-1/+0
|
* Account/channel videos display as rowsChocobozzz2021-04-011-0/+4
|
* Refactor video miniatureChocobozzz2021-04-013-4/+7
| | | | | | Less dirty code, better responsive Prepare for some regressions Increase default miniature size
* Theme breaking: --submenuColor becomes --submenuBackgroundColorChocobozzz2021-03-311-2/+2
|