Commit Graph

211 Commits

Author SHA1 Message Date
Alexander Davis
b98d036acd Fixed broken existing (#58)
Co-authored-by: Luke Tainton <luke@tainton.uk>
2020-08-10 14:32:15 +01:00
Alexander Davis
f4cf8e2e16 Bug/issue 55 (#57)
* Fixed #55

* Update close.php
2020-08-09 22:56:17 +01:00
Alexander Davis
df0bf2dcd8 possibly close fix? (#54) 2020-08-09 22:35:21 +01:00
Alexander Davis
df276c708f Update app_functions.php (#53)
* Update app_functions.php

* Fix bootstrap

* Requested Changes
2020-08-09 22:26:40 +01:00
273f4bd204 Merge branch 'bug/issue-52' of github.com:luketainton/FHeD into bug/issue-52 2020-08-09 22:10:37 +01:00
241fe44970 Added subscribed requests
Added subscribed requests to existing requests page
2020-08-09 22:10:25 +01:00
7eb8b6568d Merge branch 'bug/issue-52' of github.com:luketainton/FHeD into bug/issue-52 2020-08-09 22:10:22 +01:00
adb915bb03 🐛 Tickets do not close
Signed-off-by: Luke Tainton <luke@tainton.uk>
2020-08-09 22:10:12 +01:00
c5ba4b26a3 Changed title 2020-08-09 22:08:28 +01:00
f9e0fc00a3 Displays Only Open Tickets
Index was displaying all requests instead of open requests
2020-08-09 22:06:35 +01:00
6f48c86265 🐛 Fixed issue where files didn't upload on new request creation (#51)
Signed-off-by: Luke Tainton <luke@tainton.uk>
2020-08-09 21:32:27 +01:00
f6688e5020 🐛 Fix file download issues
Signed-off-by: Luke Tainton <luke@tainton.uk>
2020-08-09 20:30:01 +01:00
6c157bf03d 🐛 Fix assignee bug on view.php
Signed-off-by: Luke Tainton <luke@tainton.uk>
2020-08-09 20:22:04 +01:00
0a57a61e17 Implement file download function
Signed-off-by: Luke Tainton <luke@tainton.uk>
2020-08-09 20:22:04 +01:00
c39a07b2d3 Creation of File list
@luketainton needs to look at line 123 to work out what should be displayed and how to click to download the file.

This should be done in view.php

Creation of get_files script in prereqs.php
2020-08-09 20:22:04 +01:00
f8a7b72190 🐛 Fix syntax errors
Signed-off-by: Luke Tainton <luke@tainton.uk>
2020-08-09 17:34:02 +01:00
e5fa2c986e 🐛 Require correct file in actions pages
Signed-off-by: Luke Tainton <luke@tainton.uk>
2020-08-09 17:30:20 +01:00
9e25c836bb 🐛 Fix request authorisation
Signed-off-by: Luke Tainton <luke@tainton.uk>
2020-08-09 17:15:33 +01:00
671e1826d0 🐛 Fix request authorisation
Signed-off-by: Luke Tainton <luke@tainton.uk>
2020-08-09 17:09:50 +01:00
07eaf4d05d 🐛 Fix 'in_array' function
Signed-off-by: Luke Tainton <luke@tainton.uk>
2020-08-09 17:04:41 +01:00
bab778a638 🐛 Use 'ticket_uuid' instead of non-existent 'uuid'
Signed-off-by: Luke Tainton <luke@tainton.uk>
2020-08-09 16:55:16 +01:00
0079bc5152 🎨 Move SQL functions to prereqs.php for easy reuse (#41)
Signed-off-by: Luke Tainton <luke@tainton.uk>
2020-08-09 16:32:33 +01:00
1f59131dc0 Code refactoring and tidying up
Signed-off-by: Luke Tainton <luke@tainton.uk>
2020-08-09 14:52:54 +01:00
20c71572ac 🐛 Fixed bug where req. data wasn't being loaded
Signed-off-by: Luke Tainton <luke@tainton.uk>
2020-08-09 14:30:18 +01:00
acf8476583 💄 Fix bugs and tidy up UI
Signed-off-by: Luke Tainton <luke@tainton.uk>
2020-08-09 14:25:50 +01:00
b44381d3b2 🐛 Fixed buttons not getting request UUID
Signed-off-by: Luke Tainton <luke@tainton.uk>
2020-08-09 14:08:42 +01:00
1f594c5b1b Add update/close ability to tickets (#38)
* Moving from old branch

* Added new terminology

Also added upload file page. Waiting for @luketainton to complete back end coding

* Fixing old issues

* 🐛 Re-add favicon

Signed-off-by: Luke Tainton <luke@tainton.uk>

*  Implement update functionality

Signed-off-by: Luke Tainton <luke@tainton.uk>

*  Implement upload functionality

Signed-off-by: Luke Tainton <luke@tainton.uk>

Co-authored-by: Alexander Davis <alex@adcm.uk>
2020-08-09 14:04:44 +01:00
Alexander Davis
8714f646a4 Update Terminology (#37)
* Update view.php

* Rename ticket to request

Co-authored-by: Luke Tainton <luke@tainton.uk>
2020-08-09 13:15:00 +01:00
b0ef2a4a5e Fix GHA deploy regression 2020-08-08 11:23:51 +01:00
a887ecf71a Fix GHA deploy regression 2020-08-08 11:21:42 +01:00
b2b722e4b6 Fix GHA deploy regressions 2020-08-08 11:20:05 +01:00
9d9d849bc1 Improve GitHub Actions deploy workflow (#35)
* Update deploy.yml

* Update deploy.yml
2020-08-08 11:17:49 +01:00
Alexander Davis
6fe273e238 Fixed the uglies 2020-08-06 20:10:38 +01:00
Alexander Davis
c20c531af8 Fixes to issue-branch 2020-08-06 19:58:52 +01:00
Alexander Davis
09e60b68f2 Does this possibly work? 2020-08-06 19:58:52 +01:00
Alexander Davis
53fe551cdf New logo and favicon (#30)
* New Logo

* new logo in readme

* resized logo

* fixed resize

* fix #2

* attempt 3

* 👷 Auto-deploy to production once changes are merged

Signed-off-by: Luke Tainton <luke@tainton.uk>

* Update existing.php

* Update README.md

* Ready for master

* Favicon upload

* Update README.md

* Happy now?

Co-authored-by: Luke Tainton <luke@tainton.uk>
2020-08-06 19:37:17 +01:00
Alexander Davis
93e55043dd Update existing.php 2020-08-06 19:02:04 +01:00
c69f8eaaaa 👷 Auto-deploy to production once changes are merged
Signed-off-by: Luke Tainton <luke@tainton.uk>
2020-08-06 18:53:20 +01:00
e119f8b11e Add existing tickets (#24)
Signed-off-by: Luke Tainton <luke@tainton.uk>
2020-08-06 18:28:39 +01:00
115ac69594 🐛 Change link on existing requests button (#22) 2020-08-06 18:08:41 +01:00
e696a29447 🐛 Add missing curly brace
Signed-off-by: Luke Tainton <luke@tainton.uk>
2020-08-05 19:50:37 +01:00
97002d9279 🔥 Remove irrelevant composer files
Signed-off-by: Luke Tainton <luke@tainton.uk>
2020-08-05 19:44:50 +01:00
a1e9694d26 Merge branch 'issue-10' into main 2020-08-05 19:35:46 +01:00
8360ea3815 Merge branch 'main' into issue-10 2020-08-05 19:12:22 +01:00
d7b86e6a38 🎨 Rename open.php to existing.php
Signed-off-by: Luke Tainton <luke@tainton.uk>
2020-08-05 18:56:13 +01:00
bccbdfb657 Merge branch 'feature/issue-6' into main 2020-08-05 18:50:44 +01:00
de2a498a35 📈 Remove Sentry/GlitchTip
Signed-off-by: Luke Tainton <luke@tainton.uk>
2020-08-05 18:47:16 +01:00
75f1dde336 📈 Install Sentry
Signed-off-by: Luke Tainton <luke@tainton.uk>
2020-08-05 18:45:39 +01:00
bbba704df3 Merge branch 'main' into feature/issue-6 2020-08-05 18:40:46 +01:00
1083904c33 📈 Add GlitchTip
Signed-off-by: Luke Tainton <luke@tainton.uk>
2020-08-05 18:40:31 +01:00