- May 07, 2014
-
-
Peter Rotich authored
Departments without email will use the system default email as the default outgoing email.
-
- Apr 28, 2014
-
-
NoobPsyBot authored
-
- Apr 14, 2014
-
-
Jared Hancock authored
-
- Mar 18, 2014
-
-
Yehuda Katz authored
-
- Mar 17, 2014
-
-
Jared Hancock authored
-
Peter Rotich authored
-
Jared Hancock authored
-
Jared Hancock authored
-
- Mar 14, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
- Mar 11, 2014
-
-
Jared Hancock authored
-
- Mar 10, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
- Feb 28, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
- Feb 19, 2014
-
-
Jared Hancock authored
-
- Feb 08, 2014
-
-
Jared Hancock authored
-
- Jan 31, 2014
-
-
Jared Hancock authored
-
- Jan 30, 2014
-
-
Jared Hancock authored
-
- Jan 27, 2014
-
-
Jared Hancock authored
This patch partially reverts the previous database migration patch which added a primary key to the table on the `thread_id` column. This column cannot be used, because there may be multiple entries for thread_id = 0. This also allows ticket_collaborator.isactive to be negative, as well as adds the database portion of regex support for ticket filters.
-
- Jan 23, 2014
-
-
Jared Hancock authored
-
- Jan 22, 2014
-
-
Jared Hancock authored
-
- Jan 21, 2014
-
-
Jared Hancock authored
-
- 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
-
- Jan 18, 2014
-
-
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
* 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
-
- Jan 17, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
- Jan 15, 2014
-
-
Peter Rotich authored
Conflicts: include/upgrader/streams/core.sig
-
- Jan 03, 2014
-
-
Jared Hancock authored
-
- Jan 02, 2014
-
-
Jared Hancock authored
And install initial data in target language. Also configure help tip popovers to be in the configured, default system language.
-
- Dec 13, 2013
-
-
Peter Rotich authored
Starting with v1.8 osTicket will require mysqli extension.
-
- Dec 12, 2013
-
-
Jared Hancock authored
-
- Dec 09, 2013
-
-
Jared Hancock authored
This patch allows for the specification of a socket in the database hostname field, such as localhost:/path/to/mysql.sock
-
Jared Hancock authored
-