summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix GitAccess.text-batch-1Douwe Maan2015-05-132-13/+6
* Fix 422 error page.Douwe Maan2015-05-131-1/+1
* Improve OAuth application flash messages.Douwe Maan2015-05-131-5/+5
* Improve OAuth signup error message.Douwe Maan2015-05-132-4/+11
* Improve description of branch protection levels.Douwe Maan2015-05-131-3/+3
* Improve Git access error messages.Douwe Maan2015-05-133-45/+44
* Improve text on error pages.Douwe Maan2015-05-136-17/+32
* Merge branch 'fix-avatar-removal' into 'master'Hannes Rosenögger2015-05-127-4/+57
|\
| * Fix bug where avatar filenames were not actually deleted from the database du...Stan Hu2015-05-077-5/+57
* | Merge branch 'ad-block_auto_created_users' into 'master'Dmitriy Zaporozhets2015-05-123-5/+25
|\ \
| * | Don't accidentally unblock auto created users from Active Directory.ad-block_auto_created_usersDouwe Maan2015-05-123-5/+25
* | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-05-121-51/+4
|\ \ \
| * \ \ Merge branch 'remove-mysql-index-conversion-from-docs' into 'master'Douwe Maan2015-05-121-51/+4
| |\ \ \
| | * | | Update docs in line with mysql-postgresql-converter changes.remove-mysql-index-conversion-from-docsDouwe Maan2015-05-121-51/+4
| |/ / /
* | | | Merge branch 'migration_style_guide' into 'master'Sytse Sijbrandij2015-05-121-1/+47
|\ \ \ \ | |/ / / |/| | |
| * | | update migration style guideValery Sizov2015-05-121-1/+47
* | | | Merge branch 'note-role' into 'master'Dmitriy Zaporozhets2015-05-123-9/+29
|\ \ \ \
| * | | | Show user roles by comments.Douwe Maan2015-05-123-9/+29
| | |/ / | |/| |
* | | | Fix Gemfile.lockDmitriy Zaporozhets2015-05-122-2/+2
* | | | Merge branch 'rs-system-note' into 'master'Dmitriy Zaporozhets2015-05-1213-729/+754
|\ \ \ \
| * | | | Reorganize SystemNoteService spec a bitrs-system-noteRobert Speicher2015-05-111-13/+17
| * | | | Refactor SystemNoteService.cross_reference_disallowed?Robert Speicher2015-05-111-6/+13
| * | | | Spec SystemNoteService.cross_reference_disallowed?Robert Speicher2015-05-111-2/+26
| * | | | Simplify Note model specsRobert Speicher2015-05-112-215/+36
| * | | | Check if `system` is truthy in `Note.cross_reference?`Robert Speicher2015-05-111-1/+1
| * | | | Update SystemNoteService method naming conventionsRobert Speicher2015-05-117-205/+202
| * | | | Remove legacy special case for emphasized reference notesRobert Speicher2015-05-112-49/+9
| * | | | Add migration to convert legacy system notesRobert Speicher2015-05-112-1/+17
| * | | | Add a SystemNoteService classRobert Speicher2015-05-1111-479/+683
| * | | | Simplify `Note#upvote?` and `Note#downvote?`Robert Speicher2015-05-101-17/+11
| * | | | Note's voting specs don't need to persist to the databaseRobert Speicher2015-05-101-18/+16
* | | | | Merge branch 'brakeman-level'Dmitriy Zaporozhets2015-05-121-0/+2
|\ \ \ \ \
| * | | | | We would like to pass 'brakeman -w2'Jacob Vosmaer2015-05-111-0/+2
| |/ / / /
* | | | | Merge branch 'project-page' into 'master'Dmitriy Zaporozhets2015-05-128-81/+94
|\ \ \ \ \
| * | | | | Move "Forked from" above "Version".project-pageDouwe Maan2015-05-121-8/+9
| * | | | | Move clone panel to bottom of project sidebar.Douwe Maan2015-05-121-3/+3
| * | | | | Restructure project sidebar.Douwe Maan2015-05-122-65/+81
| * | | | | Fix alignment of ref picker, breadcrumb and buttons.Douwe Maan2015-05-124-14/+3
| * | | | | Add icons to more tabs.Douwe Maan2015-05-122-1/+8
| | |/ / / | |/| | |
* | | | | Merge branch 'fix_migration' into 'master'Valery Sizov2015-05-122-2/+9
|\ \ \ \ \
| * | | | | Make migrations reversiblefix_migrationValery Sizov2015-05-072-2/+9
* | | | | | Merge branch '2fa' into 'master'Dmitriy Zaporozhets2015-05-1226-10/+566
|\ \ \ \ \ \
| * | | | | | Bump attr_encryptedDmitriy Zaporozhets2015-05-122-10/+4
| * | | | | | Handle password reset for users with 2FA enabled2faRobert Speicher2015-05-113-2/+76
| * | | | | | Remove extra `devise` call that got added by accidentRobert Speicher2015-05-101-3/+0
| * | | | | | Remove unnecessary User#login accessor overrideRobert Speicher2015-05-091-5/+0
| * | | | | | Add CHANGELOG entryRobert Speicher2015-05-091-1/+1
| * | | | | | Clear all 2FA-related fields when user disables the featureRobert Speicher2015-05-092-2/+133
| * | | | | | Prevent "You are already signed in." error message upon 2FA loginRobert Speicher2015-05-092-3/+26
| * | | | | | Move "invalid 2FA code" error message to the flashRobert Speicher2015-05-092-4/+1