| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix broken Note scopes with lambdas, 4.0 compat | Scott Holden | 2012-10-24 | 1 | -6/+6 |
| | | | | | | | | Without lambdas, Date.today will be evaluated in the class body. For it to have a running scope of last week etc, it will need to be evaluated each time the scope is called. In Rails 4.0, lambdas will be required for all scopes, so not a bad idea to go ahead and change them all now. | ||||
| * | up to 3.0.3v3.0.3 | Dmitriy Zaporozhets | 2012-10-24 | 2 | -1/+5 |
| | | |||||
| * | Merge branch 'feature/import_team_from_other_project' of ↵ | Valery Sizov | 2012-10-24 | 8 | -3/+131 |
| |\ | | | | | | | dev.gitlabhq.com:gitlabhq | ||||
| | * | Spinach feature | Dmitriy Zaporozhets | 2012-10-24 | 3 | -1/+28 |
| | | | |||||
| | * | Handle perfomance issue with team import. Model specs | Dmitriy Zaporozhets | 2012-10-24 | 2 | -11/+57 |
| | | | |||||
| | * | Feature implemented | Dmitriy Zaporozhets | 2012-10-24 | 5 | -3/+58 |
| | | | |||||
| * | | Fix chrome issues list | Dmitriy Zaporozhets | 2012-10-24 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #1781 from iamntz/autofocus_on_issues | Valeriy Sizov | 2012-10-24 | 1 | -1/+1 |
| |\ \ | |/ |/| | Added autofocus for issue title | ||||
| | * | Added autofocus for issue title | Staicu Ionut | 2012-10-24 | 1 | -1/+1 |
| |/ | |||||
| * | v3.0.2v3.0.2 | Dmitriy Zaporozhets | 2012-10-24 | 2 | -1/+6 |
| | | |||||
| * | Fix schema.rb | Dmitriy Zaporozhets | 2012-10-24 | 1 | -1/+1 |
| | | |||||
| * | Update doc/installation.md | Saito | 2012-10-24 | 1 | -0/+4 |
| | | | | Git Smart HTTP protocol runs on `gitlab:gitlab`. | ||||
| * | Fix 500 error on admin project if empty | Dmitriy Zaporozhets | 2012-10-23 | 2 | -1/+3 |
| | | |||||
| * | Reduce line-height for commits diff lines | randx | 2012-10-22 | 1 | -0/+5 |
| | | |||||
| * | Restyled last push widget. Increased line-height for td in tables | randx | 2012-10-22 | 12 | -23/+59 |
| | | |||||
| * | More group tests with spinach | randx | 2012-10-22 | 5 | -4/+98 |
| | | |||||
| * | Fix issue with removing group | randx | 2012-10-22 | 1 | -1/+1 |
| | | |||||
| * | up to 3.0.1v3.0.1 | Dmitriy Zaporozhets | 2012-10-22 | 2 | -1/+4 |
| | | |||||
| * | Fix git over HTTP | Dmitriy Zaporozhets | 2012-10-22 | 1 | -0/+14 |
| | | |||||
| * | Up to v3.0.0v3.0.0 | Dmitriy Zaporozhets | 2012-10-22 | 2 | -2/+14 |
| | | |||||
| * | Log OutOfMemory exceptions from Merge Requests with GitLogger | randx | 2012-10-21 | 1 | -0/+2 |
| | | |||||
| * | Merge pull request #1740 from godric7/master | Dmitriy Zaporozhets | 2012-10-21 | 1 | -0/+4 |
| |\ | | | | | Enable Oauth login for existing regular users | ||||
| | * | enable Oauth login for existing regular users | Godric | 2012-10-20 | 1 | -0/+4 |
| | | | | | | | fix: https://github.com/gitlabhq/gitlabhq/issues/1620 | ||||
| * | | Merge pull request #1605 from dosire/repo_clone_indicator | Dmitriy Zaporozhets | 2012-10-21 | 3 | -9/+11 |
| |\ \ | | | | | | | Rewrite build_url, use web_protocol for repo indicator. | ||||
| | * | | Display https as repo clone indicator and prevent modification of ↵ | Marin Jankovski | 2012-10-21 | 3 | -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_setting | Dmitriy Zaporozhets | 2012-10-21 | 1 | -1/+3 |
| |\ \ | | | | | | | Secure and httponly options on cookie. | ||||
| | * | | Secure and httponly options on cookie. | Marin Jankovski | 2012-09-26 | 1 | -1/+3 |
| | | | | |||||
| * | | | Merge pull request #1717 from riyad/add-author-to-tree-listing | Dmitriy Zaporozhets | 2012-10-21 | 6 | -16/+48 |
| |\ \ \ | | | | | | | | | Update author info in tree listing | ||||
| | * | | | Update author info in tree view | Riyad Preukschas | 2012-10-18 | 4 | -13/+23 |
| | | | | | |||||
| | * | | | Add CommitDecorator#author_link | Riyad Preukschas | 2012-10-18 | 1 | -0/+22 |
| | | | | | |||||
| | * | | | Fix wrong parameter order in Team#team_member_by_name_or_email | Riyad Preukschas | 2012-10-18 | 1 | -3/+3 |
| | | |/ | |/| | |||||
| * | | | Security for online editor. Replace dev_access?, master_access? with can? ↵ | randx | 2012-10-21 | 7 | -18/+56 |
| | | | | | | | | | | | | | method usage | ||||
| * | | | Merge pull request #1743 from riyad/fix-merging-bugs | Dmitriy Zaporozhets | 2012-10-21 | 2 | -34/+74 |
| |\ \ \ | |/ / |/| | | Fix merging bugs | ||||
| | * | | Fix bug in MergeRequest#mark_as_unmergable | Riyad Preukschas | 2012-10-20 | 1 | -1/+2 |
| | | | | |||||
| | * | | Refactor Gitlab::Merge | Riyad Preukschas | 2012-10-20 | 2 | -33/+72 |
| |/ / | | | | | | | | | | | * Refactor and document methods * Rename merge to merge! * Fixes #1544 | ||||
| * | | add shared repository doc. | Saito | 2012-10-18 | 1 | -0/+1 |
| | | | |||||
| * | | Merge pull request #1712 from riyad/use-gem-for-emoji | Dmitriy Zaporozhets | 2012-10-18 | 852 | -6/+5 |
| |\ \ | | | | | | | Use gem for Emoji | ||||
| | * | | Fix use of Emoji | Riyad Preukschas | 2012-10-18 | 2 | -2/+2 |
| | | | | |||||
| | * | | Remove old Emoji code and images | Riyad Preukschas | 2012-10-18 | 848 | -4/+0 |
| | | | | |||||
| | * | | Add gemoji gem | Riyad Preukschas | 2012-10-18 | 2 | -0/+3 |
| | | | | |||||
| * | | | Merge pull request #1695 from riyad/cleanup-note-observer-and-notifications | Dmitriy Zaporozhets | 2012-10-18 | 3 | -62/+117 |
| |\ \ \ | | | | | | | | | Code cleanup on NoteObserver and Notify | ||||
| | * | | | Rename NoteObserver methods and clarify things | Riyad Preukschas | 2012-10-18 | 2 | -27/+51 |
| | | | | | |||||
| | * | | | Reorder and group methods in Notify mailer | Riyad Preukschas | 2012-10-18 | 1 | -35/+66 |
| | |/ / | |||||
| * | | | Merge pull request #1727 from gitlabhq/fix_bug_wiki | Dmitriy Zaporozhets | 2012-10-18 | 1 | -1/+1 |
| |\ \ \ | |/ / |/| | | Fix 500 error when project is empty | ||||
| | * | | Fix 500 error when project is empty | Valeriy Sizov | 2012-10-17 | 1 | -1/+1 |
| |/ / | |||||
| * | | Fixing broken test of project last_activity | randx | 2012-10-17 | 1 | -16/+16 |
| | | | |||||
| * | | Added project has_one :last_event assoc. Fixed tab line-height after ↵ | randx | 2012-10-17 | 4 | -11/+10 |
| | | | | | | | | | font-awesome. Increased projects per page on dashboard | ||||
| * | | v3.0.0pre. Updated gitlab_meta to 3.0. Extended changelog | randx | 2012-10-17 | 4 | -4/+7 |
| | | | |||||
| * | | revert all wiki changes | Valeriy Sizov | 2012-10-17 | 4 | -22/+18 |
| | | | |||||
| * | | revert | Valeriy Sizov | 2012-10-17 | 1 | -2/+0 |
| | | | |||||
