winkidney
db2d7ce9ef
Feature: Render pins by ourself without help of third-party's help
pirms 5 gadiem
winkidney
5a57cadcf3
Feature: Add basic frame for pin-resize
pirms 5 gadiem
winkidney
01bac724d6
Feature: Implements FadeIn and Fadeout for specified pin
pirms 5 gadiem
winkidney
6318500594
Feature: Initial commit for waterfall component by vue
pirms 5 gadiem
winkidney
c2515542da
Feature: Add vendor vue-waterfall
pirms 5 gadiem
winkidney
0565d9985e
Refactor: Use thisPin instead this in pin-event binding
pirms 5 gadiem
winkidney
1d739aca54
Fix: Use class instead of element name for star action
pirms 5 gadiem
winkidney
3d56663d8b
Fix: Use new migration file for Board
pirms 5 gadiem
winkidney
0c6c7f4a26
Feature: Add heart js event
pirms 5 gadiem
winkidney
9b592ebac6
Feature: Add star button for specified pin
pirms 5 gadiem
winkidney
be00941281
Feature: Add board support in backend
pirms 5 gadiem
Isaac Bythewood
ffe999f405
Update flake8 configuration
pirms 5 gadiem
Isaac Bythewood
1a413d9a56
Update license year and swap to markdown
pirms 5 gadiem
Isaac Bythewood
25b18694e9
Update contributors section of README
pirms 5 gadiem
Ji Qu
948b0c44d3
Merge pull request #157 from lapo-luchini/patch-1
Remove references to jQuery in bookmarklet
pirms 5 gadiem
Lapo Luchini
9356824b9b
Remove references to jQuery
Actual dependency was already removed in ddf2891480
.
pirms 5 gadiem
Ji Qu
4f3cb74ee9
Merge pull request #154 from willstott101/perf1
Various performance improvements.
pirms 5 gadiem
Will Stott
510966633a
Only load Image once when creating all three Thumbnail sizes.
pirms 5 gadiem
Will Stott
cb24cebd94
Avoid 2 queries per pin in the main endpoint.
pirms 5 gadiem
Will Stott
d871180cdf
Use caller's Image object when fetching or creating a thumbnail.
pirms 5 gadiem
Ji Qu
209076339a
Merge pull request #153 from willstott101/favicon
Add a default Pinry favicon
pirms 5 gadiem
Will Stott
6cb00dfc37
flake8
pirms 5 gadiem
Will Stott
a6569cb8ff
Use Django's standard field rendering. Create filter for custom attrs.
pirms 5 gadiem
Will Stott
fe2adf1856
Add a default pinry favicon
pirms 5 gadiem
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.
pirms 5 gadiem
Ji Qu
51c2050c77
Merge pull request #150 from willstott101/patch-1
Allow dots in usernames
pirms 5 gadiem
Will Stott
941911e709
Escape special regex character -
pirms 5 gadiem
Will Stott
14d2d5f2f6
Allow dots in usernames
pirms 5 gadiem
Isaac Bythewood
6a86482512
Merge pull request #147 from norweeg/fix_146
fixes #146
pirms 5 gadiem
Brennen Raimer
22b8cb6aee
add clients for mysql, postgresql, and oracle
pirms 5 gadiem
Brennen Raimer
c3ae58c60b
made build and entrypoint scripts executable
pirms 5 gadiem
winkidney
12d3811af9
Fix: Add currentUser for pin-form creation page
pirms 5 gadiem
winkidney
8ef4f43f3b
Refactor: Add some doc string to pin-form-referer
Also change the input type to url.
pirms 5 gadiem
Ji Qu
360d0a3210
Merge pull request #143 from rtau-trial/dockerimage-optimize
Try to optimize Docker image
pirms 5 gadiem
Raymond Tau
0a7cd32b35
Ignore files not related to Docker image during build
To reduce the size of context sent to Docker daemon
pirms 5 gadiem
Raymond Tau
db133e75db
Reduce docker image layers
pirms 5 gadiem
Ji Qu
0266e82143
Merge pull request #142 from rtau-trial/merge-docker
Enable Docker Hub to build image automatically on push
pirms 5 gadiem
Raymond Tau
98414fa447
Move the docker related content to a better folder
pirms 5 gadiem
Raymond Tau
f070c76417
Update scripts and instructions for using/building Docker image
pirms 5 gadiem
Raymond Tau
99b8058dbf
Merge docker-pinry content
pirms 5 gadiem
winkidney
8f7eab9b2b
Fix: Add migrations for Pin
pirms 5 gadiem
winkidney
9003c02b6e
Feature: Enable flake8 check in travis
pirms 5 gadiem
winkidney
0d60075f28
flake8
pirms 5 gadiem
winkidney
fb79c2d671
Feature: Add flake8 command in Makefile
pirms 5 gadiem
winkidney
4fb2d8fff7
Refactor: Remove unuse import in models.py
pirms 5 gadiem
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.
pirms 5 gadiem
winkidney
69ff11b6c6
Fix: Use new url in light-box
pirms 5 gadiem
winkidney
de652846b6
Doc: Add warnning to remove origin field
pirms 5 gadiem
winkidney
6b3402c9f5
Feature: Use psycopg2-binary as dep instead of psycopg2
Due to the offical warnning from command line.
pirms 5 gadiem
winkidney
f3f9975ca0
Fix: Fix syntax erro on python 3.4
pirms 5 gadiem