summaryrefslogtreecommitdiff
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Fix the abuse report detail URL in the HTML email templaters-fix-abuse-report-urlRobert Speicher2016-01-051-1/+1
|
* Merge branch 'validate-readme-format' into 'master'Robert Speicher2016-01-051-8/+6
|\ | | | | | | | | | | | | | | | | | | Validate README format Take the first previewable README file as project's README, otherwise if none file is available, or we can't preview any of them, we assume that project doesn't have a README file. Fixes #3978
| * Validate README format before displayingDouglas Barbosa Alexandre2016-01-051-8/+6
| | | | | | | | | | | | Take the first previewable README file as project’s README, otherwise if none file is available, or we can’t preview any of them, we assume that project doesn’t have a README file.
* | Merge branch 'mikew1/gitlab-ce-better-asana-refs' into 'master' Douwe Maan2016-01-051-42/+40
|\ \ | | | | | | | | | | | | | | | | | | Better support for referencing and closing issues in asana_service.rb (by @mikew1) See merge request !2302
| * | Don't log backtrace in Asana servicemikew1/gitlab-ce-better-asana-refsMike Wyatt2016-01-041-1/+0
| | |
| * | Merge remote-tracking branch 'upstream/master' into better-asana-refsMike Wyatt2015-12-31182-1116/+3740
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (307 commits) Update CHANGELOG spinach fix Updated allocations Gem to version 1.0.3 Removed various default metrics tags Update CHANGELOG Fix "I see current user as the first user" step Swap Author and Assignee Selectors on issuable index view Update CHANGELOG Make sure that is no pending migrations in Gitlab::CurrentSettings Added additional config environmental variables to help Debian packaging We don't use whenever anymore. Lets remove the schedule file Fix project transfer e-mail sending incorrect paths in e-mail notification Update CHANGELOG Use Gitlab::CurrentSettings for InfluxDB Write to InfluxDB directly via UDP Strip newlines from obfuscated SQL Add hotfix that allows to access build artifacts created before 8.3 note votes methids implementation When reCAPTCHA is disabled, allow registrations to go through without a code Downcased user or email search for avatar_icon. ...
| * | | Better handling of errors in Asana serviceMike Wyatt2015-12-301-9/+8
| | | | | | | | | | | | | | | | [ci skip]
| * | | Update Asana service documentationMike Wyatt2015-12-301-2/+2
| | | |
| * | | Restore colon in Asana commentMike Wyatt2015-12-301-1/+1
| | | |
| * | | Merge remote-tracking branch 'origin/master' into better-asana-refsMike Wyatt2015-12-307-34/+35
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/master: Use lazy reference extractor to get issue's MRs Banzai::XFilter -> Banzai::Filter::XFilter Move Markdown/reference logic from Gitlab::Markdown to Banzai
| * | | | Fix error in Asana serviceMike Wyatt2015-12-291-1/+1
| | | | |
| * | | | Update Asana service to work with Personal Access Token, lessen number of ↵Mike Wyatt2015-12-291-31/+21
| | | | | | | | | | | | | | | | | | | | requests to Asana API
| * | | | Update Asana field descriptionsMike Wyatt2015-12-291-4/+2
| | | | |
| * | | | better support for referencing and closing issues in asana_service.rbMike Wyatt2015-12-161-8/+20
| | | | |
* | | | | Merge branch 'brunsa2/gitlab-ce-diverging-branch-graphs' into 'master' Douwe Maan2016-01-055-0/+115
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add graphs of commits ahead/behind default branch (by @brunsa2) Replaces https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/1716 See merge request !2301
| * | | | | Fix diverging commit count calculationbrunsa2/gitlab-ce-diverging-branch-graphsJeff Stubler2015-12-151-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rugged seemed to stop accepting branch names as valid refs, throwing `Rugged::ReferenceError` exceptions. Now the branch target rather than branch name is used, and the default branch's hash is also calculated, and these work properly. This used to work and might be something worth re-investigating in the future.
| * | | | | Merge branch 'master' into diverging-branch-graphsJeff Stubler2015-12-03319-2369/+3452
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into diverging-branch-graphsJeff Stubler2015-11-12163-581/+1458
| |\ \ \ \ \ \
| * | | | | | | Refactor for style issuesJeff Stubler2015-11-113-21/+17
| | | | | | | |
| * | | | | | | Merge branch 'master' into diverging-branch-graphsJeff Stubler2015-11-022-8/+8
| |\ \ \ \ \ \ \
| * | | | | | | | Add graphs showing commits ahead and behind default to branches pageJeff Stubler2015-11-015-2/+121
| | | | | | | | |
* | | | | | | | | Merge branch 'joshfng/gitlab-ce-fix-3802' into 'master' Douwe Maan2016-01-052-4/+6
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Show 'New Merge Request' buttons on canonical repo. (by @joshfng) Replaces https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2189 to run tests on our runners. See merge request !2300
| * | | | | | | | | Change text back. Add additional tests.joshfng/gitlab-ce-fix-3802Josh Frye2016-01-031-1/+1
| | | | | | | | | |
| * | | | | | | | | Fix testsJosh Frye2016-01-032-2/+2
| | | | | | | | | |
| * | | | | | | | | Show 'New Merge Request' buttons on canonical repo.Josh Frye2016-01-032-5/+7
| | | | | | | | | |
* | | | | | | | | | Merge branch 'rs-abuse-reports-refactor' into 'master' Douwe Maan2016-01-053-6/+21
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Abuse Report refactors - Redirect back to user profile after report - "Tell, Don't Ask" for sending report notifications See merge request !2293
| * | | | | | | | | | Add `AbuseReport#notify`rs-abuse-reports-refactorRobert Speicher2016-01-042-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tell, Don't Ask.
| * | | | | | | | | | Make AbuseReportMailer responsible for knowing if it should deliverRobert Speicher2016-01-041-1/+9
| | | | | | | | | | |
| * | | | | | | | | | Redirect back to user profile page after abuse reportRobert Speicher2016-01-041-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now the reporter will see the fruits of their labor, namely, the red icon!
* | | | | | | | | | | Merge branch 'pr-9938' into 'master' Douwe Maan2016-01-051-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request GH-9938 from huacnlee/hotfix/note_mail_with_notification Hotfix note mail with notification See merge request !2288
| * | | | | | | | | | Merge pull request GH-9938 from huacnlee/hotfix/note_mail_with_notificationpr-9938Douwe Maan2016-01-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hotfix note mail with notification
* | | | | | | | | | | Merge branch 'new-markdown' into 'master' Dmitriy Zaporozhets2016-01-051-3/+3
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | markdown fixes old ![Screenshot_2016-01-05_10.49.46](/uploads/731f0e83ceefa74650ea27f8dca67b35/Screenshot_2016-01-05_10.49.46.png) new ![Screenshot_2016-01-05_10.51.51](/uploads/85a82b2a589f9a4ad3dd47c6de3b89d7/Screenshot_2016-01-05_10.51.51.png) See merge request !2295
| * | | | | | | | | | | markdown fixesnew-markdownAndriy Dyadyura2016-01-051-1/+1
| | | | | | | | | | | |
| * | | | | | | | | | | markdown fixesAndriy Dyadyura2016-01-051-3/+3
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'improved-leave-project' into 'master' Dmitriy Zaporozhets2016-01-053-16/+25
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds settings menu to the top for editting and leaving projects @creamzy @skyruler @dzaporozhets Menu contents depends on user's rights. Fixes #4221 ![Screen_Shot_2015-12-23_at_10.02.47_PM](/uploads/daeaef937bf9d9f4db7ccb674e344ac1/Screen_Shot_2015-12-23_at_10.02.47_PM.png) ![Screen_Shot_2015-12-23_at_10.02.41_PM](/uploads/58eb4eea7d640f01d7f05c2a408a2c04/Screen_Shot_2015-12-23_at_10.02.41_PM.png) ![Screen_Shot_2015-12-23_at_10.02.55_PM](/uploads/4b2ae027a13efcbad3eb81b04f134c4f/Screen_Shot_2015-12-23_at_10.02.55_PM.png) ![Screen_Shot_2015-12-23_at_10.04.47_PM](/uploads/bd5d9d8ddd72d16d74c32c6c1f569776/Screen_Shot_2015-12-23_at_10.04.47_PM.png) See merge request !2195
| * | | | | | | | | | | removes footer message about access to projectJacob Schatz2016-01-041-8/+1
| | | | | | | | | | | |
| * | | | | | | | | | | Merge branch 'master' into improved-leave-projectJacob Schatz2015-12-282-0/+61
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | fixes tests failingJacob Schatz2015-12-281-2/+2
| | | | | | | | | | | | |
| * | | | | | | | | | | | adds settings menu to the top for editting and leaving projectsJacob Schatz2015-12-283-9/+25
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'rs-logo-animation' into 'master' Dmitriy Zaporozhets2016-01-053-8/+51
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the logo as a loading indicator ![logo-sweep](/uploads/ff048fd2e56a6dcae8801f998b484623/logo-sweep.gif) See merge request !2277
| * | | | | | | | | | | | | Restructure logo JS to use `setInterval`rs-logo-animationRobert Speicher2016-01-041-25/+21
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Decrease the logo sweep delayRobert Speicher2016-01-041-2/+3
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Correct the logo ID namesRobert Speicher2016-01-042-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Her left, not ours!
| * | | | | | | | | | | | | Ensure the sweep always starts from the leftRobert Speicher2016-01-021-8/+9
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Use the logo as a loading indicatorRobert Speicher2016-01-022-1/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #5616
| * | | | | | | | | | | | | Give the logo shapes meaningful IDsRobert Speicher2016-01-021-7/+7
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'dedupe-notifications-watcher-and-subscriber' into 'master' Dmitriy Zaporozhets2016-01-051-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't notify users twice if they are both project watchers and subscribers Closes #4708 See merge request !2290
| * | | | | | | | | | | | | | Don't notify users twice if they are both project watchers and subscribersStan Hu2016-01-041-0/+1
| | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #4708
* | | | | | | | | | | | | | Merge branch 'rs-remove-jquery-blockui' into 'master' Dmitriy Zaporozhets2016-01-052-8/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove jquery.blockUI.js plugin It was only used to block the issue (but not merge request) list when the sort was changed. See merge request !2287
| * | | | | | | | | | | | | | Remove jquery.blockUI.js pluginrs-remove-jquery-blockuiRobert Speicher2016-01-042-8/+0
| | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was only used to block the issue (but not merge request) list when the sort was changed.