Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | better subscribe button display for accounts | Rigel Kent | 2021-01-12 | 1 | -0/+4 |
| | |||||
* | emit more specific status codes on video upload (#3423) | Rigel Kent | 2020-12-08 | 1 | -1/+5 |
| | | | | | - reduce http status codes list to potentially useful codes - convert more codes to typed ones - factorize html generator for error responses | ||||
* | Add ability to display all channel/account videos | Chocobozzz | 2020-11-18 | 2 | -4/+34 |
| | |||||
* | Improve report labels | Chocobozzz | 2020-09-03 | 1 | -1/+1 |
| | |||||
* | Use localize for page titles | Chocobozzz | 2020-08-17 | 1 | -3/+3 |
| | |||||
* | Migrate to $localize | Chocobozzz | 2020-08-14 | 3 | -19/+13 |
| | | | | | | | | | | | | * 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 | ||||
* | Correctly fix sub menu | Chocobozzz | 2020-08-10 | 2 | -5/+1 |
| | |||||
* | Add ability to report account | Chocobozzz | 2020-07-10 | 2 | -20/+48 |
| | |||||
* | Reorganize client shared modules | Chocobozzz | 2020-06-23 | 5 | -45/+35 |
| | |||||
* | Correctly fix client build | Chocobozzz | 2020-06-16 | 1 | -2/+1 |
| | |||||
* | Fix anonymous nsfw policy | Chocobozzz | 2020-06-16 | 2 | -16/+16 |
| | |||||
* | fix headings order or add missing ones (#2871) | Caroline Chuong | 2020-06-13 | 2 | -3/+5 |
| | | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu> | ||||
* | match margin of abstract-video-list and sub-menu's fixed margin | Rigel Kent | 2020-06-12 | 2 | -11/+20 |
| | |||||
* | fix miniature fixed height, add link/title to avatar, remove pr-2 on ↵ | Rigel Kent | 2020-06-12 | 1 | -1/+0 |
| | | | | channels list | ||||
* | Limit thumbnail sizes | Chocobozzz | 2020-06-11 | 1 | -1/+1 |
| | |||||
* | `fitWidth` for `video-miniature`, fluid grid (#2830) | Rigel Kent | 2020-06-09 | 1 | -0/+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 broken views on mobile and small screens (#2671) | Kim | 2020-04-27 | 2 | -1/+37 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix mobile CSS for my-account-settings * Fix mobile CSS for my-account-videos * Fix mobile CSS my-account-video-channels * Fix mobile CSS for my-account-playlists * Fix CSS mobile for user-subscriptions header * Fix CSS mobile my-account-video-channel-edit * Fix CSS mobile / small view for textarea * Fix margin-right my-delete-button on inside span * Fix CSS mobile on accounts page * Fix indent * Fix CSS mobile for my-account-notifications * Fix CSS mobile / small view my-account-videos * Fix search small-view channels * Use miniature width for title of video on mobile * Add dots to ellipsis multilines * Fix controls and title video width small views * Fix my-account-playlist small and mobile views * Fix channels header + account header mobile * Fix CSS mobile/small view for my-account/subscriptions * Fix align followers channel item * Center header elements user account page on mobile * Fix margins on a element and img * Fix margin img channel or video Co-Authored-By: Rigel Kent <par@rigelk.eu> Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Rigel Kent <par@rigelk.eu> | ||||
* | Improve channel and account display on medium devices | Rigel Kent | 2020-04-03 | 1 | -1/+16 |
| | |||||
* | Update manage labels | Chocobozzz | 2020-03-19 | 1 | -1/+1 |
| | |||||
* | Better display of accounts and channel pages on small screens | Rigel Kent | 2020-03-09 | 2 | -1/+7 |
| | |||||
* | Always copy full actor handle in video-channels view | Rigel Kent | 2020-03-05 | 1 | -2/+2 |
| | |||||
* | Add visitor settings, rework logged-in dropdown (#2514) | Rigel Kent | 2020-02-28 | 1 | -0/+4 |
| | | | | | | | | | | | | | | * 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 | ||||
* | Replace uppercase text-transform by capitalized text source | Rigel Kent | 2020-02-21 | 3 | -6/+6 |
| | | | | fixes #2085 | ||||
* | Improve search typeahead performance and use native events | Rigel Kent | 2020-02-13 | 1 | -8/+7 |
| | |||||
* | Add ListOverflow component to prevent sub-menu overflow | Rigel Kent | 2020-02-13 | 2 | -5/+13 |
| | |||||
* | Use angular 9 clipboard cdk | Chocobozzz | 2020-02-10 | 1 | -1/+1 |
| | |||||
* | Fix i18n | Chocobozzz | 2020-02-04 | 1 | -1/+1 |
| | |||||
* | Fix is managaeble for channels | Chocobozzz | 2020-01-22 | 1 | -30/+34 |
| | |||||
* | Fix is managaeble error | Chocobozzz | 2020-01-22 | 3 | -22/+27 |
| | |||||
* | Add action dropdown descriptions | Rigel Kent | 2020-01-21 | 1 | -1/+1 |
| | |||||
* | Add manage buttons for own channels and account, video counts (#2421) | Rigel Kent | 2020-01-21 | 3 | -4/+22 |
| | | | | | | * Add manage buttons for own channels and account, video counts * Change manage button color and introduce secondary color | ||||
* | Add naive aggregation from channels to account display of subscribers | Rigel Kent | 2020-01-10 | 2 | -2/+15 |
| | |||||
* | Make subscribe buttons observe subscription statuses to synchronise | Rigel Kent | 2020-01-10 | 3 | -17/+8 |
| | |||||
* | Refactor my-subscribe-button to support full account subscription | Rigel Kent | 2020-01-10 | 4 | -5/+34 |
| | |||||
* | Skip videos count on client if we don't use it | Chocobozzz | 2020-01-08 | 1 | -2/+4 |
| | |||||
* | Fix upnext, refactor avatar menu, add to playlist overflow | Rigel Kent | 2019-12-20 | 1 | -1/+1 |
| | |||||
* | Don't support images in account descriptions | Chocobozzz | 2019-12-06 | 1 | -1/+1 |
| | |||||
* | Handle HTML in account descriptions | Chocobozzz | 2019-12-06 | 1 | -1/+1 |
| | |||||
* | Fix video rows overflow | Chocobozzz | 2019-08-22 | 2 | -3/+7 |
| | | | | In discover and account channel videos pages | ||||
* | Fix infinite scroll on big screens | Chocobozzz | 2019-08-02 | 2 | -2/+6 |
| | |||||
* | Fix mute badge labels | Chocobozzz | 2019-08-01 | 1 | -2/+2 |
| | |||||
* | Fix broken playlist api | Chocobozzz | 2019-08-01 | 2 | -2/+10 |
| | |||||
* | Add show channel button in account page | Chocobozzz | 2019-07-29 | 2 | -1/+9 |
| | |||||
* | Add client hooks | Chocobozzz | 2019-07-24 | 2 | -3/+3 |
| | |||||
* | Improve account username copy button | Chocobozzz | 2019-06-19 | 3 | -3/+19 |
| | |||||
* | Feature/completeUsernameCopy (#1913) | Nassim Bounouas | 2019-06-19 | 1 | -2/+5 |
| | | | | | | | | | | * #1843 Copy icon added to account page to copy Username * #1843 Store an account name with the host forced and bind it to copy button * #1843 tslint correction * #1843 copy to clipboard replaced by ngx-clipboard | ||||
* | Fix account channel overflow | Chocobozzz | 2019-06-11 | 3 | -2/+17 |
| | |||||
* | Redirect to local route when getting peertube account | Chocobozzz | 2019-06-07 | 1 | -0/+4 |
| | |||||
* | More robust federation | Chocobozzz | 2019-05-31 | 1 | -0/+4 |
| | | | | In particular when fetching pleroma outbox | ||||
* | Remove unused actor uuid field | Chocobozzz | 2019-05-31 | 1 | -0/+2 |
| |