| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow to configure smtp and sendmail in gitlab.yml | Jakub Jirutka | 2015-05-06 | 1 | -1/+1 |
* | Update authentication.rb | quodos | 2015-05-04 | 1 | -1/+1 |
* | Add current_sign_in_at to api User | Sven Selberg | 2015-05-04 | 1 | -1/+1 |
* | Merge branch 'api-iid' of https://github.com/jubianchi/gitlabhq into jubianch... | Dmitriy Zaporozhets | 2015-05-03 | 3 | -5/+18 |
|\ |
|
| * | Query issues, merge requests and milestones with their IID through API | jubianchi | 2015-05-02 | 3 | -5/+18 |
* | | Merge pull request #9066 from jirutka/fix-6417 | Dmitriy Zaporozhets | 2015-05-03 | 1 | -2/+2 |
|\ \ |
|
| * | | Fix #6417: users with group permission should be able to create groups via API | Robert Schilling | 2015-03-31 | 1 | -2/+2 |
* | | | Merge pull request #8756 from zaburt/force_utf8_on_oauth_properties | Dmitriy Zaporozhets | 2015-05-03 | 2 | -7/+16 |
|\ \ \ |
|
| * | | | add common method to force utf8 and force oauth properties to be utf8 | Onur Küçük | 2015-05-03 | 2 | -7/+16 |
| | |/
| |/| |
|
* | | | Remove title_for_issue helper | Robert Speicher | 2015-04-30 | 1 | -5/+1 |
* | | | Remove special handling for the `'` problem | Robert Speicher | 2015-04-30 | 2 | -13/+1 |
* | | | Add Project#get_issue | Robert Speicher | 2015-04-30 | 1 | -7/+6 |
* | | | Rename SCHEME_PATTERN to LINK_PATTERN | Robert Speicher | 2015-04-30 | 1 | -5/+5 |
* | | | Autolink short URLs | Robert Speicher | 2015-04-30 | 1 | -1/+4 |
* | | | Update Autolink SCHEME_PATTERN | Robert Speicher | 2015-04-30 | 1 | -1/+3 |
* | | | Doc typo | Robert Speicher | 2015-04-30 | 1 | -1/+1 |
* | | | Escape normal text in our Redcarpet renderer | Robert Speicher | 2015-04-30 | 1 | -1/+3 |
* | | | Update the Gitlab::Markdown docs | Robert Speicher | 2015-04-30 | 1 | -25/+1 |
* | | | Add Gitlab::Markdown::SanitizationFilter | Robert Speicher | 2015-04-30 | 2 | -31/+41 |
* | | | Add Gitlab::Markdown::AutolinkFilter | Robert Speicher | 2015-04-30 | 3 | -14/+103 |
* | | | Add Gitlab::Markdown::TableOfContentsFilter | Robert Speicher | 2015-04-30 | 3 | -10/+67 |
* | | | Merge branch 'show-invalid-projects-google-code-import' into 'master' | Douwe Maan | 2015-04-30 | 1 | -0/+4 |
|\ \ \
| |/ /
|/| | |
|
| * | | Show incompatible projects in Google Code import status | Stan Hu | 2015-04-30 | 1 | -0/+4 |
* | | | Don't allow a merge request to be merged when its title starts with "WIP". | Douwe Maan | 2015-04-30 | 1 | -2/+2 |
|/ / |
|
* | | Merge pull request #8677 from jubianchi/api-500-json | Jeroen van Baarsen | 2015-04-28 | 1 | -1/+1 |
|\ \ |
|
| * | | Send 500 errors as JSON in the API | jubianchi | 2015-04-27 | 1 | -1/+1 |
* | | | Add a rake task to automatically restart foreman when changes occur | jubianchi | 2015-04-27 | 1 | -0/+5 |
|/ / |
|
* | | Merge pull request #8754 from jirutka/fix-project_name_regex | Jeroen van Baarsen | 2015-04-27 | 1 | -4/+4 |
|\ \ |
|
| * | | Fix (project_)name_regex to accept non-ASCII letters and dash | Jakub Jirutka | 2015-04-27 | 1 | -4/+4 |
* | | | Revert "Added X-GitLab-Event header for web hooks" | Valery Sizov | 2015-04-27 | 1 | -1/+1 |
|/ / |
|
* | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce | Dmitriy Zaporozhets | 2015-04-27 | 11 | -197/+148 |
|\ \ |
|
| * \ | Merge branch 'fix-gitorious-importer' into 'master' | Dmitriy Zaporozhets | 2015-04-27 | 1 | -1/+1 |
| |\ \ |
|
| | * | | Get Gitorious importer to work again.fix-gitorious-importer | Douwe Maan | 2015-04-24 | 1 | -1/+1 |
| * | | | Merge branch 'rs-minor-styles' into 'master' | Dmitriy Zaporozhets | 2015-04-27 | 1 | -14/+25 |
| |\ \ \ |
|
| | * | | | Fix Profile > Design live-updating | Robert Speicher | 2015-04-25 | 1 | -14/+25 |
| | |/ / |
|
| * | | | Convert UserReferenceFilter#link_to_group to use a guard clause | Robert Speicher | 2015-04-25 | 1 | -7/+5 |
| * | | | Refactor `UserReferenceFilter#user_link_filter` | Robert Speicher | 2015-04-25 | 1 | -35/+43 |
| * | | | Fix docs for `push_result` | Robert Speicher | 2015-04-25 | 1 | -2/+2 |
| * | | | Fix NotificationService spec | Robert Speicher | 2015-04-25 | 2 | -5/+5 |
| * | | | Add CommitRange directly to results Hash | Robert Speicher | 2015-04-25 | 1 | -1/+1 |
| * | | | DRY up ReferenceExtractor | Robert Speicher | 2015-04-25 | 1 | -9/+11 |
| * | | | Don't allow nil references to get added to results | Robert Speicher | 2015-04-25 | 1 | -0/+2 |
| * | | | Update CommitRangeReferenceFilter to use CommitRange class | Robert Speicher | 2015-04-25 | 1 | -33/+10 |
| * | | | Always use short SHAs as commit reference link text | Robert Speicher | 2015-04-25 | 1 | -1/+1 |
| * | | | Refactor ReferenceExtractor to use pipeline filters | Robert Speicher | 2015-04-25 | 1 | -119/+36 |
| * | | | Add results to reference filters | Robert Speicher | 2015-04-25 | 7 | -2/+22 |
| * | | | Initialize the references result Hash in ReferenceFilter | Robert Speicher | 2015-04-25 | 1 | -0/+16 |
| |/ / |
|
* | | | Merge pull request #8644 from Bugagazavr/hook-events | Dmitriy Zaporozhets | 2015-04-27 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Added X-GitLab-Event header for web hooks | bugagazavr | 2015-04-25 | 1 | -1/+1 |
* | | | | Merge pull request #9186 from Senorsen/patch-1 | Dmitriy Zaporozhets | 2015-04-27 | 1 | -1/+1 |
|\ \ \ \
| |/ / /
|/| | | |
|