aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to view my followersChocobozzz2021-10-201-7/+9
|
* Remove protractor workaroundChocobozzz2021-10-141-15/+8
| | | | We don't use it anymore
* Upgrade linkifyjsChocobozzz2021-10-121-93/+9
|
* Remove redundant attributeChocobozzz2021-10-111-3/+2
|
* Correctly disable infinite scroll for reuseChocobozzz2021-10-111-5/+7
|
* Fix autoblock message on upload pageChocobozzz2021-10-111-1/+4
|
* Fix NSFW filter and add testsChocobozzz2021-09-031-1/+5
|
* Allow accounts to skip account setup modalChocobozzz2021-08-271-0/+2
|
* Don't display account setup modal on signupChocobozzz2021-08-271-1/+8
| | | | Don't bother user with a modal just after signup
* Remove useless asyncChocobozzz2021-08-261-1/+1
|
* Fix user quota alerts always displayed (#4354)Ms Kimsible2021-08-261-22/+0
| | | | | | | * Fix user quota alerts display on upload page * Fix border-radius upload messages alerts Co-authored-by: Ms Kimsible <kimsible@users.noreply.github.com>
* Merge branch 'feature/video-filters' into developChocobozzz2021-08-255-2/+189
|\
| * Add video filters to common video pagesChocobozzz2021-08-255-2/+189
| |
* | 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
|