-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
959ad47
commit f3f09c5
Showing
102 changed files
with
130,354 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,147 @@ | ||
/api/ | ||
/apps/ | ||
/include/cli/ | ||
/include/fpdf/ | ||
/include/i18n/ | ||
/include/pear/ | ||
/include/mpdf/ | ||
/include/plugins/ | ||
/include/ost-config.php | ||
/include/ost-sampleconfig.php | ||
/.directory | ||
/web.config | ||
/assets/default/ | ||
/assets/font/ | ||
/include/config | ||
/images | ||
/setup | ||
/account.php | ||
/ajax.php | ||
/avatar.php | ||
/bootstrap.php | ||
/captcha.php | ||
/file.php | ||
/css | ||
/js | ||
/login.php | ||
/logo.php | ||
/logout.php | ||
/main.inc.php | ||
/manage.php | ||
/open.php | ||
/profile.php | ||
/pwreset.php | ||
/secure.inc.php | ||
/pages | ||
/kb | ||
/tickets.php | ||
/view.php | ||
/scp | ||
/include/.htaccess | ||
/include/.MANIFEST | ||
/include/upgrader/streams | ||
/include/UniversalClassLoader.php | ||
/include/tnef_decoder.php | ||
/include/Spyc.php | ||
/include/PasswordHash.php | ||
/include/mysqli.php | ||
/include/JSON.php | ||
/include/index.php | ||
/include/htmLawed.php | ||
/include/html2text.php | ||
/include/class.yaml.php | ||
/include/class.xml.php | ||
/include/class.variable.php | ||
/include/class.validator.php | ||
/include/class.util.php | ||
/include/class.usersession.php | ||
/include/class.user.php | ||
/include/class.translation.php | ||
/include/class.topic.php | ||
/include/class.timezone.php | ||
/include/class.ticket.php | ||
/include/class.thread_actions.php | ||
/include/class.template.php | ||
/include/class.team.php | ||
/include/class.task.php | ||
/include/class.staff.php | ||
/include/class.sla.php | ||
/include/class.signal.php | ||
/include/class.setup.php | ||
/include/class.sequence.php | ||
/include/class.search.php | ||
/include/class.role.php | ||
/include/class.report.php | ||
/include/class.priority.php | ||
/include/class.pdf.php | ||
/include/class.passwd.php | ||
/include/class.page.php | ||
/include/class.ostsession.php | ||
/include/class.osticket.php | ||
/include/class.orm.php | ||
/include/class.organization.php | ||
/include/class.note.php | ||
/include/class.model.php | ||
/include/class.migrater.php | ||
/include/class.message.php | ||
/include/class.mailparse.php | ||
/include/class.mailfetch.php | ||
/include/class.mailer.php | ||
/include/class.log.php | ||
/include/class.lock.php | ||
/include/class.knowledgebase.php | ||
/include/class.json.php | ||
/include/class.import.php | ||
/include/class.i18n.php | ||
/include/class.http.php | ||
/include/class.filter.php | ||
/include/class.file.php | ||
/include/class.faq.php | ||
/include/class.export.php | ||
/include/class.error.php | ||
/include/class.email.php | ||
/include/class.draft.php | ||
/include/class.dispatcher.php | ||
/include/class.dept.php | ||
/include/class.csrf.php | ||
/include/class.crypto.php | ||
/include/class.cron.php | ||
/include/class.config.php | ||
/include/class.company.php | ||
/include/class.collaborator.php | ||
/include/class.client.php | ||
/include/class.cli.php | ||
/include/class.charset.php | ||
/include/class.category.php | ||
/include/class.captcha.php | ||
/include/class.canned.php | ||
/include/class.base32.php | ||
/include/class.banlist.php | ||
/include/class.api.php | ||
/include/class.attachment.php | ||
/include/class.app.php | ||
/include/class.ajax.php | ||
/include/api.cron.php | ||
/include/api.tickets.php | ||
/include/ajax.admin.php | ||
/include/ajax.config.php | ||
/include/ajax.draft.php | ||
/include/ajax.i18n.php | ||
/include/ajax.note.php | ||
/include/ajax.orgs.php | ||
/include/ajax.search.php | ||
/include/ajax.sequence.php | ||
/include/ajax.staff.php | ||
/include/ajax.tasks.php | ||
/include/ajax.thread.php | ||
/include/ajax.tickets.php | ||
/include/ajax.tips.php | ||
/include/ajax.upgrader.php | ||
include/staff/*.inc.php | ||
include/staff/pwreset.*.php | ||
include/staff/*.php | ||
include/staff/templates/*.tmpl.php | ||
!include/staff/templates/timezone.tmpl.php | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# ModularOsTicket: Free Adaptation of ModularAdmin for Osticket v.1.11 | ||
|
||
![Index](https://raw.githubusercontent.com/luffynando/ModularOsTicket/master/docs/screen1.png) | ||
|
||
This is adaptation of [ModularAdmin](https://github.com/modularcode/modular-admin-html) for Osticket with version 1.11. Please feel free to go and star repo initial. | ||
|
||
### Installing | ||
|
||
> **Note:** Before installing please make a copy of your osticket instance. This adaptation touches the core of osticket before any incompatibility is required to inform and install your previous copy. | ||
### 1. [Download ZIP](https://github.com/luffynando/ModularOsTicket/releases/latest) or Git Clone | ||
|
||
``` | ||
git clone https://github.com/luffynando/ModularOsTicket.git | ||
``` | ||
|
||
|
||
### Previews Screenshots | ||
|
||
![screen1](https://raw.githubusercontent.com/luffynando/ModularOsTicket/master/docs/screen1.png) | ||
![screen2](https://raw.githubusercontent.com/luffynando/ModularOsTicket/master/docs/screen2.png) | ||
![screen3](https://raw.githubusercontent.com/luffynando/ModularOsTicket/master/docs/screen3.png) | ||
![screen4](https://raw.githubusercontent.com/luffynando/ModularOsTicket/master/docs/screen4.png) | ||
|
||
## Support us! | ||
|
||
Buy me a coffe :gift_heart: [![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FT5BXTBCJWFD8) | ||
|
||
### Contribute | ||
|
||
Be part of our team! Feel free to open new issues/pull-requests. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.