This repository was archived by the owner on Apr 15, 2024. It is now read-only.
File tree
68 files changed
+244
-27
lines changed- app
- Http/Controllers
- Models
- config
- database/migrations
- public
- css
- docs
- front/font-awesome
- css
- fonts
- less
- scss
- img
- letter
- mails
- godfather
- infos1
- sponsors
- js
- resources/views/dashboard/challenges
- routes
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
68 files changed
+244
-27
lines changed+25-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
37 | 48 |
| |
38 | 49 |
| |
39 |
| - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
40 | 53 |
| |
41 | 54 |
| |
42 | 55 |
| |
| |||
80 | 93 |
| |
81 | 94 |
| |
82 | 95 |
| |
83 |
| - | |
| 96 | + | |
84 | 97 |
| |
85 | 98 |
| |
86 | 99 |
| |
| |||
94 | 107 |
| |
95 | 108 |
| |
96 | 109 |
| |
97 |
| - | |
98 |
| - | |
99 |
| - | |
| 110 | + | |
| 111 | + | |
100 | 112 |
| |
101 | 113 |
| |
102 | 114 |
| |
103 | 115 |
| |
104 | 116 |
| |
105 | 117 |
| |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
106 | 125 |
|
Diff for: app/Http/Controllers/ValidationPic.php
+93
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + |
Diff for: app/Models/Challenge.php
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
|
Diff for: app/Models/Team.php
+20-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
29 | 47 |
| |
30 | 48 |
| |
31 | 49 |
| |
|
Diff for: config/filesystems.php
+6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
57 | 63 |
| |
58 | 64 |
| |
59 | 65 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + |
Diff for: public/.htaccess
100644
100755
File mode changed.
Diff for: public/css/student_autocomplete.css
100644
100755
File mode changed.
Diff for: public/docs/autorisation.pdf
100644
100755
File mode changed.
Diff for: public/docs/branches.pdf
100644
100755
File mode changed.
Diff for: public/docs/cgv.pdf
100644
100755
File mode changed.
Diff for: public/docs/masters.pdf
100644
100755
File mode changed.
Diff for: public/docs/nutt.pdf
100644
100755
File mode changed.
Diff for: public/docs/tc.pdf
100644
100755
File mode changed.
Diff for: public/front/font-awesome/css/font-awesome.css
100644
100755
File mode changed.
Diff for: public/front/font-awesome/css/font-awesome.min.css
100644
100755
File mode changed.
Diff for: public/front/font-awesome/fonts/FontAwesome.otf
100644
100755
File mode changed.
Diff for: public/front/font-awesome/fonts/fontawesome-webfont.eot
100644
100755
File mode changed.
Diff for: public/front/font-awesome/fonts/fontawesome-webfont.svg
100644
100755
File mode changed.
Diff for: public/front/font-awesome/fonts/fontawesome-webfont.ttf
100644
100755
File mode changed.
Diff for: public/front/font-awesome/fonts/fontawesome-webfont.woff
100644
100755
File mode changed.
Diff for: public/front/font-awesome/fonts/fontawesome-webfont.woff2
100644
100755
File mode changed.
Diff for: public/front/font-awesome/less/animated.less
100644
100755
File mode changed.
Diff for: public/front/font-awesome/less/bordered-pulled.less
100644
100755
File mode changed.
Diff for: public/front/font-awesome/less/core.less
100644
100755
File mode changed.
Diff for: public/front/font-awesome/less/fixed-width.less
100644
100755
File mode changed.
Diff for: public/front/font-awesome/less/font-awesome.less
100644
100755
File mode changed.
Diff for: public/front/font-awesome/less/icons.less
100644
100755
File mode changed.
Diff for: public/front/font-awesome/less/larger.less
100644
100755
File mode changed.
Diff for: public/front/font-awesome/less/list.less
100644
100755
File mode changed.
Diff for: public/front/font-awesome/less/mixins.less
100644
100755
File mode changed.
Diff for: public/front/font-awesome/less/path.less
100644
100755
File mode changed.
Diff for: public/front/font-awesome/less/rotated-flipped.less
100644
100755
File mode changed.
Diff for: public/front/font-awesome/less/screen-reader.less
100644
100755
File mode changed.
Diff for: public/front/font-awesome/less/stacked.less
100644
100755
File mode changed.
Diff for: public/front/font-awesome/less/variables.less
100644
100755
File mode changed.
Diff for: public/front/font-awesome/scss/_animated.scss
100644
100755
File mode changed.
Diff for: public/front/font-awesome/scss/_bordered-pulled.scss
100644
100755
File mode changed.
Diff for: public/front/font-awesome/scss/_core.scss
100644
100755
File mode changed.
Diff for: public/front/font-awesome/scss/_fixed-width.scss
100644
100755
File mode changed.
Diff for: public/front/font-awesome/scss/_icons.scss
100644
100755
File mode changed.
Diff for: public/front/font-awesome/scss/_larger.scss
100644
100755
File mode changed.
Diff for: public/front/font-awesome/scss/_list.scss
100644
100755
File mode changed.
Diff for: public/front/font-awesome/scss/_mixins.scss
100644
100755
File mode changed.
Diff for: public/front/font-awesome/scss/_path.scss
100644
100755
File mode changed.
Diff for: public/front/font-awesome/scss/_rotated-flipped.scss
100644
100755
File mode changed.
Diff for: public/front/font-awesome/scss/_screen-reader.scss
100644
100755
File mode changed.
Diff for: public/front/font-awesome/scss/_stacked.scss
100644
100755
File mode changed.
Diff for: public/front/font-awesome/scss/_variables.scss
100644
100755
File mode changed.
Diff for: public/front/font-awesome/scss/font-awesome.scss
100644
100755
File mode changed.
Diff for: public/img/home-background.jpg
100644
100755
File mode changed.
Diff for: public/img/letter/bg.png
100644
100755
File mode changed.
Diff for: public/img/letter/oscar.png
100644
100755
File mode changed.
Diff for: public/img/letter/top.png
100644
100755
File mode changed.
Diff for: public/img/mails/godfather/logo.png
100644
100755
File mode changed.
Diff for: public/img/mails/infos1/.gitkeep
100644
100755
File mode changed.
Diff for: public/img/mails/infos1/image1.png
100644
100755
File mode changed.
Diff for: public/img/mails/infos1/image2.png
100644
100755
File mode changed.
Diff for: public/img/mails/infos1/image3.png
100644
100755
File mode changed.
Diff for: public/img/sponsors/mgel.png
100644
100755
File mode changed.
Diff for: public/js/student_autocomplete.js
100644
100755
File mode changed.
Diff for: public/policy-privacy.html
100644
100755
File mode changed.
+10-10
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
|
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 |
| - | |
| 40 | + | |
| 41 | + | |
41 | 42 |
| |
42 | 43 |
| |
43 | 44 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
29 |
| - | |
| 28 | + | |
| 29 | + | |
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
33 |
| - | |
| 33 | + | |
34 | 34 |
| |
35 |
| - | |
| 35 | + | |
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
|
Diff for: routes/web.php
+12-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
663 | 663 |
| |
664 | 664 |
| |
665 | 665 |
| |
| 666 | + | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
666 | 670 |
| |
667 | 671 |
| |
668 | 672 |
| |
| |||
686 | 690 |
| |
687 | 691 |
| |
688 | 692 |
| |
| 693 | + | |
| 694 | + | |
| 695 | + | |
689 | 696 |
| |
690 | 697 |
| |
| 698 | + | |
| 699 | + | |
| 700 | + | |
691 | 701 |
| |
| 702 | + | |
692 | 703 |
| |
693 | 704 |
| |
694 |
| - | |
| 705 | + | |
695 | 706 |
| |
696 | 707 |
| |
697 | 708 |
| |
|
0 commit comments