Commit Graph

390 Commits

Author SHA1 Message Date
ivan 5a3c0f511f Ivan - Create system fixtures and fix language session issues [skip ci] 2016-08-13 18:36:57 -03:00
ivan 04396db948 Ivan - Use ES6 Classes in app components and fix session issues [skip ci] 2016-08-13 17:23:40 -03:00
ivan eaef9b42db Ivan - Use ES6 Classes in core components [skip ci] 2016-08-12 01:20:14 -03:00
ivan 35cf17b114 Ivan - Fix unit testing [skip ci] 2016-08-11 04:28:53 -03:00
ivan 123c008636 Ivan - Fix babel parser for test and make tests run [skip ci] 2016-08-10 23:42:57 -03:00
ivan ff9f37321f Ivan - Fix minor redux issue [skip ci] 2016-08-10 23:24:24 -03:00
ivan 4e83b72133 Merge branch 'master' into redux-update 2016-08-10 23:22:42 -03:00
ivan e02844814d Ivan - Implement Redux architecture with stores and actions [skip ci] 2016-08-10 23:22:22 -03:00
Ivan Diaz aec12a2509 Merged in Path-user-edit (pull request #34)
Path user edit
2016-08-10 00:21:21 -03:00
AntonyAntonio 23604cc713 (Guillermo) add ruby testing for user-edit [skip ci] 2016-08-09 23:54:39 -03:00
AntonyAntonio 9e778f2c90 (Guillermo) add ruby testing for user-edit [skip ci] 2016-08-09 22:55:12 -03:00
AntonyAntonio 54da0699dd (Guillermo) path-user-edit and mailsender [skip ci] 2016-08-07 23:21:48 -03:00
Ivan Diaz c3509f1158 Merged in register-validations (pull request #33)
[Frontend] Register validations
2016-08-07 20:55:06 -03:00
ivan 26ac580ed0 Ivan - Add signup fixtures, signup API call, signup messages, styling updates [skip ci] 2016-08-05 20:48:15 -03:00
ivan 78e2146357 Ivan - Add validations for frontend signup, fix styling regarding margin, add public reCaptcha key for development, update unit testing with performValidation 2016-08-05 19:03:30 -03:00
ivan 4943a5eb94 Ivan - Make getProps of Department static 2016-08-04 20:21:51 -03:00
ivan c72f414f3f Ivan - Fix Warning tests 2016-08-04 17:18:42 -03:00
ivan 3c3c11027d Ivan - Fix Recover Password validations 2016-08-04 16:01:24 -03:00
ivan 830e2115a3 Ivan - Add ruby api testing for comment/create 2016-08-04 15:41:22 -03:00
ivan 855c99398d Ivan - Fix ticket creation and comment 2016-08-04 01:37:23 -03:00
ivan d6853b3a4b Ivan - Fix all list/beanInstance functionality 2016-08-04 00:59:04 -03:00
Ivan Diaz 83fcc34701 Merged in loading-form (pull request #31)
Loading form
2016-08-03 15:17:24 -03:00
Ivan Diaz a98cf9176b Merged in Full-ticket-create-logic (pull request #32)
(Guillermo)  full ticket create
2016-08-03 15:08:57 -03:00
ivan 3e5567c990 Ivan - Add unit testing for loading behavior [skip ci] 2016-08-02 17:30:39 -03:00
Ivan Diaz 34239afb11 Merged in frontend-recover-password (pull request #30)
Frontend recover password
2016-08-02 15:09:46 -03:00
Ivan Diaz 4d5ce7022e Merged in settings-options-backend (pull request #29)
Settings options backend
2016-08-02 15:09:16 -03:00
ivan 39e7d61933 Ivan - Add input disabled when loading [skip ci] 2016-08-01 16:44:46 -03:00
ivan dae244bee2 Ivan - Add SubmitButton with loading [skip ci] 2016-08-01 16:15:52 -03:00
ivan db32a2a6ab Ivan - Update user store tests [skip ci] 2016-08-01 14:48:08 -03:00
ivan 8952c1b7e1 Ivan - Fix mocha unit testing [skip ci] 2016-08-01 13:48:55 -03:00
ivan 96fe51d08a Ivan - Add send-recover-password api call logic [skip ci] 2016-08-01 13:38:15 -03:00
ivan ad1e45c301 Ivan - Implement message component in login recover widget [skip ci] 2016-08-01 13:18:03 -03:00
ivan 8ec2fb73e5 Ivan - Create message component and implement in password recover page [skip ci] 2016-08-01 12:46:59 -03:00
ivan 3dd27fbb3e Ivan - Update i18n, add recover-password path logic [skip ci] 2016-08-01 11:34:08 -03:00
AntonyAntonio 0fc5bac930 (Guillermo) full ticket create 2016-08-01 00:34:55 -03:00
Ivan Diaz 783f13cf59 Merged in add-name-to-signup (pull request #28)
Ivan - Agregar nombre del usuario en base de datos
2016-07-27 20:22:19 -03:00
ivan 50974d2ed2 Ivan - Fix mocks and unit testing to use NullDataStore and BeanMock [skip ci] 2016-07-27 18:27:28 -03:00
ivan eccc0b5a29 Ivan - Implent NullDataStore pattern, refactor login controller, add get-setting and set-setting controllers 2016-07-27 13:58:19 -03:00
Ivan Diaz 1b7b449ae6 Merged master into add-name-to-signup 2016-07-27 11:12:36 -03:00
Ivan Diaz 511098e608 Merged in email-sender-architecture (pull request #27)
Email sender architecture
2016-07-27 10:47:06 -03:00
ivan d23fba451e Ivan - Add smtp settings [skip ci] 2016-07-27 01:04:29 -03:00
ivan e0dd5cbf39 Ivan - Add name to user bean [skip ci] 2016-07-27 00:50:20 -03:00
ivan 3f01526814 Ivan - Fix issues with mail templating and add it to ruby tests [skip ci] 2016-07-27 00:44:07 -03:00
ivan 4ccbd75759 Ivan - Add initial settings and initial mail templates [skip ci] 2016-07-26 18:30:51 -03:00
Ivan Diaz d7096f9231 Merged in fix-lost-focus-issue (pull request #26)
Fix lost focus issue
2016-07-26 16:32:26 -03:00
Ivan Diaz 8fa096f662 Merged in remember-me-frontend (pull request #25)
Remember me frontend
2016-07-25 21:19:30 -03:00
Ivan Diaz b335d5e2bf Merged in Recover-Password (pull request #24)
Recover password
2016-07-25 17:29:37 -03:00
AntonyAntonio 74f9d04824 guillermo - code review changes again [skip ci] 2016-07-25 17:26:14 -03:00
AntonyAntonio 7497bd0d6c guillermo - code review changes again [skip ci] 2016-07-25 14:36:29 -03:00
AntonyAntonio 1f39e4d845 Merge branch 'master' into Recover-Password
Conflicts:
	server/models/ERRORS.php
2016-07-25 11:00:43 -03:00