Message says that deleting a user deletes all groups linked to the user?

2017-01-18 Thread joel
the source of the message in master: https://gitlab.com/gitlab-org/gitlab-ce/blob/master/app/views/admin/users/_user.html.haml Thanks! Joel -- You received this message because you are subscribed to the Google Groups "GitLab" group. To unsubscribe from this group and stop receivi

Re: SAML OmniauthCallbacksController:failure as html and Can't verify CSRF token authenticity

2015-10-18 Thread Joel Vasallo
Eirik, My team just had a similar issue, and ran into this. We put the setting you mentioned and it seems to have fixed the issue. Still doing investigation on our end to confirm but thanks for the info!!! On Wednesday, September 30, 2015 at 12:11:49 PM UTC-5, Eirik Lygre wrote: > > We have bee

superclass mismatch for class EditFileAction

2013-12-26 Thread Joel Kleier
Hello, can anyone point me in the right direction to solving this problem? Every time I try to run (seemingly) any 'bundle exec rake' command from the installation or upgrade docs, I end up getting the following message. I'm trying to setup a new server, and I have had the recommended ruby 2 ver

Re: superclass mismatch for class EditFileAction

2013-12-26 Thread Joel Kleier
Solved. For the record, somehow there were 2 'edit_file_action.rb' files in the lib/gitlab/ subdirectory. One of them was not under version control, so I removed it. All works well after that. On Thursday, December 26, 2013 1:22:39 PM UTC-6, Joel Kleier wrote: > > Hello, can an