Commit Graph

  • 4c6a863f7d Merge branch 'master' of ssh://git.jamesravey.me:222/ravenscroftj/micropub-flask-gitea master James Ravenscroft 2022-01-28 14:30:56 +0000
  • 2a70980410 add likes + reposts to post types James Ravenscroft 2022-01-28 14:30:12 +0000
  • c281222015 add webmention webhook support James Ravenscroft 2022-01-09 15:33:01 +0000
  • fe0e9c07f9 add photos to headers James Ravenscroft 2021-12-26 11:09:50 +0000
  • 23be00ad8d add support for various reference type posts e.g. likes, bookmarks etc James Ravenscroft 2021-12-24 17:03:24 +0000
  • dc2268e825 update media endpoint url James Ravenscroft 2021-12-24 11:57:55 +0000
  • fe6b396dfa implement handling of multiple photos James Ravenscroft 2021-12-24 11:56:12 +0000
  • 1fdfbe54af implement categories/tags listing James Ravenscroft 2021-12-24 11:03:28 +0000
  • c7ea1bc1c8 fix error when trying to re-create media folder James Ravenscroft 2021-12-24 10:50:40 +0000
  • e7ae240555 add support for copying photos James Ravenscroft 2021-12-24 10:49:31 +0000
  • efb4019c82 add support for categories James Ravenscroft 2021-12-23 21:53:21 +0000
  • 107f16757a add project requirements James Ravenscroft 2021-12-23 21:39:30 +0000
  • 8b19417d14 add micropub to gitea stuff James Ravenscroft 2021-12-23 21:39:21 +0000
  • 897c75848c bump version number Kyle Mahan 2017-11-04 18:31:05 -0700
  • 794d95c624 Merge pull request #4 from martymcguire/master Kyle Mahan 2017-03-13 08:21:45 -0700
  • 9f7bc5530b support JSON response from auth, token endpoints Marty McGuire 2017-03-09 23:33:43 -0500
  • 0471a3aeb8 Add `grant_type` to authorization token requests Marty McGuire 2017-03-09 22:32:19 -0500
  • 480090ebe4 Include `response_type` in initial auth parameters Marty McGuire 2017-03-09 22:18:20 -0500
  • 9ac8c44761 actually run some tests on python setup.py test Kyle Mahan 2016-03-18 18:46:34 -0700
  • 7c67835ba2 add build status badge Kyle Mahan 2016-03-18 18:38:45 -0700
  • b2cddba6d6 add travis config Kyle Mahan 2016-03-18 18:36:41 -0700
  • 267b202ae1 remove versions that Circle doesn't seem to have Kyle Mahan 2016-03-18 12:41:10 -0700
  • 1a52e4f714 add circle.yml Kyle Mahan 2016-03-18 12:36:55 -0700
  • 7ce70f5cac update changelog Kyle Mahan 2016-03-18 12:28:00 -0700
  • e2be8825bd add a simple unit test and tox.ini Kyle Mahan 2016-03-18 12:26:28 -0700
  • 46ee7f9582 change || to or Kyle Mahan 2016-03-18 11:34:04 -0700
  • 63e366808a Merge pull request #3 from myfreeweb/patch-1 Kyle Mahan 2016-03-18 11:28:42 -0700
  • f514b24ea4 Accept all 2xx status codes as success Greg 2016-03-18 21:13:05 +0400
  • 6c2f5f3f6a Support discovering endpoints from HTTP Link headers Kyle Mahan 2016-03-18 09:30:49 -0700
  • 9fdd45a0de Do not burn auth codes by authenticating before requesting an access token Kyle Mahan 2016-01-27 07:24:55 -0800
  • cc9c7dfd21 bugfix: call handle_authenticate_response from authentication_handler Kyle Mahan 2016-01-26 23:54:40 -0800
  • c80a1b0fcf add ReadTheDocs badge Kyle Mahan 2015-12-23 11:11:05 -0800
  • d9a5ff9099 Use napoleon sphinx extension to parse Google-style docstrings Kyle Mahan 2015-12-16 18:28:29 +0000
  • 6677bcd138 use RTD theme for docs Kyle Mahan 2015-12-16 18:14:08 +0000
  • 8e73330bd0 trying to fix docstring formatting errors Kyle Mahan 2015-12-16 18:12:31 +0000
  • d50ea9b465 move README.rst into index.rst for sphinx Kyle Mahan 2015-12-16 18:00:27 +0000
  • b45cf08fd3 added sphinx build stuff Kyle Mahan 2015-12-16 17:56:10 +0000
  • 6ddaba6114 convert README.md to README.rst for readthedocs Kyle Mahan 2015-12-16 17:48:47 +0000
  • 3282bd76ba Replace next_url parameter with the more general and useful state Kyle Mahan 2015-12-13 19:50:54 -0800
  • 69eb9ffb9a increment version 0.2.3 Kyle Mahan 2015-06-21 22:40:44 -0700
  • 83ac2700c0 use indieauth.com as fallback if no authentication_endpoint is provided Kyle Mahan 2015-06-21 22:35:45 -0700
  • b714d8db93 do not cache endpoints Kyle Mahan 2015-05-31 09:16:40 -0700
  • 4d1f70b1e6 bugfix: use endpoint-for-function for more robust endpoint matching Kyle Mahan 2015-02-07 12:23:06 -0800
  • 474458c623 added authentication-only flow Kyle Mahan 2015-02-07 09:40:31 -0800
  • c8494277a8 add CSRF token to state parameter Kyle Mahan 2015-02-03 22:45:08 -0800
  • 408bc20956 use correct token endpoint parameters Kyle Mahan 2015-02-02 22:49:20 -0800
  • 74de2173c5 debug log statements for validating access token Kyle Mahan 2015-02-02 18:05:36 -0800
  • 32fb204a9c bugfix: list is not an iterator msg when processing errors Kyle Mahan 2015-02-02 08:42:38 -0800
  • 1da9d95fc6 rename Micropub to MicropubClient to differentiate Kyle Mahan 2015-01-28 08:37:47 -0800
  • 6db7529f4a added micropub_endpoint to authorized_handler response Kyle Mahan 2015-01-19 09:44:56 -0800
  • d039e29f30 improve API, add documentation Kyle Mahan 2015-01-19 09:01:56 -0800
  • b958da9bd1 initial revision; support basic micropub auth Kyle Mahan 2015-01-18 23:10:03 -0800
  • 4764df9460 Initial commit Kyle Mahan 2015-01-18 23:09:15 -0800