-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgitlog.txt
159 lines (115 loc) · 3.31 KB
/
gitlog.txt
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
commit 76691be778d2bafc4daaf51c3d1396704c9ed966
Author: angelp03 <[email protected]>
Date: Fri Nov 1 13:33:40 2024 -0500
remove sockets and initialize app
M src/App.jsx
M src/utilities/firebase.js
commit 9a6cff22474def7b66c8e84650446e15f485d2cb
Author: Mark Fortes <[email protected]>
Date: Wed Oct 30 15:36:41 2024 -0500
use admin for server side
M functions/index.js
M package-lock.json
M package.json
commit e4d1085172b6be70c11556d3f3b7b62f4cb90509
Author: Mark Fortes <[email protected]>
Date: Wed Oct 30 15:30:59 2024 -0500
fixed import
M functions/index.js
commit c7d7f7a412dc284884d533197ce42687a6995dca
Author: Mark Fortes <[email protected]>
Date: Wed Oct 30 15:28:08 2024 -0500
refactored to functions/index.js
M functions/index.js
D src/server.js
commit 756f157e5e878a0fe9d628954ef71e4c0d693640
Author: Mark Fortes <[email protected]>
Date: Wed Oct 30 15:17:11 2024 -0500
firebase functions implementation
M firebase.json
A functions/.gitignore
A functions/index.js
A functions/package-lock.json
A functions/package.json
M src/server.js
commit 3bba338e34c8752e343c8ee6d0141ff0d778e0d7
Author: Mark Fortes <[email protected]>
Date: Wed Oct 30 13:29:36 2024 -0500
updated socket url to live site
M src/App.jsx
commit ee3647a747517158688c307a9ab818764c096cfd
Author: Mark Fortes <[email protected]>
Date: Wed Oct 30 13:27:10 2024 -0500
added cors for live site
M src/server.js
commit f36e9f313789057bd565795602748670a1a35780
Author: Mark Fortes <[email protected]>
Date: Mon Oct 28 15:12:06 2024 -0500
changed hosting pointer
M firebase.json
commit 4100fb4ae9927e4af298ef46c8ad58f599765965
Author: Mark Fortes <[email protected]>
Date: Mon Oct 28 14:36:18 2024 -0500
connect socket.io to firebase
M src/server.js
M src/utilities/firebase.js
commit ff6fd01e7fb373e8bd9b9cddb884121bf978683f
Author: Mark Fortes <[email protected]>
Date: Mon Oct 28 14:35:57 2024 -0500
restored ui stuff
M firebase.json
M index.html
M public/favicon.svg
M src/App.css
M src/App.jsx
M src/index.css
commit 024cd55824e452a1e17f14fc9bcad5b1b771dda0
Author: Mark Fortes <[email protected]>
Date: Mon Oct 28 14:18:26 2024 -0500
fixed rewrite
M firebase.json
commit 1a0706fe597530003861395e76c82953ff7743af
Author: Mark Fortes <[email protected]>
Date: Mon Oct 28 14:04:59 2024 -0500
firebase
A .firebaserc
A database.rules.json
A firebase.json
M package-lock.json
M package.json
A public/index.html
A src/utilities/firebase.js
commit fd0c8277abb3dbbdd43e15babbca91f672153bd6
Author: VihaanShah26 <[email protected]>
Date: Sun Oct 27 23:38:51 2024 -0500
Cafes nearby
M index.html
M src/App.jsx
commit b3788e337fa7fe22b10427f6e48cbc81783559d5
Author: alizenart <[email protected]>
Date: Sun Oct 27 18:16:50 2024 -0500
Live timing server
M package-lock.json
M package.json
M src/App.css
M src/App.jsx
A src/server.js
commit 590a6bfeeb054a8692dfbfe644f5b6555e488af4
Author: angelp03 <[email protected]>
Date: Tue Oct 22 22:20:49 2024 -0500
Initialize app
A .gitignore
A LICENSE
A README.md
A index.html
A package-lock.json
A package.json
A public/favicon.svg
A public/robots.txt
A src/App.css
A src/App.jsx
A src/App.test.jsx
A src/index.css
A src/index.jsx
A src/logo.svg
A vite.config.js