Compare changes
Some changes are not shown.
For a faster browsing experience, only 76 of 127 files are shown. Download one of the files below to see all changes.
.editorconfig
0 → 100644
+15
−0
.env.example
0 → 100644
+50
−0
.gitattributes
0 → 100644
+5
−0
.gitignore
0 → 100644
+14
−0
.styleci.yml
0 → 100644
+13
−0
+0
−1
app/Console/Kernel.php
0 → 100644
+41
−0
app/DelegationOneVote.php
0 → 100644
+35
−0
app/Election.php
0 → 100644
+17
−0
app/Exceptions/Handler.php
0 → 100644
+55
−0
app/ExtensionDelegationElection.php
0 → 100644
+23
−0
app/Http/Controllers/APIController.php
0 → 100644
+1413
−0
File added.
Preview size limit exceeded, changes collapsed.
+40
−0
+22
−0
+40
−0
+73
−0
+30
−0
+42
−0
app/Http/Controllers/Controller.php
0 → 100644
+13
−0
app/Http/Controllers/HomeController.php
0 → 100644
+38
−0
app/Http/Kernel.php
0 → 100644
+67
−0
app/Http/Middleware/Authenticate.php
0 → 100644
+21
−0
+17
−0
app/Http/Middleware/EncryptCookies.php
0 → 100644
+17
−0
+27
−0
app/Http/Middleware/TrimStrings.php
0 → 100644
+18
−0
app/Http/Middleware/TrustHosts.php
0 → 100644
+20
−0
app/Http/Middleware/TrustProxies.php
0 → 100644
+23
−0
app/Http/Middleware/VerifyCsrfToken.php
0 → 100644
+17
−0
app/MajorityVote.php
0 → 100644
+16
−0
app/Population.php
0 → 100644
+179
−0