winkidney
b7734ec232
Feature: Add search function to boards
4 年之前
winkidney
c31d93f797
Feature: Add tests and migrations for board in backend
4 年之前
winkidney
23aacbc7c0
Feature: Add private property for board
4 年之前
winkidney
335cc3a754
Fix: flake8
4 年之前
winkidney
56d847aace
Feature: Add Private property for Pin and read proection
Now the private pin should only be viewed by owner.
4 年之前
winkidney
c35423bdbb
Fix: flake8
5 年之前
winkidney
28f567aeac
Fix: Fix path error for tag-auto-complete api
5 年之前
winkidney
6b7d4e31b6
Feature: Add cached tag-list api for tag-auto-complete
5 年之前
winkidney
067e90fd97
Feature: Add full-board-list api
5 年之前
winkidney
e634c2d4d8
Feature: Add user-creation for UserViewSet
5 年之前
winkidney
c3b0cffea3
Feature: Allow current user to fetch its information
5 年之前
winkidney
be00941281
Feature: Add board support in backend
5 年之前
Will Stott
cb24cebd94
Avoid 2 queries per pin in the main endpoint.
5 年之前
winkidney
d9b5a78b36
Refactor: Allow only the user-data fetching
5 年之前
winkidney
40e2f0b254
Feature: Remove unused django-tastypie
5 年之前
winkidney
e1720921fb
Feature: Support filter by tags and user for Pins
5 年之前
winkidney
fbbe4d8c2e
Fix: Should use image_by_id as image-field name / add pagination
5 年之前
winkidney
274134444d
Fix: Image should be both readable and writable
5 年之前
winkidney
33d9aeee48
Feature: Use new image-creation api instead of the old
5 年之前
winkidney
ec6d444759
Feature: Move viewsets to views.py
5 年之前
Isaac Bythewood
1fcdf2a9a3
Refactor apps to be in repo folder
6 年之前
Tomasz Wysocki
25c02407ba
"keys" is optional.
10 年之前
Krzysztof Klimonda
7db42bb075
Generate thumbnails when image is being saved
Too lax unique constraints for Thumbnail coped with "on demand" thumbnail
generation may leave database in inconsistent state where two thumbnail for
the same size are saved. We should be able to prevent that from happening
by generating all thumbnails when we save the image. Should fix #24 , but
I can't figure out a way to actually test it.
11 年之前
Isaac Bythewood
248bd25a04
Move private to users, add user filtering to JS
11 年之前
Krzysztof Klimonda
fbfd7e0239
CreateImage.get should always return HttpResponse
11 年之前
Krzysztof Klimonda
53f05dbb6d
A general project refactor
Removed pins django app, and moved code to the core. Moved user related
code out of core to the users app.
11 年之前
Krzysztof Klimonda
e70d9079ec
Login newly registered user
Rewritten register view using CBV approach, and added a authenticate/login
call after form has been validated and user created. Fixes #65
11 年之前
Isaac Bythewood
4e431e2a88
Refactor templates and and make includes for upcoming python file refactor into core and user. Also making templates easier to edit and read overall.
11 年之前
Krzysztof Klimonda
d462bfb83b
A major RESTful API rewrite
Rewritten API to handle creating pins for both urls
and previously-uploaded images. Added some tests for it.
11 年之前
Isaac Bythewood
f66b727072
Working on new design
11 年之前
Isaac Bythewood
f00e106dfe
Add in some new settings.
12 年之前
Isaac Bythewood
d92d30bb94
Added some production settings. Moving to travis-ci for testing. Added feature to stop new registrations.
12 年之前
Isaac Bythewood
8e8bcdfb49
Lots of pylint and pep8 fixes in nearly every file.
12 年之前
Isaac Bythewood
20002afd31
Added in message system.
12 年之前
Isaac Bythewood
644184d0ad
Initial commit.
12 年之前