- 02 Jan, 2016 2 commits
-
-
David Haynes authored
- ie. need to look at new directories for the non-app templates
-
David Haynes authored
- improved organization by seperating out non-app templates from app templates
-
- 01 Jan, 2016 3 commits
-
-
David Haynes authored
- more spacing, easier on the eyes, pretty nice imo - david needs to work in branches edition (I swear it works though)
-
David Haynes authored
- legend tags make everything seems more organized
-
David Haynes authored
- before it had same description as is_registered even though they do two different things
-
- 30 Dec, 2015 2 commits
-
-
David Haynes authored
-
David Haynes authored
- used for captcha
-
- 29 Dec, 2015 2 commits
-
-
David Haynes authored
-
David Haynes authored
-
- 17 Dec, 2015 5 commits
-
-
Daniel W Bond authored
-
Daniel W Bond authored
Pep See merge request !13
-
Daniel W Bond authored
ran project through flake8; remaining errors either a couple characters over the line limit (89) or stylistically intentional or logically significant
-
Daniel W Bond authored
-
Daniel W Bond authored
-
- 06 Apr, 2015 2 commits
-
-
Jean Michel Rouly authored
-
Jean Michel Rouly authored
-
- 24 Feb, 2015 12 commits
-
-
Jean Michel Rouly authored
-
Jean Michel Rouly authored
-
Jean Michel Rouly authored
-
Jean Michel Rouly authored
-
Jean Michel Rouly authored
-
Jean Michel Rouly authored
-
Jean Michel Rouly authored
-
Jean Michel Rouly authored
-
Jean Michel Rouly authored
-
Jean Michel Rouly authored
-
Jean Michel Rouly authored
-
Jean Michel Rouly authored
-
- 11 Sep, 2014 2 commits
-
-
Jean Michel Rouly authored
Source tracking There is now tracking of url uses between social clicks and qr code clicks. This is done via a flag in the query parameter. See merge request !11
-
Akshay Karthik authored
-
- 09 Sep, 2014 5 commits
-
-
Jean Michel Rouly authored
Hashid generation Use Hashids to generate shortUrls. Right now we will hit collisions at a 50% rate at 10k urls assuming perfect randomness. Using hashids reduces the chance of collisions as the number of urls increase. Hashids are guarenteed unique. The downside being that as the number of urls get larger, the hashids will get longer as well. The rate is exponential though with roughly number of characters as log base alphabet length of (id + seed). See merge request !10
-
Jean Michel Rouly authored
Upgrade to django 1.7 You'll need to do a pip install -r and python manage.py migrate after this See merge request !8
-
Jean Michel Rouly authored
Clean up expired links Add manage.py command and cronjob to clean up expired short links. Fixes issue #3. See merge request !7
-
Akshay Karthik authored
-
-
- 08 Sep, 2014 1 commit
-
-
Chris Reffett authored
-
- 06 Sep, 2014 2 commits
-
-
Jean Michel Rouly authored
-
Chris Reffett authored
-
- 05 Sep, 2014 1 commit
-
-
Chris Reffett authored
-
- 04 Sep, 2014 1 commit
-
-
Chris Reffett authored
-