Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-23 | Adapted description to use case 'tweets are protected' | luca-marie | |
2016-09-23 | Fixed typo in helper | luca-marie | |
2016-09-23 | Merge branch 'marie' into develop | thea | |
2016-09-23 | merging develop and marie | thea | |
2016-09-23 | Merge pull request #16 from LoadToCode/temp_1_marie | Marie | |
Temp 1 marie | |||
2016-09-23 | increase number of fetched tweets to make sure 3 most recent tweets without ↵ | luca-marie | |
RTs and @ are displayed | |||
2016-09-23 | Doc updated on how to customize avatar picture in twitter feature; update ↵ | luca-marie | |
error response messages; added 'config/customization/images' + link in 'config/initializer/customization.rb' | |||
2016-09-22 | Merge pull request #15 from LoadToCode/thea | Marie | |
errorhandling and small changes | |||
2016-09-22 | clean up | luca-marie | |
2016-09-22 | same same but slightly different | luca-marie | |
2016-09-22 | Modified error messages | luca-marie | |
2016-09-22 | initializer/twitter.rb file unnecessary; added change in main view only if ↵ | luca-marie | |
twitter feature is set enabled == true | |||
2016-09-22 | included Theas work on error-handling \o/; changed link to twitter-account ↵ | luca-marie | |
in header; fixed erb escaping characters problem without letting evil code pass; setting customized image file 'Avatar_Pic.png' in config/custo../assets to get loaded instead of default twitter-logo | |||
2016-09-21 | finished error-handling with different error-messages for different errors. ↵ | theaamanda | |
added info that the account has to be public in Twitter-Doc | |||
2016-09-21 | included error-handling: twitter-helper includes rescue and error message ↵ | thea | |
for fourth value in array. there will always be an empty array that view (text and each - method) does not break. if empty array in view the error-message is shown. (its WIP) | |||
2016-09-20 | deleted leap_web from projectroot | thea | |
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 | |