Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

seekrstack #619

Draft
wants to merge 53 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
4b7ce51
seekrstack
9glenda Aug 31, 2023
8e773d3
more fields and more old libs
9glenda Aug 31, 2023
0a0915d
updated mock and removed instagram service
9glenda Aug 31, 2023
b11392b
services db issues
9glenda Sep 1, 2023
833ac14
added restart
9glenda Sep 1, 2023
8cafa59
added detect-language api call
9glenda Sep 1, 2023
1bc7ce1
removed unused code
9glenda Sep 1, 2023
69fd76c
go mod
9glenda Sep 1, 2023
d68e18d
fmt
9glenda Sep 1, 2023
0747b0c
update go mod
9glenda Sep 1, 2023
2e9b141
added fields
9glenda Sep 1, 2023
176e28c
improoved enum generation
9glenda Sep 1, 2023
007ec05
fixed enumas and added services
9glenda Sep 1, 2023
1f92567
removed seekr cli from goreleaser
9glenda Sep 1, 2023
f18b589
WHYYYY does seekr have so many fields (added a lot of them)
9glenda Sep 1, 2023
b0dcef6
fmt
9glenda Sep 1, 2023
f8062ed
Merge branch 'main' into seekrstack
9glenda Sep 1, 2023
2da7cf3
fixed like 25 typescript compile errors
9glenda Sep 1, 2023
a050136
for some reason typescript compiles
9glenda Sep 1, 2023
d39efa4
go mod
9glenda Sep 1, 2023
2cafdda
Merge branch 'main' into seekrstack
9glenda Sep 1, 2023
5ba3470
added /web (themes path broken (/web/css/themes/web/css/thems is uesd…
9glenda Sep 1, 2023
6d87167
added tcmultiarg
9glenda Sep 4, 2023
b493bd2
added text/template based account scanning system
9glenda Sep 4, 2023
19a962b
account scanning tests User exists check and HtmlURL working
9glenda Sep 4, 2023
a476121
update mock
9glenda Sep 4, 2023
287dab9
fmt
9glenda Sep 4, 2023
e2665df
added snapchat and lichess
9glenda Sep 4, 2023
ff7fe28
update mock
9glenda Sep 4, 2023
1b2bb88
added accounts
9glenda Sep 4, 2023
9839af7
update mock
9glenda Sep 4, 2023
5f29d82
update mock
9glenda Sep 4, 2023
f5906a8
Changed badgerDB to MySQL and removed plugins
9glenda Sep 5, 2023
abd5e88
update mock
9glenda Sep 5, 2023
54e9356
added scanning for accounts and tests all scanning for my buddy greg
9glenda Sep 5, 2023
c3309a5
godoc
9glenda Sep 5, 2023
88d11e6
godoc for enums
9glenda Sep 5, 2023
2b58e27
Added godoc badge to README
9glenda Sep 6, 2023
12c4a7b
godoc examples
9glenda Sep 6, 2023
45644fb
godoc exmaples
9glenda Sep 6, 2023
9f3fe7f
godoc
9glenda Sep 6, 2023
041fbbe
added examples to `api/language`
9glenda Sep 6, 2023
db9373a
update go mod
9glenda Sep 6, 2023
c252a05
Merge branch 'main' into seekrstack
9glenda Sep 6, 2023
664c037
language package tests
9glenda Sep 6, 2023
62f3b74
go generate and enums example
9glenda Sep 6, 2023
11920cf
Fix themes
cn1t Sep 6, 2023
14d010e
changed api path
9glenda Sep 6, 2023
fd63bea
disable caching
9glenda Sep 6, 2023
1d65d29
Fix themes (this time forreal)
cn1t Sep 6, 2023
341cbc5
Optimize heavy code
cn1t Sep 6, 2023
41e11b6
Merge branch 'main' into seekrstack
9glenda Sep 9, 2023
45c3183
Merge branch 'main' into seekrstack
9glenda Sep 17, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
disable caching
  • Loading branch information
9glenda committed Sep 6, 2023
commit fd63beaab1c9e5eaa94847afb67180f3d213331e
2 changes: 1 addition & 1 deletion api/serve.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func Serve(config config.Config, fs embed.FS, db *gorm.DB, users seekrauth.Users
Browse: true,
Index: "index.html",
// NotFoundFile: "404.html",
MaxAge: 3600,
MaxAge: 1,
PathPrefix: "web",
}))

Expand Down
Loading