| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| |\ \
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
sx-method.el
sx-question-list.el
sx-question-mode.el
sx-question.el
sx-request.el
sx.el
|
| | | |
|
| | |
| | |
| | |
| | | |
Also run checkdoc on sx.el
|
|\ \ \
| | | |
| | | | |
Mark as read with "m"
|
|/ / /
| | |
| | |
| | | |
Fixes #61
|
|\ \ \
| | | |
| | | | |
Hidden questions
|
| |\ \ \ |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Also improve read question code.
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Provide cache invalidation
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Implements indication of starred questions in question-list
|
| | |_|/ / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
`sx-question-list-favorite` inherits face from
`sx-question-list-score-upvoted`
Favorite is displayed using char \x2b26 WHITE MEDIUM DIAMOND.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Removed developer reference since this should be embedded in docstrings
for the most part.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Source code is documented to the best of my knowledge and understanding.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
We aren't using `stack-filter' anymore (in fact, we haven't since
filters became functional). Somehow it survived refactoring; this
commit fixes that oversight.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Pushing this change to continue work elsewhere.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Pushing this change to continue work elsewhere.
|
| | | |_|/
| | |/| |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Use `delete-file` rather than simply setting cache to `nil`. nil is
still a valid cache value which can cause reinitialization to fail.
Fix bug with nil funcall.
|
| | | | | |
|
| | | | | |
|
| |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
(sx-cache--invalidate): Invalidate provided cache. Allows for
invalidating variables associated with cache using `makunbound`. Cache
can be reinitialized using arg `init-method`.
(sx-cache-invalidate-all): Invalidate all caches then call
`sx-initialize` to reinitialize. Arg `save-auth` prevents access_token
from being lost.
|
|\ \ \ \
| |/ / /
|/| | | |
Update sx-networks and sx-favorites to use sx-initialize
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
| | | | |
|
|/ / /
| | |
| | |
| | |
| | | |
Turned (sx-network--ensure-user) into (sx-network--initialize) and added
as hook for initialization.
|
|\| |
| | |
| | | |
Functionality for retrieving network information and keeping track of favorite questions.
|
| | |
| | |
| | |
| | | |
Use sharp quote for function.
|
| | |
| | |
| | |
| | |
| | | |
Correct file header.
Use sharp quote for function.
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
sx-favorites--user-favorite-list: Clarify docstring
(sx-favorites--ensure-favorite-list): Remove extraneous argument
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
(sx-network--get-associated): Ensure user-sites is also set when
retrieving cache.
(sx-network--ensure-user): Simplify. Used to ensure cache is loaded
before attempting to use it.
Fix quoted lambda in sx-network--map-site-url-to-site-api.
|
| | |
| | |
| | |
| | |
| | |
| | | |
sx-cache-set.
Fix provides lines (missed quote on symbol).
|
| | |
| | |
| | |
| | |
| | | |
- sx-network--user-information is a var not a function
- remember to setq sx-network--user-sites.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
sx-network--user-information: User query from site.
sx-network--user-sites: List of sites user is active on for use when
querying sites.
(sx-network--ensure-user): Ensures network-user cache is available for
use.
(sx-network--update): Retrieve most recent network user information.
|
|\ \ \
| |/ /
|/| | |
Question mode keybindings++
|
| |\ \
| |/ /
|/| | |
|
|\ \ \
| | | |
| | | | |
Updated `sx-request-make` to use a consistent format for both `POST` and `GET` methods
|
| | | |
| | | |
| | | |
| | | | |
creating a request.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
alist)` error.
Moved `api-key` to let binding rather than directly in if statement.
|