summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary private_token params.atom-feeds-everywhereDouwe Maan2015-04-237-7/+7
* Fix spec.Douwe Maan2015-04-231-1/+1
* Rename "News Feed" buttons to "Activity Feed"Douwe Maan2015-04-233-3/+3
* Fix project atom link tag.Douwe Maan2015-04-231-1/+1
* Update changelog.Douwe Maan2015-04-231-0/+2
* Make links and titles of atom feeds consistent.Douwe Maan2015-04-2311-31/+31
* Add atom feed for project activity.Douwe Maan2015-04-234-8/+40
* Move activity feed buttons out of event_filter into actual show views.Douwe Maan2015-04-234-14/+20
* Add feed button to dashboard and group issue pages.Douwe Maan2015-04-232-0/+12
* Add atom link tag to every page that has one.Douwe Maan2015-04-239-10/+34
* Fix sidebar collapse buttonDmitriy Zaporozhets2015-04-231-3/+3
* Add CHANGELOG item for new sidebarDmitriy Zaporozhets2015-04-232-3/+6
* Merge pull request #9042 from skburgart/fix/jira-linkMarin Jankovski2015-04-231-6/+5
|\
| * Fix broken link in jira serviceSteven Burgart2015-03-271-6/+5
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceMarin Jankovski2015-04-234-2/+7
|\ \
| * \ Merge branch 'sign-out-to-sign-in' into 'master'Dmitriy Zaporozhets2015-04-232-0/+5
| |\ \
| | * | Move changelog item to 7.11.sign-out-to-sign-inDouwe Maan2015-04-181-1/+1
| | * | Redirect to sign in page after signing out.Douwe Maan2015-04-182-0/+5
| * | | Merge branch 'rs-rails-env-predicates' into 'master'Dmitriy Zaporozhets2015-04-232-2/+2
| |\ \ \
| | * | | Fix two places where we should be using `Rails.env.development?`rs-rails-env-predicatesRobert Speicher2015-04-202-2/+2
* | | | | Merge pull request #9062 from fgimian/omniauth-disable-turbolinkDmitriy Zaporozhets2015-04-231-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Disable turbolinks for omniauth link to avoid rendering problemsFotis Gimian2015-03-311-1/+1
* | | | | Merge branch 'issue-body-code-mentions' into 'master'Dmitriy Zaporozhets2015-04-233-3/+6
|\ \ \ \ \
| * | | | | Fix bug causing `@whatever` inside code blocks to sometimes be picked up as a...issue-body-code-mentionsDouwe Maan2015-04-213-4/+5
| | |/ / / | |/| | |
* | | | | Merge branch 'rs-search_text_nodes' into 'master'Dmitriy Zaporozhets2015-04-232-2/+2
|\ \ \ \ \
| * | | | | Use `search_text_nodes` helper in our custom filtersrs-search_text_nodesRobert Speicher2015-04-222-2/+2
* | | | | | Merge branch 'new-sidebar' into 'master'Dmitriy Zaporozhets2015-04-2333-248/+290
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into new-sidebarDmitriy Zaporozhets2015-04-23135-1462/+3533
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #8996 from vinkla/patch-1Marin Jankovski2015-04-231-0/+2
|\ \ \ \ \ \ \
| * | | | | | | Fix nodejs installation guide in documentation.Vincent Klaiber2015-04-231-0/+2
* | | | | | | | Move the upgrade document to the correct location.Marin Jankovski2015-04-231-0/+0
* | | | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-04-221-5/+5
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'upgrader-for-7.10' into 'master'Job van der Voort2015-04-221-5/+5
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| | * | | | | | | Update command in upgrader docs to work with 7.10.0.Douwe Maan2015-04-221-5/+5
| |/ / / / / / /
* | | | | | | | Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets2015-04-223-74/+74
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge pull request #9078 from ikappas/project-services-extend-uiDmitriy Zaporozhets2015-04-223-74/+74
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | added fieldset support to project and admin services views.Ioannis Kappas2015-04-223-74/+74
* | | | | | | | | Merge branch 'rs-reply-hotkey' into 'master'Dmitriy Zaporozhets2015-04-2218-100/+624
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Add changelog entry [ci skip]Robert Speicher2015-04-181-1/+1
| * | | | | | | | Typo: Issueable -> IssuableRobert Speicher2015-04-184-7/+7
| * | | | | | | | Add JS specs for replyWithSelectedTextRobert Speicher2015-04-183-0/+519
| * | | | | | | | Add hotkey for "reply with selected text" to IssueableRobert Speicher2015-04-181-1/+27
| * | | | | | | | Add 'reply' hotkey to help modalRobert Speicher2015-04-181-0/+8
| * | | | | | | | Simplify jasmine.yml since we're using jasmine-rails gemRobert Speicher2015-04-181-30/+0
| * | | | | | | | Make StatGraph JS explicitly require its dependenciesRobert Speicher2015-04-185-0/+14
| * | | | | | | | rails g jasmine_rails:installRobert Speicher2015-04-182-115/+42
| * | | | | | | | Add jasmine-rails gemRobert Speicher2015-04-182-0/+7
| * | | | | | | | Re-run rails g jasmine:installRobert Speicher2015-04-182-4/+56
| * | | | | | | | Update jasmine gemRobert Speicher2015-04-182-7/+7
| * | | | | | | | Fix 'merge_reuests' typoRobert Speicher2015-04-182-2/+2