09 Mar, 2016
31 commits
-
Previously, if the user had to get created, for unknown reasons (see the FIXME), was siggned in but as soon it got redirected its session got messed in a way that it exists, so there are no new authentication attemps, but it is invalid so there are no `current_user`. If you clean your cookies and try again it would work. The workaround is to force the first broken session creation and right after destroy it. We are not proud of this. Signed off by: Diego Araújo <diegoamc90@gmail.com>
-
Redirecting with a URL lead to errors when behind Colab as the domains may differ. Signed off by: Diego Araújo <diegoamc90@gmail.com>
-
This fixes remote user sign in/up with the latests Colab version.
-
Signed-off-by: Rafael Reggiani Manzo <rr.manzo@gmail.com>
-
Signed off by: Rafael Reggiani Manzo <rr.manzo@gmail.com>
-
This reverts commit 91939dd228452119e77528e0c556052924eed464. Signed off by: Rafael Reggiani Manzo <rr.manzo@gmail.com>
-
During a rebase merge conflict it was lost. Signed off by: Heitor Reis <marcheing@gmail.com>
-
Create a sample_production environment in case we need to use additional configuration for the new production environment.
-
* So Prezento knows how to find KalibroConfigurations and KalibroProcessor
-
This reverts commit f2788c39f2f09cbb4e00fe26123a6fdca254435b. The right way to set the subdirectory is by setting the Rack mount on config.ru or on the webserver like apache or nginx.
-
This reverts commit 5a337d1a3abfc8f9d789ec8efd6e41575a416f54. The right way to set the subdirectory is by setting the Rack mount on config.ru or on the webserver like apache or nginx.
-
This reverts commit 4211de4d7a8af53111995500e4d7c225023e143c. The right way to set the subdirectory is by setting the Rack mount on config.ru or on the webserver like apache or nginx.
-
This reverts commit eb1e8713d4f3889fddd5091b3f48c8ff4f38ea53. The right way to set the subdirectory is by setting the Rack mount on config.ru or on the webserver like apache or nginx.
-
Devise does no accept the dynamic route. This solution implies that, if the subdirectory changes the route should change as well and it will not answer without the subdirectory. Signed off by: Gustavo Jaruga <darksshades@hotmail.com>
-
Signed off by: Gustavo Jaruga <darksshades@hotmail.com>
-
Serve assets on a subdirectory Signed off by: Gustavo Jaruga <darksshades@hotmail.com>
-
They are not even supposed to have one!
-
…of Rack, Warden and omniauth-remote-user
-
Signed off by: Daniel Miranda <danielkza2@gmail.com>
-
Signed-off-by: Heitor Reis Ribeiro <marcheing@gmail.com>
-
- Add provider and uid fields to user with proper validation - Manual routes for OmniAuth have to be used because the route generator does not play well with the dynamic scope we used for the locale
-
This is a release just to keep consistency with Colab's fork bugfix release which has been rebase from here. Signed off by: Diego Araújo <diegoamc90@protonmail.ch>
07 Mar, 2016
2 commits
-
Update to Ruby 2.3.0
-
Since ArchLinux disabled SSLv2 support, Ruby 2.2.3 has got several issues already fixed for 2.3.0 (the current system version).
26 Feb, 2016
2 commits
-
Avoid encoding mismatch issue with PgSQL
24 Feb, 2016
1 commit
22 Feb, 2016
4 commits
-
Aggregation form fix
-
Signed-off-by: Daniel Miranda <danielkza2@gmail.com>
-
There were outdated tests that did not update from the deprecated 'Average' aggregation form to 'Mean'. Fix that, while simultaneously refactoring the configuration creation and repository processing features, into a single 'golden path' that tests boths, ensuring a very common user task works as expected. Signed-off-by: Daniel Miranda <danielkza2@gmail.com>