This project is archived. Its data is
read-only
.
Commits on Source
127
c663318f
Changes checkboxes on booking.edit
Jul 25, 2018
7ad7cdda
Changes selects on booking.create
Jul 25, 2018
0c71e890
Merge branch '56-custom-forms' into 'dev'
Jul 29, 2018
fd066667
Removes admin check for PIC. Closes
#75
Jul 29, 2018
c97ddcae
Adds checks in edit() + cancel() with startBooking and endBooking
Jul 29, 2018
ed0fc19a
Rewrites logic for Book Now button
Jul 29, 2018
6c31f8db
Requires pragmarx/version
Jul 29, 2018
8b030c38
Publishes version.yml
Jul 29, 2018
21491d72
Changes version output to use git-local
Jul 29, 2018
94d0c915
Adds basic footer
Jul 29, 2018
185a5cd5
Adds version:refresh in post-autoload-dump
Jul 29, 2018
9bd4f81c
Sets more stuff to git-local
Jul 29, 2018
5740059c
Fixes issue if using git flow
Jul 29, 2018
689e8056
Adds version to footer
Jul 30, 2018
212694c2
Includes footer in layouts.app
Jul 30, 2018
9a38ec89
Requires require webpatser/laravel-uuid
Jul 30, 2018
6ff7053e
Merge branch 'feature/63-footer' into dev
Jul 30, 2018
8b396d4d
Adds migration to add uuid.
Jul 30, 2018
725bd3fa
Adds uuid's to Booking
Jul 30, 2018
f6d5253f
Makes sure that uuid's are generated when new Booking is created
Jul 30, 2018
10d26b8b
Changes BookingController() to use UUIDs
Jul 30, 2018
70b40566
Merge branch 'feature/69-uuid' into dev
Jul 30, 2018
f5a6f383
Updates FontAwesome to 5.2.0. Recompiles files
Jul 31, 2018
b71b53d4
Updates composer dependencies
Jul 31, 2018
192a9f22
Temporary disables version stuff in footer.
Jul 31, 2018
7c5dd568
Didn't knew that was allowed within composer.json
Jul 31, 2018
59857089
Fixes issue where uuid is initially not null, yet has no data
Jul 31, 2018
f9e37334
Converts EventController to make use of Model binding
Jul 31, 2018
e8b9c557
Updates PHPDoc for EventController
Jul 31, 2018
9a817628
Updates PHPDoc for AirportController
Jul 31, 2018
202bd86c
Adds link plugin. Adds insert in menubar
Aug 01, 2018
6a1053d5
Adds migrations for airport_links + airport_link_types
Aug 01, 2018
4349d511
Adds Models and couples them
Aug 01, 2018
c83829ca
Shortens now() call
Aug 03, 2018
8a141ee4
Adds 'Edit Booking' button in booking.show
Aug 03, 2018
a0d830fb
Removes shorter ?: for PIC
Aug 03, 2018
0b638c93
Fetches data from booking if editing your booking
Aug 03, 2018
363282d9
Makes title of booking.edit dynamic
Aug 03, 2018
69c4baa0
Removes id from a few form's.
Aug 03, 2018
b8b02939
Adds check if booking or editing booking
Aug 03, 2018
72316d0c
Moves the word 'My' out of the echo's
Aug 03, 2018
606bf8b4
Makes Confirm / Edit button dynamic
Aug 03, 2018
53f3f0d8
Uses original SELCAL code
Aug 04, 2018
00a3e192
Changes booking.cancel to get, adds model binding to it
Aug 04, 2018
2865ba72
Checkboxes in booking.edit only show when reserving, not when editing
Aug 04, 2018
6defaa26
UpdateBooking will now ignore duplicate callsign on the same booking
Aug 04, 2018
93b0a71a
Changes Booking::where() id to $event->id in BookingController@index()
Aug 04, 2018
4bb5229b
Puts Edit button on the left, and cancel on the right
Aug 04, 2018
112b8f59
Changes AirportLink to AirportLinkType to hasOne() relation
Aug 04, 2018
4aed5159
Removes 'slug' from airport_links
Aug 04, 2018
0f605052
Adds empty AirportLinkController() to function as Resource Controller
Aug 04, 2018
f3fee502
Adds auth.isAdmin middleware to AirportLinkController
Aug 04, 2018
195b920f
Registerts AirportLinkController resource routes
Aug 04, 2018
e8210d1b
Adds an extra space to indicate it's an different route
Aug 04, 2018
f3b47d45
Adds working create() function, and adds airportLink.create view
Aug 04, 2018
83924c07
Makes airport_links.name nullable
Aug 04, 2018
3e16ec6a
Removes 'required' from name
Aug 04, 2018
3c43a0fb
Adds StoreAirportLink Request
Aug 04, 2018
09df1feb
Fixes issue where AirportLink -> AirportLinkType didn't work
Aug 04, 2018
05fcdc58
Removes slug
Aug 04, 2018
bd027fe3
Adds working store() function
Aug 04, 2018
f95d4851
Adds button in airport.overview to add Airport Link
Aug 04, 2018
97c4ba6f
I once again screwed up with Eloquent + relations
Aug 04, 2018
4f295487
Fixes relations between Airport and Booking
Aug 11, 2018
185d7bfd
Adds 'Scenery' as airport_link_type
Aug 11, 2018
13ad67a6
Adds AirportTest
Aug 19, 2018
f2df428d
Adds sqlite_testing as in-memory DB
Aug 19, 2018
ac56c007
Adds the first test testItCreatesNewAirport()
Aug 19, 2018
997100ea
Adds check in DB if airport has been added
Aug 19, 2018
3d0f06bc
Puts names in variables to make it slightly easier.
Aug 20, 2018
176045e8
Removing both ExampleTests
Aug 20, 2018
0964375c
After screwing around for 3 hours, sqlite in-memory DB works
Aug 20, 2018
e1d825ee
Adds Unit/EventTest
Aug 20, 2018
01b4a66f
Adds testItCreatesNewEvent() in EventTest
Aug 20, 2018
4878d724
Adds Unit/BookingTest
Aug 20, 2018
48216d14
Adds 3 factories
Aug 22, 2018
05dec4ca
Removes call to .env.testing
Aug 22, 2018
e08a43f9
Adds setUp() in BookingTest
Aug 22, 2018
d9456f0f
Adds htdocs in .gitignore
Sep 04, 2018
2453516c
Removes BookingTest
Sep 06, 2018
76e6dd05
Merge branch 'feature/92-phpunit' into dev
Sep 06, 2018
0800d979
Updates to Laravel 5.7. Closes
#88
Sep 06, 2018
358561e7
Requires predis/predis
Sep 06, 2018
b9b3d536
Fixes issue where E-mail would never send. Closes
#95
Sep 06, 2018
61611127
Adds some basic steps in README.md
Sep 07, 2018
caf3440c
Changes Laravel Mix to use the new structure from
#88
Sep 07, 2018
8eab300d
Updates dependencies
Sep 09, 2018
66efbd14
Fixes issue where no index would be added if there are not bookings
Sep 12, 2018
a112c59d
Adds bensampo/laravel-enum
Sep 12, 2018
b7042f06
Adds Enums for BookingStatus
Sep 12, 2018
78a89cb9
Migration to add status in bookings table
Sep 12, 2018
f9ae556e
Updates Booking model to represent new situation
Sep 12, 2018
731cb8d2
Changes lots of files to make them work with status
Sep 12, 2018
c4ba8077
Optimizes migrations
Sep 13, 2018
0a899ccc
Adds airportLinks to booking.show
Sep 13, 2018
b4e463a6
Adds loop->index to prevent for= having the same name
Sep 13, 2018
b31c41fe
Bit of final formatting
Sep 13, 2018
114fa000
Merge branch 'feature/30-airportcontroller-add-useful-links' into dev
Sep 13, 2018
d9a4729e
Removes a div
Sep 13, 2018
6aa83dba
Merge branch 'feature/102-add-booking_status' into dev
Sep 13, 2018
27 additional commits have been omitted to prevent performance issues.
Loading
Loading