Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migrate server to ESM | Chocobozzz | 2023-08-11 | 3 | -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 nsfwPolicyToParam | Chocobozzz | 2023-07-28 | 1 | -2/+2 |
| | |||||
* | Improve runner management | Chocobozzz | 2023-07-27 | 3 | -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 lint | Chocobozzz | 2023-05-24 | 1 | -2/+2 |
| | |||||
* | Refactoring margin and padding mixins | Wicklow | 2023-02-20 | 3 | -9/+5 |
| | |||||
* | Fix basic linter issues | Wicklow | 2023-02-20 | 1 | -1/+1 |
| | |||||
* | Refactoring accounts component style | Wicklow | 2023-02-20 | 4 | -63/+25 |
| | |||||
* | Improve channel's avatar display performance | Chocobozzz | 2023-02-13 | 1 | -0/+2 |
| | |||||
* | Fix HTML in account/channel description | Chocobozzz | 2022-11-14 | 2 | -2/+10 |
| | |||||
* | Fix playlist overflow in account channels page | Chocobozzz | 2022-10-25 | 2 | -12/+17 |
| | |||||
* | Fix responsive in account channels list | Chocobozzz | 2022-10-12 | 1 | -1/+1 |
| | |||||
* | Refactor actor avatar component | Chocobozzz | 2022-06-27 | 2 | -2/+2 |
| | |||||
* | Cleanup title-page CSS | Chocobozzz | 2022-06-16 | 1 | -1/+1 |
| | |||||
* | Increase global font size | Chocobozzz | 2022-06-16 | 1 | -6/+0 |
| | |||||
* | Prefer global icon instead of glyphicon for copy | Chocobozzz | 2022-06-10 | 2 | -1/+7 |
| | |||||
* | Migrate to bootstrap 5 | Chocobozzz | 2022-06-10 | 3 | -2/+6 |
| | |||||
* | Support ICU in TS components | Chocobozzz | 2022-06-08 | 3 | -14/+4 |
| | |||||
* | Fix avatar responsive | Chocobozzz | 2022-05-02 | 1 | -1/+1 |
| | |||||
* | Implement avatar miniatures (#4639) | kontrollanten | 2022-02-28 | 3 | -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 develop | Chocobozzz | 2021-12-07 | 2 | -2/+2 |
|\ | |||||
| * | Fix report modal error | Chocobozzz | 2021-12-07 | 2 | -2/+2 |
| | | |||||
* | | Add mute status in account and channel pages | Chocobozzz | 2021-12-07 | 3 | -14/+17 |
|/ | |||||
* | Fix account switch in channels page | Chocobozzz | 2021-11-15 | 1 | -0/+1 |
| | |||||
* | Improve moderation dropdown UX | Chocobozzz | 2021-10-21 | 1 | -3/+7 |
| | |||||
* | Add ability to view my followers | Chocobozzz | 2021-10-20 | 1 | -1/+1 |
| | |||||
* | Don't display scope fitler on account/channel pages | Chocobozzz | 2021-08-30 | 1 | -0/+2 |
| | |||||
* | Add video filters to common video pages | Chocobozzz | 2021-08-25 | 9 | -198/+74 |
| | |||||
* | Migrate client to eslint | Chocobozzz | 2021-08-18 | 4 | -13/+21 |
| | |||||
* | Fix client lint | Chocobozzz | 2021-08-17 | 1 | -8/+9 |
| | |||||
* | Refactor requests | Chocobozzz | 2021-07-20 | 1 | -2/+1 |
| | |||||
* | Move to sass module | Chocobozzz | 2021-06-28 | 2 | -8/+9 |
| | |||||
* | Move to sass @use | Chocobozzz | 2021-06-28 | 2 | -7/+7 |
| | |||||
* | Improve channel card custom markup | Chocobozzz | 2021-06-09 | 1 | -10/+2 |
| | |||||
* | ACCOUNT instead of PEERTUBE ACCOUNT | Chocobozzz | 2021-06-08 | 1 | -1/+1 |
| | | | | Since we can also have mastodon/pleroma etc accounts | ||||
* | Bidi support | Chocobozzz | 2021-06-07 | 2 | -5/+6 |
| | |||||
* | Merge branch 'develop' into shorter-URLs-channels-accounts | Chocobozzz | 2021-05-27 | 4 | -4/+10 |
|\ | |||||
| * | Remove ngx-meta | Chocobozzz | 2021-05-27 | 1 | -2/+0 |
| | | | | | | | | Unmaintained | ||||
| * | Fix UI overflows | Chocobozzz | 2021-05-26 | 1 | -0/+2 |
| | | |||||
| * | Sort channels by -updatedAt | Chocobozzz | 2021-05-10 | 2 | -2/+8 |
| | | |||||
* | | Make /a and /c default URLs for accounts and channels | Kimsible | 2021-05-05 | 1 | -1/+1 |
|/ | |||||
* | Move to stylelint | Chocobozzz | 2021-04-28 | 2 | -5/+5 |
| | |||||
* | Refactor actor avatar display | Chocobozzz | 2021-04-28 | 4 | -12/+11 |
| | |||||
* | Add AccountAvatarComponent (#3965) | kontrollanten | 2021-04-15 | 2 | -2/+4 |
| | | | | | | | * refactor(client): create account-avatar component * continue implement account-avatar * fix review comments | ||||
* | Display account/channel creation date in title | Chocobozzz | 2021-04-13 | 2 | -9/+2 |
| | | | | It's not a really important information | ||||
* | Increase thumbnail size on server | Chocobozzz | 2021-04-05 | 1 | -5/+1 |
| | |||||
* | simplify channels/playlists name in account/channel views | Rigel Kent | 2021-04-02 | 1 | -1/+1 |
| | |||||
* | Remove useless thumbnailSize | Chocobozzz | 2021-04-01 | 1 | -1/+0 |
| | |||||
* | Account/channel videos display as rows | Chocobozzz | 2021-04-01 | 1 | -0/+4 |
| | |||||
* | Refactor video miniature | Chocobozzz | 2021-04-01 | 3 | -4/+7 |
| | | | | | | Less dirty code, better responsive Prepare for some regressions Increase default miniature size | ||||
* | Theme breaking: --submenuColor becomes --submenuBackgroundColor | Chocobozzz | 2021-03-31 | 1 | -2/+2 |
| |