summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* up to 3.0.3v3.0.3Dmitriy Zaporozhets2012-10-242-1/+5
|
* Merge branch 'feature/import_team_from_other_project' of ↵Valery Sizov2012-10-248-3/+131
|\ | | | | | | dev.gitlabhq.com:gitlabhq
| * Spinach featureDmitriy Zaporozhets2012-10-243-1/+28
| |
| * Handle perfomance issue with team import. Model specsDmitriy Zaporozhets2012-10-242-11/+57
| |
| * Feature implementedDmitriy Zaporozhets2012-10-245-3/+58
| |
* | Fix chrome issues listDmitriy Zaporozhets2012-10-241-1/+1
| |
* | Merge pull request #1781 from iamntz/autofocus_on_issuesValeriy Sizov2012-10-241-1/+1
|\ \ | |/ |/| Added autofocus for issue title
| * Added autofocus for issue titleStaicu Ionut2012-10-241-1/+1
|/
* v3.0.2v3.0.2Dmitriy Zaporozhets2012-10-242-1/+6
|
* Fix schema.rbDmitriy Zaporozhets2012-10-241-1/+1
|
* Update doc/installation.mdSaito2012-10-241-0/+4
| | | Git Smart HTTP protocol runs on `gitlab:gitlab`.
* Fix 500 error on admin project if emptyDmitriy Zaporozhets2012-10-232-1/+3
|
* Reduce line-height for commits diff linesrandx2012-10-221-0/+5
|
* Restyled last push widget. Increased line-height for td in tablesrandx2012-10-2212-23/+59
|
* More group tests with spinachrandx2012-10-225-4/+98
|
* Fix issue with removing grouprandx2012-10-221-1/+1
|
* up to 3.0.1v3.0.1Dmitriy Zaporozhets2012-10-222-1/+4
|
* Fix git over HTTPDmitriy Zaporozhets2012-10-221-0/+14
|
* Up to v3.0.0v3.0.0Dmitriy Zaporozhets2012-10-222-2/+14
|
* Log OutOfMemory exceptions from Merge Requests with GitLoggerrandx2012-10-211-0/+2
|
* Merge pull request #1740 from godric7/masterDmitriy Zaporozhets2012-10-211-0/+4
|\ | | | | Enable Oauth login for existing regular users
| * enable Oauth login for existing regular usersGodric2012-10-201-0/+4
| | | | | | fix: https://github.com/gitlabhq/gitlabhq/issues/1620
* | Merge pull request #1605 from dosire/repo_clone_indicatorDmitriy Zaporozhets2012-10-213-9/+11
|\ \ | | | | | | Rewrite build_url, use web_protocol for repo indicator.
| * | Display https as repo clone indicator and prevent modification of ↵Marin Jankovski2012-10-213-9/+11
|/ / | | | | | | | | | | | | | | web_protocol variable. Rewrite build_url, use web_protocol for repo indicator. Explicitly initialize custom port to make the logic obvious.
* | Merge pull request #1564 from dosire/cookie_secure_settingDmitriy Zaporozhets2012-10-211-1/+3
|\ \ | | | | | | Secure and httponly options on cookie.
| * | Secure and httponly options on cookie.Marin Jankovski2012-09-261-1/+3
| | |
* | | Merge pull request #1717 from riyad/add-author-to-tree-listingDmitriy Zaporozhets2012-10-216-16/+48
|\ \ \ | | | | | | | | Update author info in tree listing
| * | | Update author info in tree viewRiyad Preukschas2012-10-184-13/+23
| | | |
| * | | Add CommitDecorator#author_linkRiyad Preukschas2012-10-181-0/+22
| | | |
| * | | Fix wrong parameter order in Team#team_member_by_name_or_emailRiyad Preukschas2012-10-181-3/+3
| | |/ | |/|
* | | Security for online editor. Replace dev_access?, master_access? with can? ↵randx2012-10-217-18/+56
| | | | | | | | | | | | method usage
* | | Merge pull request #1743 from riyad/fix-merging-bugsDmitriy Zaporozhets2012-10-212-34/+74
|\ \ \ | |/ / |/| | Fix merging bugs
| * | Fix bug in MergeRequest#mark_as_unmergableRiyad Preukschas2012-10-201-1/+2
| | |
| * | Refactor Gitlab::MergeRiyad Preukschas2012-10-202-33/+72
|/ / | | | | | | | | | | * Refactor and document methods * Rename merge to merge! * Fixes #1544
* | add shared repository doc.Saito2012-10-181-0/+1
| |
* | Merge pull request #1712 from riyad/use-gem-for-emojiDmitriy Zaporozhets2012-10-18852-6/+5
|\ \ | | | | | | Use gem for Emoji
| * | Fix use of EmojiRiyad Preukschas2012-10-182-2/+2
| | |
| * | Remove old Emoji code and imagesRiyad Preukschas2012-10-18848-4/+0
| | |
| * | Add gemoji gemRiyad Preukschas2012-10-182-0/+3
| | |
* | | Merge pull request #1695 from riyad/cleanup-note-observer-and-notificationsDmitriy Zaporozhets2012-10-183-62/+117
|\ \ \ | | | | | | | | Code cleanup on NoteObserver and Notify
| * | | Rename NoteObserver methods and clarify thingsRiyad Preukschas2012-10-182-27/+51
| | | |
| * | | Reorder and group methods in Notify mailerRiyad Preukschas2012-10-181-35/+66
| |/ /
* | | Merge pull request #1727 from gitlabhq/fix_bug_wikiDmitriy Zaporozhets2012-10-181-1/+1
|\ \ \ | |/ / |/| | Fix 500 error when project is empty
| * | Fix 500 error when project is emptyValeriy Sizov2012-10-171-1/+1
|/ /
* | Fixing broken test of project last_activityrandx2012-10-171-16/+16
| |
* | Added project has_one :last_event assoc. Fixed tab line-height after ↵randx2012-10-174-11/+10
| | | | | | | | font-awesome. Increased projects per page on dashboard
* | v3.0.0pre. Updated gitlab_meta to 3.0. Extended changelograndx2012-10-174-4/+7
| |
* | revert all wiki changesValeriy Sizov2012-10-174-22/+18
| |
* | revertValeriy Sizov2012-10-171-2/+0
| |
* | Wiki style: move styles to right placeValeriy Sizov2012-10-173-16/+14
| |