Custom Query (160 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 100 of 160)

1 2
Ticket Summary Owner Type Priority Milestone Component
#107 command-line: progress indicators zooko enhancement minor eventually code-frontend-cli
#112 command-line: give it default values for the final element of the pathname zooko enhancement minor eventually code-frontend-cli
#114 command-line: multiple files at once zooko enhancement minor undecided code-frontend-cli
#280 get_hash method in webapi for extension caching logic. zooko enhancement minor undecided code-frontend-web
#677 WebAPI: GET /uri/$FILECAP?t=json doesn't return size for mutable files, but the HTML version does davidsarah defect minor soon code-frontend-web
#691 improve WUI directory page according to a new user's first impressions zooko enhancement minor eventually code-frontend-web
#727 add optional-dependency on numpy zooko task minor undecided packaging
#896 log more info about Foolscap disconnections on storages nodes (to twistd.log) francois defect minor undecided code-network
#907 Stop caps from leaking to phishing-filter servers davidsarah defect minor eventually code-frontend-web
#918 Abstraction violations in web/info.py davidsarah defect minor eventually code-frontend-web
#964 show sizes in unambiguous way that doesn't get mistaken for different units zooko defect minor undecided code-storage
#1052 "tahoe backup": report EnvironmentError more precisely davidsarah defect minor soon code-frontend-cli
#1091 give clearer names to the "create a directory" buttons Lcstyle enhancement minor soon code-frontend-web
#1148 scripts/startstop_node.py is not tested directly, so can't see coverage davidsarah defect minor soon code-nodeadmin
#1333 'private/' subdir of BASEDIR should be created during 'tahoe create-alias' and friends Lcstyle defect minor soon code-nodeadmin
#1342 rename tests of packaging and improve them to avoid spurious system-dependent test failures davidsarah enhancement minor soon packaging
#1516 don't catch and ignore EnvironmentError when trying to get disk stats davidsarah defect minor soon code-storage
#1518 zero-byte MDMF reads should not fetch any segments warner defect minor eventually code-mutable
#1782 move docs/proposed to the wiki marlowe enhancement minor soon documentation
#1840 CLI: don't allow creating single-letter aliases on Windows davidsarah defect minor soon code-frontend-cli
#1881 test utility for comparing sets davidsarah defect minor undecided code
#2463 eliminate duplication between test classes Update and Version in test_mutable daira defect minor soon code-mutable
#3972 Solving `untyped-def` mypy errors in tahoe-lafs codebase daniellee enhancement minor undecided unknown
#573 Allow client to control which storage servers receive shares daira enhancement normal soon code-peerselection
#824 WUI pages lack correct XHTML 1.0 Transitional declarations daira defect normal soon code-frontend-web
#925 Information leak to holders of a directory read cap, about whether each dir entry is writeable and the length of its write cap daira defect normal soon code-dirnodes
#972 More tests needed for immutable directories davidsarah defect normal soon code-dirnodes
#1153 need tests for create-{client, node} with default nodedir davidsarah defect normal soon code-nodeadmin
#1182 clean up and improve asymptotic complexity of Spans and DataSpans zooko defect normal soon code
#1478 'tahoe create-introducer' should create introducer.furl immediately daira enhancement normal soon code-nodeadmin
#1581 Trac file uploads/attachments failing/corrupted zooko defect normal soon dev-infrastructure
#1663 Add a concise table of the URL tree to webapi.rst. marlowe enhancement normal undecided documentation
#1715 change all docs and generated URLs to point to "/cap" instead of "/uri" davidsarah defect normal undecided documentation
#1728 add link to docs/frontends/download-status.rst from the download status page Lcstyle enhancement normal soon code-frontend-web
#1752 are we doing more readvs and writevs than necessary for some CLI or WUI operations? davidsarah defect normal undecided code
#1843 add `tahoe create-server`, define `create-node` to mean client+server warner enhancement normal soon code-frontend-cli
#1871 provide interface to query lease storage information davidsarah enhancement normal undecided code-frontend-cli
#1879 Glossary document marlowe enhancement normal undecided documentation
#1884 mention symlinking the shares directory in configuration.rst marlowe defect normal undecided documentation
#1890 submit proposal for restrict-referrer-leakage to the CSP standardizers and implementors davidsarah task normal soon code-frontend-web
#1897 CLI: add a way to change an existing alias without directly editing the aliases file daira defect normal soon code-frontend-cli
#1898 deep check on a non-directory gives unhelpful "400 Bad Request" error davidsarah defect normal soon code-frontend-web
#1902 WUI: "Download a file" should error on directory Lcstyle defect normal soon code-frontend-web
#1905 add diagram of current tahoe-lafs protocol davidsarah enhancement normal soon documentation
#1928 web redirects should use relative URLs davidsarah defect normal soon code-frontend-web
#1929 express documentation for web-API operations in terms of "rooted paths" marlowe defect normal soon documentation
#1976 SFTP+SSHFS hangs for second concurrent operation daira defect normal undecided code-frontend-ftp-sftp
#2003 put nickname in <title> daira enhancement normal soon code-frontend-web
#2025 test storage server behaviour for bad container files or chunk objects daira defect normal soon code-storage
#2047 refactor *Source classes in tahoe_cp.py to have a basename() method rather than passing around (name, source) pairs daira defect normal undecided code-frontend-cli
#2095 sftp - unable to recognise password in private/accounts daira defect normal soon documentation
#2127 Disambiguate "client" and "gateway" occurrences in Tahoe-LAFS docs marlowe defect normal undecided documentation
#2147 web.port can conflict daira defect normal soon code-nodeadmin
#2226 add doc about literal caps in performance.rst marlowe defect normal undecided documentation
#2228 add directory operations to performance.rst marlowe defect normal undecided documentation
#2238 add simpler documentation for a single server use-case daira enhancement normal undecided documentation
#2243 TypeError: 'NoneType' object has no attribute '__getitem__' while opening backupdb daira defect normal undecided code-frontend-cli
#2268 on Unix, if filesystem and/or I/O encodings are ASCII, ignore that and use UTF-8 instead daira enhancement normal soon code-frontend-cli
#2275 400 Bad Request on 0 empty path components daira defect normal soon code-frontend-cli
#2331 don't display capabilities without user explicitly asking for it daira defect normal undecided code-frontend-cli
#2334 one slow server slows down all uploads that attempt to use it daira defect normal undecided code-network
#2338 tahoe backup exits nonzero if there are any symlinks daira defect normal undecided code-frontend-cli
#2363 Create a Windows automated packaging test which exercises building, installing ``exe`` file. daira defect normal soon packaging
#2375 make tests work under a non-ASCII path daira defect normal soon code
#2402 serve static files under a common URL daira enhancement normal soon code-frontend-web
#2448 `tahoe ls $THING $OTHERTHING` doesn't work jbaeth enhancement normal soon code-frontend-cli
#2502 consider switching from 'verlib' to 'packaging' for version checks daira enhancement normal eventually packaging
#2507 consider whether to use @inlineCallbacks (in tests or more generally) daira task normal undecided documentation
#2730 Added Missing TWN Issues to HTML marlowe task normal undecided documentation
#3258 The interface for the client-side storage plugin web resource has a one-to-many conflict exarkun defect normal storage economics plugins unknown
#3347 Tor integration tests fail on Windows sajith defect normal undecided dev-infrastructure
#3398 Add pre-commits with lint checks jaraco enhancement normal unknown
#3420 Twisted web Resources should "return ErrorPage" instead of "raise WebError" sajith defect normal code-frontend-web
#3445 The runtime information on the "deep check results" page is untested exarkun defect normal undecided unknown
#3636 Re-organize Tahoe-LAFS manual's table of contents sajith enhancement normal Contributor Experience documentation
#3639 Add a section in the manual about updating the manual sajith defect normal Contributor Experience documentation
#3688 Complete RfP for GBS security audit maylee defect normal Non-Foolscap communications unknown
#3689 Complete GBS Security Audit maylee defect normal Non-Foolscap communications unknown
#3949 Remove the Ubuntu builders from GitHub Actions exarkun task normal undecided unknown
#54 port memory usage tests to windows davidsarah enhancement major eventually code
#97 reducing memory footprint in share reception warner defect major undecided code
#113 command-line: do things in an incremental fashion and accept stdin as input zooko enhancement major eventually code-frontend-cli
#127 Cap URLs leaked via HTTP Referer header davidsarah defect major soon code-frontend-web
#217 Ed25519-based mutable files -- fast file creation, possibly smaller URLs zooko enhancement major code-mutable
#320 add streaming (on-line) upload to HTTP interface zooko enhancement major eventually code-encoding
#327 performance measurement of directories zooko enhancement major eventually code-dirnodes
#406 end-to-end encoding self-test zooko defect major eventually code-encoding
#501 NotMutableError (now NotWriteableError) escaping into the twistd.log davidsarah defect major undecided code-encoding
#512 FTP frontend needs tests davidsarah defect major soon code-frontend-ftp-sftp
#544 'tahoe check' / 'tahoe deep-check' CLI should have prettier output francois enhancement major eventually code-frontend-cli
#549 MODE_WRITE mapupdate: maybe increase epsilon to handle large batches of new servers better bazuka defect major soon code-mutable
#554 some directory targets in wapi/wui require trailing slashes davidsarah defect major soon code-frontend-web
#567 add version info to t=JSON output data rvs enhancement major soon code-frontend-web
#605 two-hour delay to connect to a grid from Win32, if there are many storage servers unreachable zooko defect major eventually code-network
#622 add a 'repair' button on the webapi checker results page Lcstyle enhancement major soon code-frontend-web
#625 Can't repair read-only dirnodes/mutable-files warner defect major soon code-mutable
#679 /storage emitting exception - lease reporting code davidsarah defect major undecided code-frontend-web
#682 FTP frontend should support Unicode filenames encoded as UTF-8 francois defect major soon code-frontend-ftp-sftp
#686 Search for lost share resulted in a directory popping up at unexpected place daira defect major soon code-frontend-web
#699 rebalance during repair or upload davidsarah defect major soon code-peerselection
1 2
Note: See TracQuery for help on using queries.