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
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
Ji Qu
b9ce43f985
Merge pull request #178 from pinry/feature/private-pin-and-board
...
close #52 private pin and board
2020-02-11 17:59:09 +08:00
winkidney
31e4d19b7d
Feature: Add privacy option to board edit UI
2020-02-11 17:55:30 +08:00
winkidney
e2de094ba0
Fix: no-changes on board name should be allowed
2020-02-11 17:49:18 +08:00
winkidney
dd76375399
Feature: Add private field to board
2020-02-11 17:31:37 +08:00
winkidney
c31d93f797
Feature: Add tests and migrations for board in backend
2020-02-11 17:27:15 +08:00
winkidney
23aacbc7c0
Feature: Add private property for board
2020-02-11 16:42:50 +08:00
winkidney
d303e7aa26
Feature: Add permission tests for pin-pravicy option
2020-02-11 16:24:24 +08:00
winkidney
335cc3a754
Fix: flake8
2020-02-11 15:40:02 +08:00
winkidney
65cd51daa8
Feature: Add UI to handle visible-option for single Pin
2020-02-11 15:36:35 +08:00
winkidney
c6253d9712
Feature: Add private field for pin serializer
2020-02-11 14:51:14 +08:00
winkidney
ef72df34a4
Feature: Add migrations for private property of pin
2020-02-11 14:33:42 +08:00
winkidney
56d847aace
Feature: Add Private property for Pin and read proection
...
Now the private pin should only be viewed by owner.
2020-02-11 14:32:58 +08:00
winkidney
acc8293374
Fix: Should pop pins_to_add instead of pins_to_remove
2020-02-11 12:23:31 +08:00
Ji Qu
f44dc7cf38
Merge pull request #177 from pinry/refactor/remove-unused-origin-field
...
Refactor: Remove unused origin field from Pin
2020-02-11 12:14:49 +08:00
winkidney
ee43fa96ae
Refactor: Remove unused origin field from Pin
2020-02-11 12:11:59 +08:00
winkidney
a06f3d2310
Feature: Add dev-docker-build and fronted-build with docker
2020-02-11 11:45:35 +08:00
winkidney
98644fe2f7
Fix: Fix django-settings module error
2020-02-10 23:59:08 +08:00
winkidney
fb6b4ddad3
Fix: Should not load repeated boards list
2020-02-10 22:55:56 +08:00
winkidney
edefdfae2f
Fix: Use cp instead of ln to avoid reading error caused by permission
2020-02-10 22:38:34 +08:00
Ji Qu
751d3bd71b
Fix: Remove extra slash for docker-install
2019-12-20 12:23:09 +08:00
winkidney
3197d74f68
Doc: Add install with docker in README
2019-12-20 00:53:15 +08:00
Ji Qu
8bb2437549
Merge pull request #175 from pinry/refactor/docker-rework
...
close #163 refactor/docker rework
2019-12-20 00:51:08 +08:00
winkidney
e5264ffe44
Doc: Update doc for docker
2019-12-20 00:48:48 +08:00
winkidney
99b1c6daa2
Fix: Link local_settings_files every time it boots
2019-12-20 00:32:38 +08:00
winkidney
db538c7c84
Feature: Should allow registration by default
2019-12-20 00:22:08 +08:00
winkidney
312db13171
Feature: Should not ignore local_settings in gunicorn
2019-12-20 00:22:08 +08:00
winkidney
4c262a511c
Feature: Add django settings env for gunicorn
2019-12-20 00:22:08 +08:00