Commit Graph

748 Commits

Author SHA1 Message Date
Lapo Luchini
ee6c2eb291 Add bookmarklet support for background images
On many websites (just as in the page generated by our bookmarklet) images are put in CSS as background images; add support for those as well.
2020-06-22 10:42:07 +08:00
Lapo Luchini
315dfc2540 Fix django-filter version
As using `*` currently selects 2.3.0 which requires `django >= 2.2`, which is not compatible with the rest of the Pipfile

`ERROR: ERROR: Could not find a version that matches django<1.12,>=1.11,>=1.11.0,>=2.2`
2020-06-22 10:41:32 +08:00
winkidney
de0a1fa74b close #203 : Add workaround for private settings and fix 500 error 2020-05-31 13:42:03 +08:00
winkidney
14b31cd808 close #205 2020-05-31 12:52:36 +08:00
winkidney
60f7ba5fec Fix: Fix bug in docker's doc 2020-05-31 12:28:56 +08:00
Ji Qu
b99a1477f0 Merge pull request #202 from Rousong/dev
Fix  typo in js method
2020-05-22 16:05:16 +08:00
beaock
48ea7e47f3 Spelling modification 2020-05-22 10:16:00 +09:00
winkidney
c9adc0d59c Fix: Fix argument name error caused by drf upgrade 2020-05-17 12:43:13 +08:00
winkidney
f0ff5ef4e2 Fix: Update django and Pillow version due to security issues
For Pillow: CVE-2020-5313, CVE-2019-19911
For Django: CVE-2020-7471, CVE-2019-19844
2020-05-17 12:40:11 +08:00
winkidney
a7639cd5fb Feature: Add dockerhub link to pinry's official docker image 2020-05-17 12:22:20 +08:00
Ji Qu
373ab7ffac Merge pull request #199 from Rousong/dev
Create a 404 page
2020-05-13 19:05:47 +08:00
beaock
a935b65449 Create a 404 page 2020-05-11 18:20:43 +09:00
winkidney
a03fba9cb4 Fix: Should allow null property for plugin 2020-05-08 13:18:57 +08:00
winkidney
f15f8209d8 Doc: Refine loader description 2020-05-08 13:01:27 +08:00
winkidney
4314ee6b27 Fix: Fix typo 2020-05-08 12:59:05 +08:00
winkidney
e53bb01361 Doc: Add docker and development how to for plugins 2020-05-08 11:25:21 +08:00
winkidney
dbd3fc4ffc Fix: Add space for PluginSystem title 2020-05-08 11:09:16 +08:00
Ji Qu
fa0c0722fa Merge pull request #194 from pinry/feature/plugin-system
Feature: Add naive plugin support for pinry
2020-05-08 11:05:57 +08:00
winkidney
eb35a6fe25 Fix: Doc 2020-05-08 11:01:10 +08:00
winkidney
42a8fbea8e Fix: flake8 2020-05-08 11:01:10 +08:00
winkidney
023a8ad824 Feature: Add doc for plugin-system 2020-05-08 11:01:10 +08:00
winkidney
5a102dfce4 Feature: Add Pinry plugin config to local_settings.py 2020-05-08 11:01:10 +08:00
winkidney
5c44869647 Feature: Add naive plugin support for pinry 2020-05-08 11:01:10 +08:00
Ji Qu
74b5725cd1 Merge pull request #195 from Rousong/master
Refine some parameter names and fix doc in comments.
2020-05-08 10:53:03 +08:00
beaock
f46a184632 Modify param names and some comments. 2020-05-08 11:11:10 +09:00
Ji Qu
774b8c1ab3 Merge pull request #192 from jjasonkal/master
Convert Dockerfile to Multi-Stage & Update .gitignore
2020-05-05 23:21:03 +08:00
Jason Kaltsikis
1858916d2a yarn specified version 2020-05-05 17:41:02 +03:00
Jason Kaltsikis
362adf30f3 Adding pwgen 2020-05-05 10:45:21 +03:00
winkidney
b347e3c24f Doc: Add setings description in docker 2020-05-05 14:32:32 +08:00
Jason Kaltsikis
3d3b7e73fe Convert Dockefile to Multi-Stage
Decrease Dockefile image from 1.46GB to 325MB. Speed up the build by leveraging Docker Multi-Stage technique and using python:3.7-slim-stretch as final image.
2020-05-02 14:33:54 +03:00
Jason Kaltsikis
d5eb6a5f22 Add Docker Data directory to gitignore
This change ignores the docker generated data.
2020-05-02 14:25:52 +03:00
winkidney
a562d69dfc Feature: Add admin site to default nginx conf 2020-04-24 16:16:18 +08:00
Ji Qu
943e5885d2 Merge pull request #184 from kidonng/patch-1
Use jsDelivr for MDI for better global speed
2020-03-30 13:15:28 +08:00
Kid
2cc457fdf5 Use jsDelivr for MDI for better global speed
This is extremely useful for mainland Chinese users.
2020-03-29 21:59:11 +08:00
winkidney
8d7ddf48c1 Fix: Fix 500 error while trying to access /api/v2/docs 2020-03-05 12:28:45 +08:00
winkidney
144c816be3 Fix: Should not use 'form' element to avoid request-cancel
Also fix default value for privacy option of board and pin.

Ref: https://stackoverflow.com/questions/12009423/what-does-status-canceled-for-a-resource-mean-in-chrome-developer-tools
2020-03-05 12:20:44 +08:00
Ji Qu
4afe16253e Merge pull request #180 from 2n3906/update-spelling
Update spelling of "pinned."
2020-02-17 18:13:40 +08:00
Scott Johnston
b68efe44f2 Updated spelling of "pinned." 2020-02-16 22:01:43 -05:00
winkidney
c6514efb3f Refactor: Move development parts to pinry-doc instead of README.md 2020-02-14 17:26:45 +08:00
winkidney
3960ff3dc2 Doc: Add more screenshots to doc 2020-02-14 17:18:20 +08:00
Ji Qu
d5975d04a3 Merge pull request #179 from pinry/feature/search-boards-and-pins-by-tag
close #50 #115 search boards and pins by tag
2020-02-14 16:58:14 +08:00
winkidney
bcb39f74f6 Fix: Should always re-initialize meta after reset on boards 2020-02-14 16:20:42 +08:00
winkidney
8850ee6734 Refactor: little enhance for search function 2020-02-14 16:16:26 +08:00
winkidney
7d402f5e37 Feature: Add pin display UI and board diaplay UI 2020-02-14 15:43:49 +08:00
winkidney
b7734ec232 Feature: Add search function to boards 2020-02-14 15:43:37 +08:00
winkidney
d76c3e393d Feature: Add search-panel for Pinry 2020-02-14 14:21:46 +08:00
winkidney
82738afbb2 Feature: Add search icon to header 2020-02-13 17:19:51 +08:00
winkidney
c2b9541f6e Refactor: Use shorter name for "My Collections" 2020-02-13 16:47:51 +08:00
winkidney
9251df5085 Fix: Fix possible error for board rename 2020-02-11 19:47:50 +08:00
winkidney
c71d398850 Fix: Try to fix browser autocomplete on login-form fields 2020-02-11 18:18:58 +08:00