- Jun 13, 2013
-
-
Dmitriy Zaporozhets authored
-
- Jun 11, 2013
-
-
Dmitriy Zaporozhets authored
-
- May 31, 2013
-
-
Jean-Luc Geering authored
-
- May 28, 2013
-
-
Peter LeFanu Lumsdaine authored
-
- May 24, 2013
-
-
Dmitriy Zaporozhets authored
-
- May 14, 2013
-
-
Dmitriy Zaporozhets authored
-
- May 02, 2013
-
-
Stephen Lottermoser authored
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.
-
- Apr 24, 2013
-
-
Christian Simon authored
* Closing #3540 * Closing #3704
-
- Mar 14, 2013
-
-
Dmitriy Zaporozhets authored
-
- Mar 13, 2013
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
- Mar 04, 2013
-
-
Andrew8xx8 authored
-
- Feb 28, 2013
-
-
Andrew8xx8 authored
-
- Feb 04, 2013
-
-
Dmitriy Zaporozhets authored
-
- Feb 02, 2013
-
-
Dmitriy Zaporozhets authored
-
- Jan 25, 2013
-
-
Dmitriy Zaporozhets authored
-
- Jan 24, 2013
-
-
Andrey Kumanyaev authored
-
- Jan 03, 2013
-
-
Dmitriy Zaporozhets authored
-
- Dec 05, 2012
-
-
Dmitriy Zaporozhets authored
-
- Nov 29, 2012
-
-
Dmitriy Zaporozhets authored
-
- Nov 24, 2012
-
-
Tanguy Herrmann authored
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
-
Dmitriy Zaporozhets authored
-
- Nov 23, 2012
-
-
Dmitriy Zaporozhets authored
-
- Nov 22, 2012
-
-
Dmitriy Zaporozhets authored
-
- Nov 06, 2012
-
-
Riyad Preukschas authored
-
- Oct 10, 2012
-
-
Robb Kidd authored
* 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.
-
- Sep 26, 2012
-
-
Robert Speicher authored
-
Robert Speicher authored
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`
-
Robert Speicher authored
-
Cyril authored
-
Cyril authored
-
- Sep 16, 2012
-
-
Robert Speicher authored
Handles stuff that's shared across admin controllers.
-
- Sep 07, 2012
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
- Sep 05, 2012
-
-
Robert Speicher authored
That was the only place it was used.
-
Robert Speicher authored
As a last resort it was calling a method that didn't exist. Woops!
-
- Sep 04, 2012
-
-
Robert Speicher authored
Replaces two calls that this method simplifies
-
- Sep 02, 2012
-
-
Sid Sijbrandij authored
Merge branch 'master' into non-interactive-aws-install Conflicts: doc/installation.md Fix merge mess in installation.md
-
- Aug 28, 2012
-
-
Dmitriy Zaporozhets authored
-
- Aug 10, 2012
-
-
Robert Speicher authored
Didn't bother with files in db/, config/, or features/
-