Add missing doc about new note field in apidoc for /origin/save/
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Sep 20 2021
Sep 17 2021
Remove debian files added by mistake
Fix test when building debian package
Update test docstring and remove no longer needed comment
Looks good to me, thanks !
Looks good to me !
Sep 16 2021
Looks good to me.
Rebase
Rebase
Sep 15 2021
Simply use of str.endswith
Remove no longer needed call to any
Simplify some code
Apparently, decision has been made to not archive egg files so abandoning this.
Apparently we decided not to archive them so better filtering those files out as proposed in T3575.
Rebase
Update: Add extracted filename extra sanitization pass.
Rebase
Rebase
Sep 14 2021
- Use single regexp and strip quotes and spaces
- Handle UTF-8 encoding defined in rfc5987
- Add more test cases
Rebase
Update: Also handle quoted filename in content-disposition header parsing.
In D6252#161761, @olasd wrote:Looks like the format you're expecting for the content-disposition header isn't quite standards-compliant.
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Disposition says the content-disposition filename entry is supposed to be a quoted string.
Rebase
Sep 13 2021
Improve test assertion
Fix typo
This has been implemented and deployed to production, closing this.
Sep 10 2021
Update: explicitely close response once processed
Fix test
Update: also stream FTP responses.