- 01 Aug, 2018 1 commit
-
-
David Haynes authored
- Adopt go_ahead and go_back
-
- 29 Jul, 2018 4 commits
-
-
David Haynes authored
- GET /api/golinks/pls
-
David Haynes authored
- only presented information that you need - permissions model guarentees ownership
-
David Haynes authored
-
David Haynes authored
-
- 21 Jul, 2018 1 commit
-
-
David Haynes authored
- SessionAuth and TokenAuth - utilizing some built in models - ready for adoption in other issues
-
- 20 Jul, 2018 1 commit
-
-
David Haynes authored
-
- 08 Jun, 2018 1 commit
-
-
David Haynes authored
- mostly involving the abstraction of validators int seperate file Closes #176
-
- 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
-
- 19 May, 2018 1 commit
-
-
David Haynes authored
- much, more more control
-
- 10 Feb, 2018 2 commits
-
-
David Haynes authored
- style guide: 2018 edition - thankfully nothing big breaks - man this is a bigger project than I remember
-
David Haynes authored
- the footer is not responsive enough, this is something masonstrap should address
-
- 13 Jan, 2018 1 commit
-
-
David Haynes authored
- landing.html - manage.html
-
- 07 Jan, 2018 1 commit
-
-
David Haynes authored
- /myLinks -> /my - /newLink -> /new - /useradmin -> /manage
-
- 13 Oct, 2017 1 commit
-
-
Chris Gallarno authored
- Implemented sorting with sort methods of -- Most Recent -- Oldest -- Alphabetical (A-Z) -- Alphabetical (Z-A) -- Most Popular -- Least Popular -- Expires Soon - Closes #156
-
- 21 Aug, 2017 1 commit
-
-
David Haynes authored
- causes 500 on prod - it's pretty stupid anyways, the lazy way out
-
- 26 Apr, 2017 1 commit
-
-
David Haynes authored
- Add in 2.2 CHANGELOG - Fix last minute bug with the CSRF check - Missed a spot in the footer
-
- 25 Apr, 2017 2 commits
-
-
David Haynes authored
- add an "s" Closes #143
-
David Haynes authored
- add an "s" Closes #113
-
- 24 Apr, 2017 1 commit
-
-
David Haynes authored
- yolo commit here, let's see if it passes the tests Closes #111
-
- 19 Apr, 2017 1 commit
-
-
David Haynes authored
- if you embed "/delete/memedaddy" into a page the link would get deleted - this no longer is allowed
-
- 29 Mar, 2017 5 commits
-
-
David Haynes authored
- copy paste fix
-
David Haynes authored
- It does not add anything, rather just modifies the Crispy Forms layout - I do love me some crispy forms
-
David Haynes authored
- Can edit short, target, and expiration date - Get around the short PK by just making a copy and applying changes and then saving it
-
David Haynes authored
- Copies over old attributes that were unedited, deletes old url and saves new one - also fixed css bug on link_box
-
David Haynes authored
- also proper access control set
-
- 28 Mar, 2017 4 commits
-
-
David Haynes authored
- Also remove old css file - Better imports for forms.py
-
David Haynes authored
- simple page, no form implementation yet
-
David Haynes authored
- a new URL (and test) - a new view (and test)
-
David Haynes authored
- Over time I get annoyed with how I formatted things in the past
-
- 27 Mar, 2017 2 commits
-
-
David Haynes authored
- To be honest I'm pretty dissapointed by the support for integration test for views - There are some things you can do with like RequestFactory but I have not found a way to test the way we handle Users that works well - For now, just ping that the page renders -- maybe in the future work on improving test_views
-
David Haynes authored
- This auto add closing "" plugin for vim is amazing
-
- 26 Mar, 2017 2 commits
-
-
David Haynes authored
- Man those linter lines really make me go crazy
-
David Haynes authored
- forgot to update the template name
-
- 24 Mar, 2017 1 commit
-
-
David Haynes authored
- and some formatting fixes I believe
-
- 23 Mar, 2017 1 commit
-
-
Eyad Hasan authored
-
- 20 Mar, 2017 1 commit
-
-
David Haynes authored
- one day I'll make up my mind on style
-
- 18 Mar, 2017 1 commit
-
-
Zach Knox authored
-
- 13 Mar, 2017 1 commit
-
-
David Haynes authored
def main(): """ words about the function main() """ print("Hello World!")
-