aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/video-list
Commit message (Collapse)AuthorAgeFilesLines
* Remove suppressImplicitAnyIndexErrorsChocobozzz2023-05-241-2/+5
| | | | It's deprecated by TS
* Hotfix/channel avatars overview (#5667)Wicklow2023-03-071-7/+5
| | | | | | | | | * Fix channel avatar display * Improve video overview component style * Better alignment of avatar and title * Convert in rem video overview component
* Fix default trending algorithm in admin configChocobozzz2023-02-201-3/+0
|
* feat(config): add missing videos sort options in adminpaulienm2022-12-191-0/+3
|
* Refactor actor avatar componentChocobozzz2022-06-271-1/+1
|
* Increase global font sizeChocobozzz2022-06-162-53/+14
|
* Migrate to bootstrap 5Chocobozzz2022-06-101-1/+1
|
* Support ICU in TS componentsChocobozzz2022-06-081-5/+20
|
* Completely remove best default trending algorithmChocobozzz2022-06-031-0/+4
|
* Add ability to sort by global viewsChocobozzz2022-04-151-1/+2
|
* Reduce videos sort complexityChocobozzz2022-04-151-2/+1
| | | | Automatically use best sort if user is logged in and chose hot algorithm
* Implement avatar miniatures (#4639)kontrollanten2022-02-282-2/+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>
* Deprecate filter video queryChocobozzz2021-10-291-1/+1
| | | | Introduce include and isLocal instead
* Don't display scope fitler on account/channel pagesChocobozzz2021-08-302-1/+3
|
* Add video filters to common video pagesChocobozzz2021-08-2513-501/+316
|
* Migrate client to eslintChocobozzz2021-08-184-6/+6
|
* Fix client lintChocobozzz2021-08-172-8/+8
|
* Move to sass moduleChocobozzz2021-06-282-4/+4
|
* Move to sass @useChocobozzz2021-06-281-3/+3
|
* Add max rows to videos listChocobozzz2021-06-091-1/+1
|
* Bidi supportChocobozzz2021-06-072-5/+10
|
* Use HTML config when possibleChocobozzz2021-06-041-16/+14
|
* Merge branch 'develop' into shorter-URLs-channels-accountsChocobozzz2021-05-272-10/+9
|\
| * Inject server config in HTMLChocobozzz2021-05-142-10/+9
| |
* | Make /a and /c default URLs for accounts and channelsKimsible2021-05-051-1/+1
|/
* Move to stylelintChocobozzz2021-04-282-5/+7
|
* Refactor actor avatar displayChocobozzz2021-04-283-5/+6
|
* Refactor video miniatureChocobozzz2021-04-012-5/+80
| | | | | | Less dirty code, better responsive Prepare for some regressions Increase default miniature size
* Channel/account page redesign feedbacksChocobozzz2021-03-311-2/+1
| | | | | | | | | | | | Fix owner default avatar Semi bold orange inverted button Max width account description Increase account's channels padding Use owner avatar/display name links Move "view owner account" link on mobile Try to always display channel in video miniatures Add small border radius for channel's avatar Use main foreground color for the magnifying glass
* Hide best strategy if not logged inChocobozzz2021-03-241-2/+11
|
* Fix broken local actorsChocobozzz2021-02-261-3/+3
| | | | | Some channels can't federate because they don't have public/private keys, maybe because the generation failed for various reasons
* Fix loading things twice on trending pageChocobozzz2021-02-221-7/+20
|
* Fix NSFW policy on account/channel videosChocobozzz2021-02-193-3/+3
|
* add best trending strategy based on Reddit's bestRigel Kent2021-02-041-0/+7
| | | | | | inspired from https://www.reddit.com/r/changelog/comments/7spgg0/best_is_the_new_hotness/ this implementation only adds freshness, and doesn't personalize based on subscribed communities yet.
* Fix small UI bugsChocobozzz2021-02-021-2/+2
|
* move from trending routes to alg paramRigel Kent2021-01-286-211/+78
|
* add default trending page choice, revert comments count for hot strategyRigel Kent2021-01-284-9/+28
|
* modularize abstract video list header and implement video hotness ↵Rigel Kent2021-01-2811-19/+222
| | | | recommendation variant
* Add missing translationsChocobozzz2021-01-151-3/+4
|
* Put feed url as linkChocobozzz2021-01-151-10/+12
|
* Load user when auth service is readyChocobozzz2021-01-151-9/+12
|
* Fix migration and testChocobozzz2020-11-251-4/+4
|
* refactor scoped token serviceRigel Kent2020-11-251-5/+17
|
* allow private syndication feeds via a user feedTokenRigel Kent2020-11-251-2/+25
|
* Add ability to display all channel/account videosChocobozzz2020-11-181-6/+2
|
* Reorganize left menu and account menuChocobozzz2020-11-131-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 grammarRigel Kent2020-11-121-1/+1
| | | | fixes #3222
* Migrate to $localizeChocobozzz2020-08-145-25/+10
| | | | | | | | | | | | * 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
* Reorganize shared modelsChocobozzz2020-08-071-1/+2
|
* Lazy load all routesChocobozzz2020-06-2312-0/+660