aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+about
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Describe user video settings checkboxes, put emphasis on p2pRigel Kent2020-03-232-5/+16
| | | | | Also improve more info links about p2p and privacy in PeerTube, present in the privacy concern notice and in the video settings.
* Properly scroll to anchors in links, especially in admin configRigel Kent2020-03-112-6/+10
|
* Use grid to organise settings in admin, my-accountRigel Kent2020-03-101-3/+3
|
* 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-034-32/+50
|
* Reword/update PeerTube page about P2P & PrivacyRigel Kent2020-01-101-12/+20
|
* 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 peertube applications links in about pageChocobozzz2019-12-064-121/+183
|
* Fix dropdown on video miniature for unlogged usersChocobozzz2019-12-061-0/+5
|
* Filter on follows actor types in about pageChocobozzz2019-11-291-4/+4
|
* Only display accepted followers/followings in about pageChocobozzz2019-11-281-2/+2
|
* Add mascot in peertube about pageChocobozzz2019-11-044-22/+37
|
* Some language fixes (#2198)Filip Bengtsson2019-10-231-1/+1
| | | | | | | | | | | | | | * Fix preposition * Fix French colon spacing * Some grammar fixes * Preposition fix * Update signup-success.component.html After suggestion from @frankstrater.
* Add statistics section in about pageJulien Maulny2019-10-181-0/+7
|
* Add contributors in about peertube pageChocobozzz2019-09-057-91/+179
|
* 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
|
* Fix infinite scroll on big screensChocobozzz2019-08-022-3/+10
|
* 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 follows backend URLChocobozzz2019-06-201-0/+4
| | | | And improve "no followers/followings" message position
* Add list of instance follows in about pageChocobozzz2019-06-066-1/+154
|
* Fix contact admin button overflowChocobozzz2019-04-251-0/+2
|
* Add NSFW info in about pageChocobozzz2019-02-213-0/+11
|
* Move user registration info in features tableChocobozzz2019-02-212-28/+0
|
* Lazy import some modulesChocobozzz2019-02-151-3/+4
|
* Refactor how we use iconsChocobozzz2019-01-171-1/+1
| | | | Inject them in an angular component so we can easily change their color