Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-15 | included production for readme & secrets | thea | |
2016-09-15 | twitter readme now contains github markup to show secrets-file content | thea | |
2016-09-14 | Merge pull request #14 from LoadToCode/develop | Marie | |
Taking it all from branch develop and push it to branch temp_1_marie | |||
2016-09-14 | Merge remote-tracking branch 'pr/237' into develop | Azul | |
Twitter Feature on Main-View from @loadtocode Twitter feature within home/index of LEAP web app as feed of tweets of one user's twitter account How to use it: set up an Application-only authentication by twitter (https://dev.twitter.com/oauth/application-only) and then create a config/secrets.yml including: ``` development: twitter: enabled: false # set to true for usage twitter_handle: XXXXX #put your twitter handle here bearer_token: XXXXX #put your bearer token here test: twitter: enabled: false # set to true for usage twitter_handle: XXXXX #put your twitter handle here bearer_token: XXXXX #put your bearer token here ``` things in the PR: - [x] gemfile:twitter - [x] twitter helper (caching (to avoid reaching twitter rate limits) - [x] index twitter view - [x] twitter css (twitter design as discussed in call: Profil-Header: Picture, Link to twitter + twitter_handle; removed picture and twitter_handle from individual tweet, heading aligns at the top, only the last 3 tweets are shown) - [x] script to generate bearer token - [x] script to invalidate generated bearer token - [x] documentation (Readme + Doc) | |||
2016-09-13 | Merge pull request #13 from LoadToCode/marie | Marie | |
Change in code for caching | |||
2016-09-13 | Change in code for caching | luca-marie | |
2016-09-13 | Merge branch 'develop' of github.com:LoadToCode/leap_web into develop | luca-marie | |
2016-09-13 | Clarifying on how to use twitter brand logo | luca-marie | |
2016-09-13 | added twitter guidelines for usage of twitter image | luca-marie | |
2016-09-13 | Merge pull request #12 from LoadToCode/thea | theaamanda | |
Deleting not necessary files from offical PR | |||
2016-09-13 | reseted config/defaults.yml old state | thea | |
2016-09-13 | Merge branch 'develop' of github.com:LoadToCode/leap_web into develop | luca-marie | |
2016-09-13 | Merge branch 'marie' into develop | luca-marie | |
2016-09-13 | Merge branch 'develop' into marie | luca-marie | |
2016-09-13 | Fixed typo | luca-marie | |
2016-09-13 | reseted index.html.haml old state | thea | |
2016-09-13 | Fixed typo | luca-marie | |
2016-09-13 | Restructuring README and documentation in doc file | luca-marie | |
2016-09-13 | Merge pull request #10 from LoadToCode/marie | Marie | |
Added what was once deleted by mistake | |||
2016-09-13 | Added what was once deleted by mistake | luca-marie | |
2016-09-13 | Merge pull request #7 from LoadToCode/thea | theaamanda | |
included info about invalidate_bearer_token script | |||
2016-09-13 | Merge pull request #9 from LoadToCode/marie | Marie | |
Update on CSS and view code, one Twitter img deleted | |||
2016-09-13 | Deleting one twitter img, only one is needed | luca-marie | |
2016-09-13 | Updating CSS and view Code | luca-marie | |
2016-09-13 | included info about invalidate_bearer_token script | thea | |
2016-09-13 | No need of 2nd Twitter img | luca-marie | |
2016-09-13 | Cleaning CSS &view code, updating twitter helper with develop | luca-marie | |
2016-09-09 | Merge pull request #5 from LoadToCode/thea | Marie | |
Cool! \o/ timing for twitter caching + script for invalidating token | |||
2016-09-09 | Merge pull request #4 from LoadToCode/temp_1_marie | theaamanda | |
Mainly changes in view | |||
2016-09-09 | Added changes in css, view and main view file, as well as default avatar is ↵ | luca-marie | |
now set as twitter official logo (added 2 official twitter logo images; changed footer text. | |||
2016-09-09 | included script to invalidate token | thea | |
2016-09-09 | changed times for twitter caching | thea | |
2016-09-09 | Added changes in css, view and main view file, as well as default avatar is ↵ | luca-marie | |
now set as twitter official logo (added 2 official twitter logo images; changed footer text. | |||
2016-09-08 | Helper has caching of name and tweets included now \o/ | luca-marie | |
2016-09-08 | Merge pull request #2 from LoadToCode/thea | Marie | |
Bearer Token + Documentation | |||
2016-09-07 | Added documentation to README about twitter authentification and usage of ↵ | thea | |
secrets-file | |||
2016-09-07 | changed naming for tweets-method in _index and included time-checking and a ↵ | thea | |
twitter call will only be made every 15 minutes | |||
2016-09-07 | error message and exit from script when wrong directory or no secrets-file. ↵ | thea | |
automatic secrets-file creation was deleted/put as comment | |||
2016-09-06 | included twitter handle also for test development in secrets-file | thea | |
2016-09-06 | bearer token script includes creating token, creating secrets-file or just ↵ | thea | |
have the missing information filled like token or twitter handle | |||
2016-09-06 | deleted script/generate_bearer_token.rb, it will be replaced by ↵ | thea | |
script/generate_bearer_token | |||
2016-09-06 | included extra methods to have the twitter call for twitter name only have ↵ | thea | |
happening at one place | |||
2016-09-06 | Merge branch 'develop' into thea | thea | |
2016-09-06 | Merge pull request #1 from LoadToCode/marie | theaamanda | |
Updating the view and CSS, no pic and twitter handle in each tweet; | |||
2016-09-05 | deleted twitter part in config/defaults.yml since there is no usage for it. ↵ | thea | |
to use twitter secrets-file has to be created | |||
2016-09-05 | resolved bug from PR #236. Included test environment to secrets-file and ↵ | thea | |
included checking wheather secrets-file exists before running code in twitter_helper | |||
2016-09-02 | moved bearer token script | thea | |
included passing bearer token into secrets-file | |||
2016-09-02 | ruby script to generate twitter bearer token | thea | |
2016-09-01 | Updating the view and CSS, no pic and twitter handle in each tweet; | luca-marie | |
Displaying only 3 most tweets | |||
2016-09-01 | Changes mainly on CSS 'fine tuning' and shortening the Twitter API credentials, | luca-marie | |
- only bearer token is needed to access Twitter API |