Perkeep (née Camlistore) is your personal storage system for life: a way of storing, syncing, sharing, modelling and backing up content.
Go to file
Paul Lindner 1d4d49ad7a vendor: update picago and oauth2 packages to latest version
Picago was very old and had local changes, update to latest release.
Also update to latest oauth2 as a transitive dependency.

Actual versions:

  github.com/tgulacsi/picago: 9e1ac2306c701ca7477a169b2b49902b7b4c58bf
  golang.org/x/oauth2: 197281d4e0ecd78c33865daf9c6e51626feefcb2

manually omit oauth2 testdata and tests that contain private keys to
make "devcam review" happy

This change was prepared using the forthcoming migration to the dep
tool.

Manually tested by setting up a new Picasa oauth config and importing
many photos.

Addresses: #889

Change-Id: I4d21941ccb4ade84ec658b5cfc8624e29f52be60
2017-12-31 15:23:15 -08:00
.hackfests Add a hackfest entry. Missed a lot of these, but still fun. 2013-12-27 16:16:09 -08:00
app app/publisher: rewrite gensearchtypes.go using go/ast 2017-12-30 02:25:45 +01:00
bin New build tool. Should even work on Windows, if Go 1.1 is available, without MinGW/msys/etc. 2013-06-11 00:55:17 +02:00
clients clients/android: update gomobile to fix docker build 2017-11-20 00:11:13 +01:00
cmd search: expression/constraint aliases 2017-12-29 21:41:20 -08:00
config blobserver/encrypt: rewrite encryption to use NaCl and a simpler meta 2017-12-29 14:16:34 -08:00
dev all: lint fixes for "should omit 2nd value from range" 2017-12-13 11:31:25 -08:00
doc Merge "website: added note about MySQL permissions in server-config" 2017-12-29 15:54:10 +00:00
internal/chanworker add canonical import paths 2016-03-13 19:57:14 -07:00
lib/python Send auth header with GET requests too. 2013-08-02 21:13:53 -07:00
misc all: lint fixes for "if block ends with a return statement" 2017-12-13 11:31:25 -08:00
old Move remaining stuff in third_party/* to vendor/* 2016-04-20 16:49:15 -07:00
pkg Merge "blobserver/blobpacked: log reindexing progress" 2017-12-31 02:05:45 +00:00
server Merge "pkg/serverinit: on GCE, reset name if instance name is in camlistore.net" 2017-12-31 02:04:05 +00:00
vendor vendor: update picago and oauth2 packages to latest version 2017-12-31 15:23:15 -08:00
website website: Add Google Webmaster Tools verification file 2017-12-29 11:32:54 -08:00
.dockerignore Dockerfile: update 2016-03-11 18:05:35 +01:00
.gitignore vendor: update picago and oauth2 packages to latest version 2017-12-31 15:23:15 -08:00
.header updated year in header template to 2015 2015-04-19 21:47:46 +02:00
.travis.yml Update camlistore and gopherjs to go1.9 2017-09-20 08:23:11 +02:00
AUTHORS C+A: add Michael Morrissey (Individual CLA) 2017-03-26 17:22:07 -04:00
BUILDING Update build instructions wrt Go 1.5 requirement 2015-08-23 16:32:21 +02:00
CONTRIBUTING.md Remove appengine server and the old python blobserver 2017-11-30 19:13:37 -08:00
CONTRIBUTORS C: add Paul Lindner (Google CLA) 2017-12-05 17:19:05 -08:00
COPYING Add Apache license. 2011-01-27 23:00:13 -08:00
Dockerfile Dockerfile: fix for Go 1.8 2017-02-28 01:39:35 +01:00
Makefile Remove appengine server and the old python blobserver 2017-11-30 19:13:37 -08:00
README rename HACKING to CONTRIBUTING.md 2016-04-27 12:16:29 -07:00
TESTS cond: clean-up and start of tests 2014-01-19 15:06:55 -08:00
TODO search: expression/constraint aliases 2017-12-29 21:41:20 -08:00
make.go Vendor OpenSans (apache 2 licence) 2017-12-29 10:22:49 -08:00

README

Camlistore is your personal storage system for life.

It's a way to store, sync, share, model and back up content.

It stands for "Content-Addressable Multi-Layer Indexed Storage", for
lack of a better name.  For more, see:

     https://camlistore.org/
     https://camlistore.org/doc/

Other useful files:

     BUILDING       how to compile it ("go run make.go")
     CONTRIBUTING   how to do development and contribute

Mailing lists:

     http://camlistore.org/lists

Bugs and contributing:

     https://github.com/camlistore/camlistore/issues
     https://camlistore.org/doc/contributing