Commit Graph

708 Commits

Author SHA1 Message Date
winkidney
f85a1e7301 Fix: Upgrade django to 1.11 LTS
New version of django fix the RuntimeError while saving wepb file.

The patch will not be applied to Django 1.8

Ref: https://www.djangoproject.com/download/#supported-versions

Ref: https://github.com/django/django/pull/10331
2018-08-26 21:30:07 -07:00
Isaac Bythewood
099158b738 Merge pull request #129 from winkidney/feature/add-title-as-default-description
Feature: Use page title as default description
2018-08-26 20:59:39 -04:00
winkidney
2d9b952482 Feature: Use page title as default description 2018-08-26 00:31:24 -07:00
Isaac Bythewood
fd036afc2b Merge pull request #127 from 37soloist/feature/referer-field
Feature/referer field
2018-08-21 12:10:28 -04:00
winkidney
fadb898804 Fix: Add test for extra referer field 2018-08-21 08:14:17 -07:00
winkidney
696c51458a Fix: Fix test-failure for request-test 2018-08-21 08:05:46 -07:00
winkidney
5ed61913a1 Feature: Add UA and referer to fetch pictures from more sites 2018-08-21 20:08:50 +08:00
winkidney
b7135b64aa Feature: Add referer field for Pin 2018-08-21 19:52:21 +08:00
Isaac Bythewood
89f088cc05 Merge pull request #126 from 37soloist/feature/auto-file-delete/original-size-preview
fix #111 auto file delete/original size preview
2018-08-20 08:23:30 -04:00
winkidney
f8268c3a9d Feature: Use original-image url instead in light-box
Also add css to restrict original-image size
2018-08-18 08:49:15 -07:00
winkidney
701b4dd581 Fix: Add workaround for image object deletion after pin deleted 2018-08-18 08:49:10 -07:00
winkidney
1089e1f4de Feauture: Add AUTO-DELETE option in settings
For django-images, the AUTO-DELETE mark is required to remove files
automatically.
2018-08-18 08:48:31 -07:00
Isaac Bythewood
34ee2fbecc Merge pull request #123 from pR0Ps/patch-1
Fix tags being serialized as stringified map objects
2018-04-03 14:59:23 -04:00
Carey Metcalfe
df4b63de23 Fix tags being serialized as stringified map objects
This commit fixes an issue where the `tags` key of pins in the API response would be serialized as the string `"<map object at 0x...>". This issue would cause a `TypeError: pins.objects[i].tags.sort is not a function` on the frontend and prevent the page from loading.
2018-04-03 09:08:50 -04:00
Isaac Bythewood
e790ae898f Merge pull request #121 from humboldtux/patch-1
Fix Timestrap => Pinry typo
2018-03-05 12:31:36 -05:00
Benoit Benedetti
c9f2f04e62 Fix Timestrap => Pinry typo 2018-03-02 21:41:06 +01:00
Isaac Bythewood
899b78ab9e Change from numbers on docker section 2018-02-08 23:12:42 -05:00
Isaac Bythewood
7083de1124 Remove excess spacing in readme 2018-02-08 23:11:42 -05:00
Isaac Bythewood
c266cdbd32 Update README for new Docker install 2018-02-08 23:10:45 -05:00
Isaac Bythewood
eb75175657 Swap to new settings structure and start adding docker files directly to project 2018-02-08 23:07:19 -05:00
Isaac Bythewood
da853fad92 Updating tests for new app organization 2018-02-08 22:44:55 -05:00
Isaac Bythewood
1fcdf2a9a3 Refactor apps to be in repo folder 2018-02-08 21:57:49 -05:00
Isaac Bythewood
9d00c74d18 Add some basic linting 2018-02-06 00:39:15 +00:00
Isaac Bythewood
8a497637f1 Fix readme for running tests 2018-02-06 00:33:44 +00:00
Isaac Bythewood
10de3393d6 Update travis config 2018-02-06 00:32:46 +00:00
Isaac Bythewood
3849ee8e5d Swap to pipenv, fix issue with latest versions of python 3, dropping support for python 2 2018-02-06 00:10:51 +00:00
Isaac Bythewood
eb207df658 Update license to 2018 and plaintext 2018-02-05 23:16:58 +00:00
Isaac Bythewood
1cbdfe7063 Merge pull request #118 from tsmsogn/travis
Add Travis CI test
2017-12-25 23:18:19 -05:00
tsmsogn
bbfb221d03 Add Travis CI test 2017-12-26 12:25:22 +09:00
Isaac Bythewood
0bafc982b5 Merge pull request #117 from haoling/fix_miss_tag
Fix miss tag
2017-12-19 14:13:11 -05:00
Haoling
2fb830e293 Fix miss tag 2017-12-19 10:34:21 +09:00
Isaac Bythewood
c71fa17aca Updates to support Python 3 2017-09-23 21:12:54 +00:00
Isaac Bythewood
7bd6b48d7c Merge pull request #108 from lapo-luchini/removeJquery
Remove the need for jQuery in bookmarklet.
2017-04-23 17:31:03 -04:00
Lapo Luchini
cbcd9c5f8b Ease code readability (and be closer to original too). 2017-04-22 15:46:00 +02:00
Lapo Luchini
ddf2891480 Remove the need for jQuery. 2017-04-22 13:27:39 +02:00
Isaac Bythewood
cdb0ac990b Notification about Pinry 2.0 in README 2017-02-18 06:59:26 -05:00
Isaac Bythewood
dc1d409859 Remove .bowerrc since we are no longer using bower 2017-02-12 03:08:25 +00:00
Isaac Bythewood
813ab93c11 Change default of user registrations to True since it is a common problem with new users. 2017-02-11 05:41:24 +00:00
Isaac Bythewood
a55644ba76 Start adding basic admin elements 2017-02-11 05:24:01 +00:00
Isaac Bythewood
af4e7437a3 self.url is not always set, return required fields for pin 2017-02-11 05:23:07 +00:00
Isaac Bythewood
0f7bb8cf84 Remove load line in base template 2017-02-11 04:58:09 +00:00
Isaac Bythewood
d0db375d1f Remove unused RSS feed system, we aren't going to update it anymore 2017-02-11 04:57:00 +00:00
Isaac Bythewood
2d8d92b8b7 Add template_settings back to context processors 2017-02-11 04:32:06 +00:00
Isaac Bythewood
9b71a7449c Remove bower.json and swap to using unpkg 2017-02-11 04:28:52 +00:00
Isaac Bythewood
21a67b341d Swap over to unpkg for CSS requirements 2017-02-11 04:18:46 +00:00
Isaac Bythewood
92120b0629 Remove excessive PINRY comment from base template 2017-02-11 04:15:51 +00:00
Isaac Bythewood
5ad0b2dd68 Swap over to suggesting the use of .venv instead of the home dir for virtualenv 2017-02-11 04:15:08 +00:00
Isaac Bythewood
6c9723c506 Merge latest 1.10 django update attempts 2016-11-28 16:58:41 -05:00
Isaac Bythewood
6bb7a96ddc Rework settings, add apps.py, preping for django 1.10 upgrade 2016-11-28 16:58:34 -05:00
Isaac Bythewood
78f1fbdb30 Remove unused requirement 2016-11-28 15:36:55 -05:00