- Jan 20, 2014
-
-
Peter Rotich authored
Ticket owner as well as collaborators can request access link by entering email and ticket number.
-
Peter Rotich authored
A ticket owner can't be a collaborator.
-
Peter Rotich authored
-
Jared Hancock authored
This reverts commit bc773adb.
-
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
-
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 18, 2014
-
-
Peter Rotich authored
Previously you had to click "Save Changes" for the count to be reflected on ticket view page.
-
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
-
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
-
- Jan 17, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Peter Rotich authored
This allows SSO backends to ingore authenticate method
-
Jared Hancock authored
-
Peter Rotich authored
-
Jared Hancock authored
Allow the administrator to enter a prompt to be shown in the choices drop-down for choice fields. Also add the option of selecting a default value from the list initially rather than displaying a prompt.
-
clonemeagain authored
Missed one.. :-(
-
clonemeagain authored
Couldn't find the rebase to this.. actually, I didn't look, I'm still struggling with git and eclipse, would probably have been easier with vim! Anyway, rewrote changes for 1.7.
-
Peter Rotich authored
SSO was originally used for a SSO plugin. The backend has since been refactored to support other authentication backends.
-
Jared Hancock authored
If a user is created / selected before opening a ticket (very likely the case in the SCP), the email address and name should be unpacked into the $vars dictionary prior to creating and processing ticket filters
-
Jared Hancock authored
-
Peter Rotich authored
Reafactor logOut to use the piggyback on auth backend
-
Peter Rotich authored
The concept of extid is being retired to pave-way for customizatable ticket numbers.
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
- This is necessary so we'll have a name on record - even on user deletion. Pass the user id (uid) to ticket create instead of unpacked data.
-
Peter Rotich authored
-