| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Fix #200
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
sx-cache.el
sx-encoding.el
sx-favorites.el
sx-filter.el
sx-interaction.el
sx-method.el
sx-question-list.el
sx-question-mode.el
sx-question-print.el
sx-question.el
sx-tab.el
sx-time.el
sx.el
|
| |
| |
| |
| |
| | |
- Move lexical-binding to top of file; fixes #123
- Use indent-tabs-mode: nil for all files
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
- Move lexical-binding to top of file; fixes #123
- Use indent-tabs-mode: nil for all files
|
| | |
|
|/ |
|
|
|
|
|
|
|
|
|
|
| |
This addresses the apparent api bug which affected both the retrieval of
favorites and the site-switching. Se #82
As far as I can see, this issue affects ALL api calls, so it seems
reasonable that it should be fixed inside `sx-method-call`.
The usage of sx-method-call stays the same, only the internal has changed.
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | |
|
| | |
|
|/
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
Simplify initialization since it is run at startup rather than tested
for by functions.
Clean up (sx-favorites--update-site-favorites) to provide the same
values for new sites as for existing.
|
|
|
|
|
| |
Correct file header.
Use sharp quote for function.
|
| |
|
|
|
|
|
| |
sx-favorites--user-favorite-list: Clarify docstring
(sx-favorites--ensure-favorite-list): Remove extraneous argument
|
|
|
|
|
|
| |
sx-cache-set.
Fix provides lines (missed quote on symbol).
|
|
sx-favorites--ensure-favorite-list: List of favorites in format (SITE
QUESTION_ID QUESTION_ID ...).
(sx-favorites--update-site-favorites): Update favorites for given SITE.
(sx-favorites-update): Update favorites for all networks user has an
account on.
|