Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix lint | Chocobozzz | 2023-05-24 | 2 | -2/+5 |
| | |||||
* | Increase theme compatibility | Chocobozzz | 2023-02-17 | 1 | -1/+1 |
| | | | | Try to use CSS variable as much as possible | ||||
* | Implement signup approval in client | Chocobozzz | 2023-01-19 | 2 | -0/+20 |
| | |||||
* | Fix broken dates with localized pages | Chocobozzz | 2022-09-16 | 1 | -1/+0 |
| | |||||
* | Add ability for client to create server logs | Chocobozzz | 2022-07-18 | 1 | -1/+2 |
| | |||||
* | Increase global font size | Chocobozzz | 2022-06-16 | 1 | -5/+0 |
| | |||||
* | Remove secondary color theme | Chocobozzz | 2022-06-10 | 1 | -1/+1 |
| | |||||
* | Rename studio to editor | Chocobozzz | 2022-03-22 | 2 | -2/+2 |
| | |||||
* | Add video edition finished notification | Chocobozzz | 2022-03-22 | 2 | -1/+13 |
| | |||||
* | Implement avatar miniatures (#4639) | kontrollanten | 2022-02-28 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 unnecessary function | Chocobozzz | 2022-01-18 | 2 | -11/+3 |
| | |||||
* | Reduce history method names | Chocobozzz | 2022-01-18 | 1 | -3/+3 |
| | |||||
* | Add ability to delete history element | Chocobozzz | 2022-01-18 | 1 | -1/+7 |
| | |||||
* | Fix ngx loading bar deprecation | Chocobozzz | 2021-12-29 | 1 | -7/+10 |
| | |||||
* | Add ability to view my followers | Chocobozzz | 2021-10-20 | 3 | -3/+3 |
| | |||||
* | Add video filters to common video pages | Chocobozzz | 2021-08-25 | 1 | -1/+1 |
| | |||||
* | Migrate client to eslint | Chocobozzz | 2021-08-18 | 2 | -4/+4 |
| | |||||
* | Fix client lint | Chocobozzz | 2021-08-17 | 1 | -12/+12 |
| | |||||
* | Add ability to search by host in server | Chocobozzz | 2021-07-27 | 2 | -6/+2 |
| | |||||
* | Support short uuid for GET video/playlist | Chocobozzz | 2021-06-29 | 1 | -1/+2 |
| | |||||
* | Fix daily quota display | Chocobozzz | 2021-06-28 | 1 | -2/+1 |
| | |||||
* | Move to sass module | Chocobozzz | 2021-06-28 | 2 | -4/+4 |
| | |||||
* | Move to sass @use | Chocobozzz | 2021-06-28 | 2 | -4/+4 |
| | |||||
* | Bidi support | Chocobozzz | 2021-06-07 | 2 | -7/+9 |
| | |||||
* | Support '/w/' and '/w/p/' for watch page | Chocobozzz | 2021-05-28 | 1 | -1/+1 |
| | | | | And use them as default in client | ||||
* | 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 | -3/+4 |
| | |||||
* | Refactor actor avatar display | Chocobozzz | 2021-04-28 | 2 | -4/+7 |
| | |||||
* | Add new plugin/peertube version notifs | Chocobozzz | 2021-03-24 | 3 | -2/+53 |
| | |||||
* | Reduce bundle size using a const enum | Chocobozzz | 2021-03-24 | 2 | -19/+16 |
| | |||||
* | Fix mention notification with deleted comment | Chocobozzz | 2021-03-22 | 1 | -12/+20 |
| | |||||
* | prevent sending search GET parameter if undefined in my watch history | Rigel Kent | 2021-01-13 | 1 | -1/+2 |
| | |||||
* | Allow user to search through their watch history (#3576) | Rigel Kent | 2021-01-13 | 1 | -1/+2 |
| | | | | | | | * allow user to search through their watch history * add tests for search in watch history * Update client/src/app/shared/shared-main/users/user-history.service.ts | ||||
* | Fix circular dep issue | Chocobozzz | 2020-11-25 | 1 | -4/+6 |
| | |||||
* | Add new default different avatar for channel and account | kimsible | 2020-11-25 | 1 | -7/+11 |
| | |||||
* | Reorganize left menu and account menu | Chocobozzz | 2020-11-13 | 1 | -1/+1 |
| | | | | | | Add my-settings and my-library in left menu Move administration below my-library Split account menu: my-setting and my library | ||||
* | reword unclear sentences, check for grammar | Rigel Kent | 2020-11-12 | 1 | -1/+1 |
| | | | | fixes #3222 | ||||
* | Add watch messages if live has not started | Chocobozzz | 2020-11-09 | 1 | -5/+5 |
| | |||||
* | Migrate to $localize | Chocobozzz | 2020-08-14 | 1 | -7/+3 |
| | | | | | | | | | | | | * 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 module | Chocobozzz | 2020-08-11 | 1 | -1/+1 |
| | |||||
* | Add migrations for abuse messages | Chocobozzz | 2020-07-31 | 4 | -9/+56 |
| | |||||
* | test search for subscriptions and video-channels | Rigel Kent | 2020-07-29 | 1 | -0/+1 |
| | |||||
* | modify user-quota to match account settings style | Rigel Kent | 2020-07-29 | 2 | -14/+14 |
| | |||||
* | allow sorting notifications | Rigel Kent | 2020-07-29 | 2 | -8/+34 |
| | |||||
* | Display user quota progress bars above upload form (#2981) | Kim | 2020-07-24 | 4 | -0/+121 |
| | | | | | | | | | | | | | | | | | * 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> | ||||
* | Add ability to report account | Chocobozzz | 2020-07-10 | 2 | -2/+23 |
| | |||||
* | Add new abuses tests | Chocobozzz | 2020-07-10 | 2 | -2/+2 |
| | |||||
* | Use 3 tables to represent abuses | Chocobozzz | 2020-07-10 | 2 | -11/+23 |
| | |||||
* | switch from softies to feathericons | Rigel Kent | 2020-07-01 | 1 | -2/+2 |
| | | | | also organize icons in folders per origin | ||||
* | Reorganize client shared modules | Chocobozzz | 2020-06-23 | 7 | -0/+631 |