summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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 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-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
2016-09-06Merge branch 'develop' into theathea
2016-09-06Merge pull request #1 from LoadToCode/marietheaamanda
Updating the view and CSS, no pic and twitter handle in each tweet;
2016-09-05deleted 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-05resolved 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-02moved bearer token scriptthea
included passing bearer token into secrets-file
2016-09-02ruby script to generate twitter bearer tokenthea
2016-09-01Updating the view and CSS, no pic and twitter handle in each tweet;luca-marie
Displaying only 3 most tweets
2016-09-01Changes mainly on CSS 'fine tuning' and shortening the Twitter API credentials,luca-marie
- only bearer token is needed to access Twitter API
2016-09-01Adding config/config.yml file into .gitignore, cleaning up smaller typosluca-marie
2016-09-01Update on .gitignore to delete an initializers file that doesn't exist any ↵luca-marie
longer
2016-09-01Small updates on method to check if twitter feed enabledluca-marie
2016-09-01Code lives now in twitter_helper.rbluca-marie
2016-09-01Twitter controller now as helper, some more styling in CSS, bug fixluca-marie
2016-09-01Updateluca-marie
2016-09-01One more gif to play withluca-marie
2016-09-01Update in configluca-marie
2016-09-01Update with Twitterluca-marie
2016-08-26Merge branch 'bugfix/load-issue' into 'develop' azul
[load] require login_format_validation in session We moved it into the lib folder so it's not in an autoload path anymore. So now it needs to be required before being used. This fixes a load order issue that would cause non-deterministic failures in CI See merge request !6