Commit Graph

887 Commits

Author SHA1 Message Date
mpl 34c776c81c thumbnail support
Change-Id: Ie0ee67ce278c1d9790c43a9270fc909dd6e68923
2011-06-15 10:42:18 +02:00
Brad Fitzpatrick 6f2af62b81 Merge "clients/python: Make ignore patterns into a command-line flag." 2011-06-13 22:25:00 -07:00
Brad Fitzpatrick 7de2aa9ff1 Merge "website/contributing: typso" 2011-06-13 22:24:55 -07:00
Brad Fitzpatrick 71d73143a3 Test commit without review. 2011-06-13 17:50:49 -07:00
caine f5effec0e5 clients/python: Make ignore patterns into a command-line flag.
Change-Id: I51f65aee97a8187df303a854d53270da12c4aa7c
2011-06-13 18:53:16 -04:00
caine dc19141094 website/contributing: typso
Change-Id: Id29ebcfb55a626d0db9fbd4752c2defe0af9e4ce
2011-06-13 18:44:23 -04:00
Brad Fitzpatrick 38588f0985 Changes for switch to Gerrit.
Change-Id: Ie3834ba594d379b881bff1b23d69267262d9dfa2
2011-06-13 14:24:51 -07:00
Brad Fitzpatrick 221381d77f Add test file for playing with Gerrit.
Change-Id: Id688151e63e3cc8b112754a363f31b159a92fe62
2011-06-13 13:21:46 -07:00
Brad Fitzpatrick c77a69e4a1 update TODO a bit 2011-06-13 08:50:24 -07:00
Brad Fitzpatrick a57466fe82 Use blob title on index page too. 2011-06-12 10:06:49 -07:00
Brad Fitzpatrick f6fa8fd6d7 UI: show titles that describe returns now 2011-06-12 10:01:56 -07:00
Brad Fitzpatrick 34631a5b92 UI: javascript cleanup 2011-06-12 09:43:42 -07:00
Brad Fitzpatrick 20c4ef7154 search / file work 2011-06-12 00:20:57 -07:00
Brad Fitzpatrick 72c4a42d06 more jpeg sniffing 2011-06-12 00:13:06 -07:00
Brad Fitzpatrick 2086b96993 errorText to error 2011-06-11 20:10:10 -07:00
Brad Fitzpatrick 691273a284 index more about files: filename, properties set, mime type 2011-06-11 10:55:35 -07:00
Brad Fitzpatrick 42d80271d8 show children in describe 2011-06-11 10:12:39 -07:00
Brad Fitzpatrick 60e3fa2574 more content -> camliContent cleanup 2011-06-11 09:51:08 -07:00
Brad Fitzpatrick d2b9f80a03 send error response JSON 2011-06-11 09:30:01 -07:00
Brad Fitzpatrick 9524e16795 UI: update members list on dnd, show camliContent 2011-06-11 00:53:13 -07:00
Brad Fitzpatrick 179b706248 don't promote camliContent attr, make member be camliMember 2011-06-11 00:27:17 -07:00
Brad Fitzpatrick 5baf2713d2 UI: show permanode child members 2011-06-10 15:03:01 -07:00
Amir Mohammad Saied 6465ab5c37 Android: Make sure application does not force close if server:port is not set 2011-06-10 12:10:43 -07:00
Brad Fitzpatrick bf49a7abb3 Dummy commit. 2011-06-10 11:40:41 -07:00
Brad Fitzpatrick 83d4188863 Change default codereview server. 2011-06-10 10:30:03 -07:00
caine tighe 7db3a91c68 Add git cl to misc/codereview and update website/content/docs/contributing 2011-06-10 10:21:14 -07:00
Brad Fitzpatrick 929281e1f3 UI: make permanodes for dnd files, add permanode as member to parent 2011-06-09 22:18:22 -07:00
Brad Fitzpatrick 3ba0f4ad7d UI: drag & drop javascript file upload with client-side dup suppression 2011-06-09 22:05:57 -07:00
Brad Fitzpatrick 26077626a7 advertise download helper in discovery 2011-06-09 22:05:20 -07:00
Brad Fitzpatrick 3c6c4207be download handler: support for verifying a digest in a HEAD request
for use in javascript uploads.
2011-06-09 18:33:26 -07:00
Brad Fitzpatrick 6f35e66385 let file reader be closed 2011-06-09 18:28:07 -07:00
Brad Fitzpatrick 65910dcec4 consolidate redundant javascript. 2011-06-09 16:31:53 -07:00
Brad Fitzpatrick bdfde0a5fe Advertise the dev server password in the realm. 2011-06-09 16:09:21 -07:00
Brad Fitzpatrick 05dac3405c Merge branch 'master' of camlistore.org:camlistore 2011-06-09 15:00:30 -07:00
Brad Fitzpatrick 0ada583435 UI: js file upload work 2011-06-09 15:00:20 -07:00
mpl 76513f922a test commit: fixing old paths in README 2011-06-09 23:16:09 +02:00
Brad Fitzpatrick 3b3b682c1e Search interface + impl to find file schema refs by their content ref 2011-06-09 12:55:38 -07:00
Brad Fitzpatrick e5acdb2e38 send 400 or 500 with some json replies 2011-06-09 12:54:53 -07:00
Brad Fitzpatrick 490588d95a show the file dnd area when permanode type is unknown 2011-06-08 18:59:56 -07:00
Brad Fitzpatrick 97978b56d4 don't retry forever indexing files. 2011-06-08 18:56:56 -07:00
Brad Fitzpatrick c61317703c indexer: index file sha1s, sizes (for js search lookup later) 2011-06-08 18:26:57 -07:00
Brad Fitzpatrick fa3715134a Start of indexer indexing file schema's content digests. 2011-06-08 17:49:31 -07:00
Brad Fitzpatrick a4c43c359f Add blobref.SeekerFromStreamingFetcher, moving it from UI code. 2011-06-08 17:48:56 -07:00
Brad Fitzpatrick f31959c24c Update for Go: use http.Values 2011-06-08 13:41:39 -07:00
Brad Fitzpatrick d65fc1391a schema & blobref: implement JSON [Un]Marshal interfaces, clean up code 2011-06-07 17:00:21 -07:00
caine tighe 1fabcfbeb0 osutil/paths.go : update for windows support 2011-06-07 16:25:44 -04:00
Brad Fitzpatrick 0f99774750 UI: start moving file upload/dnd stuff to permanode editor. 2011-06-07 10:23:11 -07:00
Brad Fitzpatrick 1f0aec0612 rollsum: add a benchmark, and more attribution 2011-06-06 19:09:58 -07:00
Brad Fitzpatrick 39ac2c072e schema: filereader support for hash tree files. 2011-06-06 13:30:54 -07:00
Brad Fitzpatrick 319a12f982 schema/filereader: support zero regions, start of subfile support 2011-06-06 11:31:45 -07:00