Robert Raposa
c8d84fc5ab
Merge pull request #26 from edx/robrap/ARCH-785-analytics-event
...
ARCH-785: add analytics event edx.user.settings.viewed
2019-05-13 11:38:24 -04:00
Douglas Hall
bdd87dfaa7
Merge pull request #28 from edx/douglashall/ARCH-694
...
Add recovery email field.
2019-05-13 11:36:49 -04:00
Douglas Hall
563f760e16
Add recovery email field.
2019-05-13 11:31:34 -04:00
Nimisha Asthagiri
bc41541848
Merge pull request #24 from edx/arch/beta-language-banner
...
Support for Beta Language Banner
2019-05-13 09:28:02 -04:00
Nimisha Asthagiri
e28f17d061
Refactor BetaLanguageBanner as a separate React Component
2019-05-11 12:01:41 -04:00
Nimisha Asthagiri
58c375b83a
Support for Beta Language Banner
2019-05-11 12:01:40 -04:00
Adam Butterworth
0cd9f08539
feat: add timezone groups ( #27 )
...
* feat: add groupings for time zones
* fix: delete old constants
* fix: linting
2019-05-10 14:19:06 -06:00
Douglas Hall
e3db2b72e6
Make certain field uneditable for enterprise learners. ( #23 )
...
Make certain field uneditable for enterprise learners.
2019-05-10 15:42:11 -04:00
Douglas Hall
d353d8ecf0
Make certain field uneditable for enterprise learners.
2019-05-10 15:37:40 -04:00
Adam Butterworth
cfe1be3361
fix: verify parity ( #25 )
...
* fix: style and order update
* fix: password reset sends email along with request
* fix: add best guess for help text
2019-05-10 13:17:37 -06:00
Robert Raposa
1a17ac4934
add analytics event edx.user.settings.viewed
2019-05-10 14:44:01 -04:00
Adam Butterworth
efb99185e3
feat: add time zone ( #22 )
...
* feat: add timezone
* feat: add timezone swap to one redux action set
* fix: remove commented code
* fix: add help text
* fix: add better comment
* fix: allow user to unset the timezone
2019-05-08 15:39:36 -06:00
David Joy
f3693c156c
ENVIRONMENT -> NODE_ENV
2019-05-08 14:22:58 -04:00
David Joy
19c12118b3
Site language dropdown - I hope. ( #20 )
...
* Updating i18n-loader with all our languages.
* Site language dropdown done. I hope.
2019-05-08 13:51:17 -04:00
Adam Butterworth
13046c717a
feat: upgrade frontend-auth ( #21 )
2019-05-08 09:59:47 -06:00
Adam Butterworth
c72fd2aceb
Update README.rst
2019-05-08 11:34:10 -04:00
albemarle
20b0701a64
Merge pull request #18 from edx/albemarle/messages
...
fix(i18n): manually update messages file
2019-05-06 17:10:34 -04:00
albemarle
d754db2ed9
fix(i18n): manually update messages file
2019-05-06 13:55:01 -04:00
albemarle
d04a33b311
Merge pull request #17 from edx/albemarle/travis
...
build: move i18n Travis check earlier since it is faster than linting
2019-05-06 10:20:44 -04:00
albemarle
f17101de1b
build: move i18n Travis check earlier since it is faster than linting
2019-05-03 15:25:04 -04:00
David Joy
884906ac06
Upgrade frontend-app-account to latest frontend-auth and frontend-logging. ( #16 )
2019-05-02 16:05:31 -04:00
albemarle
02c55b6e59
Merge pull request #14 from edx/albemarle/i18n-travis
...
build: validate i18n
2019-05-02 14:19:44 -04:00
Adam Butterworth
f1de3d7f94
feat: improve confirmation messages on email and password ( #13 )
2019-05-02 14:17:44 -04:00
albemarle
617e867b01
build: validate i18n
2019-05-02 14:06:33 -04:00
albemarle
3b02893c65
Merge pull request #12 from edx/albemarle/fix-id
...
fix(i18n): message id needs to be unique
2019-05-02 13:57:18 -04:00
albemarle
5e9b3d9cd5
fix(i18n): message id needs to be unique
2019-05-02 13:50:25 -04:00
Adam Butterworth
12fd62ffa8
feat: add social links ( #11 )
2019-04-30 16:56:16 -04:00
Adam Butterworth
b7049c1567
feat: add linked accounts section ( #10 )
...
* feat: add linked accounts section
fix: change badge to small text
fix: some i18n updates
* fix: return manipulated provider data
* fix: add i18n note
2019-04-30 11:10:29 -04:00
David Joy
cbcaf3d3a6
Refactoring selectors a bit to organize/take advantage of reselect composition. ( #9 )
2019-04-30 09:00:43 -04:00
Adam Butterworth
49488f9386
feat: account Information Country, Education, Gender, Spoken Lang ( #8 )
...
* feat: add country select. improve handling of select inputs
* feat: add education field
* feat: add gender field
* fix: injectIntl shim should pass extra arguments
* feat: add language proficiencies select
Includes extra functionality for EditableField
2019-04-26 13:38:50 -04:00
Adam Butterworth
8bec2721b1
feat: add password reset ( #7 )
...
* refactor: reduce complexity of label styling
* feat: add password reset
2019-04-26 09:51:10 -04:00
Adam Butterworth
d4fd7acbd6
feat: refactor and add email confirmation message ( #6 )
...
* refactor: delete example service
* fix: properly send errors through to ui
* feat: add editable options to fields
* fix: make button display as a link
* fix: remove unnecessary Object.create for error
* feat: add email confirmation message and refactor to support the pattern
* refactor: move isEditing prop to form selector
2019-04-25 14:44:29 -04:00
Adam Butterworth
53aaba4f13
feat: add username ( #5 )
...
* refactor: delete example service
* fix: properly send errors through to ui
* feat: add editable options to fields
* fix: make button display as a link
* fix: remove unnecessary Object.create for error
2019-04-25 14:42:11 -04:00
Adam Butterworth
ece8b6d007
feat: add name, email, and year of birth fields
...
Includes redux and api pipes
2019-04-24 13:03:03 -07:00
Douglas Hall
b62f3cae70
ARCH-642 Add Order History header menu link. ( #4 )
...
ARCH-642 Add Order History header menu link.
2019-04-24 14:27:53 -04:00
Douglas Hall
eb05d5ca0a
ARCH-642 Add Order History header menu link.
2019-04-24 13:34:28 -04:00
David Joy
5b636f2337
Merge pull request #2 from edx/djoy/travis_test
...
Travis, you there?
v0.1
2019-04-24 11:52:28 -04:00
David Joy
b5958e0ee1
Fixing linting errors. Travis works!
2019-04-24 09:58:33 -04:00
David Joy
977da4efdc
Travis, you there?
2019-04-23 16:19:06 -04:00
David Joy
efec10b413
Merge pull request #1 from edx/djoy/boilerplate
...
Cookie cutter boilerplate.
2019-04-23 15:35:35 -04:00
David Joy
0373749890
Cookie cutter boilerplate.
2019-04-23 15:15:12 -04:00
David Joy
1911a44fb7
Create README.md
2019-04-23 15:03:11 -04:00