Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-10 | Validates recovery code as hexadecimal data. | Thais Siqueira | |
Related with https://github.com/pixelated/pixelated-user-agent/issues/924 With @aarni | |||
2017-03-10 | Adds recovery code to user account | Thais Siqueira | |
Related with https://github.com/pixelated/pixelated-user-agent/issues/924 With @aarni | |||
2017-03-07 | make the rescue in account creation less broad | Azul | |
It was catching errors that should have led to 500s | |||
2017-03-07 | Merge branch 'username-with-dot' into 'master' | azul | |
Fix keys route to accept usernames with dots See merge request !14 | |||
2017-03-02 | Fix keys route to accept usernames with dots | Tulio Casagrande | |
2017-02-21 | Merge branch 'gitignore_remote_userfiles' into 'master' | azul | |
Ignore files created by working as user leap-webapp See merge request !13 | |||
2017-02-21 | Ignore files created by working as user leap-webapp | varac | |
2017-02-20 | Delete .gitkeep in config/customization | azul | |
The Readme file in the folder already ensures that it is kept. The .gitkeep was causing diffs in production | |||
2016-11-21 | Merge branch 'bugfix/handle-missing-ticket-params' into 'master' | azul | |
bugfix: handle missing params for ticket gracefully This used to trigger a 500. Fixes [#8395](https://leap.se/code/issues/8395) See merge request !11 | |||
2016-11-21 | bugfix: handle missing params for ticket gracefully | Azul | |
This used to trigger a 500. Fixes #8395 | |||
2016-11-17 | Merge branch 'bugfix/error-dups' into 'master' | azul | |
bugfix: only send login errors once If a login was invalid as a username but also for the identity we used to have duplicate error messages. Let's avoid that. Also added a test to make sure invite_code errors are properly displayed no matter what other fields are set or missing. Pixelated will rely on this to test invite codes See merge request !10 | |||
2016-11-17 | bugfix: only send login errors once | Azul | |
If a login was invalid as a username but also for the identity we used to have duplicate error messages. Let's avoid that. Also added a test to make sure invite_code errors are properly displayed no matter what other fields are set or missing. Pixelated will rely on this to test invite codes | |||
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-11-10 | fixed bugs: production settings were incorrectly set (bearer token + twitter ↵ | thea | |
handle) and incorrect root was given for File.open (leap_web was still in it) | |||
2016-11-08 | increase number of fetched tweets to make sure 3 most recent tweets without ↵ | luca-marie | |
RTs and @ are displayed | |||
2016-11-08 | 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-11-08 | deleted unnecessary comments | thea | |
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 | |