Commit Graph

92 Commits (8642b7b44aa68cb0355ac5a7b8ee5db27d9a993b)

Author SHA1 Message Date
Nick Sergeant 8642b7b44a Python 3 support. 2015-11-13 15:48:57 -05:00
Nick Sergeant 32383ed054 Handle no intended_user on create. 2015-11-10 11:03:48 -05:00
Nick Sergeant c4bf1562db Disallow titles > 255 chars. 2015-11-04 20:53:13 -05:00
Nick Sergeant 945f4e153d Allow nullable last_user_saved. 2015-11-02 15:59:01 -05:00
Nick Sergeant 8b1ee98a6d Fix busted tags after edit. 2015-10-18 22:43:32 -04:00
Nick Sergeant efb1870569 Allow team members to create team snipts via API. 2015-10-18 22:32:41 -04:00
Nick Sergeant aef665c14f Lots of stuff around user.profile.has_pro, and further work on Teams. 2015-10-18 21:07:01 -04:00
Nick Sergeant 227280b0e9 Auth on team views. 2015-10-18 15:46:21 -04:00
Nick Sergeant e5d741c028 Allow team members to delete snipts. 2015-10-18 15:19:46 -04:00
Nick Sergeant ecbcad607b Let team members save team-snipts, and record last user. 2015-10-18 11:52:44 -04:00
Nick Sergeant 48ad4ade58 Allow searching of users via API. 2015-10-17 15:00:22 -04:00
Nick Sergeant f7a3901507 Show log_entries on private snipts in API. 2015-09-24 16:55:59 -04:00
Nick Sergeant d6bc8b7d40 Record Snipt log entries for every change. 2015-09-24 16:46:05 -04:00
Nick Sergeant 5d8a5ab07a Jump snipts limit back to 200. 2015-09-15 11:57:57 -04:00
Nick Sergeant 5467ccbd5f Fix logic around public for non-pro. 2015-08-31 10:51:52 -04:00
Nick Sergeant a8908282bb Scope private snipt search to user. 2015-08-28 12:37:56 -04:00
Nick Sergeant 57d2e06f68 Limit API queries for snipts to 20 per page. 2015-08-28 12:15:01 -04:00
Nick Sergeant 3bafbb7402 List user's tags on PrivateUserResource. 2015-08-28 12:08:27 -04:00
Nick Sergeant f13dc219c5 Make it free to post public snipts. 2015-08-25 12:22:51 -04:00
Nick Sergeant 3431d70083 Sort and organize imports. 2015-07-24 21:39:25 -04:00
Nick Sergeant 6894f44349 So much PEP8. 2015-07-24 21:28:31 -04:00
Nick Sergeant bc77c5c3e9 Add new meta field for API access. 2015-04-06 11:01:43 -04:00
Nick Sergeant 9cef3b85e8 Omit stylized option. 2015-04-03 12:27:02 -04:00
Nick Sergeant 6e13b94b9a Add stats for users in API. 2015-01-03 11:08:47 -05:00
Nick Sergeant 17820f1a78 blog_post in public snipt resources. 2014-11-23 15:55:59 -05:00
Nick Sergeant 4a0a31b199 blog_post in public snipt resources. 2014-11-23 15:54:48 -05:00
Nick Sergeant 4b350e3ddf Include publish_date on public snipts. 2014-11-20 20:28:12 -05:00
Nick Sergeant efbddec783 Fix some Salt stuff and omit_code option in API. 2014-11-20 19:47:42 -05:00
Nick Sergeant 606a080fb2 What the fuck. 2014-06-27 10:16:38 -04:00
Nick Sergeant 66249c984e Switching from recurring plans to a single fee for Pro accounts. 2014-06-23 23:55:24 -04:00
Nick Sergeant 1af27988c1 Fix up tag API endpoints, for #130. 2014-05-26 17:28:13 -04:00
Nick Sergeant 000aa11940 Working on new Snipt Pro flow. 2014-05-04 22:47:15 -04:00
Nick Sergeant 53de366909 Disable tags from the API until we can fix it. 2013-11-06 14:46:38 -05:00
Nick Sergeant 3a1d8ca8c0 Working on Stripe account details. 2013-10-19 20:48:00 -04:00
Nick Sergeant 6d79fe2df8 Un-pro-ing things. 2013-08-13 14:20:46 -04:00
Nick Sergeant 0c9b9d3db3 Add email MD5 to public user resource. 2013-06-10 10:45:17 -04:00
Nick Sergeant 0600cbfa41 Strip created and modified from Snipt resource - they're not editable, anyway. 2013-03-25 19:18:33 -04:00
Nick Sergeant 2ebe353884 Disable update_list and delete_list for SniptResource. 2013-03-25 18:02:53 -04:00
Nick Sergeant e669c5f25c A massive amount of work upgrading the API to Tastypie >= 0.9.14 with new authorization schema. 2013-03-24 22:38:04 -04:00
Nick Sergeant fb0142f249 Moar work on getting 1.5-ready. 2013-03-24 18:41:57 -04:00
Nick Sergeant 0caaadd137 Fixing requirements. 2013-03-15 14:35:31 -04:00
Nick Sergeant 7c05eba32d Raw URL stuff. 2013-03-15 14:19:28 -04:00
Nick Sergeant fe9c8282d9 Only verify field if field is not null. 2013-02-25 15:41:34 -05:00
Nick Sergeant 610f36054f Include all of a user's used lexers on PrivateUserResource. 2013-02-12 23:35:49 -05:00
Nick Sergeant 6a71301343 Fix bad reference to profile object now that we have a private profile resource. 2013-02-12 01:47:18 -05:00
Nick Sergeant e3ff982eed Sorry, only Pros can change account settings. 2013-02-12 01:13:22 -05:00
Nick Sergeant 79cf90b8d7 Holy mother of commits. Finishing up Account system. 2013-02-12 01:01:55 -05:00
Nick Sergeant f2b2b46aa4 Report the bad field in the API error response. 2013-02-11 10:44:10 -05:00
Nick Sergeant b9803755a1 Force validation on all account fields in the API. 2013-02-11 10:40:36 -05:00
Nick Sergeant 141814cbb8 Building out new Account system. 2013-02-11 00:40:11 -05:00