Commit Graph

822 Commits

Author SHA1 Message Date
Daniil Senkiv
021541c7a3 People.Client: dialogs: ChangeEmailDialog: fixed, added new lifecycle method 2019-12-19 10:36:35 +03:00
Daniil Senkiv
f787b010ee People.Client: dialogs: changeEmailDialog: fixed disabling button 2019-12-18 16:30:51 +03:00
Daniil Senkiv
3aad0ff8e3 People.Client: Home: changeEmailDialog: fixed error after finishing request 2019-12-18 16:14:27 +03:00
Daniil Senkiv
1681a0698f People.Client: dialogs: removed unused translation wrapper, renamed components 2019-12-17 10:58:42 +03:00
Daniil Senkiv
5aec0beba5 People.Client: dialogs: added ModalDialogContainer with common parts, applied to dialogs 2019-12-17 09:46:10 +03:00
Daniil Senkiv
16b6ba47e5 People.Client: dialog: ChangePhoneDialog: added Todo description for future replacement 2019-12-17 09:10:25 +03:00
Daniil Senkiv
760c6b3110 People.Client: dialog: ChangeEmailDialog: rename prop newEmail to email 2019-12-17 09:06:02 +03:00
Daniil Senkiv
ad6f1c3e46 People.Client: dialog: ChangeEmailDialog: moved id from state to props 2019-12-17 08:52:56 +03:00
Daniil Senkiv
69896e85fe Merge branch 'master' into feature/separated-modal-dialogs 2019-12-16 17:19:44 +03:00
Daniil Senkiv
921bf871ba People.Client: ProfileAction: added dataDialog prop for handling any dialog through one function 2019-12-16 17:08:44 +03:00
Daniil Senkiv
40923113ea People.Client: changed names of state variables 2019-12-16 16:16:36 +03:00
Daniil Senkiv
c5ba56b370 People.Client: refactoring, changed state structure for applied ModalDialogs 2019-12-16 16:08:00 +03:00
Ilya Oleshko
31fd91d5f4 Web: People: Fixed Link truncate for People row 2019-12-16 15:20:18 +03:00
Daniil Senkiv
c350a2429c People.Client: Dialogs: changed import, renamed Invite component 2019-12-16 14:34:18 +03:00
Daniil Senkiv
a601f8f93d People.Client: Dialogs: added ChangePhoneDialog component, applied to Profile component 2019-12-16 14:15:52 +03:00
Daniil Senkiv
3177aa5026 People.Client: Dialogs: added DeleteProfileEverDialog component, applied to Home and Profile component 2019-12-16 13:23:32 +03:00
Ilya Oleshko
dcf9c3ec2c Web: People: Increased space between contacts 2019-12-16 12:24:12 +03:00
Daniil Senkiv
8a9788c61c Merge branch 'master' into feature/separated-modal-dialogs 2019-12-14 13:46:24 +03:00
Daniil Senkiv
db13e239b2 People.Client: applied changeEmailDialog, changePasswordDialog to Profile component 2019-12-14 13:12:43 +03:00
Daniil Senkiv
49da1505b3 People.Client: Dialogs: added DeleteSelfProfileDialog component, applied to Home and Profile component 2019-12-14 12:45:31 +03:00
Daniil Senkiv
62d87d2625 People.Client: Dialogs: added ChangePasswordDialog component, applied to Home and ProfileAction component 2019-12-13 20:34:57 +03:00
5eeff88737 web: New packages fixes 2019-12-13 16:58:09 +03:00
Daniil Senkiv
1f82fe7ea7 People.Client: ChangeEmailDialog: deleted unused button 2019-12-13 13:29:49 +03:00
NikolayRechkin
3fb01e78ac web: forbade a scalability 2019-12-13 13:25:09 +03:00
Daniil Senkiv
61c9ad6e3e People.Client: ChangeEmailDialog: added new propTypes 2019-12-13 12:24:52 +03:00
Daniil Senkiv
ad77105f83 PeopleClient: ChangeEmailDialog: added new parameter for disabling buttons 2019-12-13 12:19:45 +03:00
Daniil Senkiv
a0f40567d9 People.Client:Dialogs: added ChangeEmailDialog component, applied to Home and ProfileAction component 2019-12-13 12:01:16 +03:00
Daniil Senkiv
c9bf214df8 Merge branch 'master' of https://github.com/ONLYOFFICE/AppServer 2019-12-13 10:31:48 +03:00
NikolayRechkin
07e3cefb5c web: use Service Worker in production 2019-12-13 10:19:03 +03:00
Daniil Senkiv
1d084ab4e1 People: applied EmailInput component to ProfileAction component 2019-12-12 15:59:18 +03:00
Ilya Oleshko
b0023c3f14 Merge branch 'master' of github.com:ONLYOFFICE/AppServer 2019-12-11 15:30:35 +03:00
Ilya Oleshko
f7aca727ac Web: People: Fixed usage ComboButton on GroupAction page 2019-12-11 15:25:44 +03:00
9ddbbdc52e
Merge pull request #15 from ONLYOFFICE/feature/pwa
Feature/pwa
2019-12-11 15:23:38 +03:00
Daniil Senkiv
babb7875d5 Merge branch 'master' into refactoring/text-heading
# Conflicts:
#	products/ASC.People/Client/src/components/pages/Import/Section/Body/index.js
#	products/ASC.People/Client/src/components/pages/Import/Section/Header/index.js
#	web/ASC.Web.Components/src/components/text/index.js
2019-12-11 13:45:04 +03:00
Ilya Oleshko
ff1d6a0603 Web: People: Fixed import page 2019-12-11 11:18:48 +03:00
Daniil Senkiv
d62de9827e 1. Web.Components: Text: change proptype fontSize from [number, string] to string. Applied to other components.
2. Web.Components: Link: fixed isTextOverflow prop working
3.  Web.Components: RadioButtonGroup, RadioButton: fixed readme
2019-12-10 17:12:38 +03:00
Daniil Senkiv
440c4cb528 Merge branch 'master' into refactoring/text-heading
# Conflicts:
#	web/ASC.Web.Components/src/components/modal-dialog/index.js
2019-12-10 12:20:26 +03:00
NikolayRechkin
4bb2b08d2e Merge branch 'master' into feature/pwa 2019-12-10 10:37:41 +03:00
26d3e3d29d
Merge pull request #13 from ONLYOFFICE/Refactoring/remove-react-bootstrap
Refactoring/remove react bootstrap
2019-12-10 10:26:08 +03:00
Daniil Senkiv
6b6c4569cf Merge branch 'master' into refactoring/text-heading 2019-12-10 09:36:05 +03:00
Daniil Senkiv
b0b1b45127 Web.components: RadioButtonGroup: added new props: width, orientation, changed proptype spacing from number to string, applied changes to other components 2019-12-10 09:28:45 +03:00
NikolayRechkin
f6f12dea46 web: people: small fix 2019-12-10 09:16:21 +03:00
NikolayRechkin
ca5e501e2b Merge branch 'master' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore 2019-12-09 16:08:48 +03:00
NikolayRechkin
29433b0232 web: people: changed the use of the avatar editor 2019-12-09 16:07:04 +03:00
NikolayRechkin
94581bdd39 People: deleted unused code 2019-12-09 15:59:34 +03:00
f0ce75cf7d Web: People: remove bootstrap peer dependency jquery 2019-12-09 15:36:30 +03:00
a77aef1970 Merge branch 'master' into Refactoring/remove-react-bootstrap
# Conflicts:
#	products/ASC.People/Client/package.json
#	products/ASC.People/Client/yarn.lock
#	web/ASC.Web.Client/package.json
#	web/ASC.Web.Client/yarn.lock
#	web/ASC.Web.Common/package.json
#	web/ASC.Web.Common/yarn.lock
#	web/ASC.Web.Components/package.json
2019-12-09 15:29:04 +03:00
Daniil Senkiv
d3f06c8d3e Merge branch 'master' into refactoring/text-heading 2019-12-09 15:24:23 +03:00
Daniil Senkiv
f275c5b258 web.common: renamed Heading component to Headline 2019-12-09 15:12:25 +03:00
714e8af2b5 web: People: Update packages 2019-12-09 14:26:42 +03:00