Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
80657c81
Commit
80657c81
authored
Apr 18, 2015
by
Douwe Maan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Redirect to sign in page after signing out.
parent
a66953b1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
CHANGELOG
CHANGELOG
+1
-0
app/controllers/application_controller.rb
app/controllers/application_controller.rb
+4
-0
No files found.
CHANGELOG
View file @
80657c81
...
@@ -12,6 +12,7 @@ v 7.11.0 (unreleased)
...
@@ -12,6 +12,7 @@ v 7.11.0 (unreleased)
-
-
v 7.10.0 (unreleased)
v 7.10.0 (unreleased)
- Redirect to sign in page after signing out.
- Allow projects to be imported from Google Code.
- Allow projects to be imported from Google Code.
- Allow users to be invited by email to join a group or project.
- Allow users to be invited by email to join a group or project.
- Don't crash when project repository doesn't exist.
- Don't crash when project repository doesn't exist.
...
...
app/controllers/application_controller.rb
View file @
80657c81
...
@@ -87,6 +87,10 @@ class ApplicationController < ActionController::Base
...
@@ -87,6 +87,10 @@ class ApplicationController < ActionController::Base
end
end
end
end
def
after_sign_out_path_for
(
resource
)
new_user_session_path
end
def
abilities
def
abilities
Ability
.
abilities
Ability
.
abilities
end
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment