Commit Graph

19 Commits

Author SHA1 Message Date
Alexander Davis
26da6e7616 Updates (#134)
* 🐛 User not added to DB - force die() on error (#118)

* 🐛 User not added to DB - force die() on error

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

* Restyled by php-cs-fixer (#119)

Co-authored-by: Restyled.io <commits@restyled.io>

Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com>
Co-authored-by: Restyled.io <commits@restyled.io>

* Fixing Login Die

* Broken login (#121)

* Fixing Login Die

* Fix Broken Login 2

* Broken login (#122)

* Fixing Login Die

* Fix Broken Login 2

* Update footer

* Try Somethin New Today

* Move break rule in footer (#124)

* Update footer.php

* Change line break to pipe

* Remove full stop

Co-authored-by: Alexander Davis <alex@adcm.uk>

*  Add Sentry (#127)

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

* 🚧 Migrate from Sentry to GlitchTip (#129)

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

* 🐛 Move opening and closing 'main' tags (#132)

* 🐛 Move opening and closing 'main' tags

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

* Restyled by php-cs-fixer (#133)

Co-authored-by: Restyled.io <commits@restyled.io>

Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com>
Co-authored-by: Restyled.io <commits@restyled.io>

Co-authored-by: Luke Tainton <luke@tainton.uk>
Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com>
Co-authored-by: Restyled.io <commits@restyled.io>
2020-09-01 01:54:06 +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
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
e696a29447 🐛 Add missing curly brace
Signed-off-by: Luke Tainton <luke@tainton.uk>
2020-08-05 19:50:37 +01:00
8360ea3815 Merge branch 'main' into issue-10 2020-08-05 19:12:22 +01:00
de2a498a35 📈 Remove Sentry/GlitchTip
Signed-off-by: Luke Tainton <luke@tainton.uk>
2020-08-05 18:47:16 +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
8f3b2e0747 🍻 Did some more stuff
Signed-off-by: Luke Tainton <luke@tainton.uk>
2020-08-05 18:35:42 +01:00
b8e98126da 🐛 Force remove headers before redirection
Signed-off-by: Luke Tainton <luke@tainton.uk>
2020-08-05 18:35:38 +01:00
deb25e1c40 Revert "📈 Add GlitchTip"
This reverts commit d5679a626d.
2020-08-05 18:35:05 +01:00
d5679a626d 📈 Add GlitchTip
Signed-off-by: Luke Tainton <luke@tainton.uk>
2020-08-05 18:27:09 +01:00
0900c3ba08 Creation of auto-gen script 2020-08-04 18:02:10 +01:00
f64b585230 Working: Auth, DB, view ticket
Signed-off-by: Luke Tainton <luke@tainton.uk>
2020-08-04 14:19:10 +01:00