Commit Graph

823 Commits

Author SHA1 Message Date
winkidney
65be291c24 Fix: Fix doc for production key location 2019-12-08 12:58:50 -05:00
winkidney
3a3b0e24cb Fix: Should not exit after docker image built 2019-12-08 12:58:50 -05:00
winkidney
2458ad295c Fix: Add initial secret key for docker-pinry 2019-12-08 12:58:50 -05:00
winkidney
7769a85634 Fix: Fix argument error for django setting module 2019-12-08 12:58:50 -05:00
winkidney
1cbe91b1f4 Fix: Fix django development settingns again 2019-12-08 12:58:50 -05:00
winkidney
8e8b185acf Feature: Exit after being failed to build docker image 2019-12-08 12:58:50 -05:00
winkidney
0aa0f64904 Fix: Settings should override default settings in manage.py 2019-12-08 12:58:50 -05:00
winkidney
1b10f0b899 Fix: Use docker settings for autobuild 2019-12-08 12:58:50 -05:00
winkidney
953164cf04 Feature: Make docker-auto build features 2019-12-08 12:58:50 -05:00
winkidney
5577e27921 Feature: Remove app after all docker build job done 2019-12-08 12:58:50 -05:00
winkidney
6609589b66 Feature: Add build-frontend in docker-compose 2019-12-08 12:58:50 -05:00
winkidney
55d7d61b17 Feature: Add bookmarklet link generation in PHeader 2019-12-08 12:58:50 -05:00
winkidney
2c92cf45b7 Feature: Use dockerfile to build development env 2019-12-08 12:58:50 -05:00
winkidney
45efddae93 Feature: Add pinry-build directory to nginx as default root 2019-12-08 12:58:50 -05:00
winkidney
e2dbf13c8f Feature: Allow a little console.log for production 2019-12-08 12:58:50 -05:00
winkidney
f0a4108a32 Fix: Fix view missing in http response redirect 2019-12-08 12:58:50 -05:00
winkidney
0f456538b5 Refactor: Remove old views and templates 2019-12-08 12:58:50 -05:00
winkidney
ff0cc4ad68 Feature: Add loading for createPin 2019-12-08 12:58:50 -05:00
winkidney
b4841f8ca8 Feature: Change bookmarklet's default fetching url 2019-12-08 12:58:50 -05:00
winkidney
e09e25a31a Feature: Add support for bookmarklet url 2019-12-08 12:58:50 -05:00
winkidney
a7670892f0 Feature: PinEdit works well 2019-12-08 12:58:50 -05:00
winkidney
bb4522829d Fix: flake8 2019-12-08 12:58:50 -05:00
winkidney
47778d492e Fix: Fix all Pin filter load error
Route state chagne should be watched by child component.
2019-12-08 12:58:50 -05:00
winkidney
83e85e9e7b Fix: Fix component not update error on board-url changing 2019-12-08 12:58:50 -05:00
winkidney
ba21df6914 Feature: Add condition for board-edit button display 2019-12-08 12:58:50 -05:00
winkidney
98fbdf63f3 Refactor: Use form utils in PinCreateModal 2019-12-08 12:58:50 -05:00
winkidney
109d8aca9f Feature: Add2Board works well 2019-12-08 12:58:50 -05:00
winkidney
a2babdf33c Refactor: Rename pin_create to pin_edit 2019-12-08 12:58:50 -05:00
winkidney
e56e315723 Feature: Add update trigger for board-creation 2019-12-08 12:58:50 -05:00
winkidney
68638deeb3 Feature: Add login-test for PinEdit UI 2019-12-08 12:58:50 -05:00
winkidney
4f4a291925 Feature: Add user detail info in board api 2019-12-08 12:58:50 -05:00
winkidney
a4dd2ea30f Feature: Add 'remove-from-board' in board view 2019-12-08 12:58:50 -05:00
winkidney
41851a09a8 Feature: Add PinEditorUI filter for buttons 2019-12-08 12:58:50 -05:00
winkidney
5b5bb00174 Feature: use "add" and "remove" instead of single "favorite" 2019-12-08 12:58:50 -05:00
winkidney
c49483ec6f Fix: Fix error response show for board-edit 2019-12-08 12:58:50 -05:00
winkidney
d32a66a44d Fix: Add unique-together validation for board-rename 2019-12-08 12:58:50 -05:00
winkidney
3323d8d3c6 Feature: Add board edit function (board name could be changed) 2019-12-08 12:58:50 -05:00
winkidney
83413d47f6 Refactor: Add is-danger for failure toast 2019-12-08 12:58:50 -05:00
winkidney
e455821ac6 Feature: Add Board delete function 2019-12-08 12:58:50 -05:00
winkidney
54487787f5 Refactor: move editors ui to a folder 2019-12-08 12:58:50 -05:00
winkidney
58f778f4b4 Feature: Add pin delete function 2019-12-08 12:58:50 -05:00
winkidney
459486932d Feature: Add buttons for pin-edit 2019-12-08 12:58:50 -05:00
winkidney
acdf22210b Fix: Bug fix for repeated board-add for options 2019-12-08 12:58:50 -05:00
winkidney
ee0c7b97a0 Fix: Small picture should be resize to standard width in pin and board 2019-12-08 12:58:50 -05:00
winkidney
4a33fd806a Feature: Add2Board with board creation works well 2019-12-08 12:58:50 -05:00
winkidney
6cc78423a8 Feature: Add board-creation on pin-creation 2019-12-08 12:58:50 -05:00
winkidney
4058bac534 Feature: Add board filter for board-selection 2019-12-08 12:58:50 -05:00
winkidney
067e90fd97 Feature: Add full-board-list api 2019-12-08 12:58:50 -05:00
winkidney
dded2ac016 Feature: Add pin-add and pin-remove at backend 2019-12-08 12:58:50 -05:00
winkidney
bd6960fcf1 Refactor: Use ModelForm instead of copy-and-paste 2019-12-08 12:58:50 -05:00