aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core
Commit message (Collapse)AuthorAgeFilesLines
* Alert user for low quota and video auto-block on upload page (#4336)Ms Kimsible2021-08-251-0/+26
| | | | | | | | | | | | | | | | | | | | | | | * Replace wording of instance contact * Add contact-us button to no-quota alert on upload page * Add alert for accounts with auto-blocked videos on upload page * Add alert for accounts without enough quota + refacto on upload page * Using ng-container and ng-template * Add alert for daily quota * Add hook filter for upload page alert messages * Add instance name as subtitle in contact modal * Fix eslint max-len on string * Fix missing word in quota left daily message - upload page Co-authored-by: Kimsible <kimsible@users.noreply.github.com>
* Migrate client to eslintChocobozzz2021-08-1815-54/+67
|
* Fix client lintChocobozzz2021-08-174-37/+35
|
* Update client dependenciesChocobozzz2021-08-111-1/+1
|
* Fetch things in bulk for the homepageChocobozzz2021-08-021-1/+9
|
* Refactor video links buildersChocobozzz2021-07-261-1/+1
|
* Refactor video links buildingChocobozzz2021-07-261-3/+7
|
* Add missing localization keysChocobozzz2021-07-211-1/+1
|
* Refactor requestsChocobozzz2021-07-202-4/+2
|
* 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
|