Will Stott
fe2adf1856
Add a default pinry favicon
5 роки тому
winkidney
e216e5a6f2
Feature: Use char-field instead of url-field to fit strange types of url
Now Pinry will not care type of url, if it could be input, it could be
saved.
This may cause xss issue but Pinry is a private pin-board replacement,
so be it.
5 роки тому
Ji Qu
51c2050c77
Merge pull request #150 from willstott101/patch-1
Allow dots in usernames
5 роки тому
Will Stott
941911e709
Escape special regex character -
5 роки тому
Will Stott
14d2d5f2f6
Allow dots in usernames
5 роки тому
Isaac Bythewood
6a86482512
Merge pull request #147 from norweeg/fix_146
fixes #146
5 роки тому
Brennen Raimer
22b8cb6aee
add clients for mysql, postgresql, and oracle
5 роки тому
Brennen Raimer
c3ae58c60b
made build and entrypoint scripts executable
5 роки тому
winkidney
12d3811af9
Fix: Add currentUser for pin-form creation page
5 роки тому
winkidney
8ef4f43f3b
Refactor: Add some doc string to pin-form-referer
Also change the input type to url.
5 роки тому
Ji Qu
360d0a3210
Merge pull request #143 from rtau-trial/dockerimage-optimize
Try to optimize Docker image
5 роки тому
Raymond Tau
0a7cd32b35
Ignore files not related to Docker image during build
To reduce the size of context sent to Docker daemon
5 роки тому
Raymond Tau
db133e75db
Reduce docker image layers
5 роки тому
Ji Qu
0266e82143
Merge pull request #142 from rtau-trial/merge-docker
Enable Docker Hub to build image automatically on push
5 роки тому
Raymond Tau
98414fa447
Move the docker related content to a better folder
5 роки тому
Raymond Tau
f070c76417
Update scripts and instructions for using/building Docker image
5 роки тому
Raymond Tau
99b8058dbf
Merge docker-pinry content
5 роки тому
winkidney
8f7eab9b2b
Fix: Add migrations for Pin
5 роки тому
winkidney
9003c02b6e
Feature: Enable flake8 check in travis
5 роки тому
winkidney
0d60075f28
flake8
5 роки тому
winkidney
fb79c2d671
Feature: Add flake8 command in Makefile
5 роки тому
winkidney
4fb2d8fff7
Refactor: Remove unuse import in models.py
5 роки тому
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 роки тому
winkidney
69ff11b6c6
Fix: Use new url in light-box
5 роки тому
winkidney
de652846b6
Doc: Add warnning to remove origin field
5 роки тому
winkidney
6b3402c9f5
Feature: Use psycopg2-binary as dep instead of psycopg2
Due to the offical warnning from command line.
5 роки тому
winkidney
f3f9975ca0
Fix: Fix syntax erro on python 3.4
5 роки тому
winkidney
814782f5ef
Fix: Use rsponse.json() to fix test-failure on json-3.5
5 роки тому
winkidney
47b58e9f9f
Feature: Remove django-tastypie and factory-boy in Pipfile
5 роки тому
winkidney
ef05e4ad8e
Feature: Remove unused tests and add tests for DRF-api
5 роки тому
winkidney
d9b5a78b36
Refactor: Allow only the user-data fetching
5 роки тому
winkidney
a5a876b1aa
Fix: Fix context name-conflicts for user-page
5 роки тому
winkidney
40e2f0b254
Feature: Remove unused django-tastypie
5 роки тому
winkidney
a2e63f05d7
Fix: Correct the name for specified pin
5 роки тому
winkidney
00d9a854ef
Feature: Use more restful url for user-filter and tag-filter
5 роки тому
winkidney
e1720921fb
Feature: Support filter by tags and user for Pins
5 роки тому
winkidney
e120af94cf
Fix: Use API_LIMIT_PER_PAGE in drs-settings
5 роки тому
winkidney
22f070ff2b
Feature: Add shell command in Makefile
5 роки тому
winkidney
fd0e1d87ba
Feature: Fetch pins from drf-api
5 роки тому
winkidney
fbbe4d8c2e
Fix: Should use image_by_id as image-field name / add pagination
5 роки тому
winkidney
4029107b5d
Feature: Use drf-api for Pin-creation
5 роки тому
winkidney
6f6d858f8c
Fix: Should allow null-valur for some field
5 роки тому
winkidney
9741f0311a
Feature: Update Pin via drf-api
5 роки тому
winkidney
da8bac1491
Feature: Use v2-api for pin-detail page
5 роки тому
winkidney
153dc0daef
Fix: Should ignore error caused by pins which reference same image
5 роки тому
winkidney
852cb0b89d
Feature: Replace image upload by DRF-api
5 роки тому
winkidney
274134444d
Fix: Image should be both readable and writable
5 роки тому
winkidney
e0a074fd9f
Feature: Allow auto-creation for tags for pin / fix admin format
5 роки тому
winkidney
33d9aeee48
Feature: Use new image-creation api instead of the old
5 роки тому
winkidney
109c46252a
Feature: Use api/v2 instead of drf_api/
5 роки тому