Age | Commit message (Collapse) | Author |
|
This will get us encrypted cookies but also requires changes to the platform.
fixes #23
|
|
upgrade: bundle
Closes #13
See merge request !23
|
|
update all the dependencies.
minitest now wants assert_nil instead of assert_equal nil, ...
braintree now uses update_attributes rather than save.
|
|
upgrade: rails4.2 deprecated deliver -> deliver now
Closes #16
See merge request !22
|
|
fixes #16
|
|
test: admin user api always green
Closes #17
See merge request !21
|
|
Used to fail because the record already existed in the database
fixes #17
|
|
fix: 404 on key request with non html content-type
Closes #8
See merge request !20
|
|
|
|
fix: 404 for missing pages template - fixes #9
Closes #9
See merge request !19
|
|
|
|
test: 404 response for missing key
See merge request !18
|
|
enable testing error responses on the full rack stack.
|
|
bugfix: format: html for home roots
See merge request !17
|
|
That's the only thing the controller handles meaningful.
Before the route would also catch anything that started with a . interpreting
it as a format string. This lead to lots of false positives in our security
scanner.
|
|
make the rescue in account creation less broad
See merge request !15
|
|
Update recovery code
See merge request !16
|
|
Related with https://github.com/pixelated/pixelated-user-agent/issues/924
With @aarni
|
|
Related with https://github.com/pixelated/pixelated-user-agent/issues/924
With @aarni
|
|
It was catching errors that should have led to 500s
|
|
Fix keys route to accept usernames with dots
See merge request !14
|
|
|
|
Ignore files created by working as user leap-webapp
See merge request !13
|
|
|
|
The Readme file in the folder already ensures that it is kept. The .gitkeep was causing diffs in production
|
|
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
|
|
This used to trigger a 500.
Fixes #8395
|
|
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
|
|
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
|
|
Ci: cache gems between builds
See merge request !9
|
|
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.
|
|
|
|
no more develop branch but detail nokogiri requirements a bit
|
|
We'll only use the master branch for development from now on.
|
|
|
|
changed number 2 to 3 to have three tweets shown
|
|
|
|
added 'show more tweets'-link when more tweets are existing than displayed + method included to set number of tweets which should be displayed
|
|
method included to set number of tweets which should be displayed
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Temp 1 marie
|
|
RTs and @ are displayed
|
|
error response messages; added 'config/customization/images' + link in 'config/initializer/customization.rb'
|