summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8096 from cirosantilli/regex-to-stringDmitriy Zaporozhets2015-01-152-3/+3
|\
| * Replace regex methods by string ones since fasterCiro Santilli2014-12-282-3/+3
* | Merge pull request #8425 from rumpelsepp/rougeDmitriy Zaporozhets2015-01-151-14/+13
|\ \
| * | Replace highlight.js with rouge-fork rugmentsStefan Tatschner2015-01-151-14/+13
* | | Test git builder over annotated tagDmitriy Zaporozhets2015-01-151-2/+5
* | | Send checkout sha for web hooks and servicesDmitriy Zaporozhets2015-01-152-52/+70
|/ /
* | Make view link come first so I don't have to mouse to the end of the email line.Sytse Sijbrandij2015-01-141-1/+1
* | Rescue database error in application settings if the database still doesn't e...Marin Jankovski2015-01-141-1/+12
* | Improve github import page UIDmitriy Zaporozhets2015-01-131-3/+3
* | Merge branch 'github_importer'Dmitriy Zaporozhets2015-01-134-1/+115
|\ \
| * | Github ImporterValery Sizov2015-01-104-1/+115
* | | Merge branch 'git-http-blacklist' into 'master'Jacob Vosmaer2015-01-131-2/+20
|\ \ \
| * \ \ Merge remote-tracking branch 'dev_gitlab_org/master' into git-http-blacklistJacob Vosmaer2015-01-0817-43/+315
| |\ \ \ | | |/ /
| * | | White-list requests from 127.0.0.1Jacob Vosmaer2015-01-061-4/+9
| * | | Add more comments explaining how we block IPsJacob Vosmaer2014-12-181-1/+4
| * | | Block Git HTTP Basic Auth after 10 failed attemptsJacob Vosmaer2014-12-151-2/+12
* | | | Merge branch 'refactor_push_data_builder' into 'master'Dmitriy Zaporozhets2015-01-121-0/+63
|\ \ \ \
| * | | | Refactor push data builder. Moved it to separate classDmitriy Zaporozhets2015-01-111-0/+63
* | | | | Add search filter option on project api for authorized projects.Marin Jankovski2015-01-121-3/+4
|/ / / /
* | | | Rescue missing database errorsJacob Vosmaer2015-01-091-4/+8
* | | | Merge branch 'popen_close_stdin'Dmitriy Zaporozhets2015-01-081-0/+3
|\ \ \ \
| * | | | Close standard input in Gitlab::Popen.popenJacob Vosmaer2015-01-051-0/+3
* | | | | Create ApplicationSettings if does not exist in runtimeDmitriy Zaporozhets2015-01-081-8/+13
* | | | | Hack for migrating to new settingsDmitriy Zaporozhets2015-01-081-1/+11
* | | | | Improve application settings and write testsDmitriy Zaporozhets2015-01-081-0/+7
| |_|/ / |/| | |
* | | | Fix failing tests due to updates on the return messages.Marin Jankovski2015-01-074-8/+8
* | | | Add a message when unable to save an object through api.Marin Jankovski2015-01-078-15/+15
* | | | Forward the messages in api response.Marin Jankovski2014-12-306-8/+8
* | | | Message for api files and groups.Marin Jankovski2014-12-303-5/+5
* | | | Clearer message if adding comment to commit via api fails.Marin Jankovski2014-12-301-1/+1
* | | | Update branch api not found messages to 'Branch not found'.Marin Jankovski2014-12-302-5/+6
|/ / /
* | | Add group filtering by name for APIDmitriy Zaporozhets2014-12-301-5/+8
* | | Merge pull request #7675 from yglukhov/patch_notes_apiDmitriy Zaporozhets2014-12-291-0/+33
|\ \ \
| * | | Implemented notes (body) patching in API.uran2014-12-251-0/+33
* | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2014-12-291-2/+41
|\ \ \ \
| * | | | Updated indentation on case when statements.Stephan van Leeuwen2014-12-291-20/+20
| * | | | Changed setting the sort variableStephan van Leeuwen2014-12-291-20/+4
| * | | | Updated projects api to allow orderingStephan van Leeuwen2014-12-291-2/+57
| | |_|/ | |/| |
* | | | Merge branch 'master' into developer_can_push_to_protected_branches_optionMarin Jankovski2014-12-293-1/+177
|\ \ \ \ | |/ / /
| * | | Doorkeeper integrationValery Sizov2014-12-243-1/+177
| |/ /
* | | Add option to disable/enable developers push to already protected branches.Marin Jankovski2014-12-261-2/+2
* | | Move protected branch actions into a method.Marin Jankovski2014-12-261-12/+20
* | | Allow regular code push for developers if the protected branch allows it.Marin Jankovski2014-12-261-0/+2
|/ /
* | Use a different name of the method to check if sanitize is enabled in check t...Marin Jankovski2014-12-221-2/+2
* | Merge pull request #8256 from cirosantilli/rm-unused-has_gitlab_shell3Robert Schilling2014-12-211-4/+0
|\ \
| * | Remove unused has_gitlab_shell3? methodCiro Santilli2014-11-051-4/+0
* | | Add theme type css classDrew Blessing2014-12-151-0/+14
| |/ |/|
* | Don't forget to splat.Marin Jankovski2014-12-121-4/+4
* | Use system where only return result is needed.Marin Jankovski2014-12-121-8/+7
* | Use shell invocation according to the shell commands guidelines.Marin Jankovski2014-12-111-4/+20