blob: 0ec981af0301fd8bf72f0b183adc0fa6036c04cd (
plain) (
blame)
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
|
commit fc34f435dbeed63a49e514a5e056bd3454e164b1
Author: Ivar Løvlie <ivar@protektit.no>
Date: Wed Feb 12 15:25:29 2020 +0100
correct order on entity updates.
commit 3edccde4fcea7b90b50f61959eae9bcc60df6f6d
Author: Ivar Løvlie <ivar@protektit.no>
Date: Fri Feb 7 14:41:32 2020 +0100
meget godt
commit 2193d83f5f762e4d4cdb85fcb4cbdfbd1b1ac220
Author: Ivar Løvlie <ivar@protektit.no>
Date: Fri Feb 7 10:49:27 2020 +0100
adds dockerfile, and WIP k8s deployment
commit 965382440943a37cb87ccaa6b5c63954d9a67837
Author: Ivar Løvlie <ivar@protektit.no>
Date: Fri Feb 7 08:58:20 2020 +0100
remove favicons
commit 1b826b4cd5aa5a62b45b4ebac8e1faf255c57292
Author: Ivar Løvlie <ivar@protektit.no>
Date: Thu Feb 6 23:05:33 2020 +0100
reservation crud, update password
commit 48a661ee5dff4c594fef8ef2e4f691c03185738a
Author: Ivar Løvlie <ivar@protektit.no>
Date: Thu Feb 6 00:33:37 2020 +0100
users and cabins crud is done, new migration including reservations, some reservation logic
commit 7f954f9483f94ca837b2a74ca35e451552a157e6
Author: Ivar Løvlie <ivar@protektit.no>
Date: Wed Feb 5 00:05:10 2020 +0100
user log in is complete, basic app layout/ui
commit f20647a02844871d061c01bc991e4a5a19aaa2aa
Author: Ivar Løvlie <ivar@protektit.no>
Date: Tue Feb 4 16:10:34 2020 +0100
adds frontend libraries, efcore with inital migration, some boilerplate html
commit 8b0140022fe22bbf181fcf4688708092ba988714
Author: Ivar Løvlie <ivar@protektit.no>
Date: Tue Feb 4 14:40:53 2020 +0100
password hasher implemented, some tests
commit 7ddfa91c12788f5c99bb90be40cbe5953c03e84f
Author: Ivar Løvlie <ivar@protektit.no>
Date: Tue Feb 4 14:17:50 2020 +0100
complete implimentation of helpers classes, and acompanying tests
commit 153199aafc50654402b19726adcdd70ab9107052
Author: Ivar Løvlie <ivar@protektit.no>
Date: Tue Feb 4 14:07:27 2020 +0100
functional implementation of Email class, and acompanying tests
commit e384ccab3eb134d0506753a6c5c8a6569727aa47
Author: Ivar Løvlie <ivar@protektit.no>
Date: Tue Feb 4 13:49:04 2020 +0100
complete implementation of Cryptography.RandomString, and acompanying tests
commit d46c6f09d6be2b225d24aedaa1aa2bd2309a9aaf
Author: Ivar Løvlie <ivar@protektit.no>
Date: Tue Feb 4 13:45:22 2020 +0100
failing cryptotests
commit bf3cb48785f884f1098dcfacb7c920f2b454b625
Author: Ivar Løvlie <ivar@protektit.no>
Date: Tue Feb 4 13:23:28 2020 +0100
creates initial interfaces and models
commit 10ab641b8e43b2bae372dfc46d429ffc8940082c
Author: Ivar Løvlie <ivar@protektit.no>
Date: Mon Feb 3 21:03:25 2020 +0100
Initial commit, fresh projects
|