Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into code-refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala committed Sep 16, 2020
2 parents 21a49b2 + 94ada6a commit d9343c7
Show file tree
Hide file tree
Showing 129 changed files with 3,308 additions and 2,895 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
environment:
DOMAIN: webui.ipfs.io
BUILD_DIR: build
CLUSTER_HOST: /dnsaddr/ipfs-websites.collab.ipfscluster.io
steps:
- attach_workspace:
at: /tmp/workspace
Expand All @@ -45,7 +46,7 @@ jobs:
echo "Website added to IPFS: https://ipfs.io/ipfs/$hash"
if [ "$CIRCLE_BRANCH" == "master" ] ; then
dnslink-dnsimple -d $DOMAIN -r _dnslink.dev -l /ipfs/$hash
dnslink-dnsimple -d dev.$DOMAIN -r _dnslink -l /ipfs/$hash
fi
if npx semver "$CIRCLE_TAG"; then
Expand Down
68 changes: 68 additions & 0 deletions .github/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
# Configuration for welcome - https://github.com/behaviorbot/welcome

# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome
# Comment to be posted to on first time issues
newIssueWelcomeComment: >
Thank you for submitting your first issue to this repository! A maintainer
will be here shortly to triage and review.
In the meantime, please double-check that you have provided all the
necessary information to make this process easy! Any information that can
help save additional round trips is useful! We currently aim to give
initial feedback within **two business days**. If this does not happen, feel
free to leave a comment.
Please keep an eye on how this issue will be labeled, as labels give an
overview of priorities, assignments and additional actions requested by the
maintainers:
- "Priority" labels will show how urgent this is for the team.
- "Status" labels will show if this is ready to be worked on, blocked, or in progress.
- "Need" labels will indicate if additional input or analysis is required.
Finally, remember to use https://discuss.ipfs.io if you just need general
support.
# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome
# Comment to be posted to on PRs from first time contributors in your repository
newPRWelcomeComment: >
Thank you for submitting this PR!
A maintainer will be here shortly to review it.
We are super grateful, but we are also overloaded! Help us by making sure
that:
* The context for this PR is clear, with relevant discussion, decisions
and stakeholders linked/mentioned.
* Your contribution itself is clear (code comments, self-review for the
rest) and in its best form. Follow the [code contribution
guidelines](https://github.com/ipfs/community/blob/master/CONTRIBUTING.md#code-contribution-guidelines)
if they apply.
Getting other community members to do a review would be great help too on
complex PRs (you can ask in the chats/forums). If you are unsure about
something, just leave us a comment.
Next steps:
* A maintainer will triage and assign priority to this PR, commenting on
any missing things and potentially assigning a reviewer for high
priority items.
* The PR gets reviews, discussed and approvals as needed.
* The PR is merged by maintainers when it has been approved and comments addressed.
We currently aim to provide initial feedback/triaging within **two business
days**. Please keep an eye on any labelling actions, as these will indicate
priorities and status of your contribution.
We are very grateful for your contribution!
# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge
# Comment to be posted to on pull requests merged by a first time user
# Currently disabled
#firstPRMergeComment: ""
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ yarn-debug.log*
yarn-error.log*

.vscode
.idea
5 changes: 5 additions & 0 deletions @types/it-first/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
declare module "it-first" {
function first<T>(input: AsyncIterable<T>): Promise<T>

export default first
}
163 changes: 163 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,163 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v2.11.1] - 2020-09-14

CID: bafybeianwe4vy7sprht5sm3hshvxjeqhwcmvbzq73u55sdhqngmohkjgs4

---

### 🛠 Fixes and Maintenance
- fix: restore download of a single folder (#1630)
- fix: remove electron folder import code (#1628)



## [v2.11.0] - 2020-09-10

CID: `bafybeicitin4p7ggmyjaubqpi3xwnagrwarsy6hiihraafk5rcrxqxju6m`

---

### ✨ Features

- feat: CLI Tutor Mode (#1572) (thank you @jay-dee7 🙏 )
- feat: build and publish a tarball on release (#1543) (thank you @thelamer 🙏 )
- feat: add cube animation as loading indicator (#1570)
- feat: welcome page (#1571)
- feat: migration to the new IPFS API with async (for) await (#1569)
- feat: Messaging continuity when node connection lost (#1577)
- feat: add animation for add peer connection (#1596)
- feat: improve breadcrumbs functionality (#1599)
- feat: improved support for remote API (#1613)

### 🛠 Fixes and Maintenance

- fix: responsive navbar on small devices (#1547)
- chore: update dependencies (#1552)
- chore: add docker section to readme (#1560)
- fix: make explore page 'view on gateway' point to gateway (#1559)
- refactor: switch multiaddrs from /ipfs/Qm to /p2p/Qm (#1564) (thank you @bertrandfalguiere 🙏 )
- fix: update Import button name (#1567)
- feat: Streamline navbar (#1550)
- feat: replace redux-bundle with ipfs-provider (#1563)
- fix: tweak map height for sub-940px-high windows (#1566)
- fix: file upload without buffering (#1534)
- fix: view in gateway url now validates if url is acessible (#1591)
- chore: update ipfs-geoip (#1608)
- chore: consolidate repeat-use i18n keys (#1604)
- fix: multiple item download with go-ipfs 0.5+ (#1611)
- fix: fast pin.ls check (#1619)
- chore: update translations

## [v2.10.2] - 2020-07-16
CID: `bafybeihpetclqvwb4qnmumvcn7nh4pxrtugrlpw4jgjpqicdxsv7opdm6e`

---
### 🛠 Fixes and Maintenance

- Remove self-ref files page link in "no files" screen (#1531)
- fix: small arrow fill (#1532)
- fix: console error when no API available (#1443)
- fix: use classname instead of class in react components
- chore: update translations
## [v2.10.1] - 2020-06-23
CID: `bafybeibnnxd4etu4tq5fuhu3z5p4rfu3buabfkeyr3o3s4h6wtesvvw6mu`

---
### 🛠 Fixes and Maintenance

- chore: update In-App CORS instructions to match README (#1525)
- chore: add icons stories (#1524)
- fix: file import buttons size
## [v2.10.0] - 2020-06-22
CID: `bafybeid6luolenf4fcsuaw5rgdwpqbyerce4x3mi3hxfdtp5pwco7h7qyq`

---

### ✨ Features

- feat: created/fixed a11y issues across every component (#1512)

### 🛠 Fixes and Maintenance

- fix: a11y issues in files page (#1512)
- fix(i18n): IPLD explorer translation (#1515)
- fix(i18n): restoring translation of remaining strings (#1516)
- fix: improve shell component ux (#1487)
- fix: bootstrapPeers can be null (#1517)
- chore: update puppeteer (#1521)
- chore(i18n): sync locales
- fix(ci): more robust e2e (#1523)
- fix(ci): increase timeout for E2E Peers screen tests (#1518)
## [v2.9.0] - 2020-05-28
CID: `bafybeigkbbjnltbd4ewfj7elajsbnjwinyk6tiilczkqsibf3o7dcr6nn4`

---

### ✨ Features

- feat: add files progress feedback (#1495)
- feat: add windows cmd & powershell init scripts (#1496)
- feat(i18n): add Catalan locale and a link to IPFS Translation Project (#1499)

### 🛠 Fixes and Maintenance

- fix: update languages.json using lol (#1483)
- fix(i18n): 'File name' → 'Name' (#1485)
- fix: improve shell component ux (#1487)
- chore: change add to import (#1486)
- chore(i18n): sync locales (TODO)
## [v2.8.0] - 2020-04-28
CID: `bafybeicp23nbcxtt2k2twyfivcbrc6kr3l5lnaiv3ozvwbemtrb7v52r6i`

---

### ✨ Features

- feat: add hover and clusters to peers map (#1444)

### 🛠 Fixes and Maintenance

- fix: drag n drop now works if outside the file area (#1468)
- fix: miscellaneous help texts (#1465)
- fix: accessibility contrast (#1467)
- fix: bandwi(d)th typo (https://github.com/ipfs-shipyard/ipfs-webui/pull/1474)
- refactor: remove ipfs-desktop settings (#1445)
- chore(i18n): sync locales (31f041df4a0079c5cc279026b0a715e5c759d0d1)
## [v2.7.5] - 2020-04-17
CID: `waiting`

---

### 🛠 Fixes and Maintenance

- fix: start on login (#1381)
- fix: translated tour guides for all pages (#1442)
- fix(files): do not double-decode paths in infoFromPath (#1407)
## [v2.7.4] - 2020-04-14
CID: `bafybeigxqbvc6qxk2wkdyzpkh7mr7zh5pxbvpjb6a6mxdtpwhlqaf4qj5a`

---

### ✨ Features

- Useful PDF viewer (#1435)

### 🛠 Fixes and Maintenance

- fix: support POST-only HTTP API (clean way) (#1432)
## [v2.7.3] - 2020-04-04
CID: `bafybeihpkhgv3jfnyx5qcexded7agjpwbgvtc3o6lnk6n3cs37fh4xx4fe`

---

### ✨ Features

- i18n: add `it`, `ja`, `ru`, sync locales (#1399)

### 🛠 Fixes and Maintenance

- fix: support POST-only HTTP API (#1430)
49 changes: 0 additions & 49 deletions docs/usability/README.md

This file was deleted.

51 changes: 0 additions & 51 deletions docs/usability/ipfs-webui-useabilty-test.md

This file was deleted.

Loading

0 comments on commit d9343c7

Please sign in to comment.