Commit Graph

531 Commits

Author SHA1 Message Date
winkidney
2780e198e8 Doc: Fix typo 2018-12-27 14:26:56 +08:00
winkidney
df4d18c7be Doc: Add doc for users to setup / add more description for development 2018-12-24 15:01:10 +08:00
winkidney
dbbf0d049a Close #137 2018-12-24 12:58:08 +08:00
Michael Clayton
da51073892 remove reference to demo from README
This removes the reference to a demo on getpinry.com, at least until there is a working demo there.
2018-11-29 14:36:52 +08:00
winkidney
c47764f41d Doc: Add feature description (include link of brwoser plugins)
+ Also add some description on upgrade-how-to
2018-09-15 02:29:40 -07:00
winkidney
e8bf3d4b30 Refactor: Will not force user to set SECRET_KEY in environ
+ Allow overwrite in local_settings.py (the original implemetation
  will cause an KeyError)
2018-09-08 03:43:52 -07:00
Ji Qu
703b23998f Merge pull request #131 from winkidney/feature/docker-change-with-local-settings
Feature:use example file instead of docker-compose.yml / add local settings support
2018-09-06 20:19:42 +08:00
winkidney
491040e6e4 Doc: Add description about local_settings support and docker-changes 2018-09-04 13:44:49 +08:00
winkidney
d06aa6cb13 Fix: python3 will install python 3.7 and cause a syntax error 2018-09-04 13:44:49 +08:00
winkidney
8187d90ef9 Feature: Ignore local_settings.py 2018-09-04 13:44:49 +08:00
winkidney
2278d6a552 Feature: Support local_settings as optional settings 2018-09-04 13:44:49 +08:00
winkidney
8df82fb7c3 Refactor: Use stdout as the log-output 2018-09-04 13:44:49 +08:00
winkidney
08fc46e667 Fix: Fix non-effect env 2018-09-04 13:44:49 +08:00
winkidney
d6e5ed066d Feature: Use docker-compose example file instead of compose-file 2018-09-04 13:44:49 +08:00
Ji Qu
cddb7b3c89 Merge pull request #128 from winkidney/feature/upgrade2new-django
Feature:  Upgrade django to 1.11 LTS to fix webp saving error
v2.0.0
2018-09-04 12:55:16 +08:00
winkidney
3a83081446 Doc: Change removing of migration-file to optional 2018-09-04 11:19:37 +08:00
winkidney
9a6bbcc962 Feature: Add doc for topic "upgrade from 1.x to 2.x" 2018-09-03 12:00:32 +08:00
winkidney
fe1439b2a2 Fix: Fix permission check for tastypie / update to 0.14.1 2018-08-26 21:30:07 -07:00
winkidney
913a0ba08d Feature: Add backup/install/test commands in Makefile 2018-08-26 21:30:07 -07:00
winkidney
0e4a97d5bc Fix: Add migration file for lastest version of django_images 2018-08-26 21:30:07 -07:00
winkidney
00ff0b8aab Fix: Fix test-failure caused by redirects assertion 2018-08-26 21:30:07 -07:00
winkidney
ac469d47f9 Fix: Add a mark 'IS_TEST' to decide if we should load image-urls 2018-08-26 21:30:07 -07:00
winkidney
a59f3cf9eb Feature: Built django-images into Pinry 2018-08-26 21:30:07 -07:00
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