summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5520 from gabetax/rake_group_bulk_add_permissionsDmitriy Zaporozhets2014-02-121-0/+24
|\
| * add rake gitlab:import: all_users_to_all_groups and user_to_groupsGabe Martin-Dempesy2013-11-021-0/+24
* | Headers have ids and link to their own id.Ciro Santillli2014-02-111-0/+11
* | Merge pull request #5294 from dalehamel/masterDmitriy Zaporozhets2014-02-041-0/+6
|\ \
| * | Whitespace fixes to patchDale Hamel2013-10-081-2/+1
| * | Ensure directory exists before changing in popenDale Hamel2013-10-081-0/+7
* | | Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets2014-02-041-46/+0
|\ \ \
| * | | remove remaining python referencesJohannes Schleifenbaum2014-02-031-46/+0
* | | | Improve code according to new gitlab_gitDmitriy Zaporozhets2014-02-043-12/+24
|/ / /
* | | Dont check for python any moreDmitriy Zaporozhets2014-01-311-2/+0
* | | Add a custom 502 pageJacob Vosmaer2014-01-281-0/+2
* | | Merge branch 'highlight-js' into 'master'Dmitriy Zaporozhets2014-01-281-5/+5
|\ \ \
| * | | Improve highlight for notesDmitriy Zaporozhets2014-01-271-3/+1
| * | | Add highlight.js support to markdown, snippets etcDmitriy Zaporozhets2014-01-271-5/+7
* | | | Merge branch 'upload-limits' into 'master'Dmitriy Zaporozhets2014-01-271-1/+2
|\ \ \ \
| * | | | Git over ssh and http are different things.dosire2014-01-221-2/+2
| * | | | More explanation for upload limits.dosire2014-01-221-0/+1
* | | | | Use either/or to present optionsJacob Vosmaer2014-01-271-2/+2
* | | | | Explain what we know about Nginx chunked requestsJacob Vosmaer2014-01-271-0/+14
* | | | | Merge branch 'fix/routing' of /mnt/ebs/repositories/jhworth.developer/gitlab-ceDmitriy Zaporozhets2014-01-271-1/+1
|\ \ \ \ \
| * | | | | Add files to path blacklist.Jason Hollingsworth2014-01-241-1/+1
| | |/ / / | |/| | |
* | | | | improve upgrader "latest version" messageCorobi2014-01-251-1/+1
|/ / / /
* | | | Merge branch 'report_backup_db_success' into 'master'Dmitriy Zaporozhets2014-01-241-2/+16
|\ \ \ \
| * | | | Report failure of DB backup commandsJacob Vosmaer2014-01-231-2/+16
* | | | | Remove version since we don't keep it up to date.dosire2014-01-232-2/+0
* | | | | Merge branch 'improve/mr_diff'Dmitriy Zaporozhets2014-01-231-1/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Always create merge_request_diff if MR createdDmitriy Zaporozhets2014-01-221-1/+0
| |/ / /
* | | | Merge pull request #6075 from skv-headless/remove_deprecated_findersDmitriy Zaporozhets2014-01-2214-27/+27
|\ \ \ \ | |/ / / |/| | |
| * | | Remove deprecated findersskv2014-01-1914-27/+27
* | | | Rephrase LDAP check script outputJacob Vosmaer2014-01-211-1/+1
* | | | Better wording of the import instructions.dosire2014-01-201-4/+4
* | | | Merge branch 'init.d' of /mnt/ebs/repositories/arifali1/gitlab-ceDmitriy Zaporozhets2014-01-202-1/+18
|\ \ \ \
| * | | | Update the init.d file to the correct locationof the example defaults fileArif Ali2014-01-082-1/+18
* | | | | Merge branch 'add_website_url_to_user' of https://github.com/jeromedalbert/gi...Dmitriy Zaporozhets2014-01-192-2/+4
|\ \ \ \ \
| * | | | | Add website url to userJerome Dalbert2014-01-182-2/+4
* | | | | | Merge branch 'explain_ldap_check' into 'master'Dmitriy Zaporozhets2014-01-171-0/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Explain that `limit` only applies to the checkJacob Vosmaer2014-01-161-0/+2
| |/ / / /
* | | | | Merge branch 'refactoring/context_into_services' into 'master'Dmitriy Zaporozhets2014-01-173-6/+6
|\ \ \ \ \
| * | | | | Replace context with service in libDmitriy Zaporozhets2014-01-163-6/+6
| |/ / / /
* | | | | Accept encoding attribute in files APIDmitriy Zaporozhets2014-01-161-2/+2
* | | | | Add support of base64 encoded contentDmitriy Zaporozhets2014-01-163-4/+13
|/ / / /
* | | | Remove commit_load_context.rbDmitriy Zaporozhets2014-01-151-3/+3
* | | | Merge branch 'feature/merge_commit_message' of /home/git/repositories/gitlab/...Dmitriy Zaporozhets2014-01-151-33/+11
|\ \ \ \
| * | | | Add merge_commit_message argument for Satellite::MergeAction#mergeDmitriy Zaporozhets2014-01-131-9/+4
| * | | | Use same code for diff and patch inside MergeActionDmitriy Zaporozhets2014-01-131-16/+2
| * | | | Add support of custom message to merge action of satelliteDmitriy Zaporozhets2014-01-131-15/+12
* | | | | Allow . files to be createdJeroen van Baarsen2014-01-141-2/+2
|/ / / /
* | | | Dropped expiration date from the snippet APIJeroen van Baarsen2014-01-111-4/+0
* | | | Respect default theme settings. Fixed sign-in button on publica pageDmitriy Zaporozhets2014-01-101-1/+1
|/ / /
* | | Merge pull request #5760 from dermoth/masterDmitriy Zaporozhets2014-01-071-0/+3
|\ \ \