- 03 Jun, 2018 1 commit
-
-
David Haynes authored
- also drop target in favor of destination Closes #149
-
- 23 May, 2018 1 commit
-
-
David Haynes authored
- support for the entire range as well as multiple character emojis - right now, urls.py only accepts emoji. I need to go in and modify the regex to support the old way and the new Closes #149
-
- 21 May, 2018 1 commit
-
-
David Haynes authored
- more semantic - also ensure that dev flow is good to go re: docker
-
- 19 May, 2018 1 commit
-
-
David Haynes authored
- much, more more control
-
- 08 Apr, 2018 3 commits
-
-
Daniel W Bond authored
-
Daniel W Bond authored
-
Daniel W Bond authored
added uppercase ascii letters to the variety of characters that could appear in urls, but removed visually similar characters from appearing
-
- 10 Feb, 2018 1 commit
-
-
David Haynes authored
- style guide: 2018 edition - thankfully nothing big breaks - man this is a bigger project than I remember
-
- 18 Apr, 2017 1 commit
-
-
Nicholas J Anderson authored
Previously, this would just exit if a collision was found since it would recheck the same short url over and over again. Additionally, it would not increment the cache counter on successful short generation since the error would cause the rest of the stanza to no longer execute
-
- 24 Mar, 2017 1 commit
-
-
David Haynes authored
- and some formatting fixes I believe
-
- 20 Mar, 2017 1 commit
-
-
David Haynes authored
- one day I'll make up my mind on style
-
- 13 Mar, 2017 2 commits
-
-
David Haynes authored
- Plus __str__ now prints like registereduser does
-
David Haynes authored
- spacing issues fixed
-
- 02 Jan, 2017 3 commits
-
-
David Haynes authored
- for extra readibility
-
David Haynes authored
- unicode() --> str()
-
David Haynes authored
- teleport future packages into the present!
-
- 18 Nov, 2016 2 commits
-
-
David Haynes authored
- we'll worry about that another time
-
David Haynes authored
- ez comments - also close a bite sized issue because I'm evil - also it was bothering me
-
- 09 Nov, 2016 1 commit
-
-
Zosman authored
-
- 08 Nov, 2016 1 commit
-
-
Zosman authored
-
- 28 Jul, 2016 1 commit
-
-
David Haynes authored
- also test jenkins again
-
- 14 May, 2016 1 commit
-
-
David Haynes authored
- I'm going crazy here -- need another pair of eyeballs to ensure I don't miss anything
-
- 13 May, 2016 2 commits
-
-
David Haynes authored
- I remember :dbond: saying a foreignkey to User could be a bad idea
-
David Haynes authored
- was a leftover debug thing
-
- 12 May, 2016 1 commit
-
-
David Haynes authored
- registered users now have a one to one relationship to their user - nice comments added as well
-
- 04 May, 2016 1 commit
-
-
David Haynes authored
- need to look into git stash edition
-
- 30 Apr, 2016 1 commit
-
-
David Haynes authored
- not done, only so I can get back to master to fix spacing :/
-
- 08 Apr, 2016 1 commit
-
-
David Haynes authored
- git add --all
-
- 15 Mar, 2016 1 commit
-
-
Matthew Rodgers authored
-
- 16 Feb, 2016 1 commit
-
-
Nicholas J Anderson authored
The global caused errors on unmigrated databases, and it could potentially cause threading errors in larger scale production envrionments.
-
- 12 Jan, 2016 1 commit
-
-
David Haynes authored
- a very productive day
-
- 07 Jan, 2016 1 commit
-
-
David Haynes authored
- was a CharField but that limited short urls to be just characters - now a SlugField which better accomidates urls with numbers,hypens, etc. - included migration since I think that's what you do(?)
-
- 17 Dec, 2015 1 commit
-
-
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
-
- 11 Sep, 2014 1 commit
-
-
Akshay Karthik authored
-
- 09 Sep, 2014 2 commits
-
-
Akshay Karthik authored
-
-
- 08 Sep, 2014 1 commit
-
-
Chris Reffett authored
-
- 06 Sep, 2014 1 commit
-
-
Jean Michel Rouly authored
-
- 28 Aug, 2014 2 commits
-
-
Chris Reffett authored
-
Chris Reffett authored
Better approval system: admins can go into the admin interface and check an 'approved' box for all users who submit requests. Verify that usernames aren't colliding.
-