hypery2k / owncloud

In this repo you'll find apps and enhancements for owncloud
Other
156 stars 85 forks source link

login error starting by second use #315

Closed ghost closed 9 years ago

ghost commented 9 years ago

Hi,

first I installed the roundcube client and app and all is going fine. After a while I get an error while opening the app in oc. (Unable to login to roundcube)

If I start a new private browser, the app login automatically.

Is it possible, that there is an error with the cookies?

My system is a oc 7.0.4 instance with working cronjob on ubuntu.

Thanks for that great app, regards

hypery2k commented 9 years ago

tell us a little bit about your setup. what app version are you using. can you enable debug logging and post the log here?

mckaygerhard commented 9 years ago

due the tip "i start a new private browser" i intuye that there's some security issues related to newer browsers.. i can confirm that with very older versions of firefox with oc 6, login as expected but in newer instalation oc 7 with newer browsers dont work.. i cannot test oc 7 installations on older versions due donsnt work.. (firefox 4 or iceweasel 3.6.24)

mckaygerhard commented 9 years ago

@fjies do u read the wiki instalation about security contents? there's some setup in the oc and rc u must done

ghost commented 9 years ago

I'm running the app version 2.5.4 (newest from app-store) with oc 7.0.4 and a fresh install of roundcube 1.1.0

The install steps are all done (I think).

For example I use Firefox 34.0.5.

If I startup the computer and open my cloud, I'm automatically logged in and roundcube app does not work. If I relogin it works (the login)! But sometimes I don't see any mails. Solution for that is to restart the browser, relogin and all is working for me.

The log only says: OC_RoundCube_AuthHelper.class.php->refresh(): Finished refresh for roundcube OC_RoundCube_App.class.php->refresh(): Successfully refreshed the RC session.

What more info can I tell you?

mckaygerhard commented 9 years ago

there are extra procedures when custon setups are present, u have custom setup present, do u apply the extra procedures?

hypery2k commented 9 years ago

I can reproduce the error with roundcube 1.1.0 and will fix it together with #312

mckaygerhard commented 9 years ago

well seem i must take one empty server and install a environment with oc 7 and rc 1.X .. i'v very "deprecated" deploys je je je

hypery2k commented 9 years ago

I've setup an docker based dev environment which can be used the easily setup and test environment, see https://github.com/hypery2k/owncloud/wiki/Development-Setup#docker-setup for more details