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 |
|
winkidney
|
26934dae71
|
Doc: Add ignore info for secret-key env-test
|
2019-12-20 00:22:08 +08:00 |
|
winkidney
|
e8211274bb
|
Fix: Fix collectstatic command
|
2019-12-20 00:22:08 +08:00 |
|
winkidney
|
6b5395dc39
|
Fix: Fix path error for secret-key-gen
|
2019-12-20 00:22:08 +08:00 |
|
winkidney
|
8b3e834a7a
|
Fix: Add docker settings for collectstatic
|
2019-12-20 00:22:08 +08:00 |
|
winkidney
|
a3ad1c6180
|
Fix: Fix path error in start.sh
|
2019-12-20 00:22:08 +08:00 |
|
winkidney
|
1c9f74d27a
|
Fix: Should execute function in gen_key.sh
|
2019-12-20 00:22:08 +08:00 |
|
winkidney
|
d9da2ee4f5
|
Refactor: Use shortter path for project location
|
2019-12-20 00:22:08 +08:00 |
|
winkidney
|
77fca13edf
|
Reafactor: Docker auto-build should be a out-of-the-box image without any extra config
|
2019-12-20 00:22:08 +08:00 |
|
winkidney
|
2a2f65c437
|
Feature: Move local_settings.py
|
2019-12-20 00:22:08 +08:00 |
|
Ji Qu
|
32369b8785
|
Merge pull request #173 from pinry/feature/pwa
Feature/pwa
|
2019-12-19 19:23:42 +08:00 |
|
winkidney
|
0aed13e1f0
|
Feature: Add default icon for android
|
2019-12-19 00:11:45 +08:00 |
|
winkidney
|
af32fb3901
|
Feature: Add PWA settings
|
2019-12-18 23:54:58 +08:00 |
|
winkidney
|
50266a6acc
|
Feature: Add Image type for pin-upload
|
2019-12-18 23:24:51 +08:00 |
|