Commit Graph

5147 Commits

Author SHA1 Message Date
Aaron Boodman ac67a8d479 Moved contextual nav items back to a sidebar.
Global nav items remain in piggy menu.

This is an adaptation of https://camlistore-review.googlesource.com/#/c/3898/ by Mario Russo <mail.mr@gmail.com>.

Change-Id: I85f7f386aa0573026253e13c5bd12b46ad08f83a
2014-11-04 15:34:08 -08:00
Jingguo Yao 9b6a9c587a schema: fix typos in error messages
1. Error messages in dirreader should mention dirreader instead of
   filereader.
2. Remove \n at the ends of error messages.
3. Use errors.New for plain text error messages.
4. Give precise static-set information in one error message.

Change-Id: Iae0f46bca492e9dbbe41b4c1bebf5f5950d722b5
2014-11-03 20:44:57 +08:00
Jingguo Yao 963c0f78db schema: correct a typo in error message
Function Stat is invoked, but the error message mentions lstat.

Change-Id: I66b5cca3cdc2c6281ce720977d34452502a92aa7
2014-11-01 10:41:45 +08:00
Mathieu Lonjaret e535bed326 Merge "schema: use correct name for function parameter" 2014-10-30 14:13:54 +00:00
Brad Fitzpatrick a9d0b9cc73 Merge branch 'master' of https://camlistore.googlesource.com/camlistore 2014-10-29 13:33:41 -03:00
Mathieu Lonjaret ef405b3ad4 Merge "third_party/fileutil: update to 7dd7cf336e002422bd1467eaaab9d0681ae1a33a Adds support for OpenBSD" 2014-10-29 16:29:18 +00:00
Brad Fitzpatrick 84c1d6aa19 blobpacked: more tests
Change-Id: I996a9a7b93bf4ede6e5c3c90bfdca0d269a4d425
2014-10-29 13:26:36 -03:00
mpl 008d9aae86 C+A: add Aaron Bieber (Individual CLA)
CLA verified by Brad.

Change-Id: I6863736ecf1e2ffbaa1995c797ea5d760b2b8f34
2014-10-29 17:25:57 +01:00
Aaron Bieber ea879e1ca5 third_party/fileutil: update to 7dd7cf336e002422bd1467eaaab9d0681ae1a33a
Adds support for OpenBSD

Change-Id: I6f38d25529fcee1c778aca07a67e2ac33caecf3d
2014-10-29 10:13:19 -06:00
mpl e6d95d0552 Merge "dockertest: update mongo image" 2014-10-29 15:36:42 +00:00
Jingguo Yao 51a16a4082 schema: use correct name for function parameter
The comment for Readdir talks about n, but the parameter name of Readdir
is count.

Change-Id: I3669730eb1972077ce81219c4ce64f19e176caa1
2014-10-29 09:17:11 +08:00
mpl f97cf5b587 third_party/goexif: bump to 9fb3b23c1aaada5775178242884b75d4f4a330d3
Change-Id: I31f509f32ec6a2fe93cd78a9d09146b0bb6b302e
2014-10-29 00:46:56 +01:00
Brad Fitzpatrick 3ee058675e blobpacked: RemoveBlobs work: deleteZipPack, foreachZipBlob, more tests
Change-Id: Ice35948a071703a2683f20f5ccdd710a746f9c7b
2014-10-28 19:31:06 -03:00
Brad Fitzpatrick 5ac4e18a62 blob: add func ReaderAt
Change-Id: Ic8afd01951d3fdb792a5cbe64ab60c8be0dec859
2014-10-28 19:29:33 -03:00
Brad Fitzpatrick d083c754d7 Merge branch 'master' of https://camlistore.googlesource.com/camlistore 2014-10-28 12:56:22 -07:00
Brad Fitzpatrick f61c9c4e5a blobpacked: check for corrupt meta on start-up
Change-Id: I2312c863c46db59f6f101ada3e07c4fa26b7b36d
2014-10-28 05:29:21 -07:00
Brad Fitzpatrick f51b40b635 blobpacked: simplify func parseMetaRow
Change-Id: I59c27556deb02f71311041b8ba60e1a2ba93879d
2014-10-28 05:14:53 -07:00
Brad Fitzpatrick c4f0a62e84 sorted: add Foreach and ForeachInRange helpers
Change-Id: Ifeba7ed6719468f01585aa7f7f9a9006fdd661de
2014-10-28 05:07:55 -07:00
Brad Fitzpatrick a87bde76c7 blobpacked: RemoveBlobs support for packed blobs
Change-Id: I4c9f59cf0568d985eeebe7dfa0b0aa062bdf1969
2014-10-28 04:54:34 -07:00
Brad Fitzpatrick 5c0d51e565 storagetest: clean up a bit
Change-Id: I458b9be22e1559adbc3aa645434e67e21cae43de
2014-10-28 04:08:44 -07:00
Jingguo Yao 674deb7280 jsonconfig: remove useless type conversion
Change-Id: I271ca5f619dcd7d6cdee3dc40b68dd6c5eb318d8
2014-10-28 10:49:36 +08:00
Brad Fitzpatrick b73e1f6269 Merge "devcam test: missing filepath.FromSlash" 2014-10-28 02:20:30 +00:00
Brad Fitzpatrick 46d26cc831 Merge branch 'master' of https://camlistore.googlesource.com/camlistore 2014-10-27 19:16:57 -07:00
mpl 5a05d25fb2 dockertest: update mongo image
robinvdvleuten/mongo is dead so I pushed a new one at mpl7/mongo

http://camlistore.org/issue/518

Change-Id: Id48b423c987f5287354b4824f37472b985060ee3
2014-10-28 01:24:56 +01:00
Brad Fitzpatrick 04432cc886 blobpacked: more RemoveBlobs work
Change-Id: I911e6b620ea4d21b7132b849136e36c40a966793
2014-10-27 16:19:29 -07:00
Brad Fitzpatrick bf91167b98 blobpacked: more StreamBlobs work, start of testing it
Change-Id: Ic3b1ab32ac331602c15bd53964dab582d73c04f4
2014-10-27 15:44:45 -07:00
mpl db9a833d02 devcam test: missing filepath.FromSlash
Change-Id: Icc3461d5435702414b1fe716ef81c18a8e3c2c34
2014-10-27 22:52:27 +01:00
Mathieu Lonjaret 0ac70ad2a5 Merge "devcam: run git pre-commit hook as a test." 2014-10-27 21:44:55 +00:00
Brad Fitzpatrick d17fbb0757 Merge "Dynamically generate the contributors page from git log." 2014-10-27 20:36:29 +00:00
Brad Fitzpatrick bca20add2e Merge branch 'master' of https://camlistore.googlesource.com/camlistore 2014-10-27 12:09:41 -07:00
Mathieu Lonjaret 8ffeaf31b1 Merge "Use correct Reason-Phrase for 404 Status Code" 2014-10-27 18:43:46 +00:00
mpl 2702edff74 C+A: add Jingguo Yao (Individual CLA)
CLA verified by Brad.

Change-Id: I5c46cb09968ae1ac59ac6df5d7acf442d481e2c5
2014-10-27 19:04:02 +01:00
mpl 5d311321d1 Merge "setup wizard: redirect to server docs until someone wants to do nicer" 2014-10-27 17:50:11 +00:00
Salmān Aljammāz 974a431169 Dynamically generate the contributors page from git log.
This change moves scripts/gencontrib/gencontrib.go into the
website's main codebase. Not as fancy as
https://github.com/bradfitz/camlistore/graphs/contributors but
it's a start.

https://code.google.com/p/camlistore/issues/detail?id=15

Change-Id: I9a806556f91084bf4069cf82a8b653bc8de444a9
2014-10-27 13:21:18 +00:00
Jingguo Yao d06e7a09ff Use correct Reason-Phrase for 404 Status Code
Change-Id: I5e251d10e9a2307e92ba5f1aa829b7794045c885
2014-10-27 20:57:04 +08:00
Brad Fitzpatrick b23afdf92d C+A: add Antonin Amand (Individual CLA)
Change-Id: I3028a3f86901207069a7f1f0fb14c081489ec085
2014-10-26 18:55:11 -07:00
Aaron Boodman 3fde03eb39 Add an 'upload...' button to the piggy menu.
Bug: https://code.google.com/p/camlistore/issues/detail?id=504
Change-Id: I736499ee10e9d07e15432eff2224a64abb1569ce
2014-10-26 01:41:19 -07:00
Aaron Boodman 3f41c1c258 Merge "Show a more obvious drop target when dragging items onto UI." 2014-10-26 08:07:01 +00:00
Aaron Boodman b4a03836c0 Show a more obvious drop target when dragging items onto UI.
This also shows a very crude upload progress.

Bugs:
https://code.google.com/p/camlistore/issues/detail?id=336
https://code.google.com/p/camlistore/issues/detail?id=504

Change-Id: I3c232c94d0238290abc295b59871eb7206624960
2014-10-26 01:04:12 -07:00
mpl 97ca20c915 Merge "gce: make token cache file project dependent." 2014-10-24 23:06:53 +00:00
mpl 762d2d2974 gce: make token cache file project dependent.
Also add a few hints.

Change-Id: Id51a933be35bc73622e335a9d323696f77dd8395
2014-10-25 01:04:49 +02:00
Brad Fitzpatrick a5a846a928 Merge "Fix ReadDir for recent in cammount" 2014-10-24 22:42:45 +00:00
Brad Fitzpatrick 9a4e2bb178 C+A: add Matthieu Rakotojaona (Individual CLA)
Change-Id: Ic24976e558c6e3d2ca0f7ebc987d09f1639af57c
2014-10-24 15:42:25 -07:00
Matthieu Rakotojaona af0d711c01 Fix ReadDir for recent in cammount
Change-Id: I422393ec77034b8408094b663b34121a499ad4a7
2014-10-24 19:56:42 +02:00
Brad Fitzpatrick 55f0c91c25 blobpacked: start of untested blob streaming code
Will be used for recovery.

Change-Id: I8a6d219086a306e53b1b621b7bc7cf59b984c765
2014-10-22 15:12:41 -07:00
Brad Fitzpatrick 919390aac8 httputil: rename conn to rw, per current conventions
Change-Id: Ifc39915396f5ababdc2fb21c2a95156bbbf729c8
2014-10-21 15:13:12 +02:00
Brad Fitzpatrick 8897cdc3f8 httputil: don't set Content-Type until we're sure
Fixes Issue 182

Change-Id: I1a687c51b60caca5ddc7b4cd21d4f7efa6342248
2014-10-21 15:11:51 +02:00
Brad Fitzpatrick 488f9721b4 make.go: block darwin/386 builds by default
Fixes Issue 155

Change-Id: I91d471c7557c2225f5feb6b33cc6bb7cc381a68f
2014-10-21 15:02:30 +02:00
Brad Fitzpatrick 3650dc45eb blobpacked: fix up doc comment
Change-Id: I13bad6626b857c038cd10167dcdd04ac013d44b1
2014-10-21 11:51:29 +02:00
Mathieu Lonjaret 3b47d2888e Merge "Pinboard importer: add test, fix bug" 2014-10-20 21:38:22 +00:00