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
Joel Elias Méndez
09150d6940
fix message issue ( #1063 )
2021-10-20 14:10:09 -03:00
Guillermo Giuliana
e15bd15f07
Updates to 4.10.0 ( #1061 )
...
* change 4.9 to 4.10
* new translations
2021-10-18 22:06:20 -03:00
Guillermo Giuliana
c657d8291f
add controller request secure param ( #1060 )
2021-10-18 22:05:54 -03:00
Joel Elias Méndez
b8be664809
fix-response-width ( #1054 )
2021-10-14 13:29:12 -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
Guillermo Giuliana
e554bb64d1
Release 4.9.0 ( #965 )
...
Co-authored-by: CircleCI-BOT <ivan@opensupports.com>
2021-01-08 16:27:24 -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
Maximiliano Redigonda
80a9a958a8
Revert "Google social login" ( #886 )
2020-08-28 14:13:23 -03:00
Maxi Redigonda
a89a465ac9
Adds check to see if email was verified
2020-08-22 00:47:24 -03:00
Maxi Redigonda
5021781d25
Implements Google auto signup
...
If the user doesn't have an account on the system, the first time they
log in with Google, an account will be created.
2020-08-20 23:45:09 -03:00
Maxi Redigonda
0518b0ac17
Adds branching for when social login user wasn't created
2020-08-20 16:23:30 -03:00
Maxi Redigonda
c4e211518c
WIP - Stub to log in with Google
2020-08-19 17:33:38 -03:00
Maxi Redigonda
56ca30a7c3
WIP - validates google token and gets its data
2020-08-19 16:17:44 -03:00
LautaroCesso
e36b984b23
Resolve github maxi comments.
2020-08-18 23:48:06 -03:00
LautaroCesso
bbbc845fe7
Fix remember me function for user.
2020-08-12 16:02:39 -03:00
LautaroCesso
d72aec3976
Add staff instance in session cookie.
2020-08-11 23:35:10 -03:00
LautaroCesso
96990c8c04
Add remember me function for staffs.
2020-08-03 12:54:15 -03:00
Maxi Redigonda
785e2d8ac5
Forbids call to /get-supervised-tickets from staff
2020-07-28 16:36:40 -03:00
Guillermo Giuliana
791e0969e9
add script and change 4.7.0 to 4.8.0 ( #848 )
...
* add script and change 4.7.0 to 4.8
* change end of line 4.8.0 script
* Delete main.py
2020-07-22 07:32:18 -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
6a34c24d7d
update script and change 4.6 to 4.7 ( #809 )
...
* update script and change 4.6 to 4.7
* fix 4.7.0 script
2020-06-16 21:26:04 -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
0a4484133b
change 4.6.0 to 4.6.1
2020-02-05 17:15:32 -03:00
Guillermo Giuliana
e44559618f
Fix blank strings of titles and contents BE
2020-01-31 14:19:48 -03:00
Guillermo Giuliana
2d75f87def
change 4.5.0 to 4.6.0 add tables creating into upgrade file
2020-01-24 21:37:05 -03:00
Ivan Diaz
4d18bc9aa6
Merge branch 'master' into create-ticket-api-key
2020-01-07 14:22:10 -03:00
Ivan Diaz
7e1749dbd1
Add create ticket APIKey
2019-11-16 16:07:02 -03:00
Maxi Redigonda
1d84aa488c
Removes checks for mailsender since it should always be connected.
2019-11-08 20:39:28 -03:00
Maxi Redigonda
1c4bd7df17
Fix bug to allow staff members to recover their passwords even if user system is disabled.
2019-11-08 19:42:02 -03:00
Maxi Redigonda
afa76ce059
Adds MailTexts for the new mail template USER_INVITE for all languages
2019-10-31 12:08:37 -03:00
Maxi Redigonda
643f3c81a9
Minor style changes
2019-10-29 18:23:20 -03:00
Maxi Redigonda
18be18ebf8
Adds log for user invitations
2019-10-29 16:11:37 -03:00
Maxi Redigonda
f3a0fbf7da
Allows staffs to invite members even when user registration is disabled (the most likely use case)
2019-10-29 14:34:20 -03:00
Maxi Redigonda
5331c3363e
First working version of invite users feature
2019-10-28 15:27:25 -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
Guillermo Giuliana
efbe553076
release v4.5.0
2019-10-07 20:21:43 -03:00
Ivan Diaz
28d50e7d24
Release v4.4.0
2019-03-06 12:50:25 -03:00
Ivan Diaz
623a81b51d
Add Custom Fields feature
2019-02-03 16:47:29 -03:00
Ivan Diaz
0780863257
Fix private department issues
2018-11-29 18:52:34 -03:00
Ivan Diaz
e47df8e6dc
Prepare v4.3.2 release
2018-11-29 13:35:14 -03:00
Ivan Diaz
ace895a4a2
Use own exception class
2018-11-20 19:41:21 -03:00
Ivan Diaz
4251e3b5e7
Fix login with rememberToken
2018-11-16 19:34:07 -03:00
Ivan Diaz
aa86fd9763
Retrieve tickets individually for users
2018-11-15 16:15:46 -03:00
Ivan Diaz
56c23bf375
Disable users #61
2018-09-28 14:08:01 -03:00
Ivan Diaz
7dcc58f88e
solve merge conflicts
2018-09-20 17:34:57 -03:00
Ivan Diaz
b4342167e4
Update API documentation
2018-09-20 17:19:47 -03:00