Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-17 | Merge branch 'ci/cache-gems' into 'master' | azul | |
Ci: cache gems between builds See merge request !9 | |||
2016-11-17 | ci: share cache for gems between branches and jobs | Azul | |
bundler and rubygems should be robust enough to share one dir in different branches. This way gems can be reused. If new versions are required they will just be added to the shared cache. | |||
2016-10-24 | doc: mention gitlab builds | Azul | |
2016-10-21 | docs: tweak install instructions | Azul | |
no more develop branch but detail nokogiri requirements a bit | |||
2016-10-20 | Merge remote-tracking branch 'origin/develop' | Azul | |
We'll only use the master branch for development from now on. | |||
2016-10-08 | Merge remote-tracking branch 'pr/241' into develop | Azul | |
2016-09-30 | Merge pull request #19 from LoadToCode/thea | theaamanda | |
changed number 2 to 3 to have three tweets shown | |||
2016-09-30 | changed number 2 to 3 to have three tweets shown | thea | |
2016-09-30 | Merge pull request #18 from LoadToCode/thea | theaamanda | |
added 'show more tweets'-link when more tweets are existing than displayed + method included to set number of tweets which should be displayed | |||
2016-09-30 | added 'show more tweets'-link when more tweets are existing than displayed, ↵ | thea | |
method included to set number of tweets which should be displayed | |||
2016-09-29 | Merge branch 'thea' of github.com:LoadToCode/leap_web into thea | thea | |
2016-09-26 | Display provider message next to tweets aswell | Azul | |
The content.html.haml was modified to pick the layout based on wether tweets are enabled or not. We need to display the provider message in both cases. | |||
2016-09-26 | Merge remote-tracking branch 'pr/239' into develop | Azul | |
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 | included count for tweet fetch | 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-22 | Merge 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-22 | customize: provider message more fine grained | Azul | |
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-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 | |