- Jan 20, 2014
-
-
Jared Hancock authored
Add the current backend to the list results output Add a --limit switch to support limit results sent to a command like `migrate`
-
Jared Hancock authored
Allows for backend listing, file listing, single file dump and file migration.
-
Jared Hancock authored
Allow arguments to have sub-command 'options', so an argument like 'action' can have a specified list of values, each with respective help output.
-
Jared Hancock authored
-
Jared Hancock authored
Ticket Access Link Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
Ticket owner as well as collaborators can request access link by entering email and ticket number.
-
Jared Hancock authored
Update recipients count in realtime Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
A ticket owner can't be a collaborator.
-
Peter Rotich authored
Allow clients to edit their information Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
-
Jared Hancock authored
This reverts commit bc773adb.
-
Jared Hancock authored
Ticket count Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Jared Hancock authored
Administrators can disable client edits of ticket information. Hopefully, this will eventually be replaced by role-based ACLs placed on individual forms and fields.
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
Conflicts: include/staff/template.inc.php scp/js/scp.js
-
Jared Hancock authored
Conflicts: include/mysqli.php
-
Jared Hancock authored
-
Jared Hancock authored
Allow staff to cancel user lookup popup when creating a new ticket Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
Make using `realpath` safer Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
The change will allows staff to open a new ticket without going through the "forced" user lookup popup. On cancel the staff is presented with a simplified user info form with email and name being the only fields required.
-
Peter Rotich authored
Include collaborator tickets on search by user.
-
Peter Rotich authored
-
- Jan 19, 2014
-
-
Peter Rotich authored
search: Improve typeahead search results Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Revisit template management page Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
forms: Allow decl of prompt and default for choices Reviewed-By:
Peter Rotich <peter@osticket.com>
-
- Jan 18, 2014
-
-
Peter Rotich authored
Previously you had to click "Save Changes" for the count to be reflected on ticket view page.
-
Peter Rotich authored
Fix parameter count to TicketLock::lookup Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
Required for PHP 5.5 compatibility
-
Jared Hancock authored
Fixup search for users with hits in an searchable authentication backend: * If there is a hit for the remote backend, include that in the search for local users by email address. If there is a hit locally for the same email address, then remove the remote hit from the search results. Fixup typeahead results * Abort previous search requests when the user enters more text into the search fields. This makes the search box feel more consistent, and avoids the case where the user finishes typing and valid search hits never appear
-
Peter Rotich authored
Pluggable storage infrastructure Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
If a plugin refuses to be uninstalled, allow it to set an error to be displayed on the management page.
-
Jared Hancock authored
Add `attrs` field for backend state information (multi-part migration, multi-part upload, etc). Change `size` to be an integer rather than text field. (Storage space will be about the same, but int makes more sense). Size the `key` and `signature` for ~512 bits. The base64 encoding allows 6-bits per char. At 86 chars, we have 516 bits maximum space.
-
Jared Hancock authored
Fixes the rewriting of the `key` field in the ticket thread body. The storage de-duplication system may replace the `key` value with an existing one. The ticket thread system will use the `key` value assigned when the file is committed to the database or the existing key of the duplicate file. Also fixup installation issues with the attachment storage plugin architecture
-
Jared Hancock authored
-
Jared Hancock authored
* Include a `bk` column to store the storage backend * Include a `signature` column which represents a repeatable hash of the file contents * Rename `hash` to `key` since it isn't a real hash
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-