Commits
- Commit:
cc18f53a514e6a399af0836b9ea3a59539228f52
- From:
- Oliver Lowe <o@olowe.co>
- Date:
lemmy: implement comment ModTime
- Commit:
e48f0422427ae70cc25ac8b2c39a671eca141898
- From:
- Oliver Lowe <o@olowe.co>
- Date:
lemmy, lemmy/fs: have comments as entries in post directories
- Commit:
4c497c575cd1d39337adc22dfb9ee2b2d23042cf
- From:
- Oliver Lowe <o@olowe.co>
- Date:
lemmy: fix up, export comment path parsing for commands
- Commit:
53469cfb86b05905dd8bb219db400e31be3f0169
- From:
- Oliver Lowe <o@olowe.co>
- Date:
lemmy: decode published, updated times
Now that the Lemmy API returns nice timestamps, it's all done
automatically by Go's JSON package.
- Commit:
3035f1740e0c871f69032fd48aa8427079e225d8
- From:
- Oliver Lowe <o@olowe.co>
- Date:
lemmy: start decoding users in API responses
This commit adds tests too as it's starting to get a bit trickier.
- Commit:
99ed05e33dafeb84968e397f636c0090d85f691d
- From:
- Oliver Lowe <o@olowe.co>
- Date:
add Lemmy command for the acme text editor
- Commit:
fcf319e83dbec9b824aae4d62e9a4d99cc473dd7
- From:
- Oliver Lowe <o@olowe.co>
- Date:
Rework, move filesystem into its own package
Major rework which keeps Stat, Read and ReadDir away from the
filesystem tree and more to the file.
The fs package implements extra functionality that doesn't really have
anything to do with the core package. It also does not need to know
how the core lemmy package is implemented to do anything, so may as
well enforce the boundary explicitly.
- Commit:
31062b441c7ce38e6ce2772e92dc1ec83282e6fe
- From:
- Oliver Lowe <o@olowe.co>
- Date:
start documentation!
- Commit:
00b2414c42245d4e97f287b3e6b1e889cb3c6dee
- From:
- Oliver Lowe <o@olowe.co>
- Date:
Only cache communities in filesystem
This keeps things simpler
- Commit:
4a5e46556d98c2f01ca29f5f7d42dcc46f549154
- From:
- Oliver Lowe <o@olowe.co>
- Date:
initial commit