summaryrefslogtreecommitdiff
path: root/app/helpers/snippets_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-76/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-151-0/+10
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-111-0/+11
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-101-4/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-281-28/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-081-24/+57
|
* Persist tmp snippet uploadsOswaldo Ferreira2019-06-171-0/+10
| | | | | | | | | | It persist temporary personal snippets under user/:id namespaces temporarily while creating a upload record to track it. If an user gets removed while it's still a tmp upload, it also gets removed. If the tmp upload is sent, the upload gets moved to personal_snippets/:id as before. The upload record also gets updated to the new model type as well.
* Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqJohn Jarvis2019-01-011-8/+0
|\
| * Move embeddable? to model to be used outside viewMark Chao2018-12-201-8/+0
| |
* | Fixing image lfs bug and also displaying text lfsFrancisco Javier López2018-12-271-1/+1
|/ | | | | | | | | | | This commit, introduced in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/23812, fixes a problem creating a displaying image diff notes when the image is stored in LFS. The main problem was that `Gitlab::Diff::File` was returning an invalid valid in `text?` for this kind of files. It also fixes a rendering problem with other LFS files, like text ones. They LFS pointer shouldn't be shown when LFS is enabled for the project, but they were.
* Enable frozen string for app/helpers/**/*.rbgfyoung2018-09-061-0/+2
| | | | Partially addresses #47424.
* Resolve "The comparison list for the modified icons"Sam Beckham2018-07-271-1/+1
|
* fix failing spechaseeb2018-03-071-1/+1
|
* changes based on reviewhaseeb2018-03-071-1/+1
|
* embedded snippets supporthaseeb2018-02-281-0/+35
|
* Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-111-0/+1
|
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-4/+3
|
* Add download_snippet_path helperDouwe Maan2017-05-021-0/+8
|
* Show case insensitive matches in snippet search resultsdm-fix-snippet-searchDouwe Maan2017-04-171-1/+1
|
* rename snippets_path helper due to conflict19990-update-snippets-page-designMike Greiling2016-12-101-1/+1
|
* implement snippets_scope_menu partial to reduce code duplicationMike Greiling2016-12-101-0/+11
|
* Reordered dropdown options18849-project-snippets-page-isn-t-really-responsiveLuke Bennett2016-09-071-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Rearranged datetime created line Added `avatar_class` option to `link_to_member` so it can be hidden Made snippet title font heavier Added file title bar Hidden unneeded info from xs screens Added visibility icon Reveal file-actions on xs screens Added comments icon to snippets list items Refactored no-comments declaration into framework stylesheet Final touch ups Fixed snippets_spec
* Remove `Snippet#expires_at`rs-snippets-dont-expireRobert Speicher2016-03-051-10/+0
| | | | | | This was removed from the interface in https://github.com/gitlabhq/gitlabhq/pull/6027 but its implementation lingered around for two years.
* Faster snippet searchValery Sizov2016-02-051-3/+3
|
* Backport some changes from EEes_backportValery Sizov2016-01-221-0/+75
|
* Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-1/+2
| | | | | | 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.
* Restyle snippetsDmitriy Zaporozhets2013-06-051-0/+8
|
* refactor lifetime_select helperNihad Abbasov2011-10-271-4/+4
|
* implement snippets lifetimeNihad Abbasov2011-10-271-0/+9
|
* snippets are readygitlabhq2011-10-171-0/+2