summaryrefslogtreecommitdiff
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Fix reference links in dashboard activity and ATOM feeds.dashboard-referencesDouwe Maan2015-05-147-13/+15
|
* Fix text overflow in project sidebarDmitriy Zaporozhets2015-05-131-0/+4
|
* Merge branch 'text-batch-1' into 'master'Dmitriy Zaporozhets2015-05-131-2/+9
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Batch 1 of text improvements Batch 1 of changes from my effort at !635 to walk through every piece of text in GitLab and see if it can be improved. This batch includes: - Improve text on error pages. - Improve Git access error messages. - Improve description of branch protection levels. - Improve OAuth signup error message. - Improve OAuth application flash messages. cc @rspeicher See merge request !642
| * Improve OAuth signup error message.Douwe Maan2015-05-131-2/+9
| |
* | Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets2015-05-132-140/+15
|\ \
| * \ Merge pull request #9276 from jirutka/relative_link_filterDmitriy Zaporozhets2015-05-131-140/+0
| |\ \ | | | | | | | | Extract handling of relative file links to its own HTML filter
| | * | Extract handling of relative file links to RelativeLinkFilterJakub Jirutka2015-05-111-140/+0
| | | |
| * | | Merge pull request #8872 from baloo/feature/execute_mr_webhooks_upon_commitJeroen van Baarsen2015-05-131-0/+15
| |\ \ \ | | |_|/ | |/| | Call merge request web hook for each commits
| | * | Call merge request web hook for each commitsArthur Gautier2015-05-131-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Call merge request web hook every times a new commit hits the source branch Signed-off-by: Arthur Gautier <baloo@gandi.net>
* | | | Merge branch 'version-check' into 'master'Dmitriy Zaporozhets2015-05-135-1/+22
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | Version check See merge request !1509
| * | | Enable version check only for production environmentDmitriy Zaporozhets2015-05-111-1/+3
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | Fix syntax errorDmitriy Zaporozhets2015-05-081-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | Merge branch 'version-check' into gl-version-checkDmitriy Zaporozhets2015-05-085-1/+20
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: app/controllers/admin/application_settings_controller.rb app/views/admin/application_settings/_form.html.haml db/schema.rb
| | * | | Remove encryptionDmitriy Zaporozhets2015-05-081-3/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| | * | | Add feature to disable version checkDmitriy Zaporozhets2015-03-104-4/+13
| | | | |
| | * | | Add version check to help page tooDmitriy Zaporozhets2015-03-091-0/+1
| | | | |
| | * | | Prevent crash if file does not existsDmitriy Zaporozhets2015-03-091-1/+3
| | | | |
| | * | | Add version check badge to admin areaDmitriy Zaporozhets2015-03-092-1/+10
| | | | |
* | | | | Merge branch 'fix-avatar-removal' into 'master'Hannes Rosenögger2015-05-123-4/+4
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bug where avatar filenames were not actually deleted from the database during removal This would result in a 404 error in certain views. The `save` call was being rolled back due to an error in the validation step. Relax the validation step so that this works. Closes #1570 See merge request !620
| * | | | Fix bug where avatar filenames were not actually deleted from the database ↵Stan Hu2015-05-073-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | during removal. This would result in a 404 error in certain views. The `save` call was being rolled back due to an error in the validation step. Relax the validation step so that this works. Closes #1570
* | | | | Merge branch 'note-role' into 'master'Dmitriy Zaporozhets2015-05-122-9/+28
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Show user roles by comments. I think it would be useful to show the user's role (Owner/Master/Developer/Reporter) by comments on GitLab.com (like GitHub does with Owner/Collaborator). That way people will know that when someone from the project's core team comments, they're not just some random user, but they're actually on the team. Currently they have the gather this from context. ![Screen_Shot_2015-05-12_at_12.15.45](https://gitlab.com/gitlab-org/gitlab-ce/uploads/0da0eea2087d6d3b14a2c0c594575c8a/Screen_Shot_2015-05-12_at_12.15.45.png) On hover, the note actions replace the role: ![Screen_Shot_2015-05-12_at_12.17.32](https://gitlab.com/gitlab-org/gitlab-ce/uploads/54a83c2f5047ea3ce0387f6692b14fe5/Screen_Shot_2015-05-12_at_12.17.32.png) --- Addresses internal issue https://dev.gitlab.org/gitlab/gitlabhq/issues/2321. cc @sytses See merge request !639
| * | | | | Show user roles by comments.Douwe Maan2015-05-122-9/+28
| | | | | |
* | | | | | Merge branch 'rs-system-note' into 'master'Dmitriy Zaporozhets2015-05-128-235/+330
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add SystemNoteService class The Note model was basically two models crammed together - one handling user-created notes (i.e., comments on things) and one handling system-created notes (i.e., references). This splits out the system-specific stuff to a new SystemNoteService class. See merge request !595
| * | | | | | Refactor SystemNoteService.cross_reference_disallowed?Robert Speicher2015-05-111-6/+13
| | | | | | |
| * | | | | | Check if `system` is truthy in `Note.cross_reference?`Robert Speicher2015-05-111-1/+1
| | | | | | |
| * | | | | | Update SystemNoteService method naming conventionsRobert Speicher2015-05-116-77/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now the verb comes first, and there is no restriction on singular/plural.
| * | | | | | Remove legacy special case for emphasized reference notesRobert Speicher2015-05-111-13/+9
| | | | | | |
| * | | | | | Add a SystemNoteService classRobert Speicher2015-05-118-218/+320
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There's a lot of code in the Note model that only deals with creating system notes, so we're going to split that into its own class.
| * | | | | | Simplify `Note#upvote?` and `Note#downvote?`Robert Speicher2015-05-101-17/+11
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'project-page' into 'master'Dmitriy Zaporozhets2015-05-128-81/+94
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Restructure project sidebar and add more icons. I moved the repository stuff down (including the clone bar), and the project/contribution stuff up. I also added more icons, to the sidebar and tabs on other pages. --- ![Screen_Shot_2015-05-12_at_10.29.36](https://gitlab.com/gitlab-org/gitlab-ce/uploads/ada4a77a07913571e5ac4f00fdd182b9/Screen_Shot_2015-05-12_at_10.29.36.png) See merge request !633
| * | | | | | 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 '2fa' into 'master'Dmitriy Zaporozhets2015-05-1212-8/+222
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Two-factor authentication Implement's Two-factor authentication using tokens. - [X] Authentication logic - [X] Enable/disable 2FA feature - [x] Make 2-step login process if 2FA enabled - [x] Backup codes - [x] Backup code removed after being used - [x] Check backup codes for mysql db (mention mysql limitation if applied) - [x] Add tests - [x] Test if https://github.com/tinfoil/devise-two-factor#disabling-automatic-login-after-password-resets applies, and address if so - [x] Wait for fixed version of `attr_encrypted` or fork and use forked version - https://github.com/attr-encrypted/attr_encrypted/issues/155 Fixes http://feedback.gitlab.com/forums/176466-general/suggestions/4516817-implement-two-factor-authentication-2fa See merge request !474
| * | | | | Handle password reset for users with 2FA enabled2faRobert Speicher2015-05-111-0/+21
| | | | | |
| * | | | | 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
| | | | | |
| * | | | | Clear all 2FA-related fields when user disables the featureRobert Speicher2015-05-091-2/+7
| | | | | |
| * | | | | Prevent "You are already signed in." error message upon 2FA loginRobert Speicher2015-05-091-2/+8
| | | | | |
| * | | | | Move "invalid 2FA code" error message to the flashRobert Speicher2015-05-092-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes it consistent with the Invalid email/password error message from the previous step.
| * | | | | Autofocus the pin field on 2FA enable formRobert Speicher2015-05-091-1/+1
| | | | | |
| * | | | | Generate 10 2FA backup codes instead of the default of 5Robert Speicher2015-05-091-1/+1
| | | | | |
| * | | | | Fix 2FA backup code removalRobert Speicher2015-05-091-0/+3
| | | | | |
| * | | | | Quotes, icon helper in profiles/accounts/show viewRobert Speicher2015-05-091-5/+5
| | | | | |
| * | | | | Re-annotate User modelRobert Speicher2015-05-091-0/+5
| | | | | |
| * | | | | Add a hint on login form about using a recovery codeRobert Speicher2015-05-091-0/+1
| | | | | |
| * | | | | Improve copy for enabling 2FARobert Speicher2015-05-092-4/+5
| | | | | |
| * | | | | Update copy for generating new recovery codesRobert Speicher2015-05-091-4/+4
| | | | | |