index
:
bookmark-thing
master
A bookmarking service that aims to provide users with an excellent personal search
Ivar Løvlie <git@ivarlovlie.no>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Collapse
)
Author
Age
Files
Lines
*
feat: Experiment with tailwind
ivarlovlie
2022-02-14
159
-2208
/
+31596
|
*
feat: Experiment with tailwind
ivarlovlie
2022-02-14
7
-265
/
+1
|
*
chore: Add meta
ivarlovlie
2022-02-12
2
-0
/
+4
|
*
feat: Configure header forwarding according to documentation!
ivarlovlie
2022-02-12
1
-3
/
+7
|
*
feat: Add health endpoint
ivarlovlie
2022-02-12
2
-0
/
+16
|
*
feat: Add UseForwardedHeaders when in production
ivarlovlie
2022-02-12
1
-4
/
+8
|
*
feat: Set redirect uri on event handler, doing this because i keep getting a ↵
ivarlovlie
2022-02-11
1
-0
/
+4
|
|
|
|
default redirect uri in the generated request to github
*
feat: Specify frontend url as redirect uri for github
ivarlovlie
2022-02-11
2
-20
/
+7
|
*
feat: Cors config is only used in dev, reverse proxy handles production
ivarlovlie
2022-02-11
1
-6
/
+6
|
*
chore:
ivarlovlie
2022-02-11
1
-1
/
+1
|
*
feat: Use prod api urls on client
ivarlovlie
2022-02-11
1
-2
/
+4
|
*
feat: Simplify permission display
ivarlovlie
2022-02-11
1
-11
/
+14
|
*
feat: Update server packages
ivarlovlie
2022-02-11
1
-3
/
+3
|
*
feat: Update client packages
ivarlovlie
2022-02-11
2
-186
/
+229
|
*
feat: add prod url to cors config
ivarlovlie
2022-02-11
1
-1
/
+2
|
*
fix: ignore secrets
ivarlovlie
2022-02-10
2
-18
/
+0
|
*
feat: Write database connection details when getting configuration strings
ivarlovlie
2022-02-10
2
-0
/
+18
|
*
chore: Cleanup warnings and unused code
ivarlovlie
2022-02-07
8
-49
/
+8
|
*
fix: Don't use github as default challenge scheme as this results in a 302 ↵
ivarlovlie
2022-02-07
1
-6
/
+3
|
|
|
|
to github by default when auth is required
*
feat: Always check session validity with server on app load
ivarlovlie
2022-02-07
1
-1
/
+1
|
*
fix: Don't require client to have user id in session in order to check ↵
ivarlovlie
2022-02-07
1
-4
/
+6
|
|
|
|
status with server
*
feat: Handle user creation and claims mapping when authenticating with github
ivarlovlie
2022-02-07
1
-14
/
+50
|
*
feat: WIP: Map github logins
ivarlovlie
2022-01-30
17
-36
/
+402
|
|
|
|
|
|
When github is used for login, we want to create a mapping to a regular user in our database. This is mainly so that we don't have to change the PK in our database or add a column to it.
*
feat: WIP: Add option to login in with github
ivarlovlie
2022-01-23
5
-1
/
+64
|
*
feat: Redo entry-card style, add ability to delete entries
ivarlovlie
2022-01-23
2
-9
/
+47
|
*
feat: Fall back to document title if no description is found in site report
ivarlovlie
2022-01-23
1
-3
/
+9
|
*
feat: WIP: Import from json
ivarlovlie
2022-01-23
3
-38
/
+143
|
*
feat: Remove stale tokens on a regular basis
ivarlovlie
2022-01-23
7
-17
/
+21409
|
*
feat: Execute startup tasks
ivarlovlie
2022-01-23
2
-1
/
+3
|
*
build: Add initial docker setup for server
ivarlovlie
2022-01-23
2
-0
/
+21
|
*
chore: Clean up warnings
ivarlovlie
2022-01-23
3
-2
/
+1
|
*
feat(auth): Implements first draft of basic auth gen/validation
ivarlovlie
2022-01-23
24
-39
/
+769
|
*
Initial commit
ivarlovlie
2022-01-22
109
-0
/
+8386