Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement two factor in client | Chocobozzz | 2022-10-07 | 2 | -7/+30 |
| | |||||
* | Add ability for client to create server logs | Chocobozzz | 2022-07-18 | 4 | -5/+9 |
| | |||||
* | Fix typo | Chocobozzz | 2022-06-20 | 1 | -1/+1 |
| | |||||
* | Improve quick settings UI | Chocobozzz | 2022-06-16 | 1 | -7/+3 |
| | |||||
* | Increase global font size | Chocobozzz | 2022-06-16 | 5 | -20/+0 |
| | |||||
* | Migrate to bootstrap 5 | Chocobozzz | 2022-06-10 | 2 | -5/+1 |
| | |||||
* | Implement avatar miniatures (#4639) | kontrollanten | 2022-02-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | Improve account removal message for users | Chocobozzz | 2022-02-22 | 1 | -2/+8 |
| | |||||
* | Open and close settings modal using query params | Chocobozzz | 2022-01-20 | 2 | -12/+25 |
| | |||||
* | Fix modal button inconsistency | Chocobozzz | 2021-11-05 | 1 | -1/+1 |
| | |||||
* | Allow accounts to skip account setup modal | Chocobozzz | 2021-08-27 | 8 | -88/+117 |
| | |||||
* | Avoid layout shift in account setup modal | Chocobozzz | 2021-08-27 | 3 | -3/+5 |
| | |||||
* | Don't display account setup modal on signup | Chocobozzz | 2021-08-27 | 1 | -4/+6 |
| | | | | Don't bother user with a modal just after signup | ||||
* | Inform user to fill account profile and channels (#4352) | Ms Kimsible | 2021-08-26 | 3 | -0/+134 |
| | | | | | | | * Add account-setup modal when login * Add channels-setup alert into my-channels, my-playlists and upload page Co-authored-by: Ms Kimsible <kimsible@users.noreply.github.com> | ||||
* | Migrate client to eslint | Chocobozzz | 2021-08-18 | 1 | -4/+4 |
| | |||||
* | Fix client lint | Chocobozzz | 2021-08-17 | 3 | -14/+14 |
| | |||||
* | Move to sass module | Chocobozzz | 2021-06-28 | 4 | -8/+8 |
| | |||||
* | Move to sass @use | Chocobozzz | 2021-06-28 | 4 | -8/+8 |
| | |||||
* | Bidi support | Chocobozzz | 2021-06-07 | 1 | -1/+2 |
| | |||||
* | Move to stylelint | Chocobozzz | 2021-04-28 | 1 | -1/+1 |
| | |||||
* | Fix welcome/warning modal | Chocobozzz | 2021-04-20 | 2 | -0/+24 |
| | |||||
* | Refactor modal buttons style | Chocobozzz | 2021-04-14 | 10 | -92/+31 |
| | |||||
* | Update english strings | Chocobozzz | 2021-03-24 | 1 | -1/+1 |
| | |||||
* | Use new doc website links | Chocobozzz | 2021-02-12 | 1 | -6/+6 |
| | |||||
* | Update project description | Chocobozzz | 2021-01-14 | 1 | -2/+1 |
| | |||||
* | Mark 'These settings apply only to' string as i18n-able | Marcin Mikołajczak | 2021-01-09 | 1 | -1/+1 |
| | |||||
* | Clearer anonymous settings modal title | Chocobozzz | 2020-12-30 | 1 | -1/+3 |
| | |||||
* | Replace keyboard shortcut icon | Chocobozzz | 2020-11-16 | 1 | -16/+1 |
| | | | | Use svg instead | ||||
* | reword unclear sentences, check for grammar | Rigel Kent | 2020-11-12 | 1 | -5/+3 |
| | | | | fixes #3222 | ||||
* | Migrate to $localize | Chocobozzz | 2020-08-14 | 1 | -4/+2 |
| | | | | | | | | | | | | * 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 | ||||
* | switch from softies to feathericons | Rigel Kent | 2020-07-01 | 1 | -1/+1 |
| | | | | also organize icons in folders per origin | ||||
* | Reorganize client shared modules | Chocobozzz | 2020-06-23 | 7 | -14/+135 |
| | |||||
* | Fix anonymous nsfw policy | Chocobozzz | 2020-06-16 | 2 | -6/+15 |
| | |||||
* | `fitWidth` for `video-miniature`, fluid grid (#2830) | Rigel Kent | 2020-06-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | * Fluid abstract video list * normalize timestamp display on miniatures * use grid for abstract-video-list - refactor scss function var to pvar to avoid overriding css variables - move fluid-grid margins to adapt-margin-content-width mixin for maintainability - fix video-miniature-name margin-top on small screen * move sceenratio function in a mixin * display no miniature avatar in channel videos view | ||||
* | fix mascot sizes, fix tick, delete extraneous .png icons | Rigel Kent | 2020-06-04 | 4 | -21/+15 |
| | | | | follows PR #2822 | ||||
* | fix duplicate id in svg, empty alt in base email | Rigel Kent | 2020-06-04 | 1 | -3/+3 |
| | |||||
* | Add custom modal to plugin helpers (#2631) | Kim | 2020-04-15 | 3 | -0/+133 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add custom modal component * Add custom modal to app and plugins helpers * Fixes custom modal component * Add doc for custom modal * Fix newline end of file html and scss files * Move my-custom-modal component outside component for UserLoggedIn modals * Move initializeCustomModal to ngAfterViewInit() * Wrap events and conditionnals * Replace ng-show with ngIf* * Add modalRef to open only one modal + onCloseClick * Refacto + Fix access methods of custom modal * Fix methods names custom-modal.component * Fix implement AfterViewInit & no default boolean Co-authored-by: kimsible <kimsible@users.noreply.github.com> | ||||
* | Use form-control to display box-shadow on form inputs/selects upon focus | Rigel Kent | 2020-04-02 | 2 | -5/+12 |
| | |||||
* | Normalize modal close buttons, and cancel/submit button styles | Rigel Kent | 2020-03-06 | 1 | -0/+1 |
| | |||||
* | Add visitor settings, rework logged-in dropdown (#2514) | Rigel Kent | 2020-02-28 | 3 | -0/+120 |
| | | | | | | | | | | | | | | * Add visitor settings, rework logged-in dropdown * Make user dropdown P2P switch functional * Fix lint * Fix unnecessary notification when user logs out * Simplify visitor settings code and remove unnecessary icons * Catch parsing errors and reindent menu styles | ||||
* | Mark additional strings as translatable (#2507) | Filip Bengtsson | 2020-02-21 | 1 | -1/+1 |
| | |||||
* | Add ListOverflow component to prevent sub-menu overflow | Rigel Kent | 2020-02-13 | 2 | -2/+3 |
| | |||||
* | Pull translations | Chocobozzz | 2019-11-05 | 1 | -0/+1 |
| | |||||
* | Add missing i18n tags | Chocobozzz | 2019-11-05 | 1 | -8/+8 |
| | |||||
* | Update translations | Chocobozzz | 2019-10-30 | 1 | -1/+1 |
| | |||||
* | Add mascot to configure warning modal | Chocobozzz | 2019-10-30 | 2 | -1/+14 |
| | |||||
* | Add mascot in welcome modal | Chocobozzz | 2019-10-30 | 3 | -36/+80 |
| | |||||
* | Some language fixes (#2198) | Filip Bengtsson | 2019-10-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | * Fix preposition * Fix French colon spacing * Some grammar fixes * Preposition fix * Update signup-success.component.html After suggestion from @frankstrater. | ||||
* | Better welcome modal | Chocobozzz | 2019-09-05 | 5 | -35/+73 |
| | |||||
* | Add config instance warning modal | Chocobozzz | 2019-09-05 | 6 | -24/+80 |
| |