- Apr 16, 2014
-
-
Jared Hancock authored
-
- Apr 15, 2014
-
-
Jared Hancock authored
-
- Apr 14, 2014
-
-
Jared Hancock authored
Conflicts: view.php
-
Peter Rotich authored
Registered email includes users without an "account" Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
Use .domain.tld to accept all subdomains of a parent
-
Jared Hancock authored
This is a slight edit over the previous implementation of the same feature. Previously, an "account" was required, which implies a user account with a password. This implementation simply requires a user record. Importing of users by organization domain is still supported -- even if the user does not yet exist.
-
Peter Rotich authored
Add contacts to organization Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
Peter Rotich authored
Inline images in email without a 'cid:' indicator Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Fixup remote user registration by staff Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
* Auto confirm remote accounts * Don't send out emails for remote account activation * Forbid password changes on remote accounts
-
Jared Hancock authored
This stems from a confusing similarity between the + operator for arrays and array_merge() in php. Adding arrays will ignore items in the RHS where keys are present in the LHS. Therefore, when adding numerically indexed arrays together, only items on the RHS that have a key higher than the greatest key on the LHS will be included.
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
Add users to organization Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
Support adding remote user to an organization
-
Jared Hancock authored
Improve the Accounts Template notes in YAML files. Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Jared Hancock authored
It is the defacto standard to reference an inline image in an email by referencing the Content-ID header of the referenced attachment in the @src attribute of the image. For instance, `<imc src="cid:image001.png">` where the `cid:` scheme of the attribute indicates that the referenced image URL is a separate content of the email. The image attached to the email would have an accompanying header like: `Content-Id: <image001.png>`. However, some mail systems, including a certain fax to email service, do not correctly indicate the location of the image with the content-id URL. Instead, the referenced image tag would be `<img src="image001.png">` This patch addresses the issue by searching the message body for all references to attached content-id's in all @src attributes with or without the content-id URL scheme indicator. Previously, such images would not be displayed inline in the ticket thread. References: https://tools.ietf.org/html/rfc2392
-
Jared Hancock authored
-
- Apr 12, 2014
-
-
Jared Hancock authored
-
- Apr 11, 2014
-
-
Peter Rotich authored
Support adding existing or new users while on organization page.
-
Peter Rotich authored
Support searching both staff and user backends via a common interface.
-
Peter Rotich authored
Previously we required an account to associate a user to an organization.
-
Peter Rotich authored
Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
Peter Rotich authored
Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Reviewed-By:
Peter Rotich <peter@osticket.com>
-
- Apr 10, 2014
-
-
Peter Rotich authored
Show user status on the user listing table
-
Jared Hancock authored
It is perfectectly fine to have an image cited in an HTML body similar to: <img width=909 height=302 src=cid:image002.jpg@01CF5426.BF5A72A0 alt=image> Which may or may not have quoted @src attribute, and may very well have an at sign (@) somewhere in the attribute text. The previous regular expression would not match such a @src attribute.
-
- Apr 09, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
This will make upgrades from osTicket < 1.8.0 substantially faster and more reliable, considering that the previous ticket threads will not need to be explicitly converted to html.
-
Jared Hancock authored
-