winkidney
a5a876b1aa
Fix: Fix context name-conflicts for user-page
5 years ago
winkidney
40e2f0b254
Feature: Remove unused django-tastypie
5 years ago
winkidney
a2e63f05d7
Fix: Correct the name for specified pin
5 years ago
winkidney
00d9a854ef
Feature: Use more restful url for user-filter and tag-filter
5 years ago
winkidney
ec6d444759
Feature: Move viewsets to views.py
5 years ago
winkidney
220c49a725
Feature: add basic drf-api for user/pin
5 years ago
winkidney
f85a1e7301
Fix: Upgrade django to 1.11 LTS
New version of django fix the RuntimeError while saving wepb file.
The patch will not be applied to Django 1.8
Ref: https://www.djangoproject.com/download/#supported-versions
Ref: https://github.com/django/django/pull/10331
6 years ago
Isaac Bythewood
1fcdf2a9a3
Refactor apps to be in repo folder
6 years ago
Isaac Bythewood
a55644ba76
Start adding basic admin elements
7 years ago
Isaac Bythewood
d0db375d1f
Remove unused RSS feed system, we aren't going to update it anymore
7 years ago
Tomasz Wysocki
bd984f9fd2
Fix url regexp.
\d allows numbers from other digit systems, so urls like: http://demo.getpinry.com/१७/ are possible. This could lead to some nasty security issues in the future (ie. if you try to use pin number without using `int(...)`).
10 years ago
Isaac Bythewood
795a905596
Added Original URL and Pin URL to lightbox of items.
11 years ago
Isaac Bythewood
85d099fa94
Finish up feed implementation.
11 years ago
Isaac Bythewood
3affd088fa
Adding rss feed for latest pins.
11 years ago
Isaac Bythewood
248bd25a04
Move private to users, add user filtering to JS
11 years ago
Krzysztof Klimonda
995b69168b
use old paths for pin urls
11 years ago
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 years ago
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 years ago
Isaac Bythewood
fa7e8c3b83
Get basic working bookmarklet and refactor API into core
11 years ago
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 years ago
Isaac Bythewood
f00e106dfe
Add in some new settings.
12 years ago
Isaac Bythewood
8e8bcdfb49
Lots of pylint and pep8 fixes in nearly every file.
12 years ago
Isaac Bythewood
644184d0ad
Initial commit.
12 years ago