aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core
Commit message (Collapse)AuthorAgeFilesLines
* Move to sass moduleChocobozzz2021-06-281-2/+2
|
* Move to sass @useChocobozzz2021-06-281-2/+2
|
* Fix plugin modal/notifierChocobozzz2021-06-141-4/+4
|
* add client hook filter:videojs.optionskontrollanten2021-06-142-139/+46
| | | | closes #4086
* Bidi supportChocobozzz2021-06-071-3/+4
|
* Add ability to filter menu linksChocobozzz2021-06-071-30/+76
|
* Speed up plugins loadingChocobozzz2021-06-045-25/+41
|
* Use HTML config when possibleChocobozzz2021-06-045-52/+23
|
* Load server config on app initChocobozzz2021-06-041-160/+20
|
* Add debug logs to plugin serviceChocobozzz2021-06-041-0/+12
|
* Adding frontend peertubeHelpers.getBaseRouterRoute. (#4153)John Livingston2021-06-031-0/+5
| | | | | * Adding frontend peertubeHelpers.getBaseRouterRoute. * Fix doctoc.
* refactor API errors to standard error formatRigel Kent2021-06-021-1/+1
|
* Replace local menu iconChocobozzz2021-05-281-1/+1
|
* Implemented configurable minimum signup agePoslovitch2021-05-281-1/+2
| | | | | | | | | | | | | | Implements https://github.com/Chocobozzz/PeerTube/issues/3612 Fixed lint and removed debug Fixed another lint error Apply suggestions from code review Co-authored-by: Chocobozzz <chocobozzz@cpy.re> Add tests for min signup age config
* Remove ngx-metaChocobozzz2021-05-274-2/+70
| | | | Unmaintained
* Instance homepage support (#4007)Chocobozzz2021-05-274-23/+105
| | | | | | | | | | | | | | | | | * Prepare homepage parsers * Add ability to update instance hompage * Add ability to set homepage as landing page * Add homepage preview in admin * Dynamically update left menu for homepage * Inject home content in homepage * Add videos list and channel miniature custom markup * Remove unused elements in markup service
* Inject server config in HTMLChocobozzz2021-05-142-33/+27
|
* Default to dark theme if requested by userChocobozzz2021-05-111-1/+13
|
* Refactor parseQueryStringFilter boolean handlerChocobozzz2021-05-032-10/+10
|
* Refactor search filtersChocobozzz2021-05-033-89/+10
|
* Reduce advanced search input debounce timeChocobozzz2021-05-031-1/+1
|
* Add ability to filter my videos by liveChocobozzz2021-05-033-69/+83
|
* Move to stylelintChocobozzz2021-04-281-4/+1
|
* Fix overview page with new thumbnail sizeChocobozzz2021-04-281-3/+3
|
* Add getAuthHeader client helperChocobozzz2021-04-221-0/+7
|
* Add action:admin-plugin-settings.init client hookChocobozzz2021-04-221-0/+1
|
* Add AccountAvatarComponent (#3965)kontrollanten2021-04-151-6/+0
| | | | | | | * refactor(client): create account-avatar component * continue implement account-avatar * fix review comments
* Add plugin placeholder elements supportChocobozzz2021-04-121-3/+2
|
* Add ability to hide plugin settingsChocobozzz2021-04-091-0/+7
|
* Translate plugin optionsChocobozzz2021-04-091-1/+19
|
* Add ability to update the bannerChocobozzz2021-04-081-0/+6
|
* Agnostic actor image storageChocobozzz2021-04-082-5/+4
|
* Refactor video miniatureChocobozzz2021-04-011-5/+4
| | | | | | Less dirty code, better responsive Prepare for some regressions Increase default miniature size
* Add auth user client hook actionsChocobozzz2021-03-242-1/+23
|
* Try to reduce CSS sizeChocobozzz2021-03-241-4/+3
|
* Fix updating boolean anonymous settingsChocobozzz2021-02-261-1/+1
|
* Fix anonymous user settingsChocobozzz2021-02-251-10/+30
|
* Fix lintChocobozzz2021-02-181-1/+1
|
* Remember last log typeChocobozzz2021-02-181-2/+2
|
* add best trending strategy based on Reddit's bestRigel Kent2021-02-041-1/+1
| | | | | | 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.
* Support transcoding profile in client adminChocobozzz2021-01-281-0/+4
|
* move from trending routes to alg paramRigel Kent2021-01-285-47/+17
|
* add default trending page choice, revert comments count for hot strategyRigel Kent2021-01-285-5/+48
|
* redirect to login on 401, display error variants in 404 componentRigel Kent2021-01-251-2/+2
|
* Implement remote interactionChocobozzz2021-01-151-2/+2
|
* Fix loading bar for HTTP requestsChocobozzz2021-01-131-10/+1
|
* Add title to left menu toggleChocobozzz2021-01-131-0/+4
|
* add ability to remove one's avatar for account and channels (#3467)Rigel Kent2021-01-132-2/+13
| | | | | | | * add ability to remove one's avatar for account and channels * add ability to remove one's avatar for account and channels * only display avatar edition options after input change
* Add more hints regarding live portChocobozzz2021-01-111-0/+3
|
* Fix admin table filtersChocobozzz2020-12-171-2/+6
|