Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: e67506802de481c5b604513d947048abe67a7dc8 https://github.com/galaxyproject/galaxy/commit/e67506802de481c5b604513d94704... Author: John Chilton <jmchilton@gmail.com> Date: 2016-04-14 (Thu, 14 Apr 2016) Changed paths: M config/galaxy.ini.sample M lib/galaxy/config.py M lib/galaxy/web/framework/middleware/remoteuser.py M lib/galaxy/webapps/galaxy/buildapp.py Log Message: ----------- Implement config.single_user = <email> option. Let Planemo and other such applications serve a full-fledged Galaxy instance without having to worry about logins, etc.... Commit: 2546030c66fb453f98035ddf176ffb2b103d8d8d https://github.com/galaxyproject/galaxy/commit/2546030c66fb453f98035ddf176ff... Author: John Chilton <jmchilton@gmail.com> Date: 2016-04-14 (Thu, 14 Apr 2016) Changed paths: M lib/galaxy/config.py M lib/galaxy/webapps/galaxy/buildapp.py Log Message: ----------- Do not require use_remote_user to be explicitly set if single_user is set. Based on comments from @erasche - https://github.com/galaxyproject/galaxy/pull/2165#issuecomment-210048830. Commit: 4ffee71969e77be22f28eeac567572ba5b548d4d https://github.com/galaxyproject/galaxy/commit/4ffee71969e77be22f28eeac56757... Author: Eric Rasche <rasche.eric@gmail.com> Date: 2016-04-14 (Thu, 14 Apr 2016) Changed paths: M config/galaxy.ini.sample M lib/galaxy/config.py M lib/galaxy/web/framework/middleware/remoteuser.py M lib/galaxy/webapps/galaxy/buildapp.py Log Message: ----------- Merge pull request #2165 from jmchilton/single_user Implement ``single_user = <email>`` config option. Compare: https://github.com/galaxyproject/galaxy/compare/1e040258193a...4ffee71969e7