Skip to content
This repository was archived by the owner on Jan 7, 2020. It is now read-only.

Conversation

@bochaco
Copy link
Contributor

@bochaco bochaco commented May 22, 2017

No description provided.

@maidsafe-highfive
Copy link

Thanks for the pull request, and welcome! The MaidSafe team is excited to review your changes, and you should hear from @ustulation (or someone else) soon.

If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. The way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.

Please see CONTRIBUTOR.md for more information.

@hitman401 hitman401 merged commit df52b05 into maidsafe-archive:dev May 26, 2017
hitman401 pushed a commit that referenced this pull request Jul 13, 2017
* Getting the SD handle of an existing file directly from the FILE_INDEX array instead of querying the network.

* fix/Email Switch to latest electron forge setup

* fix/Email remove cruft config files

* feat/Dependencis Add new nodejs library

* fix/Actions Simplify actions

* feat/Auth Implement fake auth-flow

* fix/Email Cleaning up crufty actions

* feat/Email Load accounts from new HomeContainer

* docs/Readme Update Documentation on using electron forge

* First draft to handle authentication

* feat/Enabling the flow for the creation of an email account

* MAID-2001 Migration to the new API to use MutableData (#168)

* Getting the SD handle of an existing file directly from the FILE_INDEX array instead of querying the network.

* fix/packaging_issue: resolve packaging issue

Resolved packaging issue to load native binaries

* chore/java_email_app: refactor typo

Renamed package modal to model

* fix/build_config: remove unwanted build configuration

Removed unwanted build configuration

* fix/folder_structure: update folder structure

Updated the way to store folder and files in mutable data

* fix/style: resolve create service style

Resolve style issue on create service page

* chore/README.md: update README.md

Updated README.md and removed yarn.lock file.

* fix/upload: resolve upload issue

Resolved uploading single file issue

* chore/readme: update README.md

update README.md for keytar module prerequisites.

* feat/Enabling the flow for the creation of an eamil account

* feat/Changing account creation to become an initializer actions

* fix/Styles Reenable less-styles

* feat/Adding first draft of mail inbox

* feat/Creating accounts and email inbox & first draft to send email with MD

* feat/Adding first draft for removing emails

* feat/Draft code for email compose, send email, delete & archive, and authorise app

* fix/Fixing style rendering

* feat/Minor fixes & enabling authorisation flow with authenticator

* feat/Encryption: encrypt emails and inbox entries with libsodium

* feat/Finalising authorisation flow with authenticator

* fix/packaging_config: resolve packaging issue

Resolved packaging issue on OSX.

* feat/Reorganising the code to keep safenet access code in a separate file

* feat/Enabling archival of emails and removal of emails from archive

* fix/Removing unnecessary permissions from inbox and archive MDs

* fix/Removal of emails with a work around to overcome a limitation in safe_core

* refactor/Minor additional reorganisation of the safenet_comm code

* feat/Enabling the use of home container to store email account configuration

* fix/Minor fix in the authorisation flow with authenticator

* feat/Making the archive to be a private MD

* docs/Design: creating a diagram detailing the internal data layout

* docs/Adding the Data Model diagram to the README

* feat/Enhancing errors handling

* feat/Storing the auth URI in local storage and renew it when it becomes invalid

* feat/Verifying email ids and reporting error when they are invalid or inexistent

* docs/Updating repo URLs in README

* fix/ui: update window size (#169)

Updated window size and property.

* MAID-2018 Markdown Editor to support SAFE Authenticator (#170)

* feat/mark_down_editor: update to support SAFE Authenticator

Updated Mark Down Editor to support SAFE Authenticator.

* fix/update_crypto_api: update to latest crypto apis

Updated MD-editor to support latest crypto APIs.

* fix/create_public_id: update to latest safe_app_nodejs (#171)

Updated to latest safe_app_nodejs crypto API.

* fix/crypto_sha: update to use node crypto sha to safe crypto sha (#173)

Update to use safe crypto sha for public name.

* fix/typo: update crypto to safeCrypto (#172)

Updated crypto to safeCrypto

* feat/use_home_container: update to use home container (#175)

Updated to use home container to store datas instead of using _public container

* fix/Authorisation was not working on windows due to a known bug in safe_app_nodejs. (#174)

fix/README was updated.
fix/email addresses are now being returned as array so they are now serialised to store them in the inbox.

* feat/adapt code to encrypt and decrypt entries for private MDs and HomeContainer due to changes in safe_app lib (#177)

* Update to adapt latest saf_app_nodejs (#179)

* feat/enc_dec: update to adapt latest saf_app_nodejs

Updated to adapt latest safe_app_nodejs default containers encrpt and decrypt feature.

* fix/revert_safe_app_deps: revert back to use upstream safe app dependency

Reverted back to use upstream safe app dependency

* fix/Adapt to latest safe_app_nodejs and minor fix (#178)

* feat/Adapt to a change in safe_app_nodejs which renames a function

* fix/Minor fix when creating the email service entry in the services MD

* feat/Changes due to functions renamed in safe_app_nodejs

* fix/read_file: resolve read file issue (#176)

Resolved read file issue and typo changed from Launcher to Authenticator

* feat/Encrypt entries in `_publicNames` container (#181)

* fix/UI: resolve ui related issues (#182)

Resolved UI related issues

* fix/Minor fix to make use of error codes rather than error names/messages to control some flow (#184)

* fix/auth_response: update to handle auth response (#185)

Updated to handle auth response and revoke.

* fix/tagtype_issue: resolve tagtype issue (#188)

Resolve tagtype issue of service Data.
File update after deleted resolved.
Error description UI issue fixed.

* fix/Removing warnings and errors reported by React (#190)

* fix/remove warning messages about deprecated way of usage for React PropTypes

* fix/Remove errors returned by React about bindActionCreators receiving incorrect parameters

* feat/Adapt to recent changes in ImmutableData close function (#191)

* feat/revamp: update code quality and fix bugs (#192)

Code revamped.
Domain check for public name and services integrated.
Service mapping issue fixed.
Clear local access data on menu integrated.
UI bugs fixed.

* docs/Enhance README to exaplain how to install dependencies to use mock or real network (#193)

* fix/file_upload_download: resolve upload download issue (#194)

Resolved file/directory upload, download and delete issue.

* feat/Support for network state notifications in email app (#196)

* feat/Enhancement to authorisation denial error message

* feat/Handle network state notifications to activate a modal when network connection is lost

* feat/Keep all safe_app error codes in constants

* feat/Allow the use to decide when to reconnect when the network got disconnected

* Integrated reconnect to network and minor UI fixes (#195)

* fix/typo: resolve minor fixes

Updated empty folder text.
Removed manage permission.

* feat/reconnect: integrate reconnect feature

Integrated reconnect feature

* fix/If reconnect fails enable the re-enable the reconnet button (#197)

* fix/ui_fixes: resolve minor ui fixes (#198)

Disables file explorer upload dropdown user selection.
Rephrase error message on alerts

* feat/keytar: remove key tar deps (#199)

Removed Keytar dependency

* feat/no_local_key_trace: remove local storage (#200)

Remove local storage to ensure the keys are not stored locally

* feat/Display a loading spinner when processing some task (#202)

* feat/Display a loading spinner when the app is processing some task

* refactor/Refactoring some code which handles the redux actions of different pages

* feat/Enhancements to the spinner and modal dialog

* MAID-2111 feat/Support multiple email ids (#203)

* feat/Creating actions and functions to fetch all email ids from the _publicNames

* feat/Adapt app configuation data to a new format to store multiple email ids

* fix/Minor fix in fetch EmailIds and when adding a service to an existing publicId

* docs/Update design diagram and minor refactoring, including the use of sha3

* select email UI integrated

* refactor/Refactoring to have consistency in variables naming style

* FIX :: Dropdown for email list (#204)

* fix/dropDown: resolve dropdown for email list

Resolved dropdown for email list

* fix/patch_version: update version

Updated patch version

* Update hosting app title (#205)

* fix/typo: update hosting app title

Updated hosting app title and patch version

* fix/typo: update public id typo

Updated public id to Public ID

* fix/hosting_app: update hosting app version (#206)

Updated hosting app patch version
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants