summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Upgraded Sidekiq to 4.xfeature/sidekiq-4Gabriel Mazetto2015-12-104-9/+21
|
* Merge remote-tracking branch 'origin/emoji_edit_disallow'Dmitriy Zaporozhets2015-12-103-1/+19
|\
| * Don't allow to edit award emoji commentsemoji_edit_disallowValery Sizov2015-12-103-1/+19
| |
* | Merge branch 'add-changelog-items' into 'master' Robert Speicher2015-12-101-1/+8
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | Add missing changelog items Closes #3973 [ci skip] See merge request !2053
| * | Add missing changelog itemsadd-changelog-itemsDouwe Maan2015-12-101-1/+8
| | |
* | | Merge branch 'tmp-reference-pipeline-and-caching' into 'master' Douwe Maan2015-12-10100-2551/+2662
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | [Second try] Implement different Markdown rendering pipelines and cache Markdown !1602 already got merged in bcd89a58e736685bcce662fe0acf793ee925b536, but it would appear the merge commit disappeared because of #3816 (or some other reason). cc @rspeicher See merge request !2051
| * | Merge branch 'master' into tmp-reference-pipeline-and-cachingtmp-reference-pipeline-and-cachingDouwe Maan2015-12-10351-873/+2656
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # spec/lib/gitlab/markdown/autolink_filter_spec.rb # spec/lib/gitlab/markdown/commit_range_reference_filter_spec.rb # spec/lib/gitlab/markdown/commit_reference_filter_spec.rb # spec/lib/gitlab/markdown/cross_project_reference_spec.rb # spec/lib/gitlab/markdown/emoji_filter_spec.rb # spec/lib/gitlab/markdown/external_issue_reference_filter_spec.rb # spec/lib/gitlab/markdown/external_link_filter_spec.rb # spec/lib/gitlab/markdown/issue_reference_filter_spec.rb # spec/lib/gitlab/markdown/label_reference_filter_spec.rb # spec/lib/gitlab/markdown/merge_request_reference_filter_spec.rb # spec/lib/gitlab/markdown/redactor_filter_spec.rb # spec/lib/gitlab/markdown/reference_gatherer_filter_spec.rb # spec/lib/gitlab/markdown/relative_link_filter_spec.rb # spec/lib/gitlab/markdown/sanitization_filter_spec.rb # spec/lib/gitlab/markdown/snippet_reference_filter_spec.rb # spec/lib/gitlab/markdown/syntax_highlight_filter_spec.rb # spec/lib/gitlab/markdown/table_of_contents_filter_spec.rb # spec/lib/gitlab/markdown/task_list_filter_spec.rb # spec/lib/gitlab/markdown/upload_link_filter_spec.rb # spec/lib/gitlab/markdown/user_reference_filter_spec.rb
| * | Merge branch 'reference-pipeline-and-caching' into 'master' Robert Speicher2015-12-08100-2551/+2662
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement different Markdown rendering pipelines and cache Markdown Builds on !1090. Related to !1014. Fixes #2054. See merge request !1602
| | * \ Merge branch 'master' into reference-pipeline-and-cachingreference-pipeline-and-cachingDouwe Maan2015-12-0861-217/+473
| | |\ \
| | * | | Fix RedactorFilterDouwe Maan2015-12-081-1/+1
| | | | |
| | * | | Move CombinedPipeline methods aroundDouwe Maan2015-12-082-6/+8
| | | | |
| | * | | Store the demodulized reference filter name in data attributeRobert Speicher2015-12-074-18/+18
| | | | |
| | * | | Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan2015-12-07232-1350/+2600
| | |\ \ \
| | * \ \ \ Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan2015-12-0388-348/+380
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan2015-12-02260-2488/+4137
| | |\ \ \ \ \
| | * | | | | | Move Markdown filters and pipelines into folders.Douwe Maan2015-11-1974-2042/+2007
| | | | | | | |
| | * | | | | | Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan2015-11-19571-3223/+9811
| | |\ \ \ \ \ \
| | * | | | | | | gfm is no longerDouwe Maan2015-10-271-1/+1
| | | | | | | | |
| | * | | | | | | Reset memoized project repository when path changesDouwe Maan2015-10-272-2/+3
| | | | | | | | |
| | * | | | | | | Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan2015-10-27113-729/+1365
| | |\ \ \ \ \ \ \
| | * | | | | | | | Use single_line Markdown pipeline for commit descriptionDouwe Maan2015-10-231-1/+1
| | | | | | | | | |
| | * | | | | | | | Fix specsDouwe Maan2015-10-221-4/+4
| | | | | | | | | |
| | * | | | | | | | Slight refactoringDouwe Maan2015-10-221-10/+2
| | | | | | | | | |
| | * | | | | | | | Use correct var nameDouwe Maan2015-10-221-1/+1
| | | | | | | | | |
| | * | | | | | | | Use faster, more appropriate pipeline for mentionable attributesDouwe Maan2015-10-222-2/+2
| | | | | | | | | |
| | * | | | | | | | Disabling caching in test environment because it was causing issues with ↵Douwe Maan2015-10-222-9/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Markdown
| | * | | | | | | | Use markdown with gfm pipeline rather than gfm methodDouwe Maan2015-10-222-2/+2
| | | | | | | | | |
| | * | | | | | | | Fix Markdown XHTML context paramDouwe Maan2015-10-221-9/+10
| | | | | | | | | |
| | * | | | | | | | Make pipelines actually make senseDouwe Maan2015-10-2114-178/+265
| | | | | | | | | |
| | * | | | | | | | Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan2015-10-21280-2040/+3791
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Remove stray conflict markerDouwe Maan2015-10-151-1/+0
| | | | | | | | | | |
| | * | | | | | | | | Merge branch 'master' into rs-redactor-filterDouwe Maan2015-10-1435-162/+402
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Remove unused Gitlab::Markdown#cached? methodDouwe Maan2015-10-141-5/+0
| | | | | | | | | | | |
| | * | | | | | | | | | Cache rendered contents of issues, MRs and notesDouwe Maan2015-10-148-31/+51
| | | | | | | | | | | |
| | * | | | | | | | | | Merge branch 'master' into rs-redactor-filterDouwe Maan2015-10-14266-1935/+3780
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Use Gitlab::Markdown for Asciidoc and ReferenceExtractor pipelinesDouwe Maan2015-10-145-126/+166
| | | | | | | | | | | | |
| | * | | | | | | | | | | Enable caching of Gitlab::Markdown rendered resultDouwe Maan2015-10-142-12/+27
| | | | | | | | | | | | |
| | * | | | | | | | | | | Use Gitlab::Markdown.render with :pipeline option rather than different methodsDouwe Maan2015-10-1414-177/+181
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'rs-snippets-clipboard'Douwe Maan2015-12-105-6/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
| * | | | | | | | | | | | Add copy-to-clipboard button to Snippets#showrs-snippets-clipboardRobert Speicher2015-12-095-6/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #3701
* | | | | | | | | | | | | Merge branch 'rs-reset-db' into 'master' Kamil Trzciński2015-12-101-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Run db:reset before db:create on CI Should prevent build failures caused by missing migrations, such as https://gitlab.com/gitlab-org/gitlab-ce/builds/439927 See merge request !2045
| * | | | | | | | | | | | | Run db:reset before db:create on CIrs-reset-dbRobert Speicher2015-12-091-1/+1
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'devise_paranoid_mode' into 'master' Robert Speicher2015-12-105-17/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable Devise paranoid mode and ensure the returned message is the same every time. This will prevent user enumeration (low impact). Prior to this change a user could type an email in the password reset field and if the email didn't exist it returned an error. If the email was valid it returned a message saying the forgot password link had been emailed. After this change the user will receive a message that if the email is in our database the reset link will be emailed. I also changed the throttle mechanism so it still works the same but now returns the exact same message as above. Previously it would say 'You've already sent a request. Wait a few minutes'. This also allows user enumeration, although it requires a double-check. Related to https://dev.gitlab.org/gitlab/gitlabhq/issues/2624 See merge request !2044
| * | | | | | | | | | | | | | Use devise paranoid mode and ensure the same message is returned every timeDrew Blessing2015-12-095-17/+21
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Skipped CI because it has already passed. Had to rebase due to CHANGELOG.
* | | | | | | | | | | | | | Merge branch 'ui-fix' into 'master' Dmitriy Zaporozhets2015-12-101-19/+25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix list with controls display Introduced in !2025 ## Before ![before](/uploads/969f021f1f97062439cc4e836f29bdf6/before.png) ## After ![after](/uploads/defd46ddbd8392625848dfd3ac067869/after.png) Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !2048
| * | | | | | | | | | | | | | Fix list with controls displayDmitriy Zaporozhets2015-12-101-19/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | | | | | | | | | | | Merge pull request #9897 from atomaka/atomaka/bugfix/consistent-no-ssh-messageDmitriy Zaporozhets2015-12-101-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | Fix inconsistency with no ssh key message
| * | | | | | | | | | | | | | "No ssh" message should be same on project pageAndrew Tomaka2015-12-091-1/+1
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge remote-tracking branch 'dev/master' into 'master'Robert Speicher2015-12-091-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'yaml_safe_load' into 'master' Robert Speicher2015-12-091-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |/ / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use YAML.safe_load See merge request !1941