Commit Graph

708 Commits

Author SHA1 Message Date
winkidney
e1720921fb Feature: Support filter by tags and user for Pins 2019-02-22 16:23:08 +08:00
winkidney
e120af94cf Fix: Use API_LIMIT_PER_PAGE in drs-settings 2019-02-22 16:23:08 +08:00
winkidney
22f070ff2b Feature: Add shell command in Makefile 2019-02-22 16:23:08 +08:00
winkidney
fd0e1d87ba Feature: Fetch pins from drf-api 2019-02-22 16:23:08 +08:00
winkidney
fbbe4d8c2e Fix: Should use image_by_id as image-field name / add pagination 2019-02-22 16:23:08 +08:00
winkidney
4029107b5d Feature: Use drf-api for Pin-creation 2019-02-22 16:23:08 +08:00
winkidney
6f6d858f8c Fix: Should allow null-valur for some field 2019-02-22 16:23:08 +08:00
winkidney
9741f0311a Feature: Update Pin via drf-api 2019-02-22 16:23:08 +08:00
winkidney
da8bac1491 Feature: Use v2-api for pin-detail page 2019-02-22 16:23:08 +08:00
winkidney
153dc0daef Fix: Should ignore error caused by pins which reference same image 2019-02-22 16:23:08 +08:00
winkidney
852cb0b89d Feature: Replace image upload by DRF-api 2019-02-22 16:23:08 +08:00
winkidney
274134444d Fix: Image should be both readable and writable 2019-02-22 16:23:08 +08:00
winkidney
e0a074fd9f Feature: Allow auto-creation for tags for pin / fix admin format 2019-02-22 16:23:08 +08:00
winkidney
33d9aeee48 Feature: Use new image-creation api instead of the old 2019-02-22 16:22:59 +08:00
winkidney
109c46252a Feature: Use api/v2 instead of drf_api/ 2019-02-20 18:08:10 +08:00
winkidney
ec6d444759 Feature: Move viewsets to views.py 2019-02-20 18:03:27 +08:00
winkidney
32dc00fa34 Feature: Add image creation api and api-docs of DRF api 2019-02-20 17:40:19 +08:00
winkidney
f9e74f2ef7 Feature: Add url-filed name for DRF 2019-02-20 17:40:06 +08:00
winkidney
19cff1c571 Feature: Add coreapi as dependencies 2019-02-20 17:20:58 +08:00
winkidney
220c49a725 Feature: add basic drf-api for user/pin 2019-02-20 17:05:14 +08:00
winkidney
50ffa93d46 Feature: Add basic settings for DRF 2019-02-19 18:28:01 +08:00
winkidney
e154eb58c8 Feature: Add DRF and its tools as dependencies 2019-02-19 18:09:13 +08:00
winkidney
c285c236e3 Feature: Allow make-migrations in Makefile v2.0.1 2019-01-22 01:35:12 -08:00
winkidney
2ef9df9cfc Fix: Remove http prefix for bookmarklet to adapt to https page 2018-12-29 18:20:13 +08:00
winkidney
322f779617 Enhance: Bookmarklet should tell user to add it to bookmark 2018-12-29 17:17:17 +08:00
winkidney
4ec3e20500 Feature: Add bootstrap command in Makefile 2018-12-29 16:18:32 +08:00
winkidney
ddd9f73d21 Feature: Use X-Forwarded-For host in docker version 2018-12-29 15:58:21 +08:00
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