Commit Graph

708 Commits

Author SHA1 Message Date
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
winkidney
c1cff2ecb6 Fix: serializer should handle right password filed names 2019-12-08 12:58:50 -05:00
winkidney
41cac8e784 Feature: Add board creation
+ Refactor form-error settings and reset function
2019-12-08 12:58:50 -05:00
winkidney
b3a065a4fb Feature: Add global event bus to trigger pin-refresh
+ Any other good idea to do this?
2019-12-08 12:58:50 -05:00
winkidney
0006aad6f7 Feature: Create Pin from uploaded file 2019-12-08 12:58:50 -05:00
winkidney
bb24ed3ecf Feature: Add pin-creation from remote-url
+ Add CSRF protection for every request
2019-12-08 12:58:50 -05:00
winkidney
5282ed5e53 Refactor: Make pin preview width a variable 2019-12-08 12:58:50 -05:00
winkidney
5ba4e9a67b Fix: remove python 3.7(not exists on travis-ci) 2019-12-08 12:58:50 -05:00
winkidney
8c9a88882e Fix: Remove python 3.8's tests in case that version doesn't exists
on travis-ci
2019-12-08 12:58:50 -05:00
winkidney
6913169468 Fix: Use 3.7.4 instead of python 3.7 (ci has no ver-3.7) 2019-12-08 12:58:50 -05:00
winkidney
2d7862233e Feature: Add python 3.7 and 3.8 and remove tests for 3.4 2019-12-08 12:58:50 -05:00
winkidney
19f0297186 Flake8 2019-12-08 12:58:50 -05:00
winkidney
8240b07386 Fix: Fix test failure caused by changes on user-create 2019-12-08 12:58:50 -05:00
winkidney
54c245b6ef Feature: Add django_extensions to development version 2019-12-08 12:58:50 -05:00
winkidney
ed09a32423 Fix: Fix submitter parse error in url 2019-12-08 12:58:50 -05:00
winkidney
28ebe49550 Feature: Add register function for UI 2019-12-08 12:58:50 -05:00