Menu

Tree [8840eb] master /
 History

HTTPS access


File Date Author Commit
 api 2015-01-06 Jared Hancock Jared Hancock [adc9df] api: Use sessions for API — required for SSO
 apps 2014-04-02 Jared Hancock Jared Hancock [55eae1] lint: Fix several issues from regression tests
 assets 2014-08-21 Jared Hancock Jared Hancock [109c9e] forms: Use new upload field on the client portal
 css 2014-10-30 Chefkeks Chefkeks [1faad2] UI: Fix datepicker vs. redactor toolbar z-index...
 images 2014-07-24 Jared Hancock Jared Hancock [f7d2ca] i18n: Clients can elect an interface lang
 include 2016-07-01 Andrew Peng Andrew Peng [f0db15] Updated ticket.autoreply.yaml
 js 2014-12-29 Jared Hancock Jared Hancock [d9cf38] files: Provide unified download script
 kb 2014-12-29 Jared Hancock Jared Hancock [d9cf38] files: Provide unified download script
 pages 2014-06-27 Jared Hancock Jared Hancock [3520cf] Add translations for new and moved strings
 scp 2014-12-29 Jared Hancock Jared Hancock [d9cf38] files: Provide unified download script
 setup 2014-12-18 Jared Hancock Jared Hancock [1e686f] i18n: Fix a couple of small things for setup UI
 .gitignore 2014-10-02 Jared Hancock Jared Hancock [9c2fca] i18n: pdf: Use Adobe CJK output be default
 LICENSE.txt 2012-03-19 Jared Hancock Jared Hancock [2bdbaf] 1.7 Developer Pre-Release
 README.md 2015-01-06 Jared Hancock Jared Hancock [beea3b] Add reference to the JIPT site
 UPGRADING.txt 2013-10-31 Jared Hancock Jared Hancock [42afce] Update release notes for v1.7.3
 WHATSNEW.md 2015-01-12 Jared Hancock Jared Hancock [ad8a5a] Add release notes
 account.php 2014-06-30 Jared Hancock Jared Hancock [c0e411] Complete translations for new content
 ajax.php 2014-10-14 Jared Hancock Jared Hancock [60b09f] draft: Allow clients to delete their draft
 bootstrap.php 2014-09-19 Peter Rotich Peter Rotich [da497a] Add ListObject utility class
 captcha.php 2013-02-19 Peter Rotich Peter Rotich [252c9c] Update copyright (c) to 2013!
 client.inc.php 2015-01-12 Jared Hancock Jared Hancock [6bb784] oops: Allow usage of file.php if system is offline
 file.php 2015-01-06 Jared Hancock Jared Hancock [74e21b] oops: Avoid double download of scaled images
 index.php 2014-08-06 Jared Hancock Jared Hancock [5b2cb7] i18n: Fix layout issues with customer portal
 login.php 2014-07-18 Jared Hancock Jared Hancock [17d5db] Fix potential XSS vulnerability on user's name
 logo.php 2013-07-16 Jared Hancock Jared Hancock [6dc05f] Allow custom logo integration on client site
 logout.php 2014-10-22 Jared Hancock Jared Hancock [ee0bc2] Fix a few possible errors and warnings
 main.inc.php 2014-08-14 Peter Rotich Peter Rotich [e317e7] Support packing system messages into the session
 offline.php 2013-03-18 Thane de Loth Thane de Loth [7042e6] Adopt translation work from Thane de Loth
 open.php 2014-08-27 Jared Hancock Jared Hancock [ee65d4] forms: Remove old attachment config settings
 profile.php 2014-03-19 Jared Hancock Jared Hancock [6074f1] Profile update for clients
 pwreset.php 2014-06-27 Jared Hancock Jared Hancock [3520cf] Add translations for new and moved strings
 secure.inc.php 2014-03-22 Jared Hancock Jared Hancock [01e6e1] Redirect to originally-requested page on login
 tickets.php 2014-09-11 Jared Hancock Jared Hancock [e2002b] oops: Fix crash in enduser web portal on reply
 view.php 2014-06-06 Jared Hancock Jared Hancock [dcafe2] Users can visit more than one ticket via link
 web.config 2014-05-15 Jared Hancock Jared Hancock [78a47c] Fixup web.config for newly patched IIS

Read Me

osTicket

osTicket is a widely-used open source support ticket system. It seamlessly
integrates inquiries created via email, phone and web-based forms into a
simple easy-to-use multi-user web interface. Manage, organize and archive
all your support requests and responses in one place while providing your
customers with accountability and responsiveness they deserve.

How osTicket works for you

  1. Users create tickets via your website, email, or phone
  2. Incoming tickets are saved and assigned to agents
  3. Agents help your users resolve their issues

osTicket is an attractive alternative to higher-cost and complex customer
support systems; simple, lightweight, reliable, open source, web-based and
easy to setup and use. The best part is, it's completely free.

Requirements

  • HTTP server running Microsoft® IIS or Apache
  • PHP version 5.3 or greater
  • mysqli extension for PHP
  • MySQL database version 5.0 or greater

Recommendations

  • gd, gettext, imap, json, mbstring, and xml extensions for PHP
  • APC module enabled and configured for PHP

Deployment

osTicket now supports bleeding-edge installations. The easiest way to
install the software and track updates is to clone the public repository.
Create a folder on you web server (using whatever method makes sense for
you) and cd into it. Then clone the repository (the folder must be empty!):

git clone https://github.com/osTicket/osTicket-1.8 .

And deploy the code into somewhere in your server's www root folder, for
instance

cd osTicket-1.8
php setup/cli/manage.php deploy --setup /var/www/htdocs/osticket/

Then you can configure your server if necessary to serve that folder, and
visit the page and install osTicket as usual. Go ahead and even delete
setup/ folder out of the deployment location when you’re finished. Then,
later, you can fetch updates and deploy them (from the folder where you
cloned the git repo into)

git pull
php setup/cli/manage.php deploy -v /var/www/htdocs/osticket/

Upgrading

osTicket supports upgrading from 1.6-rc1 and later versions. As with any
upgrade, strongly consider a backup of your attachment files, database, and
osTicket codebase before embarking on an upgrade.

To trigger the update process, fetch the osTicket-1.8 tarball from either
the osTicket github page
or from the osTicket website. Extract the tarball
into the folder of your osTicket codebase. This can also be accomplished
with the zip file, and a FTP client can of course be used to upload the new
source code to your server.

Any way you choose your adventure, when you have your codebase upgraded to
osTicket-1.7, visit the /scp page of you ticketing system. The upgrader will
be presented and will walk you through the rest of the process. (The couple
clicks needed to go through the process are pretty boring to describe).

WARNING: If you are upgrading from osTicket 1.6, please ensure that all
your files in your upload folder are both readable and writable to your
http server software. Unreadable files will not be migrated to the
database during the upgrade and will be effectively lost.

View the UPGRADING.txt file for other todo items to complete your upgrade.

Help

Visit the wiki or the
forum. And if you'd like professional help
managing your osTicket installation,
commercial support is available.

Contributing

Create your own fork of the project and use
git-flow to create a new feature. Once
the feature is published in your fork, send a pull request to begin the
conversation of integrating your new feature into osTicket.

Localization

Crowdin

The interface for osTicket is now completely translatable. Language packs
are available on the download page. If you
do not see your language there, join the Crowdin
project and request to have your language added. Languages which reach 100%
translated are are significantly reviewed will be made available on the
osTicket download page.

The software can also be translated in place in our [JIPT site]
(http://jipt.i18n.osticket.com). Once you have a Crowdin account, login and
translate the software in your browser!

Localizing strings in new code requires usage of a few rules.

License

osTicket is released under the GPL2 license. See the included LICENSE.txt
file for the gory details of the General Public License.

osTicket is supported by several magical open source projects including:

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.