aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+about/about-instance
Commit message (Collapse)AuthorAgeFilesLines
* Move to sass moduleChocobozzz2021-06-282-4/+4
|
* Move to sass @useChocobozzz2021-06-282-4/+4
|
* Cleanup contact form with URLChocobozzz2021-06-156-79/+47
| | | | | | 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-153-11/+66
| | | | subject&body
* Bidi supportChocobozzz2021-06-071-2/+4
|
* 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-312-6/+18
|
* Move to stylelintChocobozzz2021-04-281-2/+4
|
* Refactor modal buttons styleChocobozzz2021-04-142-6/+2
|
* Update english stringsChocobozzz2021-03-241-1/+1
|
* Fix about page layoutChocobozzz2021-01-202-2/+2
|
* Fix about and display live info layoutChocobozzz2020-12-161-0/+1
|
* 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
|
* 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
|
* We don't need services anymore for validatorsChocobozzz2020-08-171-6/+11
|
* 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
|
* Reorganize client shared modulesChocobozzz2020-06-233-15/+13
|
* Fix scrolling with hash in urlChocobozzz2020-06-161-1/+7
|
* fix headings order or add missing ones (#2871)Caroline Chuong2020-06-132-22/+23
| | | 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
* Use form-control to display box-shadow on form inputs/selects upon focusRigel Kent2020-04-021-7/+8
|
* Properly scroll to anchors in links, especially in admin configRigel Kent2020-03-112-6/+10
|
* Add visitor settings, rework logged-in dropdown (#2514)Rigel Kent2020-02-281-1/+1
| | | | | | | | | | | | | | * Add visitor settings, rework logged-in dropdown * Make user dropdown P2P switch functional * Fix lint * Fix unnecessary notification when user logs out * Simplify visitor settings code and remove unnecessary icons * Catch parsing errors and reindent menu styles
* Replace uppercase text-transform by capitalized text sourceRigel Kent2020-02-211-5/+5
| | | | fixes #2085
* Add ListOverflow component to prevent sub-menu overflowRigel Kent2020-02-131-1/+1
|
* Use a resolver for the about pageChocobozzz2020-02-032-32/+44
|
* small grammar fixDontUseGithub2019-12-301-1/+1
| | | small grammar fix
* Lazy load static objectsChocobozzz2019-12-182-15/+31
|
* Add peertube version in features tableChocobozzz2019-12-131-1/+1
|
* Hide hardware information if emptyChocobozzz2019-12-131-1/+1
|
* Add statistics section in about pageJulien Maulny2019-10-181-0/+7
|
* Add contributors in about peertube pageChocobozzz2019-09-051-7/+7
|
* Add hardware information in instance configChocobozzz2019-09-052-2/+13
|
* Add creation reasonChocobozzz2019-09-052-3/+11
|
* Use badges for instance languages/categoriesChocobozzz2019-09-052-17/+20
|
* Add about information in registration pageChocobozzz2019-09-051-24/+7
|
* Add categories and languages to about pageChocobozzz2019-09-053-25/+62
|
* Add more attributes to about pageChocobozzz2019-09-053-14/+85
|
* Update angularChocobozzz2019-07-252-2/+2
|
* Feature/subject in contact form (#1926)Nassim Bounouas2019-06-212-1/+12
| | | | | | | | * #1915 Add a subject to contact form and add it to email sent * #1915 Add subject to contact form tests * #1915 Contact form test corrected && tslint correction
* Fix contact admin button overflowChocobozzz2019-04-251-0/+2
|