Commit Graph

1572 Commits

Author SHA1 Message Date
Guillermo 8be43bb7ea resolve mirrors errors 2019-12-28 17:50:11 -03:00
Guillermo 702b786202 search ruby test 2019-12-27 22:46:25 -03:00
Guillermo d5f5d988fb redirect after deleting ticket 2019-12-27 22:07:40 -03:00
Guillermo e64e8e65f1 update rudy test 2019-12-27 20:51:22 -03:00
Guillermo 9f84239c3e search ruby tests 2019-12-27 19:59:23 -03:00
Guillermo d25da2c5ff add validation test 2019-12-27 19:50:50 -03:00
LautaroCesso 38c6295a7b
Improved the render in MainSignUpWidget (Issue #576). (#683)
* replace spaces for underscores in edit custom fields

* Create function getCustomFieldParamName

* Improved the render in MainSignUpWidget
2019-12-27 14:46:33 -03:00
Guillermo f9e8a0abec add department test and escape query 2019-12-26 17:25:00 -03:00
LautaroCesso 843bd13281
Allows space in custom fields name (issue #598) (#681)
* replace spaces for underscores in edit custom fields

* Create function getCustomFieldParamName
2019-12-20 16:49:43 -03:00
Guillermo Giuliana b9e4a55b91
Merge branch 'master' into master 2019-12-20 11:35:51 -03:00
Guillermo 0bd099d05a add support for custom ticket lists 2019-12-19 17:06:12 -03:00
Guillermo c8634d457c order departments get all ruby test2 2019-12-17 17:28:02 -03:00
Guillermo 7de248e5b1 order departments get all ruby test 2019-12-17 17:02:46 -03:00
Guillermo 61ce46d5c7 change name Validation priorities 2019-12-17 15:25:45 -03:00
Guillermo 870f5fea46 puts get all ruby test 2019-12-17 11:05:22 -03:00
Guillermo Giuliana 2099af5f3a
Update LinearCongruentialGeneratorTest.php 2019-12-17 10:15:19 -03:00
Guillermo Giuliana 58be6127fb
Delete search.rb 2019-12-17 09:15:52 -03:00
Guillermo bac138757e fix search php test 2019-12-17 09:04:49 -03:00
Guillermo 2678947f85 ticket search list frontend 2019-12-17 08:35:04 -03:00
Ivan Diaz 682eedba0a
Merge pull request #653 from mredigonda/invite-users-feature
Invite users feature
2019-12-16 23:32:22 -03:00
Ivan Diaz 1bbf4c49d7
Merge pull request #643 from gaetanfl/use-objet-instead-of-titre
Change TITLE translation from titre to objet
2019-12-09 09:02:41 -03:00
Maxi Redigonda 6c04e50ea8 Removes the USER section in the menu when the user system is disabled (previously, it was shown anyways and an error would pop up). Also, temporarily disables statistics until they are fully implemented. 2019-11-21 17:52:52 -03:00
Maxi Redigonda 33af34ab12 Corrects email notifications and unread status on ticket/comment. 2019-11-20 14:24:02 -03:00
Guillermo 5219b91388 add valid departments to staff search 2019-11-19 19:55:47 -03:00
Maxi Redigonda ec88e02ad4 Removes duplicated code in wrapper component, and redirects users after signup. 2019-11-18 16:34:33 -03:00
Ivan Diaz e8dab6922b Fix frontend to only use registration api keys 2019-11-16 17:21:38 -03:00
Ivan Diaz 01a0435f57 Add test for APIKeys 2019-11-16 17:16:53 -03:00
Ivan Diaz 7e1749dbd1 Add create ticket APIKey 2019-11-16 16:07:02 -03:00
Maxi Redigonda 44cab04157 Hides invite-user button when user system is disabled in admin panel 2019-11-15 19:14:12 -03:00
Maxi Redigonda 8ea9c6ee9b Fixes redirection when creating a ticket without user system enabled 2019-11-15 18:50:35 -03:00
Guillermo 57d3766c9d unit test for Search ticket 2019-11-14 17:17:45 -03:00
Maxi Redigonda bc38411275 Merge branch 'master' of https://github.com/opensupports/opensupports into invite-users-feature 2019-11-14 15:11:37 -03:00
Maximiliano Redigonda 8aaacc5b2a
Merge pull request #656 from mredigonda/no-user-system-comment-bug
No user system comment bug - Fix notifications
2019-11-14 14:54:29 -03:00
Maxi Redigonda 995d302a49 Improves code according to Ivan's comments 2019-11-14 11:34:20 -03:00
Maximiliano Redigonda c56be37340
Merge pull request #658 from mredigonda/update-translations
Fixes languages according to issue #619
2019-11-11 16:12:35 -03:00
Maxi Redigonda 545c910d5e Fixes languages according to issue 619 2019-11-11 12:55:14 -03:00
Guillermo Giuliana b81c628faa Search ticket path backend 2019-11-10 16:14:30 -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 5ab155f8ce Adds test to /system/get-logs 2019-11-08 11:06:47 -03:00
Maxi Redigonda fa5300a731 Fix small issue, now all names of authors of logs are stored. 2019-11-08 10:57:25 -03:00
Maxi Redigonda a883f4d430 Creates ticket session when an unlogged user creates a ticket.
Fixes runtime error when there is no author associated with a log.
2019-11-08 10:41:50 -03:00
Maxi Redigonda bedf55d1ad Makes createLog function store authorName. 2019-11-08 10:08:14 -03:00
Maxi Redigonda f5f78a549c Adds test to manage tickets when the user system is disabled 2019-11-07 17:43:47 -03:00
Maxi Redigonda 431ef44c8d Makes users able to comment on tickets when there is no user system, and fixes logs 2019-11-07 15:27:26 -03:00
Maxi Redigonda e12857392b Merge branch 'master' of https://github.com/opensupports/opensupports into invite-users-feature 2019-10-31 21:05:34 -03:00
Maxi Redigonda 364f10f03a Removes outdated commented line adding the /staff/add controller 2019-10-31 16:15:16 -03:00
Maxi Redigonda 87e2984fa4 Removes /staff/add path, updates tests accordingly, and adds log when a staff member is invited 2019-10-31 16:13:04 -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