Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into auth | Sean Allred | 2014-11-06 | 1 | -7/+8 |
|\ | |||||
| * | Merge pull request #24 from KingShimkus/patch-1 | Sean Allred | 2014-11-05 | 1 | -7/+8 |
| |\ | | | | | | | Made it more readable. | ||||
| | * | Made it more readable. | Luke Shimkus | 2014-11-04 | 1 | -7/+8 |
| |/ | | | | | Just fixed the links and made it more readable. | ||||
* | | Remove unused permission | Sean Allred | 2014-11-06 | 1 | -2/+1 |
| | | | | | | | | | | | | We are not using `private_info' yet, so there is no need to request this permission. It can, of course, be easily added later on if the information is ever usable. | ||||
* | | Change constant to variable | Sean Allred | 2014-11-06 | 1 | -2/+4 |
| | | | | | | | | | | As it is let-bound in the authentication flow, it is not truly a constant. Add a warning to the documentation appropriately. | ||||
* | | Prune unnecessary variable | Sean Allred | 2014-11-05 | 1 | -2/+0 |
| | | | | | | | | | | This key is actually used in request-making on the whole, so it has been moved to `stack-core.el' as of 9cb376361983742f0a15775b233fc194d61b3ea7. | ||||
* | | Use standard '.el' extenstion for cache | Sean Allred | 2014-11-05 | 1 | -1/+1 |
| | | | | | | | | | | | | This should probably be altered so that the caching function requires symbols; this would keep everything consistent since the caching function could apply the same pattern to every symbol it receives. | ||||
* | | Remove files duplicated in `gh-pages' | Sean Allred | 2014-11-05 | 3 | -43/+0 |
| | | | | | | | | | | These pages should be tracked by that branch; it is an explicitly separate part of the system. | ||||
* | | Further explain `stack-cache-directory' | Sean Allred | 2014-11-05 | 1 | -1/+3 |
| | | | | | | | | | | I looked at it for a few minutes and wondered how to use it -- and I wrote the thing! :) | ||||
* | | Implement OAuth2 authentication | Sean Allred | 2014-11-05 | 2 | -1/+81 |
| | | | | | | | | | | Tested with commit 1749aa32c25d8eee9ca0753cb55bd7d134f320b7, current HEAD of the `gh-pages' branch. | ||||
* | | Add basic HTML/JavaScript to enable authentication | Sean Allred | 2014-11-05 | 3 | -0/+43 |
|/ | | | | | | | | | | | This should be accessible using `raw.github.com/...', but if not, I will put it on my webserver. For now, this seems like it's as good as it's going to get. When the page is accessed with an access token, this token is displayed (styled as CSS class `uservalue', big, dark, and green). Error conditions are not currently being handled, but they will be. | ||||
* | Merge pull request #9 from vermiculus/UI-first-attempt | Sean Allred | 2014-11-04 | 9 | -516/+4435 |
|\ | | | | | Question List Mode implementation | ||||
| * | Define prefixed alias for list-questions | Artur Malabarba | 2014-11-04 | 1 | -2/+2 |
| | | |||||
| * | Abolish the HTML renderer. | Artur Malabarba | 2014-11-04 | 1 | -29/+9 |
| | | | | | | | | To recover its code, see the tag old-html-renderer. | ||||
| * | Don't decode html entities in the question list | Artur Malabarba | 2014-11-04 | 1 | -8/+9 |
| | | | | | | | | This should be done after reading the API response. | ||||
| * | Fix reference to old function. | Artur Malabarba | 2014-11-04 | 1 | -1/+1 |
| | | |||||
| * | require 'org | Artur Malabarba | 2014-11-04 | 1 | -0/+1 |
| | | |||||
| * | Make WINDOW optional in stack-question--display | Artur Malabarba | 2014-11-04 | 1 | -1/+1 |
| | | |||||
| * | Rename -date-sort to -date-more-recent-p | Artur Malabarba | 2014-11-04 | 2 | -4/+11 |
| | | |||||
| * | Turn stack-question-list-date-sort-method into a defcustom | Artur Malabarba | 2014-11-04 | 1 | -2/+7 |
| | | |||||
| * | Descriptive comments to stack-core--decode-entities | Artur Malabarba | 2014-11-04 | 1 | -0/+2 |
| | | |||||
| * | Make " ago" into a customizable varible. | Artur Malabarba | 2014-11-04 | 1 | -1/+8 |
| | | |||||
| * | Move " ago" out of stack--time-since | Artur Malabarba | 2014-11-04 | 2 | -3/+2 |
| | | |||||
| * | Trim unnecessary arg | Artur Malabarba | 2014-11-04 | 1 | -1/+1 |
| | | |||||
| * | Make entities plist into a variable. | Artur Malabarba | 2014-11-04 | 1 | -36/+42 |
| | | |||||
| * | Make stack-core--seconds-to-string more descriptive. | Artur Malabarba | 2014-11-04 | 1 | -6/+8 |
| | | |||||
| * | Use our own seconds-to-string variable. | Artur Malabarba | 2014-11-03 | 1 | -9/+20 |
| | | |||||
| * | require time-date | Artur Malabarba | 2014-11-03 | 1 | -0/+1 |
| | | |||||
| * | Comment out api-filter-request | Artur Malabarba | 2014-11-03 | 1 | -6/+8 |
| | | |||||
| * | Fix test sample. | Artur Malabarba | 2014-11-03 | 2 | -5/+4 |
| | | |||||
| * | Question list sort-by-date button. | Artur Malabarba | 2014-11-03 | 1 | -0/+11 |
| | | |||||
| * | Huge improvements to the question list | Artur Malabarba | 2014-11-03 | 2 | -16/+56 |
| | | |||||
| * | Define questionlist faces | Artur Malabarba | 2014-11-03 | 1 | -0/+53 |
| | | |||||
| * | Increase default list height to 15 lines | Artur Malabarba | 2014-11-03 | 1 | -1/+1 |
| | | |||||
| * | Define -decode-entities to decode html entities. | Artur Malabarba | 2014-11-03 | 1 | -0/+55 |
| | | |||||
| * | require 'stack-lto | Artur Malabarba | 2014-11-03 | 1 | -0/+1 |
| | | |||||
| * | Load tests file for now. | Artur Malabarba | 2014-11-03 | 1 | -0/+1 |
| | | |||||
| * | Make stack-question-list-refresh interactive | Artur Malabarba | 2014-11-03 | 1 | -0/+1 |
| | | |||||
| * | Ping #4 | Artur Malabarba | 2014-11-03 | 0 | -0/+0 |
| | | |||||
| * | Question List Mode is now functional. | Artur Malabarba | 2014-11-03 | 1 | -19/+49 |
| | | |||||
| * | Implement a rudimentary question display. | Artur Malabarba | 2014-11-03 | 1 | -12/+28 |
| | | |||||
| * | Rename a varialbe | Artur Malabarba | 2014-11-03 | 1 | -4/+4 |
| | | |||||
| * | Delete obsolete files. | Artur Malabarba | 2014-11-03 | 4 | -99/+0 |
| | | |||||
| * | Add cl-lib dependency. | Artur Malabarba | 2014-11-03 | 1 | -0/+1 |
| | | |||||
| * | A couple of json samples, just in case. | Artur Malabarba | 2014-11-03 | 2 | -0/+5 |
| | | |||||
| * | Fix sampler function | Artur Malabarba | 2014-11-03 | 1 | -1/+4 |
| | | |||||
| * | Make question samples more complete. | Artur Malabarba | 2014-11-03 | 1 | -509/+3925 |
| | | |||||
| * | Merge branch 'master' into UI-first-attempt | Artur Malabarba | 2014-11-03 | 11 | -81/+1520 |
| |\ | |||||
| * | | Question-list mode | Artur Malabarba | 2014-11-03 | 3 | -1/+139 |
| | | | |||||
| * | | Implement an example with the html renderer | Artur Malabarba | 2014-11-01 | 1 | -2/+10 |
| | | |