Raymond Tau
f070c76417
Update scripts and instructions for using/building Docker image
5 years ago
Raymond Tau
99b8058dbf
Merge docker-pinry content
5 years ago
winkidney
8f7eab9b2b
Fix: Add migrations for Pin
5 years ago
winkidney
9003c02b6e
Feature: Enable flake8 check in travis
5 years ago
winkidney
0d60075f28
flake8
5 years ago
winkidney
fb79c2d671
Feature: Add flake8 command in Makefile
5 years ago
winkidney
4fb2d8fff7
Refactor: Remove unuse import in models.py
5 years ago
Ji Qu
eaae8d2dd6
Merge pull request #139 from pinry/feature/upgrade2drf
Upgrade to DjangoRestframework(short as DRF) which is currently under active development support.
Summary:
* No side effects on Pinry Browser Plugin
* No side effects on Bookmarklet.
* All API now working on DRF instead of tastypie.
5 years ago
winkidney
69ff11b6c6
Fix: Use new url in light-box
5 years ago
winkidney
de652846b6
Doc: Add warnning to remove origin field
5 years ago
winkidney
6b3402c9f5
Feature: Use psycopg2-binary as dep instead of psycopg2
Due to the offical warnning from command line.
5 years ago
winkidney
f3f9975ca0
Fix: Fix syntax erro on python 3.4
5 years ago
winkidney
814782f5ef
Fix: Use rsponse.json() to fix test-failure on json-3.5
5 years ago
winkidney
47b58e9f9f
Feature: Remove django-tastypie and factory-boy in Pipfile
5 years ago
winkidney
ef05e4ad8e
Feature: Remove unused tests and add tests for DRF-api
5 years ago
winkidney
d9b5a78b36
Refactor: Allow only the user-data fetching
5 years ago
winkidney
a5a876b1aa
Fix: Fix context name-conflicts for user-page
5 years ago
winkidney
40e2f0b254
Feature: Remove unused django-tastypie
5 years ago
winkidney
a2e63f05d7
Fix: Correct the name for specified pin
5 years ago
winkidney
00d9a854ef
Feature: Use more restful url for user-filter and tag-filter
5 years ago
winkidney
e1720921fb
Feature: Support filter by tags and user for Pins
5 years ago
winkidney
e120af94cf
Fix: Use API_LIMIT_PER_PAGE in drs-settings
5 years ago
winkidney
22f070ff2b
Feature: Add shell command in Makefile
5 years ago
winkidney
fd0e1d87ba
Feature: Fetch pins from drf-api
5 years ago
winkidney
fbbe4d8c2e
Fix: Should use image_by_id as image-field name / add pagination
5 years ago
winkidney
4029107b5d
Feature: Use drf-api for Pin-creation
5 years ago
winkidney
6f6d858f8c
Fix: Should allow null-valur for some field
5 years ago
winkidney
9741f0311a
Feature: Update Pin via drf-api
5 years ago
winkidney
da8bac1491
Feature: Use v2-api for pin-detail page
5 years ago
winkidney
153dc0daef
Fix: Should ignore error caused by pins which reference same image
5 years ago
winkidney
852cb0b89d
Feature: Replace image upload by DRF-api
5 years ago
winkidney
274134444d
Fix: Image should be both readable and writable
5 years ago
winkidney
e0a074fd9f
Feature: Allow auto-creation for tags for pin / fix admin format
5 years ago
winkidney
33d9aeee48
Feature: Use new image-creation api instead of the old
5 years ago
winkidney
109c46252a
Feature: Use api/v2 instead of drf_api/
5 years ago
winkidney
ec6d444759
Feature: Move viewsets to views.py
5 years ago
winkidney
32dc00fa34
Feature: Add image creation api and api-docs of DRF api
5 years ago
winkidney
f9e74f2ef7
Feature: Add url-filed name for DRF
5 years ago
winkidney
19cff1c571
Feature: Add coreapi as dependencies
5 years ago
winkidney
220c49a725
Feature: add basic drf-api for user/pin
5 years ago
winkidney
50ffa93d46
Feature: Add basic settings for DRF
5 years ago
winkidney
e154eb58c8
Feature: Add DRF and its tools as dependencies
5 years ago
winkidney
c285c236e3
Feature: Allow make-migrations in Makefile
5 years ago
winkidney
2ef9df9cfc
Fix: Remove http prefix for bookmarklet to adapt to https page
5 years ago
winkidney
322f779617
Enhance: Bookmarklet should tell user to add it to bookmark
5 years ago
winkidney
4ec3e20500
Feature: Add bootstrap command in Makefile
5 years ago
winkidney
ddd9f73d21
Feature: Use X-Forwarded-For host in docker version
5 years ago
winkidney
2780e198e8
Doc: Fix typo
5 years ago
winkidney
df4d18c7be
Doc: Add doc for users to setup / add more description for development
5 years ago
winkidney
dbbf0d049a
Close #137
5 years ago