diff options
author | Jon Bergli Heier <snakebite@jvnv.net> | 2011-02-26 22:39:22 +0100 |
---|---|---|
committer | Jon Bergli Heier <snakebite@jvnv.net> | 2011-02-26 22:39:22 +0100 |
commit | 7a5d729859a2f667658532303c2616a38f781dd2 (patch) | |
tree | 189dae579b027ad0a22153e40e5b74ae5210ff20 /.gitignore | |
parent | 2b1d2bc45cb09e0df180bcbfdf30859b5ea142c7 (diff) |
Added some requests, more details in long description.
- Files are now hashed, when you upload a file with an existing hash
you will get the existing file in return (will fix adding files to
your account at a later time).
- Username can be used instead of uid for cookies, hashing for the
identifier works the same way as before, but with username instead of
uid if username is used.
- Add api=1 to get machine-readable responses, details in are found on
the help page.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ *.swp *.pyc settings.py -/images +/files |