-
Notifications
You must be signed in to change notification settings - Fork 2
/
structure.txt
181 lines (181 loc) · 4.83 KB
/
structure.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
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
./
.gitignore
docker-compose.yaml
Dockerfile
LICENSE
package.json
README.md
requirements.txt
structure.txt
.git/
.github/
workflows/
codecov.yml
.vscode/
settings.json
backend/
alembic.ini
backgrounder.py
entrypoint.sh
env.py
main.py
poetry.lock
pyproject.toml
pytest.ini
supervisord.conf
alembic/
env.py
README
script.py.mako
versions/
9f482c4e2fad_init.py
routers/
api/
router.py
m1/
__init__.py
authentication/
endpoint.py
v1/
__init__.py
apps/
endpoint.py
instance/
endpoint.py
v2/
__init__.py
nodeinfo/
router.py
oauth/
router.py
setup/
router.py
wellknown/
router.py
nodeinfo/
endpoint.py
webfinger/
endpoint.py
tests/
test_main.py
utils/
db.py
init.py
logger.py
tools.py
model/
api_schemas.py
instance.py
nodeinfo.py
orm.py
system/
encryption.py
security.py
docs/
fedi.png
INDEX.md
frontend/
mossy-zero/
.env.development
.eslintrc.cjs
.gitignore
.prettierrc.json
cypress.config.ts
env.d.ts
index.html
openapi-ts.config.ts
package.json
postcss.config.js
README.md
tailwind.config.js
tsconfig.app.json
tsconfig.json
tsconfig.node.json
tsconfig.vitest.json
vite.config.ts
vitest.config.ts
.vscode/
extensions.json
cypress/
e2e/
example.cy.ts
tsconfig.json
fixtures/
example.json
support/
commands.ts
e2e.ts
node_modules/
public/
favicon.ico
src/
App.vue
i18n.ts
main.ts
setupServer.vue
assets/
main.css
client/
index.ts
schemas.gen.ts
services.gen.ts
types.gen.ts
core/
ApiError.ts
ApiRequestOptions.ts
ApiResult.ts
CancelablePromise.ts
OpenAPI.ts
request.ts
components/
ErrorPage.vue
HelloWorld.vue
LeftSider.vue
MossyHeader.vue
RightSider.vue
common/
HeaderAction.vue
LocalizationBtn.vue
MainMenu.vue
ThemeBtn.vue
ToolKitBtn.vue
UserProfileCard.vue
icons/
IconCommunity.vue
IconDocumentation.vue
IconEcosystem.vue
IconSupport.vue
IconTooling.vue
support/
AuthSection.vue
MarkdownViewer.vue
NavigationSection.vue
SubpageHeader.vue
__tests__/
HelloWorld.spec.ts
locales/
en-US.json
zh-CN.json
router/
index.ts
stores/
authStore.ts
PermissionsStore.ts
themeStore.ts
utils/
apiCall.ts
checkToken.ts
notyf.ts
webauthn.ts
views/
aboutView.vue
ErrorView.vue
publicView.vue
userView.id.vue
error/
404View.vue
public/
loginNiceView.vue
node_modules/
scripts/
list_directory_tree.py