summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maser/gitlab-ce-order-commit-comments-in-api' into 'master'Dmitriy Zaporozhets2015-06-051-1/+1
|\
| * Order commit comments in API chronologicallyMartin Luder2015-05-081-1/+1
* | Merge branch 'fix-upgrader-script' into 'master'Dmitriy Zaporozhets2015-06-041-3/+8
|\ \
| * | Fix upgrader scriptMartins Polakovs2015-05-231-3/+8
* | | Merge branch 'make-namespaces-api-available-to-all-users' into 'master'Dmitriy Zaporozhets2015-06-041-5/+6
|\ \ \
| * | | Make namespace API available to all usersStan Hu2015-05-281-5/+6
* | | | Merge branch 'trigger_hooks_create_on_backup_restore' into 'master'Dmitriy Zaporozhets2015-06-041-0/+3
|\ \ \ \
| * | | | Trigger hooks-create on gitlab backup restore.Marin Jankovski2015-06-031-0/+3
* | | | | Merge branch 'fix-group-remove' into 'master'Dmitriy Zaporozhets2015-06-031-1/+1
|\ \ \ \ \
| * \ \ \ \ Merge branch 'repo-remove' into fix-group-removeDmitriy Zaporozhets2015-06-031-4/+10
| |\ \ \ \ \
| * | | | | | Wrap group removal into serviceDmitriy Zaporozhets2015-06-031-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'remove_unecessary_rake_task' into 'master'Dmitriy Zaporozhets2015-06-032-56/+34
|\ \ \ \ \ \
| * | | | | | Add autocrlf back to installation docs, add a check for it.Marin Jankovski2015-06-032-2/+33
| * | | | | | Remove gitlab:env:check task.remove_unecessary_rake_taskMarin Jankovski2015-06-031-54/+1
| |/ / / / /
* | | | | | Merge branch 'repo-remove'Dmitriy Zaporozhets2015-06-031-4/+10
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | Move repository when project is removedDmitriy Zaporozhets2015-06-031-4/+10
* | | | | Merge branch 'ignore-references' into 'master'Dmitriy Zaporozhets2015-06-023-39/+31
|\ \ \ \ \
| * | | | | Fix typo.Douwe Maan2015-06-021-1/+1
| * | | | | Ignore references in blockquotes.Douwe Maan2015-06-022-5/+12
| * | | | | Actually ignore references in code blocks etc.Douwe Maan2015-06-022-34/+19
* | | | | | Further limit the limited whitelist for project/group descriptionsrs-more-nofollowRobert Speicher2015-06-021-0/+1
* | | | | | Add a `pipeline` context option for SanitizationFilterRobert Speicher2015-06-022-21/+40
| |/ / / / |/| | | |
* | | | | Merge pull request #8730 from drunkard/masterMarin Jankovski2015-06-022-1/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Improve comments for shell_pathDrunkard Zhang2015-05-041-3/+2
| * | | | Specify shell while run me as git userDrunkard Zhang2015-02-042-1/+8
* | | | | Remove unnecessary satellite files and add CHANGELOG itemDmitriy Zaporozhets2015-06-022-67/+0
* | | | | Remove now unnecessary satelittes logic for creating and editing file with we...web-editor-ruggedDmitriy Zaporozhets2015-06-023-143/+0
* | | | | Disable changing of the source branch in merge request update APIStan Hu2015-05-291-2/+6
* | | | | Update jasmine:ci task to use teaspoonRobert Speicher2015-05-281-1/+1
* | | | | Merge branch 'user-destroy-wo-groups' into 'master'Dmitriy Zaporozhets2015-05-281-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | You can not remove user if he/she is an only owner of groupDmitriy Zaporozhets2015-05-281-1/+1
* | | | | Add ExternalLinkFilter to Markdown pipeliners-dont-follow-meRobert Speicher2015-05-272-0/+35
|/ / / /
* | | | Make use of to_reference in more specsRobert Speicher2015-05-266-8/+11
* | | | Support only double quotes for multi-word label referencesRobert Speicher2015-05-261-2/+1
* | | | Add `reference_pattern` to Referable modelsRobert Speicher2015-05-269-65/+16
* | | | Correct the ReferenceFilter html/pipeline/filter requireRobert Speicher2015-05-261-1/+1
* | | | Merge branch 'rs-issue-1690' into 'master'Dmitriy Zaporozhets2015-05-261-3/+3
|\ \ \ \
| * | | | Better handle label references that aren't actually referencesrs-issue-1690Robert Speicher2015-05-251-3/+3
* | | | | Merge branch 'get-monkey-off-my-rack-attack' into 'master'Douwe Maan2015-05-262-32/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Remove Rack Attack monkey patches and bump to version 4.3.0Stan Hu2015-05-222-32/+0
| | |/ / | |/| |
* | | | Add support for Webhook note eventsStan Hu2015-05-211-2/+4
|/ / /
* | | Customize the sanitization whitelist only oncers-issue-1651Robert Speicher2015-05-201-13/+22
* | | Subclass TaskList::Filter to fix a bugrs-issue-1645Robert Speicher2015-05-202-2/+25
* | | Merge branch 'shell-secret-path' of https://github.com/jirutka/gitlabhq into ...Marin Jankovski2015-05-191-1/+1
|\ \ \
| * | | Allow to configure gitlab_shell_secret locationJakub Jirutka2015-05-161-1/+1
* | | | Simplify and unify helpers for rendering markupJakub Jirutka2015-05-181-3/+5
* | | | Rename MarkdownHelper to MarkupHelperJakub Jirutka2015-05-181-1/+1
* | | | Handle AsciiDoc better, reuse HTML pipeline filters (fixes #9263)Jakub Jirutka2015-05-182-1/+70
* | | | Add search issues/MR by numberNikita Verkhovin2015-05-181-2/+14
|/ / /
* | | Ensure that the first added admin performs repository importsFotis Gimian2015-05-151-1/+1