Krzysztof Klimonda
4580a700ab
Use media/ for files created during tests. Fixes #2
pirms 11 gadiem
Krzysztof Klimonda
26b6805b6f
Replace screenshot.png with logo.png in tests
pirms 11 gadiem
Krzysztof Klimonda
10c9b35700
Even though not used, import models for Factory Boy
pirms 11 gadiem
Isaac Bythewood
ad8a971a2c
Update location of Pinry logo to the BitBucket repo
pirms 11 gadiem
Isaac Bythewood
b63544905e
Remove screenshot that is outdated and no longer needed, add full AGPL license and update api.py to use logo image instead of screenshot for testing
pirms 11 gadiem
Isaac Bythewood
f64066f277
Update readme to point to getpinry.com, update the license to AGPL
pirms 11 gadiem
Krzysztof Klimonda
26f9c76988
Don't use FACTORY_FOR when not needed
pirms 11 gadiem
Krzysztof Klimonda
7a85f1b514
Use post_generation hooks to populate models with some data
Factory Boy provides us with a better way of populating complicated
fields (like M2M relations) than overriding _prepare class method,
so we should be using them.
pirms 11 gadiem
Krzysztof Klimonda
ef818b7f82
Rewrite tests to use a Model mocker library
There has been issues when running a full test suite (for pinry and
the entire Django stack), and test fixtures are hard to maintain anyway,
so rewrite tests to use a Model mocker library (Factory Boy) to populate
database.
pirms 11 gadiem
Isaac Bythewood
0f9b1639ad
Improve the loading of pins and overall speed
pirms 11 gadiem
Isaac Bythewood
339ea08c3a
Improve the look of the uploader
pirms 11 gadiem
Krzysztof Klimonda
856d2d1e87
Allow filtering pins over submitter.username
pirms 11 gadiem
Isaac Bythewood
c7e1e1cd83
Move location of users middleware
pirms 11 gadiem
Isaac Bythewood
9a6d540a86
Bug fix submitter filter
pirms 11 gadiem
Isaac Bythewood
248bd25a04
Move private to users, add user filtering to JS
pirms 11 gadiem
Isaac Bythewood
3420608730
CSS refactors to improve readability
pirms 11 gadiem
Isaac Bythewood
32b5eafe67
Fix template locations to match app name
pirms 11 gadiem
Krzysztof Klimonda
cae9fa96be
Write some more tests for all code
pirms 11 gadiem
Krzysztof Klimonda
97732c4f45
Use the correct reverse argument
pirms 11 gadiem
Krzysztof Klimonda
fbfd7e0239
CreateImage.get should always return HttpResponse
pirms 11 gadiem
Krzysztof Klimonda
d4fc7e1781
Write unit tests for CombinedAuthBackend
pirms 11 gadiem
Krzysztof Klimonda
e5bd3d577d
Clean-up PinResource.build_filters method
pirms 11 gadiem
Krzysztof Klimonda
03e05906f8
Reorganize core package tests into modules
pirms 11 gadiem
Krzysztof Klimonda
5b777b7e14
Move the Authentication backend to the users package
pirms 11 gadiem
Krzysztof Klimonda
d0d68545ca
Add "origin" field to the Pin model
"origin" is an optional field that stores the URI for the site
that the image has been saved from, it's going to be used only from
bookmarklet. Fixes #63
pirms 11 gadiem
Isaac Bythewood
13829866d1
Fix bug in appending jQuery if needed.
pirms 11 gadiem
Isaac Bythewood
08410ba50d
Spinner doesn't show if there are no more pins to load
pirms 11 gadiem
Isaac Bythewood
6abb1ffe88
Allow pin deleting from interface
pirms 11 gadiem
Krzysztof Klimonda
8c3599911e
In PinResource.save_m2m do nothing when no tags
pirms 11 gadiem
Isaac Bythewood
39aa6818f2
Tags sends [] instead of null
pirms 11 gadiem
Krzysztof Klimonda
6e78ce12ea
post-refactor test fixture update
pirms 11 gadiem
Isaac Bythewood
eba04c177e
Update pinry tag handler and spinner
pirms 11 gadiem
Krzysztof Klimonda
83f14445bf
Fix reverse urls namespacing issue
pirms 11 gadiem
Krzysztof Klimonda
995b69168b
use old paths for pin urls
pirms 11 gadiem
Isaac Bythewood
ec27f1cfb8
Bug fixes to bookmarklet and pin-form
pirms 11 gadiem
Krzysztof Klimonda
6e41296d57
Move test fixtures to the correct location
pirms 11 gadiem
Krzysztof Klimonda
559f054985
Write more tests for the ImageResource
pirms 11 gadiem
Krzysztof Klimonda
53f05dbb6d
A general project refactor
Removed pins django app, and moved code to the core. Moved user related
code out of core to the users app.
pirms 11 gadiem
Krzysztof Klimonda
cf86da266a
Add a very simplistic Pin access control for the API
As pointed in issue #75 we should get away with just checking if the pin
submitter is the currently logged in user. Assuming that we can implement
authorization for updating and deleting pins rather easily by subclassing
DjangoAuthorization so it passes the object to the Authorization backend.
pirms 11 gadiem
Krzysztof Klimonda
a0e11a949e
Add a small (125x125px) square thumbnail
This is going to be used by a "similar images" feature #74
pirms 11 gadiem
Krzysztof Klimonda
e70d9079ec
Login newly registered user
Rewritten register view using CBV approach, and added a authenticate/login
call after form has been validated and user created. Fixes #65
pirms 11 gadiem
Krzysztof Klimonda
68e01b5a39
Rename upload-pin to create-image
It didn't make sense to call it upload-pin as it is being used only for
creating the Image object.
pirms 11 gadiem
Krzysztof Klimonda
435c41e450
Don't raise error 500 on accessing /pins/upload-pin uri
Fixes #81
pirms 11 gadiem
Krzysztof Klimonda
57aefc7d97
Mock out Files using the commited screenshot.png file for tests
pirms 11 gadiem
Isaac Bythewood
0b58d8349e
Working pin uploader with drag and drop functionality.
pirms 11 gadiem
Isaac Bythewood
7fe3769248
Improved pin form to use post's incoming data on successful submission to auto-prepend to the list
pirms 11 gadiem
Isaac Bythewood
7ee8fd6d98
Greatly improved bookmarklet pinning functionality, much better pin form
pirms 11 gadiem
Isaac Bythewood
96af25f5fb
Further improve lightbox by getting rid of all the data tags and use ajax call for pin
pirms 11 gadiem
Isaac Bythewood
258b5ecabf
Using Django on pypi since 1.5 has been released
pirms 11 gadiem
Isaac Bythewood
29665a41a5
Reduce the top margin on lightbox
pirms 11 gadiem