- 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
-
- 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
-
- 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.
-
Jared Hancock authored
-
Jared Hancock authored
-
- Nov 26, 2013
-
-
Peter Rotich authored
-
Jared Hancock authored
-
- Nov 21, 2013
-
-
Jared Hancock 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
-
Jared Hancock authored
-
- Nov 18, 2013
-
-
Peter Rotich authored
-
- Nov 16, 2013
-
-
Jared Hancock authored
Allow the php source analyzer scan for $this in static functions as well as properly handle the exception variable inside catch blocks.
-
- Nov 15, 2013
-
-
Jared Hancock authored
-
- Nov 14, 2013
-
-
Jared Hancock authored
-
- Nov 13, 2013
-
-
Jared Hancock authored
-
- Oct 31, 2013
-
-
Jared Hancock authored
And freshen up the upgrading guide
-
Jared Hancock authored
Also, if any non-shipped .htaccess files exist, don't clean those either Fixes #60
-
- Oct 30, 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 28, 2013
-
-
Jared Hancock authored
Allows the deploy script to remove files in the target that are not preset in the current repository. This patch assumes pure stock osTicket deployments -or- that the files deployed in the target are also present in the local repository.
-
- Oct 25, 2013
-
-
Jared Hancock authored
-