Commit Graph

135 Commits

Author SHA1 Message Date
mpl 5a5affb2d3 release notes: verifydb for kv
Change-Id: I00eba7d5fe5aa3331d45a3e08b39d58f5ceddc0a
2014-03-25 17:28:33 +01:00
Brad Fitzpatrick bfe27edc7f website: add mongo blob storage to 0.8 notes
Change-Id: I5381e53fbf1a1a03f8655ec345f0b1abe2e7189a
2014-03-22 12:46:48 -07:00
Brad Fitzpatrick bf763f9890 website: add Twitter import to 0.8 release notes
Change-Id: I7faae7e0f0ee788a1fbf694f0f687a52d004fa80
2014-03-20 23:11:00 -07:00
Nick O'Neill 0aaa2bb014 Initial changes to the website
Give a better sense of what camlistore is right away
More readable headings on those yellow bars
Reduce number of items in the nav
Add detail to download and getting started section
Turned mailing list page into community page
Style changes to the front page from aaron.
Reworked the code page
Added some pages to fill in, protocol and todo
Reorganized docs page
Redirect lists to new community page

Change-Id: I4e953e53618b93420f9f57aaf48d2d3651977b57
2014-03-18 19:02:20 -07:00
Brad Fitzpatrick bf8737e3c6 website: decade++ and ditch tt for the code tag
Apparently tt is deprecated. Who knew?

Change-Id: I70c55f955a5643bbd53e51ea522923dc0cb049a4
2014-03-18 17:46:17 -07:00
Steven L. Speek 146a42cc51 search: accept 'and', 'or', and parentheses in expressions
'and' has precendence over 'or'.
both operators are left associative
parenthesized expressions are evaluated first
Parser refactored, parseAtom split up.

Change-Id: I1f194cc75df49bad9d30d041d689d8ba833076f1
2014-03-18 16:40:44 -07:00
Brad Fitzpatrick bf428453c7 website: add Picasaweb to 0.8 notes
Change-Id: I0de6dbfa506a9153a73c61e638ce4ddbfbfde702
2014-03-18 10:08:42 -07:00
Brad Fitzpatrick bfc607fee7 index: reindex blobs when dependent blobs arrive out-of-order
Keep track of missing dependencies both in memory and in the index's
underlying sorted.KeyValue. When we see a dependent blob arrive, see
if we can reindex things.

Fixes camlistore.org/issue/102

Change-Id: I3d8cfc463e4b8c9d158be8f9656e772839b093b9
2014-03-15 08:44:09 -07:00
Brad Fitzpatrick bf6031a397 search: add operator "childrenof:sha1-xxxxx" to find permanode children of a parent
Change-Id: I9e756147c70f5230aa843ab215dafe5ed6d80087
2014-03-13 19:02:26 -07:00
mpl 607a20f349 Merge "0.8 release notes" 2014-03-12 20:35:56 +00:00
mpl 2e421013f7 0.8 release notes
Change-Id: I1fb43617f7667d65239b3d264662d7ce89c76203
2014-03-12 21:34:36 +01:00
Brad Fitzpatrick bf7e30d84e website: add foursquare importer to 0.8 notes
Change-Id: If91d9b9332e8234783de17bd7a25e0a9f6813976
2014-03-11 18:25:33 -07:00
Brad Fitzpatrick bf892c7637 camtool: add search subcommand
Change-Id: I8738c2eb7eae4417778be39a4237e02d42965615
2014-03-10 19:47:30 -07:00
Brad Fitzpatrick bfca89314d website: update 0.8 notes
Change-Id: I6f536cdd3f8bb23dfb322438bbea5ddd35e61a75
2014-03-08 21:14:35 -08:00
Brad Fitzpatrick c1892b5ae5 Rewritten sync handler.
Fix deadlock, much better status page, show per-blob status & errors,
clear errors when they've resolved themselves, fix known data race.

Change-Id: I968de0de4f308ff0a410adceb181a0712800d401
2014-03-05 08:51:22 -08:00
Nick O'Neill 4ab503399d Merge "Updates to front page." 2014-02-28 06:12:14 +00:00
Nick O'Neill 43198b5a3a Updates to front page.
Change-Id: I759fc11d5c0807b14d31c74b8b10a8089106b863
2014-02-27 22:11:18 -08:00
Brad Fitzpatrick acef7ddd8a website: add 0.7 to download page
Change-Id: I4c703abb8ebeb06b90e0a22071fb6af0957ee779
2014-02-27 22:05:56 -08:00
Brad Fitzpatrick 249eea79b8 Website: more 0.7 docs
Change-Id: I4ede3866db99a75087cb25950dec32bac615a9e6
2014-02-27 22:04:29 -08:00
Nick O'Neill 926e3fcef8 Almost finalized release notes for 0.7
Change-Id: I5db1362d893af760af6b03131fd993e30d9b2245
2014-02-27 21:42:33 -08:00
Nick O'Neill 2157c76b1b Getting started with 0.7 release notes.
Change-Id: I23dae7c1219c2632d2e0a505699631058a7b4163
2014-02-21 15:16:25 -08:00
Brad Fitzpatrick 79cb116dbb Merge "pkg/types/serverconfig: json-tagged struct" 2014-02-11 00:56:11 +00:00
mpl 6707837806 pkg/types/serverconfig: json-tagged struct
Also changed the TLS/HTTPS config keys for consistency.

http://camlistore.org/issue/339

Change-Id: I704ec129f91b93ebb20bc1191816166a2f10692d
2014-02-10 21:49:11 +01:00
mpl aa96868be9 contributors: fixed my website routing after some shaming...
Change-Id: I63fe239e57b218902c05c889bb2cb9d2d4bb4ecb
2014-02-10 17:38:35 +01:00
mpl 6a3c8e31ff website: fix typo in server-config
Change-Id: I85efb4790e5b93996fed03739397abdf1a86fc2f
2014-01-29 16:40:29 +01:00
mpl bf8c463d0a pkg/client: multi servers config
http://camlistore.org/issue/309

Change-Id: I22bbbf6a808a772272f153b2535d693bd986d13a
2014-01-05 23:19:43 -08:00
Brad Fitzpatrick cdd7b97d32 Merge branch 'master' of https://camlistore.googlesource.com/camlistore 2014-01-04 16:37:49 -08:00
Brad Fitzpatrick 3e725e2a98 Change self-signed cert fingerprint to 80 bits of SHA-256.
More secondary preimage resistance. Also better docs and less vague and less promoted Android
UI.

Feedback from Adam Langley, but likely misinterpreted.

Change-Id: I3bf1029b6fc07c0b8dab2af44926aa87b0d4cbad
2014-01-04 16:37:33 -08:00
Aaron Boodman 7c9b86de9e Make some updates to the web application styleguide that have been simmering for a few weeks.
Change-Id: I98196f14439b5d6f2c6af53eb1bf3508c6dbc591
2014-01-04 16:20:57 -08:00
Aaron Boodman 5de3951ccf Enable Flickr importer in the production server. This was meant to work previously but there was a bug.
Change-Id: I657a20bd97a9e186d6b2bb4ec34553889e7c262c
2013-12-28 16:10:58 -08:00
termie 4f4292de6b trivial docs spelling
Change-Id: I8125264b2d346269d91ef78ad54243abcafdb2b6
2013-12-27 15:04:46 -08:00
Brad Fitzpatrick d676971b48 Merge "website: release date typo" 2013-12-26 16:35:10 +00:00
Brad Fitzpatrick 0eb1069636 docs: mention flickr importer in 0.6
Change-Id: I57ddfe9185918516c0b448c00ec63d23550cd8c1
2013-12-25 23:35:44 -08:00
mpl ba407452fe website: release date typo
Change-Id: I80a2b1832f7d08d1ba5f6f901925733db2cb6663
2013-12-25 20:34:17 +01:00
Brad Fitzpatrick aacc916232 Document the 0.6 release.
Change-Id: If0ab182d8eda69423de129972f41d34a7cd4aa85
2013-12-25 10:55:55 -08:00
mpl 6e7eacea4a Merge "pkg/client: some cleanup, doc on the website" 2013-12-23 22:31:45 +00:00
mpl 1e8d46ee45 pkg/client: some cleanup, doc on the website
Changed some keys to be consistent with the server config, and removed
some others.

We're now using jsonconfig to get the keys and validate the config.

Removed some unused funcs/methods, moved some global vars as members of a client.

Also, having two possible defaults for the secret keyring
(.config/camlistore/identity-secring.gpg and .gnupg/secring.gpg)
was annoying and confusing imho, so I removed the latter.

http://camlistore.org/issue/259

Change-Id: Icf79fa8822b62b5d91843698861dd19cb553607a
2013-12-23 20:23:21 +01:00
Brad Fitzpatrick bf54591e8d Remove the memIndex option from genconfig and devcam; default memoryIndex to on.
We had the legacy "memIndex" option to put the Camlistore index in
memory (the leveldb memdb) as an option in genconfig called
"memIndex", and we also had an option called "memoryIndex" for whether
to slurp the on-disk index to memory on start-up.  Too confusing!

Instead, delete "memIndex" (since it's not the default anyway, now
that we have kv).

Then, also (the original point of this change): default the
memoryIndex option to true, so search works for people by default.
This option might go away in the future if it becomes the only required
way.

Also, document this.

Change-Id: Iddffa6e19adbf09c5aacd063aa44de362d90633b
2013-12-11 12:20:22 +04:00
Aaron Boodman 53ae0830c7 Strawman web ui style guide.
Change-Id: I6d6ee09bb42f79adad8789e6b9cfb5a9f59dc1f2
2013-11-23 09:05:17 -08:00
mpl f8b41e236e Merge "server/publish.go: use go html template for publishing" 2013-11-19 22:22:17 +00:00
mpl a6aeff034c server/publish.go: use go html template for publishing
Change-Id: Ic1c55d35e52e407864d339927b453de58a64e03c
2013-11-19 17:50:26 +01:00
Aaron Boodman 2a747ccd56 Add ability to specify flickr config for devcam.
Change-Id: Ic1139730d969558e2d6375dd86c6741e3dfd2b9b
2013-11-18 21:16:09 -08:00
Aaron Boodman 9c671f76eb Revert "Revert "Add genconfig support for flickr importer""
This reverts commit 8367de6e95.

Change-Id: I1fdfa4070572b1badc0f0980348404f905fa13a3
2013-11-17 14:15:12 -08:00
Brad Fitzpatrick 8367de6e95 Revert "Add genconfig support for flickr importer"
This reverts commit b53e79614d.

It broke the tests.
2013-11-17 13:43:06 -08:00
Aaron Boodman b53e79614d Add genconfig support for flickr importer
Change-Id: I8be13f81fae15acfe87cce9d65318524efc3035d
2013-11-17 13:29:49 -08:00
mpl 616acae745 website: clean up overlooked notes.
Change-Id: Ida760b727d7fa9f45f553dad2096afca47cbfac4
2013-10-07 23:28:55 +02:00
Brad Fitzpatrick e8f89f609b website: document the 0.5 release, Castletownbere
Change-Id: I825bd08fdc60d84137e7b68663058ba7fa2fc42d
2013-09-21 18:27:42 +01:00
mpl ba8f88c21a devcam test, replaces make presubmit
http://camlistore.org/issue/223

Change-Id: Iaaea9926a98d7d3335fd6ee52daa225e51ec4703
2013-09-19 17:00:59 +02:00
Hunter Freyer 019cffac5c Reorganizes the "schema" page on the website, and promotes much of the
permanode documentation to the website in its own page.

One of the goals here is to create an exhaustive list of camliTypes
and permanode attributes, and make it clear what they're used for.

Change-Id: I68a95fe5f870a9b25551b1e9c2eec805920d8931
2013-09-08 17:01:09 -04:00
Brad Fitzpatrick f3f48eb70b Support alternate S3 hostnames
Change-Id: I9a27eb5fb9c4e5ef3b516ce9cf5a4b5bb4e1df61
2013-09-01 09:50:35 -07:00