Isaac Bythewood
dc1d409859
Remove .bowerrc since we are no longer using bower
pirms 7 gadiem
Isaac Bythewood
813ab93c11
Change default of user registrations to True since it is a common problem with new users.
pirms 7 gadiem
Isaac Bythewood
a55644ba76
Start adding basic admin elements
pirms 7 gadiem
Isaac Bythewood
af4e7437a3
self.url is not always set, return required fields for pin
pirms 7 gadiem
Isaac Bythewood
0f7bb8cf84
Remove load line in base template
pirms 7 gadiem
Isaac Bythewood
d0db375d1f
Remove unused RSS feed system, we aren't going to update it anymore
pirms 7 gadiem
Isaac Bythewood
2d8d92b8b7
Add template_settings back to context processors
pirms 7 gadiem
Isaac Bythewood
9b71a7449c
Remove bower.json and swap to using unpkg
pirms 7 gadiem
Isaac Bythewood
21a67b341d
Swap over to unpkg for CSS requirements
pirms 7 gadiem
Isaac Bythewood
92120b0629
Remove excessive PINRY comment from base template
pirms 7 gadiem
Isaac Bythewood
5ad0b2dd68
Swap over to suggesting the use of .venv instead of the home dir for virtualenv
pirms 7 gadiem
Isaac Bythewood
6c9723c506
Merge latest 1.10 django update attempts
pirms 8 gadiem
Isaac Bythewood
6bb7a96ddc
Rework settings, add apps.py, preping for django 1.10 upgrade
pirms 8 gadiem
Isaac Bythewood
78f1fbdb30
Remove unused requirement
pirms 8 gadiem
Isaac Bythewood
e73ea08f70
Merge pull request #99 from gissehel/https-gravatar
Remove explicit http image for gravatar images
pirms 8 gadiem
Isaac Bythewood
e8c69c0fb5
Add CONTRIBUTORS to README and delete CONTRIBUTORS file, cleanup README links
pirms 8 gadiem
Isaac Bythewood
251dbb84a7
Remove broken chrome extension from README
pirms 8 gadiem
Isaac Bythewood
5b8f22acf2
Remove outdated ci from README
pirms 8 gadiem
Isaac Bythewood
d2b4cbc8c6
Setup development allowed hosts to be a wildcard, move wsgi and delete bootstrap
pirms 8 gadiem
Isaac Bythewood
9111ef1ef4
Delete unused files and start cleanup project
pirms 8 gadiem
gissehel
631314afb4
remove explicit http image for gravatar images because it makes the whole site not https friendly. It works because gravatar support both http & https
pirms 8 gadiem
Isaac Bythewood
8f66cd719c
Reimplement image uploading
pirms 8 gadiem
Isaac Bythewood
5cb59746df
Fixes issue #37
pirms 8 gadiem
Isaac Bythewood
5cda896eed
Fix error message classes
pirms 8 gadiem
Isaac Bythewood
9185e946ac
Fix height of lightbox
pirms 8 gadiem
Isaac Bythewood
fc4806af07
Use latest version of bootstrap
pirms 8 gadiem
Isaac Bythewood
69ccee06cc
Merge pull request #83 from lapo-luchini/bookmarklet2
bookmarklet improvements to the image preview
pirms 8 gadiem
Isaac Bythewood
5802167b72
Fix bug in API now allowing delete or edit of pins
pirms 8 gadiem
Isaac Bythewood
51c6e58fc5
Use bower to handle js vendor dependencies
pirms 8 gadiem
Isaac Bythewood
50ad4c6a89
Pinry breaks with Django 1.9, not allowing till fixed.
pirms 8 gadiem
Isaac Bythewood
db34087da8
Merge pull request #76 from lapo-luchini/description
Improve description text rendering
pirms 8 gadiem
Isaac Bythewood
3e0e3fc7bc
Merge pull request #91 from supervacuo/master
Update to Django 1.8 and tastypie 0.12
pirms 9 gadiem
Carl van Tonder
1114edc11a
Update to Django 1.8 and tastypie 0.12
Closes #38 , closes #88
pirms 9 gadiem
Isaac Bythewood
a7aef9be91
Merge pull request #86 from Delphinator/fix-n+1-queries
Fix N+1 queries in pin loading
pirms 9 gadiem
Isaac Bythewood
2baf58e550
Merge pull request #84 from Delphinator/feature-sort-tags
Case insensitive sorting of tags in javascript
pirms 9 gadiem
Jens Gutermuth
deb04500c5
Only use prefetched thumbnails if there are there
The optimization broke image uploading, this fixes it again.
pirms 9 gadiem
Jens Gutermuth
9d4791b65a
image can be loaded with a join as well (saves another query)
pirms 9 gadiem
Jens Gutermuth
e4b8769168
DoesNotExist should be ObjectDoesNotExist, oops!
pirms 9 gadiem
Jens Gutermuth
3bcc6d3152
Loanding pins does no N+1 queries anymore
This saves another three queries per pin, bringing to total query count
down to 8.
See issue #85 .
pirms 9 gadiem
Jens Gutermuth
60cf2dcbd7
Fix three N+1 queries in pin loading
Fetch the submitter with a join and get all the images and tags in one
query each. This reduces the total query count for loading 50 pins from
304 to 158.
See issue #85 .
pirms 9 gadiem
Jens Gutermuth
58ea025c03
Case insensitive sorting of tags in javascript
pirms 9 gadiem
Isaac Bythewood
613db5c505
Merge pull request #82 from lapo-luchini/bookmarklet
[bookmarklet] allow closing with ESC or clicking on header.
pirms 9 gadiem
Lapo Luchini
ac8419d749
Improvements to the image preview:
- show the image size on top of the preview.
- scale down the preview to view (most) of the image instead of just the center.
pirms 10 gadiem
Lapo Luchini
9e901485ee
Allow closing pinry with ESC or clicking on header.
On close, remove the script as well as the images.
pirms 10 gadiem
Isaac Bythewood
c1ea33bae0
Merge pull request #77 from lapo-luchini/fix_modal
Remove race condition waiting for proper event instead of fixed time
pirms 10 gadiem
Lapo Luchini
259d699551
Remove race condition waiting for proper event instead of fixed time.
pirms 10 gadiem
Lapo Luchini
212dd7f819
Make links clickable and only show the domain in the text.
pirms 10 gadiem
Lapo Luchini
0f62f70f79
Fix long descriptions from overflowing the area.
pirms 10 gadiem
Isaac Bythewood
355084daeb
Merge pull request #72 from birdsarah/patch-1
Pin to latest version of django 1.5
pirms 10 gadiem
Sarah Bird
a942c289d9
Pin to latest version of django 1.5
Just a suggestion, so that users get the latest django security release (currently 1.5.9).
pirms 10 gadiem