mirror of https://github.com/perkeep/perkeep.git
a2359a934f
We actually don't need to know the filename of an image for a valid thumber to be created, so this change is removing such a strict check, which was making foursquare venue photos not be displayed. Also fix broken initialization of the thumber in foursquare container. Change-Id: Iefb36fc403a3c1101d83f6af916b447e149f5acf |
||
---|---|---|
.. | ||
ui | ||
.gitignore | ||
README | ||
camlistored.go | ||
camlistored_unix.go | ||
run_test.go |
README
This is the main Perkeep server. See also: - The storage interface is in <root>/pkg/blobserver - The storage implementations are under that e.g. <root>/pkg/blobserver/localdisk - The HTTP handlers are implemented in <root>/pkg/blobserver/handlers - The UI code is in <root>/server/camlistored/ui