- Jul 29, 2014
-
-
Ian Webb authored
-
- Jun 19, 2014
-
-
Jared Hancock authored
-
- May 23, 2014
-
-
Jared Hancock authored
-
- May 08, 2014
-
-
Peter Rotich authored
Make the organization page happy!
-
- 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 11, 2014
-
-
Peter Rotich authored
Previously we required an account to associate a user to an organization.
-
- Apr 02, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
- Mar 25, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
- Mar 17, 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 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
-
- Jan 15, 2014
-
-
Peter Rotich authored
Conflicts: include/upgrader/streams/core.sig
-
- 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 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
-
- Nov 27, 2013
-
-
Jared Hancock authored
-
Jared Hancock authored
This includes the initial concept of pluggable authentication along with the initial concept for a plugin management system.
-
- Nov 26, 2013
-
-
Peter Rotich authored
-
- Nov 20, 2013
-
-
alpianon authored
line 199: in case of custom upgrade streams, variable $signature contains the last value from the foreach cycle at line 130, not the core schema signature! line 209: if we do not insert schema signatures for each custom stream, after install osTicket thinks it needs an upgrade and gets stuck (see function isUpgradePending() in class.ticket)
-
- Nov 19, 2013
-
-
Jared Hancock authored
-
- Nov 15, 2013
-
-
Jared Hancock authored
-
- Nov 14, 2013
-
-
Jared Hancock authored
-
- Nov 13, 2013
-
-
Jared Hancock authored
-
- Oct 29, 2013
-
-
Jared Hancock authored
Overhaul the popup tips from the installer to make them translatable and work toward popovers for all the admin and staff panel settings.
-
Jared Hancock authored
-
- Oct 17, 2013
-
-
Jared Hancock authored
Validate port during installation Add help information about the non-standard port number to the popup tips in the install screen. Support MySQL 'localhost' connections using a non-standard port number. Ordinarily, MySQL will ignore the port setting on *nix systems if the host is specified as 'localhost' Implements/Fixes #769
-
- Oct 14, 2013
-
-
Jared Hancock authored
-
- Oct 11, 2013
-
-
Jared Hancock authored
* Ticket created after installation * Ticket created after upgrades
-
Jared Hancock authored
Add help information about the non-standard port number to the popup tips in the install screen. Support MySQL 'localhost' connections using a non-standard port number. Ordinarily, MySQL will ignore the port setting on *nix systems if the host is specified as 'localhost'
-
- Oct 10, 2013
-
-
Jared Hancock authored
-
- Oct 09, 2013
-
-
Jared Hancock authored
Fixup several minor bugs concerning initial experience
-
Jared Hancock authored
Moved to an initial form which specifies the ticket's priority and issue and changed the rendering to render things properly. Now the user can decide where priority shows on the client side, and the priority privacy setting is placed in the dynamic form wizard. The standard form is added to every ticket without option. Extra forms can be defined and associated with help topics which can additionally be added to tickets upon creation. This allows for standardization of the dynamic data location for searches and filtering. Implemented advanced search for dynamic data. Along with reinstating the basic ticket search on keywords Implemented ticket filtering on dynamic data for both keyword searches as well as searches for special fields (drop-down lists, etc.) Phone number for users is now completely optional
-