summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-09-22Modified error messagesluca-marie
2016-09-22initializer/twitter.rb file unnecessary; added change in main view only if ↵luca-marie
twitter feature is set enabled == true
2016-09-22included 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-22Merge branch 'customize/provider-message' into 'develop' azul
customize: provider message more fine grained We used to replace all of home/content - so we missed the twitter feed on the providers. Instead one should now customize home/provider_message only. See merge request !7
2016-09-22customize: provider message more fine grainedAzul
We used to replace all of home/content - so we missed the twitter feed on the providers. Instead one should now customize home/provider_message only.
2016-09-21finished error-handling with different error-messages for different errors. ↵theaamanda
added info that the account has to be public in Twitter-Doc
2016-09-21included 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-20deleted leap_web from projectrootthea
2016-09-15included production for readme & secretsthea
2016-09-15twitter readme now contains github markup to show secrets-file contentthea
2016-09-14Merge pull request #14 from LoadToCode/developMarie
Taking it all from branch develop and push it to branch temp_1_marie
2016-09-14Merge remote-tracking branch 'pr/237' into developAzul
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-13Merge pull request #13 from LoadToCode/marieMarie
Change in code for caching
2016-09-13Change in code for cachingluca-marie
2016-09-13Merge branch 'develop' of github.com:LoadToCode/leap_web into developluca-marie
2016-09-13Clarifying on how to use twitter brand logoluca-marie
2016-09-13added twitter guidelines for usage of twitter imageluca-marie
2016-09-13Merge pull request #12 from LoadToCode/theatheaamanda
Deleting not necessary files from offical PR
2016-09-13reseted config/defaults.yml old statethea
2016-09-13Merge branch 'develop' of github.com:LoadToCode/leap_web into developluca-marie
2016-09-13Merge branch 'marie' into developluca-marie
2016-09-13Merge branch 'develop' into marieluca-marie
2016-09-13Fixed typoluca-marie
2016-09-13reseted index.html.haml old statethea
2016-09-13Fixed typoluca-marie
2016-09-13Restructuring README and documentation in doc fileluca-marie
2016-09-13Merge pull request #10 from LoadToCode/marieMarie
Added what was once deleted by mistake
2016-09-13Added what was once deleted by mistakeluca-marie
2016-09-13Merge pull request #7 from LoadToCode/theatheaamanda
included info about invalidate_bearer_token script
2016-09-13Merge pull request #9 from LoadToCode/marieMarie
Update on CSS and view code, one Twitter img deleted
2016-09-13Deleting one twitter img, only one is neededluca-marie
2016-09-13Updating CSS and view Codeluca-marie
2016-09-13included info about invalidate_bearer_token scriptthea
2016-09-13No need of 2nd Twitter imgluca-marie
2016-09-13Cleaning CSS &view code, updating twitter helper with developluca-marie
2016-09-09Merge pull request #5 from LoadToCode/theaMarie
Cool! \o/ timing for twitter caching + script for invalidating token
2016-09-09Merge pull request #4 from LoadToCode/temp_1_marietheaamanda
Mainly changes in view
2016-09-09Added 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-09included script to invalidate tokenthea
2016-09-09changed times for twitter cachingthea
2016-09-09Added 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-08Helper has caching of name and tweets included now \o/luca-marie
2016-09-08Merge pull request #2 from LoadToCode/theaMarie
Bearer Token + Documentation
2016-09-07Added documentation to README about twitter authentification and usage of ↵thea
secrets-file
2016-09-07changed naming for tweets-method in _index and included time-checking and a ↵thea
twitter call will only be made every 15 minutes
2016-09-07error message and exit from script when wrong directory or no secrets-file. ↵thea
automatic secrets-file creation was deleted/put as comment
2016-09-06included twitter handle also for test development in secrets-filethea
2016-09-06bearer token script includes creating token, creating secrets-file or just ↵thea
have the missing information filled like token or twitter handle
2016-09-06deleted script/generate_bearer_token.rb, it will be replaced by ↵thea
script/generate_bearer_token
2016-09-06included extra methods to have the twitter call for twitter name only have ↵thea
happening at one place