aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+about
Commit message (Collapse)AuthorAgeFilesLines
* add plugin selector to about/menu elements (#4597)kontrollanten2021-12-032-65/+69
| | | | | | | | | * add plugin selector to about/menu elements closes #4586 * Update plugin selector names Co-authored-by: Chocobozzz <me@florianbigard.com>
* Remove contributors list from /about/peertubeChocobozzz2021-11-125-67/+1
| | | | | Some contributors don't want to be associated to a particular peertube instance
* Add ability to view my followersChocobozzz2021-10-201-2/+2
|
* Alert user for low quota and video auto-block on upload page (#4336)Ms Kimsible2021-08-253-2/+8
| | | | | | | | | | | | | | | | | | | | | | | * 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-184-7/+6
|
* Fix client lintChocobozzz2021-08-172-12/+12
|
* Refactor requestsChocobozzz2021-07-201-2/+1
|
* Move to sass moduleChocobozzz2021-06-285-10/+10
|
* Move to sass @useChocobozzz2021-06-285-10/+10
|
* Cleanup contact form with URLChocobozzz2021-06-157-85/+60
| | | | | | Parent component still have the responsability to explicitely open the modal Rely on data router param to open or not the modal
* Fix input size of contact form on mobile viewKimsible2021-06-151-0/+10
|
* Fix CSS input displaying contact form + remove contact button underlineKimsible2021-06-152-0/+6
|
* Add /about/instance/contact contact-form route with prefilled queryParams ↵Kimsible2021-06-154-12/+74
| | | | subject&body
* Bidi supportChocobozzz2021-06-072-3/+6
|
* Use HTML config when possibleChocobozzz2021-06-043-21/+17
|
* Remove unused codeChocobozzz2021-05-311-9/+0
|
* Add ability to set custom markdown in descriptionChocobozzz2021-05-313-7/+21
|
* Remove ngx-metaChocobozzz2021-05-271-5/+3
| | | | Unmaintained
* Instance homepage support (#4007)Chocobozzz2021-05-271-1/+1
| | | | | | | | | | | | | | | | | * 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
* Increase test timeoutChocobozzz2021-05-071-1/+1
|
* Move to stylelintChocobozzz2021-04-284-6/+9
|
* Refactor modal buttons styleChocobozzz2021-04-142-6/+2
|
* Update english stringsChocobozzz2021-03-242-2/+2
|
* Use new doc website linksChocobozzz2021-02-121-3/+3
|
* Fix about page layoutChocobozzz2021-01-202-2/+2
|
* ui: rename inbound relationship to Follows (#3594)Marcin Mikołajczak2021-01-161-1/+1
|
* Update project descriptionChocobozzz2021-01-141-4/+3
|
* Add missing `i18n`Marcin Mikołajczak2021-01-131-1/+1
|
* Fix about and display live info layoutChocobozzz2020-12-161-0/+1
|
* Simplify a little bit about follows more logicChocobozzz2020-12-142-36/+37
|
* Show count of instances and fix show/hide buttonmahdi2020-12-143-11/+12
|
* fix merge conflictsRigel Kent2020-12-141-8/+0
|
* Fix coding styleMahdiTurki2020-12-141-1/+1
|
* Add hide listMahdiTurki2020-12-142-7/+25
|
* Change buttonMahdiTurki2020-12-143-11/+21
|
* Add button to display full list in About pageMahdiTurki2020-12-143-16/+23
|
* Fix themes in about pageChocobozzz2020-12-142-2/+2
|
* emit more specific status codes on video upload (#3423)Rigel Kent2020-12-081-1/+2
| | | | | - reduce http status codes list to potentially useful codes - convert more codes to typed ones - factorize html generator for error responses
* Added Markdown formatting in all the fields of the "About" page (#3371)Florian CUNY2020-11-302-15/+10
| | | | | | | | | | | | | * Added Markdown formatting in all the fields of the "About" page Fixes https://github.com/Chocobozzz/PeerTube/issues/3368 * Fixed compilation error in AboutInstanceComponent Moved creationReason, maintenanceLifetime and businessModel into the html dict * Removed textareaHeight for all md textareas in EditCustomConfig HTML * Fixed failing bundlewatch
* refactor scoped token serviceRigel Kent2020-11-251-1/+1
|
* Use sass instead of deprecated node sassChocobozzz2020-11-193-5/+5
|
* small refactor + clipboard copy on anchor click in instance page (#3318)Kimsible2020-11-173-19/+95
| | | | | | | | | | | | | * Refacto scrollTo top and anchors * Add on click clipboard copy and notifier to anchors about/instance page * Fix margin top anchor middle title about page * Use viewportscroller for scrolltoanchor * Add to Link copied notification on instance page Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Fix about scrolling behaviourChocobozzz2020-11-162-11/+17
|
* reword unclear sentences, check for grammarRigel Kent2020-11-124-5/+4
| | | | fixes #3222
* We don't need services anymore for validatorsChocobozzz2020-08-171-6/+11
|
* Use localize for page titlesChocobozzz2020-08-171-3/+3
|
* Migrate to $localizeChocobozzz2020-08-141-5/+3
| | | | | | | | | | | | * 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
* Add anchor links to about/instancekimsible2020-08-112-22/+92
|
* Refactor - improve offset content handling with fixed sub-menu and ↵kimsible2020-08-112-2/+9
| | | | broadcast-message
* Correctly fix sub menuChocobozzz2020-08-101-1/+1
|