Commit Graph

331 Commits

Author SHA1 Message Date
winkidney
f2fd4f3095 Feature: Add resize listener 2019-12-08 12:58:50 -05:00
winkidney
b46cc6b2d3 Fix: Add pins id for pins elements / fix padding for pins 2019-12-08 12:58:50 -05:00
winkidney
6df4a90d8a Feature: Flow by height-offset now works well 2019-12-08 12:58:50 -05:00
winkidney
44ed242970 Feature: Use new margin-top value / add height table 2019-12-08 12:58:50 -05:00
winkidney
c2050fa76f Feature: Use function instead of logic in mounted function 2019-12-08 12:58:50 -05:00
winkidney
c56320ac5d Fix: Should call function on avatar loader 2019-12-08 12:58:50 -05:00
winkidney
7d4bd51804 Feature: Generate abs-position for pins in row 2019-12-08 12:58:50 -05:00
winkidney
c335a3dcb8 Feature: Add style for image 2019-12-08 12:58:50 -05:00
winkidney
db2d7ce9ef Feature: Render pins by ourself without help of third-party's help 2019-12-08 12:58:50 -05:00
winkidney
5a57cadcf3 Feature: Add basic frame for pin-resize 2019-12-08 12:58:50 -05:00
winkidney
01bac724d6 Feature: Implements FadeIn and Fadeout for specified pin 2019-12-08 12:58:50 -05:00
winkidney
6318500594 Feature: Initial commit for waterfall component by vue 2019-12-08 12:58:50 -05:00
winkidney
c2515542da Feature: Add vendor vue-waterfall 2019-12-08 12:58:50 -05:00
winkidney
0565d9985e Refactor: Use thisPin instead this in pin-event binding 2019-12-08 12:58:50 -05:00
winkidney
1d739aca54 Fix: Use class instead of element name for star action 2019-12-08 12:58:50 -05:00
winkidney
0c6c7f4a26 Feature: Add heart js event 2019-12-08 12:58:50 -05:00
winkidney
9b592ebac6 Feature: Add star button for specified pin 2019-12-08 12:58:50 -05:00
Lapo Luchini
9356824b9b Remove references to jQuery
Actual dependency was already removed in ddf2891480.
2019-12-02 19:34:28 +01:00
Will Stott
510966633a Only load Image once when creating all three Thumbnail sizes. 2019-07-18 14:42:40 +01:00
Ji Qu
209076339a Merge pull request #153 from willstott101/favicon
Add a default Pinry favicon
2019-07-17 22:00:04 +08:00
Will Stott
a6569cb8ff Use Django's standard field rendering. Create filter for custom attrs. 2019-07-17 09:58:24 -04:00
Will Stott
fe2adf1856 Add a default pinry favicon 2019-07-17 14:48:51 +01:00
winkidney
12d3811af9 Fix: Add currentUser for pin-form creation page 2019-04-28 16:57:56 +08:00
winkidney
8ef4f43f3b Refactor: Add some doc string to pin-form-referer
Also change the input type to url.
2019-04-28 11:54:02 +08:00
winkidney
0d60075f28 flake8 2019-02-22 17:47:50 +08:00
winkidney
69ff11b6c6 Fix: Use new url in light-box 2019-02-22 16:57:33 +08:00
winkidney
a5a876b1aa Fix: Fix context name-conflicts for user-page 2019-02-22 16:23:08 +08:00
winkidney
00d9a854ef Feature: Use more restful url for user-filter and tag-filter 2019-02-22 16:23:08 +08:00
winkidney
e1720921fb Feature: Support filter by tags and user for Pins 2019-02-22 16:23:08 +08:00
winkidney
e120af94cf Fix: Use API_LIMIT_PER_PAGE in drs-settings 2019-02-22 16:23:08 +08:00
winkidney
fd0e1d87ba Feature: Fetch pins from drf-api 2019-02-22 16:23:08 +08:00
winkidney
fbbe4d8c2e Fix: Should use image_by_id as image-field name / add pagination 2019-02-22 16:23:08 +08:00
winkidney
4029107b5d Feature: Use drf-api for Pin-creation 2019-02-22 16:23:08 +08:00
winkidney
9741f0311a Feature: Update Pin via drf-api 2019-02-22 16:23:08 +08:00
winkidney
da8bac1491 Feature: Use v2-api for pin-detail page 2019-02-22 16:23:08 +08:00
winkidney
852cb0b89d Feature: Replace image upload by DRF-api 2019-02-22 16:23:08 +08:00
winkidney
33d9aeee48 Feature: Use new image-creation api instead of the old 2019-02-22 16:22:59 +08:00
winkidney
109c46252a Feature: Use api/v2 instead of drf_api/ 2019-02-20 18:08:10 +08:00
winkidney
ec6d444759 Feature: Move viewsets to views.py 2019-02-20 18:03:27 +08:00
winkidney
32dc00fa34 Feature: Add image creation api and api-docs of DRF api 2019-02-20 17:40:19 +08:00
winkidney
f9e74f2ef7 Feature: Add url-filed name for DRF 2019-02-20 17:40:06 +08:00
winkidney
220c49a725 Feature: add basic drf-api for user/pin 2019-02-20 17:05:14 +08:00
winkidney
50ffa93d46 Feature: Add basic settings for DRF 2019-02-19 18:28:01 +08:00
winkidney
2ef9df9cfc Fix: Remove http prefix for bookmarklet to adapt to https page 2018-12-29 18:20:13 +08:00
winkidney
322f779617 Enhance: Bookmarklet should tell user to add it to bookmark 2018-12-29 17:17:17 +08:00
winkidney
ddd9f73d21 Feature: Use X-Forwarded-For host in docker version 2018-12-29 15:58:21 +08:00
winkidney
dbbf0d049a Close #137 2018-12-24 12:58:08 +08:00
winkidney
e8bf3d4b30 Refactor: Will not force user to set SECRET_KEY in environ
+ Allow overwrite in local_settings.py (the original implemetation
  will cause an KeyError)
2018-09-08 03:43:52 -07:00
winkidney
2278d6a552 Feature: Support local_settings as optional settings 2018-09-04 13:44:49 +08:00
winkidney
ac469d47f9 Fix: Add a mark 'IS_TEST' to decide if we should load image-urls 2018-08-26 21:30:07 -07:00