21 Aug, 2013
2 commits
17 Jul, 2013
1 commit
19 Jun, 2013
1 commit
13 Jun, 2013
3 commits
11 Jun, 2013
1 commit
31 May, 2013
1 commit
28 May, 2013
1 commit
25 May, 2013
1 commit
14 May, 2013
1 commit
03 May, 2013
1 commit
-
Internally public projects
02 May, 2013
1 commit
-
Public projects listed in the public section will be linked to the actual project's page. Public projects now give any user Guest permissions to the project, allowing them to download the code, read and create issues, and view anything else in the project's pages. Ample access tests have been added to the project_access_spec to verify correct permissions and behavior on public projects. - Visitors to the site who are not logged in still cannot view the project's pages. - Logged-in users visiting a public project where they are not a team member can create issues, but not snippets. They can view the projects code, issues, merge requests, etc, just as if they were a Guest member of the project. - Since this is a public project, the user is also granted :download_code permissions, a permission normally reserved for Reporters, since they can clone the repo anyways and browse commits and branches locally.
24 Apr, 2013
1 commit
-
* Closing #3540 * Closing #3704
14 Mar, 2013
1 commit
13 Mar, 2013
2 commits
04 Mar, 2013
1 commit
28 Feb, 2013
1 commit
04 Feb, 2013
1 commit
02 Feb, 2013
1 commit
25 Jan, 2013
1 commit
24 Jan, 2013
1 commit
03 Jan, 2013
1 commit
05 Dec, 2012
1 commit
30 Nov, 2012
1 commit
-
Rewording for the account being blocked
29 Nov, 2012
1 commit
24 Nov, 2012
2 commits
-
When signing in with SSO, if the default behaviour of gitlab is to block SSO user, the only message the people will get is 'Your account was blocked' They should get the idea this might be only temporary and not because of a technical problem
23 Nov, 2012
1 commit
22 Nov, 2012
1 commit
06 Nov, 2012
1 commit
10 Oct, 2012
1 commit
-
* Move is_assigned? and is_being_xx? methods to IssueCommonality This is behavior merge requests have in common with issues. Moved methods to IssueCommonality role. Put specs directly into merge_request_spec because setup differs for issues and MRs specifically in the "closed" factory to use. * Add MergeRequestObserver. Parallels IssueObserver in almost every way. Ripe for refactoring. * Rename MailerObserver to NoteObserver With merge request observing moved out of MailerObserver, all that was left was Note logic. Renamed to NoteObserver, added tests and updated application config for new observer names. Refactored NoteObserver to use the note's author and not rely on current_user. * Set current_user for MergeRequestObserver IssueObserver and MergeRequestObserver are the only observers that need a reference to the current_user that they cannot look up on the objects they are observing.
27 Sep, 2012
1 commit
-
Conflicts: app/controllers/commits_controller.rb app/controllers/refs_controller.rb
26 Sep, 2012
5 commits
-
Because of the way ExtractPaths works, `params[:format]` wouldn't necessarily be available at the time this filter was running, and so it would erroneously redirect to `new_user_session_path`