Guillermo Giuliana
b9f5f7fcf1
[DEV-205] Users/Staffs should not be able to change the email for one already used by another user/staff ( #1121 )
...
* add verification of email on staffs
* add email verification users
* fix inviteStaff ruby test function
* add edit staff ruby tests
* add edit user ruby tests
* update other ruby tests
2021-12-28 00:26:55 -03:00
LautaroCesso
d7ccff1a5a
[DEV-26] Update length validations ( #1075 )
...
* Update length validations
* Fix language validations
* Remove unnecessary import
* Delete some semicolons
2021-11-11 17:17:39 -03:00
Guillermo Giuliana
9ed4caf202
[DEV-160] Add user permission into logout path ( #1073 )
...
* fix apidoc
* add user verification into logout.php and update ruby tests
2021-11-05 17:06:08 -03:00
Guillermo Giuliana
c64f1f1ea6
[DEV-146] resend verification email backend ( #1049 )
...
* add path resend signup token
* add ruby tests
2021-10-08 19:07:14 -03:00
Guillermo Giuliana
5d4fe0250b
[DEV-148] Resend invitation backend ( #1050 )
...
* add resend-staff-invite path
* add resend-user-invite path
* add departments verification staff invite and ruby test
* add user invite ruby tests
* add resend invite paths and ruby tests
2021-10-08 19:04:25 -03:00
LautaroCesso
51eee4ed7b
Paginate ticket list in admin panel view user ( #944 )
...
Co-authored-by: Ivan Diaz <ivan@opensupports.com>
2020-12-26 19:13:59 -03:00
Guillermo Giuliana
b8944a3f04
New apikeys permissions ( #869 )
...
* back-end y ruby test
* ruby test
* frontend part
* delete unused component
* resolve relevant github maxi comments
* delete .catch of getAllkeys
* fix github ivan comments
* add ruby test and minor changes
* search ruby test
* fix name checkticketpermission
2020-10-14 15:08:14 -03:00
LautaroCesso
4077dac8c7
Remember me function for staffs ( #866 )
...
* fix warning in checbox in form field.
* Add remember me function for staffs.
* Add staff instance in session cookie.
* Add result data staff in get user data in auto login.
* Fix remember me function for user.
* Fix login test rb and add remember me function test in login rb.
* Resolve github maxi comments.
2020-08-19 23:33:40 -03:00
Guillermo Giuliana
cd73606852
Super user feature ( #841 )
...
* add ruby tests
* update ruby test
* backend part
* add get-supervised-ticket path and ruby tests
* update search-authors path and custom validation to get-supervised-tickets
* add supervised users components and css
* add supervised-users messages
* resolve minor bugs get super ticket, ruby tests and change file name
* add supervisor options on user panel
* change supervisor structure
* add pagination dashboard supervisor tickets
* change error name
* add error to path edit-supervised-list
* fix github comments
* resolve github comment backend
* add minor changes dashboard list tickets page
2020-07-21 06:52:34 -03:00
Guillermo Giuliana
1e7a3e2f4a
Default department feature ( #805 )
...
* pt 2
* do not allow to delete default depto
* ticket craete changes and ruby tests
* set langauge to ticket and ruby tests
* show departments/lenaguages dropdown logic frontend
* default department frontend
* fix github comments
* add logic edit-setting
* add settings to reducer
* resolve git hub comments logic frontend
* delete variables without use
* select default department dropdown
* fix ruby tabulation
* delete creaticketform console.log
2020-06-15 16:27:45 -03:00
Ivan Diaz
eca89ea9b4
Fix docker implementation
2020-05-13 02:51:51 -03:00
Guillermo Giuliana
92a96c276b
Mandatory Login BE and Ruby tests ( #757 )
...
* Mandatory Login BE and Ruby tests
* registration handle and remove user-system setting
* create specific paths to mandatory login changing
* BE logic not allow turn off mandatory login without registratrion
* fix github issues
* Delete config['user-system-enabled'].
* Add some tabulations.
* Create MandatoryLoginReducer.
* Replace 'user-system' to 'mandatory-login'.
* Replace user-system toggle to mandatory-login checbox.
* Add some button in the header.
* Change onChange function mandatory login name.
* Disabled checkbox when you should not change it.
* Delete consolelog and some irrelevant lines.
* Change name of mandatory login reducer.
* Change style button in install step 1
* Change style button in install step 2
* Fix loading bug in submmit button.
* Change style button in install step 5
* Change style button in install step 6
* Delete UserSystemEnabled in ticket viewer component.
* Delete UserSystemEnabled in some files.
* Delete onRetriveFail function in main view ticket page.
* Replace user-system-enabled to mandatory-login in some files.
* replace user-system-enabled to mandatory-login in install steps.
* Fix style in dashboard-[Ccreate-ticket-page and dashboard-list-article-page.
* Fix mandatory login issues
Co-authored-by: LautaroCesso <lautaro_cesso@hotmail.com>
Co-authored-by: Ivan Diaz <ivan@opensupports.com>
2020-05-12 19:22:51 -03:00
Guillermo Giuliana
d0a6dd06d8
fix Staff class,canManageTicket function to camelcase form.fix bug edit commment FE id ternary
2019-10-10 18:22:04 -03:00
Ivan Diaz
28f26d0956
Fix custom tags tests errors
2019-02-14 19:45:52 -03:00
Guillermo Giuliana
80b6bcea8a
Merge branch 'master' into master
2018-11-23 21:36:40 -03:00
Guillermo
b4dc92b8f1
features #340
2018-11-23 19:44:10 -03:00
Ivan Diaz
4251e3b5e7
Fix login with rememberToken
2018-11-16 19:34:07 -03:00
Guillermo
b8bac44d43
s
2018-10-29 11:32:31 -03:00
Ivan Diaz
56c23bf375
Disable users #61
2018-09-28 14:08:01 -03:00
Guillermo
52934bc473
fix some tests
2018-07-14 15:11:38 -03:00
ivan
3de5196dd5
Ivan - Add XSS protection backend [skip ci]
2017-03-02 02:56:42 -03:00
ivan
7f1047b311
Ivan - Fix test issues [skip ci]
2017-02-25 03:42:10 -03:00
Ivan Diaz
1ca57e1b76
Ivan - Add deploy on dev 3 changes and fixes [skip ci]
2017-01-10 17:07:49 -03:00
AntonyAntonio
e317bbea38
Merge branch 'master' into OS141create-Log-Architectur
...
Conflicts:
server/controllers/staff/delete.php
tests/system/edit-settings.rb
2016-12-29 18:54:17 -03:00
AntonyAntonio
93fbd1cbf0
Guillermo - add TESTS log [skip ci]
2016-12-29 17:25:45 -03:00
AntonyAntonio
4e92a0d7a0
Merge branch 'master' into OS175-registration-with-verification-token
...
Conflicts:
tests/system/edit-settings.rb
2016-12-26 00:27:50 -03:00
AntonyAntonio
be2e492aa4
Guillermo - add path /user/verify [skip ci]
2016-12-23 01:27:21 -03:00
AntonyAntonio
69c3410e03
Guillermo - add test supported languages [skip ci]
2016-12-21 01:09:35 -03:00
ivan
e962afba67
guillermo- add all test #os-101 #os-96 #os-97 #os-100[skip ci]
2016-12-01 15:07:11 -03:00
ivan
9aceff4313
Ivan - Fixes for Deploy
2016-11-20 23:01:38 -03:00
ivan
2b50837603
Ivan - Add CustomResponse tests [skip ci]
2016-10-04 18:42:47 -03:00
ivan
34d8e9702b
Ivan - Update comment tests [skip ci]
2016-09-29 14:41:59 -03:00
ivan
cc7c5bfb3d
Ivan - STAFF LOGIN - Add Staff login to backend [skip ci]
2016-09-25 01:16:10 -03:00
ivan
da7aad3576
Ivan - Backend - Create /user/get path [skip ci]
2016-09-09 00:38:58 -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
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
e0dd5cbf39
Ivan - Add name to user bean [skip ci]
2016-07-27 00:50:20 -03:00
AntonyAntonio
74f9d04824
guillermo - code review changes again [skip ci]
2016-07-25 17:26:14 -03:00
AntonyAntonio
1f39e4d845
Merge branch 'master' into Recover-Password
...
Conflicts:
server/models/ERRORS.php
2016-07-25 11:00:43 -03:00
AntonyAntonio
dc3df30ef6
(Guillermo) recover password
2016-07-22 04:44:55 -03:00
AntonyAntonio
7c1ee7d6fc
guillermo - code review changes [skip ci]
2016-07-21 15:27:57 -03:00
Ivan Diaz
9d378d07e5
Ivan - Add local storage class [skip ci]
2016-07-20 20:39:36 -03:00
AntonyAntonio
76ecd4ebc3
(Guillermo) add tests for signup validation
2016-07-19 17:39:26 -03:00
Ivan Diaz
342aab48b7
[AntonyAntonio] - Add remember me test [skip ci]
2016-07-15 22:16:22 -03:00
ivan
f4450e81de
Ivan - Update ownCommentList logic for tickets [skip ci]
2016-07-03 21:32:34 -03:00
Ivan Diaz
108ebd781c
[Ivan Diaz] - OS-#39 - Fix test issues
2016-05-14 20:22:46 -03:00