summaryrefslogtreecommitdiff
path: root/app/helpers
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Merge branch 'replace_passwords_with_asterisk' into 'master'Marin Jankovski2015-03-121-0/+10
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | Show asterisks instead of password in service edit form. See merge request !1686
| * | | | Show asterisks instead of password in service edit form.Marin Jankovski2015-03-121-0/+10
| | | | |
* | | | | replace images in emails with inline imagesHannes Rosenögger2015-03-121-0/+25
|/ / / / | | | | | | | | | | | | | | | | | | | | This adds the functionality of replacing all images that were uploaded to gitlab with inline images(base64) in emails. This change fixes the broken images in emails that 7.8 introduced
* | | | Merge branch 'markdown-smb-link' into 'master'Dmitriy Zaporozhets2015-03-121-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow smb:// links in Markdown text. As requested by Sam McLeod at https://gitlab.com/gitlab-org/gitlab-ce/issues/1184 See merge request !1669
| * | | | Allow smb:// links in Markdown text.Douwe Maan2015-03-101-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'fix-code-preview' into 'master'Marin Jankovski2015-03-112-2/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix code preview theme setting for comments, issues, merge requests, and snippets User color scheme was not being used: default white color scheme was always chosen. Also, default background for code in notes was always overriding the user color scheme. Closes #1139 See merge request !357
| * | | | Fix code preview theme setting for comments, issues, merge requests, and ↵Stan Hu2015-03-102-2/+4
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | snippets. Also preserve code preview color scheme in events dashboard. Assign default colors to all code blocks shown as <pre class="code highlight [color_scheme]"> Closes #1139
* | | | Add project filter by visibility and tag to explore pageDmitriy Zaporozhets2015-03-102-16/+17
|/ / /
* | | Render milestone progress with one helper methodDmitriy Zaporozhets2015-03-091-0/+11
|/ /
* | Added comment notification events to HipChat and Slack services.Stan Hu2015-03-061-0/+4
| | | | | | | | | | | | | | | | | | Supports four different event types all bundled under the "note" event type: - comments on a commit - comments on an issue - comments on a merge request - comments on a code snippet
* | Merge branch 'dashboard-milestones' into 'master'Dmitriy Zaporozhets2015-03-041-0/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Add dashboard milestones. Closes #1422. ![Screen_Shot_2015-03-03_at_16.20.36](https://dev.gitlab.org/gitlab/gitlabhq/uploads/795b480a2552e1d26436c3db2158cb81/Screen_Shot_2015-03-03_at_16.20.36.png) See merge request !1621
| * | Add dashboard milestones.Douwe Maan2015-03-031-0/+2
| | |
* | | Fix bug where editing a comment with "+1" or "-1" would cause a server errorStan Hu2015-03-021-3/+3
|/ / | | | | | | Closes #1151
* | Fix broken `project_url` routing when protected branches are accessed with ↵Stan Hu2015-03-011-0/+16
| | | | | | | | an empty repo
* | Merge pull request #8890 from sue445/feature/project_api_avatar_urlJeroen van Baarsen2015-03-011-4/+2
|\ \ | | | | | | Expose avatar_url in projects API
| * | Expose avatar_url in projects APIsue4452015-03-011-4/+2
| | | | | | | | | | | | | | | | | | * Impl Project#avatar_url * Refactor ApplicationHelper: Use Project#avatar_url * Update changelog
* | | Merge branch 'route-helper' into 'master'Dmitriy Zaporozhets2015-02-272-2/+33
|\ \ \ | | | | | | | | | | | | | | | | | | | | Introduce shortcuts for routing helpers See merge request !1600
| * | | Add explanation to routing methodDmitriy Zaporozhets2015-02-251-0/+13
| | | |
| * | | Introduce shortcuts for routing helpersDmitriy Zaporozhets2015-02-252-2/+20
| |/ /
* | | Merge branch 'event_tooltip_addition' into 'master'Marin Jankovski2015-02-261-1/+1
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | Added information to tooltips Tooltips now have meaning by mentioning their function ("Filter by..."). Fixes #1992 See merge request !1571
| * | Added information to tooltipsSabba Petri2015-02-231-1/+1
| | | | | | | | | | | | Tooltips now have meaning by mentioning their function ("Filter by..."). Fixes #1992
* | | Merge branch 'bitbucket-import'Dmitriy Zaporozhets2015-02-252-10/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: app/views/import/gitorious/status.html.haml db/schema.rb
| * | | Load public key in initializer.Douwe Maan2015-02-242-12/+2
| | | |
| * | | Add Bitbucket importer.Douwe Maan2015-02-242-2/+6
| |/ /
* | | Get rid of black logoDmitriy Zaporozhets2015-02-241-5/+1
| | |
* | | Refactor header logo and setup expectation on it sizeDmitriy Zaporozhets2015-02-241-0/+8
|/ /
* | Merge branch 'master' into rails-4.1.9Vinnie Okada2015-02-195-27/+49
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: app/views/dashboard/_project.html.haml app/views/events/event/_common.html.haml app/views/explore/projects/_project.html.haml app/views/groups/_projects.html.haml app/views/projects/_home_panel.html.haml app/views/projects/_issues_nav.html.haml app/views/projects/issues/_discussion.html.haml app/views/projects/issues/_issues.html.haml app/views/projects/issues/show.html.haml app/views/projects/merge_requests/_discussion.html.haml app/views/projects/merge_requests/_show.html.haml app/views/projects/milestones/index.html.haml app/views/projects/notes/_edit_form.html.haml app/views/shared/_issuable_filter.html.haml
| * \ Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-02-181-1/+1
| |\ \
| | * \ Merge branch 'no-highlight-files' into 'master'Sytse Sijbrandij2015-02-181-1/+1
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "NEWS" to no_highlight_files "NEWS" is used in gnu style opensource projects for the changelog. So let's add it to `no_highlight_files`. See merge request !249
| | | * | Added "news" to no_highlight_filesStefan Tatschner2014-12-031-1/+1
| | | | |
| * | | | Merge branch 'performance-improvements' into 'master'Dmitriy Zaporozhets2015-02-181-1/+7
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Performance improvements * More efficient DB queries * Cache ApplicationSettings per request * Dont query for objects you dont need See merge request !1540
| | * | | | DB performance improvements to GitLabDmitriy Zaporozhets2015-02-181-1/+7
| | |/ / /
| * | | | Fix Markdown relative links to files with anchors.Douwe Maan2015-02-181-4/+5
| |/ / /
| * | | Add link to share via twitter to "created project" event.Douwe Maan2015-02-131-0/+4
| | | |
| * | | Refactor event title generation for more consistent messages.Douwe Maan2015-02-131-21/+32
| | | | | | | | | | | | | | | | Example: "User joined project Namespace / Project" rather than "User joined project at Namespace / Project"
* | | | Upgrade to Rails 4.1.9Vinnie Okada2015-02-1414-62/+156
|/ / / | | | | | | | | | | | | | | | Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
* | | Merge branch 'master' into 'master'Dmitriy Zaporozhets2015-02-121-3/+16
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds new label color suggestions This adds a bunch of label color suggestions ![labels2](https://gitlab.com/uploads/gitlab-org/gitlab-ce/ac1a207575/labels2.png) ![labels1](https://gitlab.com/uploads/benny/gitlab-ce/d47fbecc16/labels1.png) See merge request !289
| * | | Reorders label colors for better "rainbow"phortx2015-01-131-8/+8
| | | |
| * | | Add more label color suggestionsphortx2015-01-131-1/+14
| | | |
* | | | Add labels notesNikita Verkhovin2015-02-081-1/+1
| | | |
* | | | Merge branch 'api-default-order' into 'master'Dmitriy Zaporozhets2015-02-061-0/+79
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sorting refactoring * refactor sorting logic for web UI * refactor and document ordering for API: project, issues, merge requests * explicitly define ordering in models using default_scope See merge request !1476
| * | | | Refactor sorting in projectDmitriy Zaporozhets2015-02-051-0/+79
| | | | |
* | | | | GitLab integration. ImporterValery Sizov2015-02-052-2/+6
|/ / / /
* | | | Improve collapsing sidebarDmitriy Zaporozhets2015-02-031-0/+8
| | | |
* | | | Merge branch 'collapseable-nav' of ↵Dmitriy Zaporozhets2015-02-031-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | https://github.com/jasonblanchard/gitlabhq into jasonblanchard-collapseable-nav
| * | | | Adds persistent collapse button for left side barJason Blanchard2015-02-031-0/+5
| | | | |
* | | | | Rubocop: indentation fixes Yay!!!Dmitriy Zaporozhets2015-02-022-2/+2
| | | | |
* | | | | Rubocop: no trailing newlinesDmitriy Zaporozhets2015-02-021-1/+0
| | | | |
* | | | | Rubocop: Style/ElseAlignment enabledDmitriy Zaporozhets2015-02-021-6/+7
| | | | |
* | | | | Rubocop: comment indentationDmitriy Zaporozhets2015-02-021-1/+1
| | | | |