summaryrefslogtreecommitdiff
path: root/app/views
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7863 from cirosantilli/rm-blob-link-to-buttonValeriy Sizov2014-11-051-1/+2
|\
| * Transform remove blob link into button.Ciro Santilli2014-10-241-1/+2
* | Merge pull request #7848 from bbodenmiller/patch-1Valeriy Sizov2014-11-052-3/+3
|\ \
| * | improve ssh key emailsBen Bodenmiller2014-10-282-3/+3
* | | Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets2014-10-302-1/+7
|\ \ \
| * | | Create RepoTag Grape entity and present it when doing stuff with tags via API...Sean Edge2014-10-301-0/+3
| * | | Merge pull request #7980 from mr-vinn/diff-renamesDmitriy Zaporozhets2014-10-291-1/+4
| |\ \ \
| | * | | Display renamed files in diff viewsVinnie Okada2014-10-061-1/+4
* | | | | Merge branch 'feature_password_strength_indicator' into 'master'Dmitriy Zaporozhets2014-10-304-6/+6
|\ \ \ \ \
| * | | | | Removed unnecessary role in form.Patricio Cano2014-10-281-1/+1
| * | | | | Added ID to the form-group, to fix alignment of inputsPatricio Cano2014-10-281-1/+1
| * | | | | Moved require from application.js to password_strength.jsPatricio Cano2014-10-241-1/+1
| * | | | | Corrected the layout of the strength indicator to be more consistent througho...Patricio Cano2014-10-232-2/+2
| * | | | | Updated the IDs of the fields, so that it wouldn't mess with many testsPatricio Cano2014-10-222-2/+2
| * | | | | Merge branch 'master' into feature_password_strength_indicatorPatricio Cano2014-10-2241-216/+199
| |\ \ \ \ \
| * | | | | | Added a password strength indicatorPatricio Cano2014-10-222-3/+3
| * | | | | | Added a password strength indicatorPatricio Cano2014-10-132-4/+4
* | | | | | | Merge branch 'project_name_and_path_rename' into 'master'Dmitriy Zaporozhets2014-10-301-1/+7
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Leave the project name field editable, fix the test.Marin Jankovski2014-10-281-5/+1
| * | | | | | Add project name to rename repository sectionMarin Jankovski2014-10-271-1/+11
| | |_|_|_|/ | |/| | | |
* | | | | | Add Atlassian Bamboo serviceDrew Blessing2014-10-281-1/+3
* | | | | | Merge pull request #7866 from cirosantilli/input-button-to-tagDmitriy Zaporozhets2014-10-2814-14/+14
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Use button type=submit instead of input.Ciro Santilli2014-10-0114-14/+14
* | | | | | Merge pull request #8155 from cirosantilli/unassignedDmitriy Zaporozhets2014-10-271-2/+0
|\ \ \ \ \ \
| * | | | | | Show nothing instead of unassigned on issuesCiro Santilli2014-10-231-2/+0
* | | | | | | Merge pull request #8005 from cirosantilli/settings-to-gitlab-configDmitriy Zaporozhets2014-10-271-2/+2
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Use Gitlab.config instead of Settings everywhereCiro Santilli2014-10-151-2/+2
* | | | | | | Merge pull request #8118 from cirosantilli/user-groups-space-linkRobert Schilling2014-10-231-1/+1
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Remove whitespace link between user group avatarsCiro Santilli2014-10-211-1/+1
* | | | | | | Merge branch 'fix_milestone_link' into 'master'Dmitriy Zaporozhets2014-10-221-1/+2
|\ \ \ \ \ \ \
| * | | | | | | Fix identation.Achilleas Pipinellis2014-10-011-1/+1
| * | | | | | | Fix milestone link in issue. Closes #174 (gitlab.com).Achilleas Pipinellis2014-09-291-1/+2
* | | | | | | | Fix 500 error on login page if ldap enabled and sign-in disabledDmitriy Zaporozhets2014-10-221-10/+10
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge pull request #7961 from cirosantilli/dry-log-file-namesDmitriy Zaporozhets2014-10-211-65/+22
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Dry admin logs.Ciro Santilli2014-10-061-65/+22
* | | | | | | Merge pull request #8113 from cirosantilli/factor-group-formsDmitriy Zaporozhets2014-10-214-28/+15
|\ \ \ \ \ \ \
| * | | | | | | Factor group formsCiro Santilli2014-10-214-28/+15
* | | | | | | | Merge pull request #8111 from cirosantilli/dry-group-avatar-buttonRobert Schilling2014-10-214-21/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | Factor choose group avatar buttonCiro Santilli2014-10-204-21/+10
| |/ / / / / / /
* | | | | | | | Factor group tipsCiro Santilli2014-10-203-12/+8
|/ / / / / / /
* | | | | | | Add tests for remove group member feature in admin areaDmitriy Zaporozhets2014-10-201-1/+1
* | | | | | | Fix group user removal from admin areaDmitriy Zaporozhets2014-10-201-1/+1
* | | | | | | Link to trending public projects so more relevant projects are shown to new u...Sytse Sijbrandij2014-10-171-1/+1
| |_|/ / / / |/| | | | |
* | | | | | Show merge in progress message if MR is lockedDmitriy Zaporozhets2014-10-152-1/+7
* | | | | | Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets2014-10-151-1/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Merge pull request #8048 from skv-headless/masterDmitriy Zaporozhets2014-10-151-1/+1
| |\ \ \ \ \ \
| | * | | | | | same rendering for note diff as for usual diffEvgeniy Sokovikov2014-10-151-1/+1
* | | | | | | | Add links to the migration doc, make it clear import is only for git repos.Marin Jankovski2014-10-152-2/+4
|/ / / / / / /
* | | | | | | Merge branch 'fix-star-icon' into 'master'Dmitriy Zaporozhets2014-10-152-1/+2
|\ \ \ \ \ \ \
| * | | | | | | Use stars icon on explore->starred pageDmitriy Zaporozhets2014-10-142-1/+2