winkidney
2d461e355a
Doc: Add Upgrade guide for v2.0.2 -> v2.1.0
v2.1.0
2020-07-18 16:07:47 +08:00
winkidney
33cee77c8d
Refactor: Use django 2.2 LTS instead of 3 ( since 3 is not stable now)
2020-07-18 15:35:00 +08:00
winkidney
f3fd6e93d6
Fix: Should use /media as alias of abs path /data/static in docker
2020-07-17 22:07:56 +08:00
winkidney
03a0f4776b
Fix: Should add /media path to frontend proxy
2020-07-17 22:03:01 +08:00
winkidney
374be7a03f
Fix: Fix test failure cased by new django-test client response
...
+ Also fix the old middleware
+ Fix MIDDLEWARE name error
2020-07-17 21:49:17 +08:00
winkidney
7608ef928a
Fix: Try to migrate middlware to new version
2020-07-17 13:42:35 +08:00
winkidney
7398bc11f8
Fix: Should use MIDDLEWARE instead of MIDDLEWARE_CLASSES
2020-07-17 13:33:07 +08:00
winkidney
e8d15badd2
Feature: Correct url and include format for django2
2020-07-17 13:28:59 +08:00
winkidney
bfc48c028e
Fix: try to fix urls
2020-07-10 21:01:54 +08:00
winkidney
91d4dfc290
Fix: Upgrade django version and add CASCADE for forreign-key
2020-07-10 20:51:02 +08:00
Lapo Luchini
f5cf3cfa74
Minimal upload error management.
...
Signed-off-by: Lapo Luchini <lapo@lapo.it >
v2.0.2
2020-06-30 23:00:46 +02:00
Lapo Luchini
b8056e5f84
Refactor niceLinks and add where missing.
...
Signed-off-by: Lapo Luchini <lapo@lapo.it >
2020-06-30 19:15:15 +02:00
Lapo Luchini
d53f5bfa92
Add support for links in description
2020-06-30 16:20:15 +08:00
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