Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Bump to v0.7.0 | Johnson Denen | 2017-05-18 | 1 | -1/+1 | |
| | ||||||
* | replaced declare-function with autoload | alexjgriffith | 2017-05-18 | 1 | -2/+2 | |
| | ||||||
* | Remove most byte-compile warnings. | Holger Dürer | 2017-05-18 | 1 | -1/+4 | |
| | | | | | | | We do this by - moving vars into the files where they are (mostly) used - "declaring" vars used elsewhere with the (defvar <var-name>) pattern, - declaring functions defined in others functions rather than loading the file via require. | |||||
* | Bump to v0.6.3 | Johnson Denen | 2017-05-15 | 1 | -1/+1 | |
| | ||||||
* | Use lexical-binding in all files. | Holger Dürer | 2017-05-15 | 1 | -1/+2 | |
| | | | | | We only support Emacs 24 and 25 so are free to use sane bindings by default. To keep the linter happy, we need to declare dependency on Emacs 24 in all files. | |||||
* | Clean up use of progn. | Holger Dürer | 2017-05-05 | 1 | -4/+3 | |
| | | | | | - Lambda, defun, let, etc. all have an implicit progn. - A progn with a single form is identical to that single form. | |||||
* | Bump to v0.6.2 | Johnson Denen | 2017-04-29 | 1 | -1/+1 | |
| | ||||||
* | Bump to v0.6.1 | Johnson Denen | 2017-04-28 | 1 | -1/+1 | |
| | ||||||
* | Bump to v0.6.0 | Johnson Denen | 2017-04-24 | 1 | -1/+1 | |
| | ||||||
* | Bump to v0.5.5 | Johnson Denen | 2017-04-24 | 1 | -1/+1 | |
| | ||||||
* | Bump to v0.5.4 | Johnson Denen | 2017-04-23 | 1 | -1/+1 | |
| | ||||||
* | Fix some compilation errors | Johnson Denen | 2017-04-23 | 1 | -1/+1 | |
| | ||||||
* | Make tweaks per package-lint feedback | Johnson Denen | 2017-04-23 | 1 | -0/+1 | |
| | ||||||
* | Clean up tests and update DOCSTRINGs | Johnson Denen | 2017-04-23 | 1 | -3/+6 | |
| | ||||||
* | Rewrite mastodon-auth | Johnson Denen | 2017-04-23 | 1 | -127/+32 | |
| | | | | | | - Remove client functions - Use mastodon-http--post - No more callback spaghetti | |||||
* | Retrieve home timeline with `mastodon' function | Johnson Denen | 2017-04-14 | 1 | -1/+0 | |
| | ||||||
* | Add `mastodon-auth--client' function | Johnson Denen | 2017-04-12 | 1 | -1/+5 | |
| | | | | Replace direct references to `mastodon--client-app-plist' | |||||
* | Refactor mastodon--register-and-return-client-app | Johnson Denen | 2017-04-12 | 1 | -3/+10 | |
| | | | | Add and use `mastodon-auth--client-app-secret-p' | |||||
* | Fix return value bug | Johnson Denen | 2017-04-12 | 1 | -1/+3 | |
| | ||||||
* | Use `read-passwd' | Johnson Denen | 2017-04-12 | 1 | -1/+1 | |
| | ||||||
* | Add tests for `mastodon--access-token' | Johnson Denen | 2017-04-12 | 1 | -8/+11 | |
| | ||||||
* | Add mastodon--get-access-token test | Johnson Denen | 2017-04-12 | 1 | -8/+17 | |
| | | | | Abstract Email and Password prompts to `mastodon-auth--user-and-passwd' function | |||||
* | Abstract success lambda to its own function and test | Johnson Denen | 2017-04-12 | 1 | -5/+7 | |
| | | | | | | Add `mastodon-auth--get-token-success' Add test for `mastodon-auth--get-token-success' Add test for `mastodon--get-access-token-triage' | |||||
* | Add store-client-id-and-secret test | Johnson Denen | 2017-04-12 | 1 | -2/+6 | |
| | | | | | Add `mastodon-auth--token-file' function Add test for `mastodon-auth--token-file' | |||||
* | Remove progn and return register-client-app funcall | Johnson Denen | 2017-04-12 | 1 | -3/+1 | |
| | ||||||
* | Add mastodon-auth--registration-success test | Johnson Denen | 2017-04-12 | 1 | -6/+9 | |
| | ||||||
* | Make headers more conventional | Johnson Denen | 2017-04-10 | 1 | -4/+21 | |
| | ||||||
* | Close #7 with repo URL | Johnson Denen | 2017-04-09 | 1 | -1/+2 | |
| | ||||||
* | Fix #8 flycheck issues | Johnson Denen | 2017-04-09 | 1 | -7/+22 | |
| | ||||||
* | Fix #1 by adding scope to auth token request | Johnson Denen | 2017-04-09 | 1 | -1/+2 | |
| | ||||||
* | Update DOCSTRINGs | Johnson Denen | 2017-04-09 | 1 | -3/+19 | |
| | ||||||
* | Refactor authorization | Johnson Denen | 2017-04-09 | 1 | -44/+76 | |
| | ||||||
* | Add follow scope | Johnson Denen | 2017-04-09 | 1 | -1/+1 | |
| | ||||||
* | Restructure under lisp directory | Johnson Denen | 2017-04-09 | 1 | -0/+54 | |