Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix indentation following indent declaration. | Jonathan Leech-Pepin | 2014-11-21 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' into sx-method-auth. Conflicts have been | Jonathan Leech-Pepin | 2014-11-21 | 1 | -4/+6 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | resolved. Logic and functions have been kept from the `cl-defun` `sx-method-call` while docstrings have been updated as per #77 when possible. Conflicts: sx-auth.el sx-method.el sx-question.el sx-request.el | ||||
| * | GitHub comments -- #77 | Sean Allred | 2014-11-20 | 1 | -2/+2 |
| | | |||||
| * | Documentation -- part three | Sean Allred | 2014-11-18 | 1 | -4/+6 |
| | | | | | | | | Source code is documented to the best of my knowledge and understanding. | ||||
* | | Fix auth settings in calls. Do not use 'warn in non-interactive commands. | Jonathan Leech-Pepin | 2014-11-20 | 1 | -2/+1 |
| | | |||||
* | | Uses of `sx-method-call` have been updated to use new format. | Jonathan Leech-Pepin | 2014-11-20 | 1 | -3/+4 |
|/ | | | | | | | | sx-question now includes 2 authentication requiring parameters, `question.upvoted` and `question.downvoted`. These will only be used if access token exists. sx-favorites still uses site-workaround pending #82. | ||||
* | Fix comment | Sean Allred | 2014-11-14 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into network-list | Sean Allred | 2014-11-14 | 1 | -2/+6 |
|\ | | | | | | | | | | | Conflicts: sx-filter.el sx-question.el | ||||
| * | Fix documentation | Sean Allred | 2014-11-14 | 1 | -2/+1 |
| | | |||||
| * | Implement basic site switching | Sean Allred | 2014-11-14 | 1 | -0/+35 |
| | |||||
* | Use smart caching | Sean Allred | 2014-11-11 | 1 | -2/+9 |
| | |||||
* | Add favorite sites customization | Sean Allred | 2014-11-11 | 1 | -0/+5 |
| | |||||
* | Include more fields in the sites filter | Sean Allred | 2014-11-11 | 1 | -1/+4 |
| | |||||
* | Use narrow filter for site list | Sean Allred | 2014-11-10 | 1 | -2/+18 |
| | |||||
* | Rename sx-network to sx-site | Sean Allred | 2014-11-07 | 1 | -0/+36 |
According to the documentation, it's the appropriate terminology. |