b27edc9d38
Add HTML accept attribute to add file modal to suggest allowed filetypes to user
Marcus Hill
2022-01-09 15:36:28 +00:00
33d76f556b
Check file is CSV when importing assets
Marcus Hill
2022-01-09 15:34:28 +00:00
7a5f8b425f
Delete tag associations for document when it is deleted
Marcus Hill
2022-01-09 14:47:34 +00:00
25b58c21c8
Add Secure flag (HTTPS only) to cookies
Marcus Hill
2022-01-09 13:56:45 +00:00
8d5a8edada
Add httponly setting to cookies in check_login before session starts there too. Extension of pull #253
Marcus Hill
2022-01-09 13:19:59 +00:00
e9b7600781
Merge pull request #257 from johnnyq/add-license-1
Johnny
2022-01-08 16:33:08 -05:00
01c5ba5065
Create LICENSE
Johnny
2022-01-08 16:32:45 -05:00
3b8df8f509
Merge pull request #256 from wrongecho/more-ticket-adjust
Johnny
2022-01-08 16:19:17 -05:00
43a85fd21c
Disable assignment when ticket is closed
Marcus Hill
2022-01-08 21:17:59 +00:00
cc52295698
Add note when ticket is closed (to easily show who closed it)
Marcus Hill
2022-01-08 21:08:21 +00:00
b7f2053648
Modified time counter under tickets to use type field text instread of time as it was setting the hour and to 12 AM
johnnyq
2022-01-08 15:49:41 -05:00
c87c45df85
Used card outline instead of a full card color to differentiate between public and private ticket replies, not sure if this is enough
johnnyq
2022-01-08 15:38:28 -05:00
c8e789396b
Moved Ticket Reply on top of comments for now more than likely will place it inside a modal
johnnyq
2022-01-08 15:18:32 -05:00
48116258b9
Remove the space between the icon and text on the details of ticket details as we are using Margin Right CSS for this
johnnyq
2022-01-08 15:13:09 -05:00
5b9b29d0e9
minor db cleanup
johnnyq
2022-01-08 15:08:11 -05:00
4a4150616c
Merge pull request #255 from wrongecho/255_ticket-improvements
Johnny
2022-01-08 15:06:24 -05:00
b908a13d32
Small edits, link to docs
Marcus Hill
2022-01-08 16:59:07 +00:00
a83f3377bd
Include time worked db field.
Marcus Hill
2022-01-08 16:47:17 +00:00
c98be4c344
Add support for public/internal updates, using the existing 'email update to client' checkbox
Marcus Hill
2022-01-08 16:40:04 +00:00
8406779b3b
Add time tracking to ticket
Marcus Hill
2022-01-08 16:12:04 +00:00
19c90aac99
Add database field for specifying ticket reply type: public/internal
Marcus Hill
2022-01-08 12:52:54 +00:00
1f6c617a5e
Add db field for ticket smiley-based feedback: Good/OK/Bad
Marcus Hill
2022-01-08 12:50:57 +00:00
5d1848694d
Moved import CSV logging out of the loop I accidentally moved it there while fixing a merge conflict, Add more to the logging and some basic code ordering
johnnyq
2022-01-07 22:41:16 -05:00
4636f98ad0
Move scheduled tickets to a more appropriate place in cron
johnnyq
2022-01-07 22:30:34 -05:00
c41daab0c9
Tidy DB file
johnnyq
2022-01-07 22:19:46 -05:00
04ad831053
Merge pull request #254 from wrongecho/scheduled-tickets
Johnny
2022-01-07 22:03:52 -05:00
de152c84ca
Add scheduled ticket functionality to cron
Marcus Hill
2022-01-07 23:56:22 +00:00
ee5ae53a41
Updated ticket details layout and added some additional functionality thanks to @aftechro
johnnyq
2022-01-07 18:20:16 -05:00
d83c5f4176
Add frontend/backend for adding scheduled new tickets
Marcus Hill
2022-01-07 22:32:23 +00:00
10e58c5c64
DB Structure for scheduled tickets
Marcus Hill
2022-01-07 21:44:26 +00:00
3de0ef51ec
Small fix when I tryed to resolve a merge conflict
johnnyq
2022-01-07 14:47:47 -05:00
00a7fdb6f7
Merge pull request #252 from wrongecho/files
Johnny
2022-01-07 14:39:41 -05:00
8118b5fc0c
Merge pull request #251 from wrongecho/ticket-user
Johnny
2022-01-07 14:38:56 -05:00
e7f7429bc9
Merge pull request #250 from wrongecho/asset-csv
Johnny
2022-01-07 14:38:32 -05:00
96510364e2
Merge branch 'master' into asset-csv
Johnny
2022-01-07 14:38:04 -05:00
1df39836fd
Merge pull request #253 from wrongecho/cookie
Johnny
2022-01-07 14:28:17 -05:00
5d27a1717b
Merge pull request #249 from wrongecho/api
Johnny
2022-01-07 14:27:24 -05:00
16344aa1a6
update DB Structure set to primary keys for documents_tagged move client_id last for consistancy as its a foriegn key for document_tags
johnnyq
2022-01-05 21:38:47 -05:00
62470c1c45
Merge pull request #239 from wrongecho/doc-tags
Johnny
2022-01-05 21:27:31 -05:00
733e56cd8c
Merge pull request #236 from wrongecho/client-bugs
Johnny
2022-01-05 21:25:09 -05:00
3455d2c576
Merge pull request #235 from wrongecho/readme-typo
Johnny
2022-01-05 21:23:50 -05:00
77d7e7ba0d
Add tag functionality to documents
Marcus Hill
2022-01-05 21:58:10 +00:00
93853b77b4
Add confirmation for client deletion from the client summary banner
Marcus Hill
2022-01-05 14:27:20 +00:00
a48e3029f1
Ensure canned_date is defined before it is referenced, to prevent errors
Marcus Hill
2022-01-05 14:21:06 +00:00
a4497dd901
Require primary contact be populated when client is created. Otherwise, records such as tickets loop/fail to be created (due to no contact)
Marcus Hill
2022-01-05 14:18:18 +00:00
e298883e51
Fix readme typos/slight rewording
Marcus Hill
2022-01-05 14:05:39 +00:00
e6c2f90e02
Merge pull request #233 from wrongecho/tickets
Johnny
2022-01-05 00:47:23 -05:00
6c6150011a
Merge pull request #234 from wrongecho/alert-type
Johnny
2022-01-05 00:46:54 -05:00
656bb3c5d5
Merge pull request #231 from wrongecho/ticket-assets
Johnny
2022-01-05 00:46:32 -05:00
51a4469cfa
Set default alert type to primary, as sometimes we set alert_message in session, but not alert_type, causing errors
Marcus Hill
2022-01-04 22:38:50 +00:00
913d41e4b3
Tidy/Fix undefine variable errors, improve open/closed ticket filtering, still needs some work as open/close state is lost after search
Marcus Hill
2022-01-04 21:55:45 +00:00
f6900ae993
Allow linking of asset to a ticket via edit modal
Marcus Hill
2022-01-04 20:22:27 +00:00
670795431a
Merge branch 'johnnyq:master' into master
wrongecho
2022-01-04 17:31:51 +00:00
7112463e41
Commit Tidy allow public_cert to be null and move public_cert before notes
johnnyq
2022-01-04 11:35:34 -05:00
c59e2e938c
Merge pull request #229 from wrongecho/config-writeable
Johnny
2022-01-04 11:25:27 -05:00
82ba4d3b5a
Merge pull request #230 from wrongecho/cert-add-key
Johnny
2022-01-04 11:24:00 -05:00
21a22cb309
Ignore
Marcus Hill
2022-01-04 03:33:47 +00:00
ae98902a96
Add support for storing client certificate public key
Marcus Hill
2022-01-04 03:32:50 +00:00
dfbf0c788a
Check that config.php is writable at the start of setup.
Marcus Hill
2022-01-04 03:21:04 +00:00
de883f9ff5
Fixed Add Recurring and Edit Recurring Invoices going to a blank screen after submit this was due to a missing history_status var, Removed Activate and Deactivate from recurring list and the buttons from recurring details as this can be modified using edit recurring, Removed Redundant Force Send action on recurring list views, this can be accessed by going to the recurring details.
johnnyq
2022-01-02 13:39:25 -05:00
b8a1af2e0f
Show Ticket Reply Modified date if applicable
johnnyq
2022-01-02 01:50:18 -05:00
d5fcfeb417
Setup Fixes regarding user checks
johnnyq
2022-01-02 00:14:48 -05:00
2c76573471
Fixed Syntax error under setup
johnnyq
2022-01-01 18:30:06 -05:00
02f247a047
Incorrect DBHost Var Fix
johnnyq
2022-01-01 17:39:49 -05:00
0250ac0623
Forgot full php tag
johnnyq
2022-01-01 17:27:31 -05:00
cf3c0a6410
Fixed a vulnerability in the setup.php file and other code cleanups. Thanks to the person that wishes to remain anonymous for reporting and providing a patch Also added a notice to readme to not use this web app during beta for production use
johnnyq
2022-01-01 17:02:31 -05:00
a70105e731
Started Adding Detailed Assets more alert and audit logging work
johnnyq
2022-01-01 15:26:31 -05:00
ff0ce6077a
Removed Redundant Contact and location under edit client.
johnnyq
2021-12-31 16:24:28 -05:00
e978cd142e
More Audit Logging work, fixed a bunch of small bugs along the way
johnnyq
2021-12-31 15:33:41 -05:00
cd7ecc9593
More Audit Logging and alerts cleanup
johnnyq
2021-12-28 22:13:53 -05:00
119e491865
Added Refferal Datasets on new company
johnnyq
2021-12-28 20:54:17 -05:00
05702c4a1b
More Audit logging fixes and added proper permissions and added common datasets when a company is added
johnnyq
2021-12-28 18:53:48 -05:00
15d95a3647
Set Feedback Alerts to disappear after 4 seconds instead of 2 seconds
johnnyq
2021-12-28 18:20:15 -05:00