Commit Graph

528 Commits (263a5804c84b62c67f99ad8ac9f3344e5056e765)

Author SHA1 Message Date
Mike Koch 7afb51164a Closes #274 Add setting for setting category sort 9 years ago
Mike Koch 9edb0095a4 #274 Add category sort property for dropdowns and table 9 years ago
Mike Koch 8a9045df40 Merge pull request #267 from mkoch227/large-space-when-requesting-location
Display map div only after getting location
9 years ago
Mike Koch a202808f0b Merge pull request #268 from mkoch227/knowledgebase-footer
Hopefully fixed the footer...again
9 years ago
Mike Koch 306efad3a0 Merge pull request #269 from mkoch227/fix-reply-layout
Fix response layouts
9 years ago
Mike Koch 0373f60936 [MFH-2] Fix status validation #resolve 9 years ago
Mike Koch 47f4978d5b Closes #263 Fix response layouts 9 years ago
Mike Koch 5b1961159b Closes #259 Hopefully fixed the footer...again 9 years ago
Mike Koch 9986e41c5c Closes #262 Display map div only after getting location 9 years ago
Mike Koch 72a8d22982 Some tweaks to permission templates 9 years ago
Mike Koch 40afa50bca #255 Update headers 9 years ago
Mike Koch 139853e0d4 #255 Update code for 2.6.3 9 years ago
Mike Koch cc58d84311 #196 Add template name to table 9 years ago
Mike Koch 81553d4885 #196 Patch up some permission stuff 9 years ago
Mike Koch 9a5bc49ac1 #196 Fix some "custom" template stuff 9 years ago
Mike Koch 18411f652a #196 Can now save/update templates 9 years ago
Mike Koch ebfc51b302 #196 Bring back can_man_settings 9 years ago
Mike Koch ef85d1c5f3 #196 Add permission type and navbar link to templates page 9 years ago
Mike Koch c21b5f24bb #196 Set any user's permission group to 'Custom' if the template was changed 9 years ago
Mike Koch 53e7031117 #196 Allow the template name to be changed 9 years ago
Mike Koch 1247024b61 #196 Don't let templates 1 and 2 be toggled from admin to non-admin (and vice-versa) 9 years ago
Mike Koch 445cf44258 #196 Permission groups can now be deleted and converted b/t admin/non-admin 9 years ago
Mike Koch 82896346ec #196 Can now update permission templates 9 years ago
Mike Koch 8328d206fc #196 Add icon for designating permission template as admin template 9 years ago
Mike Koch 723674fab1 #196 More progress on permission templates 9 years ago
Mike Koch e095534648 #196 Can now output permission groups 9 years ago
Mike Koch 0cff279adb #196 Move feature list into common 9 years ago
Mike Koch 7f4b1036a7 #196 Change query 9 years ago
Mike Koch 5af37d5616 #196 Some boilerplate stuff 9 years ago
Mike Koch b4315dc62a #208 Add permission for setting manager 9 years ago
Mike Koch b6c0d20215 #208 Revoke manager rights if they are deactivated / deleted
Or if category access is removed
9 years ago
Mike Koch 09b53031db #208 Only show non-admins 9 years ago
Mike Koch 4ee1095e9c #208 Remove unecessary TODOs 9 years ago
Mike Koch da02eca770 \# 208 Add category to user if they can't see it
This makes it much easier to tell if the user has access to the category
or not, instead of querying for which categories the user is manager of.
9 years ago
Mike Koch 69b8aaadfe #208 Manager can now access all ticket-related functions 9 years ago
Mike Koch 96fe276ea0 #208 Update some security stuff for managers. Still have a lot to do 9 years ago
Mike Koch f4fc8ecf43 #208 Manager should have all ticket-related privileges 9 years ago
Mike Koch eaf79776c7 Still need to setup security, though 9 years ago
Mike Koch 91a25a942e Allow staff to set location 9 years ago
Mike Koch 259e8d79a0 #204 Allow staff to see "friendly" street name 9 years ago
Mike Koch 73264a6af0 #204 Reset button group when closing w/out saving 9 years ago
Mike Koch 1efb9b69b5 #204 Allow staff to change location if necessary 9 years ago
Mike Koch a6328e3be8 #204 Process error handling on staff-side 9 years ago
Mike Koch 38704b2c12 #204 Map is now in a modal and can be obtained via FontAwesome icon 9 years ago
Mike Koch b44884a99e #204 Use leaflet to get a basic map displayed.
Still needs to be improved though. Also may not use the CDN.
9 years ago
Mike Koch 480067381c #204 Only show crosshair if location is enabled 9 years ago
Mike Koch 4300bf03fd #204 Add setting for location tracking 9 years ago
Mike Koch 83525aabb5 #204 Add crosshair to ticket subject to view location 9 years ago
Mike Koch 7a9e20557b Closes #237 Add options to show # of merged tickets in ticket table 9 years ago
Mike Koch 4635050ac6 Remove validation from settings save and into manage statuses save 9 years ago
Mike Koch 86ad762b03 #195 Add some more "MFH" badges 9 years ago
Mike Koch f4e69e90e2 #195 Add warning to old general/statuses area indicating move 9 years ago
Mike Koch 1d32ed3887 Fix permission name for email templates, add other two tools to navbar check 9 years ago
Mike Koch ddc15f3ad0 #195 Add permission for manage ticket statuses 9 years ago
Mike Koch 6d62492cc7 Actually show an error message if the template could not be saved 9 years ago
Mike Koch afa279d98d #195 Moved statuses to Tools menu
Still need to add the permission
9 years ago
Mike Koch cc1d6dee77 #195 Moved all settings from the general tab into their new locations 9 years ago
Mike Koch f3e00678d1 Merge pull request #241 from mkoch227/alignment-issues
Alignment issues
9 years ago
Mike Koch e950f7fce8 Fixes #240 show the sidebar regardless of number of articles 9 years ago
Mike Koch 494fe73078 #233 Fix footer on new_ticket 9 years ago
Mike Koch 919e5718f7 #233 Fix footer in knowledgebase 9 years ago
Mike Koch d2a14c0c53 #233 Fix footer on reports page 9 years ago
Mike Koch a13fe410cf Closes #236 fix markup for knowledgebase folder icons 9 years ago
Mike Koch aa86a094eb #233 Fix some alignment issues 9 years ago
Mike Koch 33dc2c3a9c Closes #141 Show correct icon for each service message 9 years ago
Mike Koch f4c6588e41 Store the selected icon into the DB 9 years ago
Mike Koch 75636fa9ac #141 Add reset button to iconpicker 9 years ago
Mike Koch f927fb8f2b #141 Implement bootstrap-iconpicker 9 years ago
Mike Koch 7aabc1a4ae Revert "#141 Implement the icon picker"
This reverts commit e6bef55986.
9 years ago
Mike Koch e6bef55986 #141 Implement the icon picker
Still need to actually add the icons by parsing the YAML file of FontAwesome icons
9 years ago
Mike Koch 9defb24235 Merge branch 'master' into service-messages
Conflicts:
	language/en/text.php
9 years ago
Mike Koch 082aa5ff33 Basic starting point for service message updates 9 years ago
Mike Koch b10d4ae971 Fixes #228 Fix file path for plaintext templates 9 years ago
Mike Koch 15bbdcd978 Closes #225 Fix inserting for new statuses 9 years ago
Mike Koch 0ae1d46aa7 Fixes #213 Only add attachments if %%MESSAGE%% tag is present 9 years ago
Mike Koch 50da09b201 Fixes #217 Perform case-insensitive comparison for file extensions
Also include jpeg as a valid photo extension
9 years ago
Mike Koch a914642622 Closes #200 Actually link the button to the download file 9 years ago
Mike Koch 8963d7396c #146 Update delete attachment queries 9 years ago
Mike Koch fb25ee73d3 Merge branch 'master' into attachments-in-emails 9 years ago
Mike Koch ad1580bf0c Closes #194 Widen admin_main and show_tickets to the full page 9 years ago
Mike Koch 823332a2ee #146 Add setting for attachments to the settings page 9 years ago
Mike Koch 190b3ff475 #146 Attachments can now be embedded directly into emails
Only tested SMTP, still need to check PHP mail() and Mailgun
9 years ago
Mike Koch 297afdbf88 #153 Finish adding basic "recent tickets" information 9 years ago
Mike Koch 93ffba2a43 #153 got basic output going. just need to add links and color-coded circles with tooltips 9 years ago
Mike Koch 069c2ebc26 Fixes #191 Only show statuses relevant to the default action (open/closed/don't care) 9 years ago
Mike Koch 6d01eebb5e Add option for default status for when tickets are autoclosed 9 years ago
Mike Koch eff75b27b1 Fix a small bug with auto-close and only auto-close if staff is allowed to 9 years ago
Mike Koch 8be17f91e7 Only show "close ticket" if staff can close it 9 years ago
Mike Koch 62d19e255e #157 Add closable setting to statuses
Still need to enforce this though
9 years ago
Mike Koch 0fce992568 #169 Show link to other tools pages 9 years ago
Mike Koch 570ab0e54f #169 Add can_manage_email_template permission 9 years ago
Mike Koch 5b68f5f926 Can now edit and save email templates 😀 9 years ago
Mike Koch 685bf6b008 #169 In a somewhat broken state. Can't use modals due to TinyMCE not wanting to resize inside of a modal. 9 years ago
Mike Koch 89efb15cd0 #169 Now able to dump list of template files and add links for HTML/plaintext 9 years ago
Mike Koch bc2f2a67a5 Add some more to email templates 9 years ago
Mike Koch 9e43cc20e1 Got started on the email templates page. Nothing fancy 9 years ago
Mike Koch 5a4821f921 Fixes #181 update notify_customer_(new|reply) and show_suggested on profile page 9 years ago
Mike Koch 7ed4d23df4 #186 Fix indentation 9 years ago
Mike Koch c4b039f41c Fixes #186 fix footer on show_tickets page 9 years ago
Mike Koch 79c261ce7e Fixes #183 turn off all notifications when clicking the deactivate icon 9 years ago
Mike Koch a4b7e22c1c Fixes #185 Add true parameter to hesk_date for notes 9 years ago
Mike Koch e11745c4cc Update headers to 2.6.2 9 years ago
Mike Koch 79ebb90789 Closes #176 restyle attachments to be more responsive
While keeping the same features 😀
9 years ago
Mike Koch e9ff6b42ea #176 Something different, but still not working right 9 years ago
Mike Koch 28196447fb Fixes #175 Fixed the layout of responses when using reply at top
The markup is invalid in the source code, but it somehow makes it work. Strange...
9 years ago
Mike Koch 5944ad1731 Fixes #179 fix ability to set auto refresh value when creating/editing users 9 years ago
Mike Koch 489f8c41c9 Closes #174 Update export.php to match HESK 2.6.2 9 years ago
Mike Koch bbe8ea7ca5 Closes #170 manage_knowledgebase now sets type based on helpdesk setting 9 years ago
Mike Koch ef3fd06cab #170 Add settings option for default KB article type 9 years ago
Mike Koch ae7e022b3e Fixes #173 Escape HTML-sensitive characters in placeholders 9 years ago
Mike Koch 23dc02399f Update headers that weren't changed to 2.6.1 9 years ago
Mike Koch f0bbff9626 Closes #152 Allow user to disable bootstrap-theme.css 9 years ago
Mike Koch ffcd684bb3 Closes #160 Add update checking for Mods for HESK 9 years ago
Mike Koch 9411f9f980 Closes #164 Tweak login UI to allow for longer strings 9 years ago
Mike Koch 4c823d351d Closes #150 disable and uncheck "send email" if email field is empty 9 years ago
Mike Koch b1fee291eb Closes #148 add modsForHesk_settings.inc.php status to sidebar 9 years ago
Mike Koch 240f18ceb6 Remove beta tag on HTML emails 9 years ago
Mike Koch edf0f7c852 Fix some bugs on the profile page 9 years ago
Mike Koch 6c43184c50 #147 Fix tooltips on IE 9 years ago
Mike Koch 8e585cd262 Closes #144 Updated to HESK 2.6.1 9 years ago
Mike Koch 5e9eb4f355 Add after reply setting to create user 9 years ago
Mike Koch 9e116d1172 Closes #138 Fix notification settings when saving 9 years ago
Mike Koch 17b714c97e #136 Update service_messages 9 years ago
Mike Koch 7cf8f53109 #136 Update reports 9 years ago
Mike Koch dcff56a6f6 #136 Update password.php 9 years ago
Mike Koch 4dc9697783 #136 Update manage_knowledgebase 9 years ago
Mike Koch 78f20cf66e #136 Update knowledgebase_private 9 years ago
Mike Koch ec02ea41e3 #136 Update admin index.php 9 years ago
Mike Koch 5025b44a55 #136 Update delete_tickets 9 years ago
Mike Koch d0fbcf9b27 #136 Update change_status 9 years ago
Mike Koch fa17916280 #136 Update admin_ticket 9 years ago
Mike Koch 83d65b0a37 #136 Update admin_settings_save 9 years ago
Mike Koch b842fba2f2 #136 Update admin_settings 9 years ago
Mike Koch 61ec7728c4 Squashed commits:
[9157ee5] squish with version change
[de99bb5] squish with version only changes
[a9954fa] squish with version commit
[f67c9c4] #136 Update print
[032dbfc] #136 Update submit_ticket
[5a41ae9] squish with version commit
[9dc287b] squish with version commit
9 years ago
Mike Koch 4b91ff12bc More UI updates 9 years ago
Mike Koch f24cf39529 Look for ==, not ===
$_POST['s_smtp'] is a string, not an int.
9 years ago
Mike Koch c532369fd4 Closes #106: Support HTML-formatted emails 9 years ago
Mike Koch c2d38c8a0a #126 / #106 Add Mailgun and HTML emails to settings page 9 years ago
Mike Koch 851da38297 #126 Partial UI update for Mailgun 9 years ago
Mike Koch daaaead1f7 #122 Patch up some syntax errors 9 years ago
Mike Koch da259b984d #122 Patch up some files that weren't updated for custom statuses 9 years ago
Mike Koch c184cc3c1b #105 Allow staff to indicate language when creating ticket and when editing 9 years ago
Mike Koch 1aeb19539f Closes #118 Fix critical XSS vulnerability 9 years ago
Mike Koch aa051b76e8 #120 Updated ticket templates styling 9 years ago
Mike Koch 6c8b0491c3 #119 Fix IDs 9 years ago
Mike Koch fb75acbe4f #112 Default value to cc if not explicitly stated 9 years ago
Mike Koch f290ac865b #112 Don't show cc/bcc as the value if it's an email field 9 years ago
Mike Koch 975037c29d #112 Add email custom field type
Still need to add it to email functions
9 years ago
Mike Koch ed4dcdc54c #96 Improve attachment viewing on ticket attachments
- Image thumbnail if the file type is a supported image extension
- Clicking on image shows modal with image.
9 years ago
Mike Koch 96a0269983 Finished some TODOs and related articles 9 years ago
Mike Koch 4aa23af770 Fix undefined variable 9 years ago
Mike Koch 8fd8d2345b #110 Miscellaneous UI tweaks 9 years ago
Mike Koch 5da1782806 #110 Use the new progress bar for categories 9 years ago
Mike Koch bdf44e0a16 #110 Update user management / profile pages 9 years ago
Mike Koch 756e60426d #110 Update admin_ticket to submit as any status, as well as cust. reply 9 years ago
Mike Koch 7bfe92747f #110 Restyle edit_note 9 years ago
Mike Koch f00c386388 #110 Some admin_settings page tweaks to improve viewing 9 years ago
Mike Koch 5c3aea591b #110 Update notes section and ban icons 9 years ago
Mike Koch 91366130bc #110 Update change priority style 9 years ago
Mike Koch cc778262a6 #110 Update manage_ticket_templates 9 years ago
Mike Koch 81187235f8 #110 Fix manage_canned submit text 9 years ago
Mike Koch 9cf1ef09d1 #110 Update password.php 9 years ago
Mike Koch dd958b6946 #110 Update Service Messages page 9 years ago
Mike Koch a185d1cf8e #110 Restyled banned_ips 9 years ago
Mike Koch 4ecf5c8d45 #110 Fix tab name and trailing </td> 9 years ago
Mike Koch 02b6778c37 #110 Restyle banned_emails 9 years ago
Mike Koch ae1d7fc19b #92 Update files that are in MFH but didn't have any code changes 9 years ago
Mike Koch 688054c7ab #92 Update reports.php 9 years ago
Mike Koch a83a32ec77 #92 Update options.php 9 years ago
Mike Koch 8e553fe61c #92 Update new_ticket.php 9 years ago
Mike Koch a9cd48eb26 #92 Update manage_knowledgebase 9 years ago
Mike Koch 3ec6b91e80 #92 Update manage_categories 9 years ago
Mike Koch 73a160771a #92 Update manage_canned
Will add a dropdown to the navigation for ticket templates, rather than tabs
9 years ago
Mike Koch 30cd5b285e #92 Update mail.php 9 years ago
Mike Koch aadfc573cd #92 Update lock.php 9 years ago
Mike Koch 723170496e #92 Update knowledgebase_private 9 years ago
Mike Koch 2cf6dcef88 #92 Update admin index.php 9 years ago
Mike Koch 94cea88ed9 #92 Update find_tickets 9 years ago
Mike Koch 663ad4728a #92 Update export 9 years ago
Mike Koch 86c1980108 #92 Update edit_post 9 years ago
Mike Koch 4eb9d2b47f #92 Update delete_tickets 9 years ago
Mike Koch bbe69f8f83 #92 Update change_status.php (admin) 9 years ago
Mike Koch 8d5cfb9128 #92 Mostly updated admin_ticket
Still need to make some changes per issue #110
9 years ago
Mike Koch 78e5d11384 #92 Update admin_submit_ticket 9 years ago
Mike Koch d45c2d5ab9 #92 Update admin_settings_save.php 9 years ago
Mike Koch f5f02d4200 #92 Update admin_settings.php 9 years ago
Mike Koch 333789961e #88 Remove IP / email bans function 9 years ago
Mike Koch b886eeedde #88 Remove customer email notifications profile setting 9 years ago
Mike Koch 41030daad0 #88 Remove email customer on ticket closed feature 9 years ago
Mike Koch 63ed75c7ef #88 Remove edit note functionality 9 years ago
Mike Koch e56bde8e2d #88 Remove attachments to notes feature 9 years ago
Mike Koch 8bf124fa8b Merge branch 'master' into remove-2-6-0-features
Conflicts:
	admin/admin_settings.php
	admin/admin_settings_save.php
	modsForHesk_settings.inc.php
9 years ago
Mike Koch 4a410887f7 Miscellaneous settings page changes 9 years ago
Mike Koch 029e2ffa65 Closes #102 add MySQL version to settings page 9 years ago
Mike Koch 351bb5c272 Add select/deselect all buttons to multiselect custom fields 9 years ago
Mike Koch e339b90efd #30 Let the page actually save the setting 9 years ago
Mike Koch 418338c509 Closes #101 Edit post should support the new custom fields 9 years ago
Mike Koch a762682ddb Closes #99 Only attempt to send email if ticket's email is not blank 9 years ago
Mike Koch dde55cf4e1 #91 Support multilanguage custom fields 10 years ago
Mike Koch 94b5f65241 #91 Show respective text on custom fields page depending on MFH setting 10 years ago
Mike Koch e2c6e2c179 #91 Save custom field multilanguage selection.
Also fixed popovers so they're aren't crammed in on the MFH settings section
10 years ago
Mike Koch a003a9d89f #91 Some UI updates for multilanguage custom field support 10 years ago
Mike Koch 16606f75b9 #91 Add UI setting for enabling language file custom fields 10 years ago
Mike Koch 69a514a057 #91 Multiselect custom field now working 10 years ago
Mike Koch 2b234e8e1d #91 Finished date custom fields 10 years ago
Mike Koch b449953950 #91 Dates must be in YYYY-MM-DD format
To prevent any ambiguous M/D/Y vs D/M/Y dates
10 years ago
Mike Koch f9590fe67c #91 add date/multiselect to before/after for both pages 10 years ago
Mike Koch e1880316d7 #91 Actually store the actual timestamp from the date entered 10 years ago
Mike Koch 5941bf7e35 #91 Use jQuery UI's date picker rather than HTML 5 date field
To ensure cross-browser compatibility
10 years ago
Mike Koch 085d1b6d22 Multiselect is already working 10 years ago
Mike Koch e943e44f29 #91 Support multi-select and date custom fields on new ticket page (admin) 10 years ago
Mike Koch 50f5ce4596 #91 Add new custom field options to the array of possible choices 10 years ago
Mike Koch 46e09d618c #91 Add options text for the new custom field types 10 years ago
Mike Koch 73be89c472 #91 Add new custom field options to settings dropdown 10 years ago
Mike Koch 773837d6f3 Revert "Revert the removal of some features...for now"
This reverts commit 0924dd5cc8.
10 years ago
Mike Koch 0924dd5cc8 Revert the removal of some features...for now
This reverts commit f61c05ac34.
10 years ago
Mike Koch 21781b20c7 Closes #89 selected from wrong table hame 10 years ago
Mike Koch f61c05ac34 #88 Remove WHOIS lookup capabilities 10 years ago
Mike Koch 16fc6dea86 #88 Remove maintenance mode feature 10 years ago
Mike Koch 8d3a66ded8 Fix version number retrieval for PHP versions before 5.5 10 years ago
Mike Koch 4b0a40ceaa Fix demo mode for the MFH demo site 10 years ago
Mike Koch d26ed0bac1 Run the query before hiding specific fields in demo mode 10 years ago
Mike Koch 2d7bfaf3d2 Closes #85 Version number now driven via database 10 years ago
Mike Koch ed6a0a9b7c #85 Remove version number from settings file 10 years ago
Mike Koch 64f6be511c Closes #83 now use Mods for Hesk instead of NuMods 10 years ago
Mike Koch bdd5402a2e Closes #67 Finished deleting attachments for notes 10 years ago
Mike Koch a1f7af11fc #67 Note attachments can now be downloaded 10 years ago
Mike Koch 2a9219cf25 #67 Partial implementation of adding attachments to the notes view
Still has things to fix and need to add deleting attachments
10 years ago
Mike Koch 65a80089c0 #67 Wired up part of the UI. Still need to add section to view attachments 10 years ago
Mike Koch e84d9f3229 Closes #68: Notes can be edited 10 years ago
Mike Koch 26cfe83953 Closes #84: 'can_change_notification_settings' now respected by profile page 10 years ago
Mike Koch ad4fee1eb3 #84 Wired up the UI for changing notification setting permissions
Only non-admins can be restricted from changing notifications. Admins still can change freely
10 years ago
Mike Koch 6caaead890 Closes #66 Update the UI to allow users to change note emails 10 years ago
Mike Koch 3d4c0a99b7 #66 Business Logic portion of emails to admins are done.
Still need to add the option to the edit user / profile page
10 years ago
Mike Koch 219b722917 Closes #74: A new ticket can be modeled after an existing ticket
A dropdown on creation was not feasible, but this works just as well and can be used outside of HESK
10 years ago
Mike Koch 83b4b16d48 Closes #73: Send email to customer when ticket closed 10 years ago
Mike Koch 473f0f905c #72 Condensed the height of the green bar for staff 10 years ago
Mike Koch ade760b3b3 Closes #82 The active flag is an enum value (string), not an integer 10 years ago
Mike Koch a490a6ee5a Closes #75: Current user cannot be deleted, and god admin can't be disabled 10 years ago
Mike Koch 7b210df019 Revert "#57 Finished UI portion of customer category specification feature"
This reverts commit ef5e75696a.
10 years ago
Mike Koch ef5e75696a #57 Finished UI portion of customer category specification feature 10 years ago
Mike Koch a45d97a9db Closes #65: The god admin cannot be edited by other users 10 years ago
Mike Koch eff111e583 #62 The DB should treat a 1 as "notify the customer", not 0 10 years ago
Mike Koch 95c89c612a #62 Ticket screen now honors the email profile setting 10 years ago
Mike Koch 2c03c30e61 #62 The profile page can now handle default settings for sending emails on replies 10 years ago
Mike Koch 1fa8e19f98 Missed some content 10 years ago
Mike Koch 52cf5ab447 #59 Only pull back active users 10 years ago
Mike Koch 9c6436a27d #59 Don't show the deactivate icon for the current user 10 years ago
Mike Koch ddd1a05f65 #59 Don't allow users to deactivate themselves 10 years ago
Mike Koch bee3b84855 #59 Active users are now manageable 10 years ago