index
:
gos
main
Social Media sharing tool written in Go - Personal replacement for buffer.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
server
/
handler
/
handler.go
Age
Commit message (
Collapse
)
Author
2024-09-21
cleanup
Paul Buetow
2024-09-06
rename ent to entry
Paul Buetow
2024-08-14
move entry unmarshal to reposotyr.GetJSON
Paul Buetow
2024-08-14
move regex check to repository from handler
Paul Buetow
2024-08-12
rename again
Paul Buetow
2024-08-12
rename
Paul Buetow
2024-08-12
initially can merge from remote partner but file to disk sync doesn't work ↵
Paul Buetow
yet maybe next time when i work on this this will be sorted.
2024-08-12
move remote merges to reposotory
Paul Buetow
2024-08-12
refactor config handling in repository
Paul Buetow
2024-07-28
rename entry to ent
Paul Buetow
2024-07-28
fix bug where POST turned out to be a HTTP get when there are // in the URI
Paul Buetow
2024-07-14
make it all context.Context aware
Paul Buetow
2024-06-17
add EDITOR client config, plus a bit refactor of the config env handling
Paul Buetow
2024-06-04
add unittest for repository.List
Paul Buetow
2024-06-04
unit tests pass again
Paul Buetow
2024-06-04
more on unit testing and some refactoring
Paul Buetow
2024-05-25
initial VFS
Paul Buetow
2024-05-19
initial equality test for the entries
Paul Buetow
2024-05-19
move SaveFile to entry
Paul Buetow
2024-05-19
rename handle to handler
Paul Buetow