aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+about
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Reorganize client shared modulesChocobozzz2020-06-236-29/+32
|
* Fix scrolling with hash in urlChocobozzz2020-06-162-2/+14
|
* fix headings order or add missing ones (#2871)Caroline Chuong2020-06-135-36/+46
| | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* add scope tags and aria-labels to instance table (#2866)Caroline Chuong2020-06-111-1/+0
| | | also move label to caption element in table
* `fitWidth` for `video-miniature`, fluid grid (#2830)Rigel Kent2020-06-091-1/+1
| | | | | | | | | | | | | | | * Fluid abstract video list * normalize timestamp display on miniatures * use grid for abstract-video-list - refactor scss function var to pvar to avoid overriding css variables - move fluid-grid margins to adapt-margin-content-width mixin for maintainability - fix video-miniature-name margin-top on small screen * move sceenratio function in a mixin * display no miniature avatar in channel videos view
* fix duplicate id in svg, empty alt in base emailRigel Kent2020-06-041-2/+2
|
* Use form-control to display box-shadow on form inputs/selects upon focusRigel Kent2020-04-021-7/+8
|