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
/
repository
/
repository.go
Age
Commit message (
Expand
)
Author
2024-09-21
cleanup
Paul Buetow
2024-09-18
some stuff
Paul Buetow
2024-09-12
use pending.next to determine next
Paul Buetow
2024-09-12
refacto3
Paul Buetow
2024-09-12
add and persist
Paul Buetow
2024-09-12
persist and add
Paul Buetow
2024-09-12
add pending.delete
Paul Buetow
2024-09-11
add note
Paul Buetow
2024-09-11
initial pending
Paul Buetow
2024-09-06
rename ent to entry
Paul Buetow
2024-09-06
add Next
Paul Buetow
2024-09-06
use PlatformName as an alias for better readability
Paul Buetow
2024-09-03
Partners and Servers are now slices
Paul Buetow
2024-09-03
add EnvToStrSlice
Paul Buetow
2024-08-19
report error when repo cant be loaded
Paul Buetow
2024-08-19
panic when repository can't be loaded
Paul Buetow
2024-08-16
can test updating shared flag merge
Paul Buetow
2024-08-16
slight refactor
Paul Buetow
2024-08-15
return changed boolean var, no need to keep it as a member value
Paul Buetow
2024-08-15
Update marks checksum only dirty when there was really something changed in t...
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-13
refactor mergeFromPartner so it can be tested
Paul Buetow
2024-08-12
add comment
Paul Buetow
2024-08-12
log an error when the repo could not be loaded
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 ye...
Paul Buetow
2024-08-12
more idiomatic go
Paul Buetow
2024-08-12
initiate merge operation by cron ticker
Paul Buetow
2024-08-12
entry pair is local
Paul Buetow
2024-08-12
fix
Paul Buetow
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
submitted posts get archived
Paul Buetow
2024-07-28
can update/upload entry
Paul Buetow
2024-06-04
dealing with two TODO items
Paul Buetow
2024-06-04
add unittest for repository.List
Paul Buetow
2024-06-04
more on testing
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-27
move the interface to the client
Paul Buetow
2024-05-25
refactor vfs into its own package
Paul Buetow
2024-05-25
initial VFS
Paul Buetow
2024-05-19
initial equality test for the entries
Paul Buetow
2024-05-16
more on this
Paul Buetow
2024-05-16
repository singleton is a pointer
Paul Buetow
2024-05-16
more on merge support
Paul Buetow
2024-05-11
also return the checksums for each element of the repository
Paul Buetow
[next]