summaryrefslogtreecommitdiff
path: root/config/routes/snippets.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated /u/:username routesdz-remove-deprecated-user-routesDmitriy Zaporozhets2019-06-261-1/+1
| | | | | | Also release `u` from TOP_LEVEL_ROUTES Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix broken Members link when relative URL root paths are usedsh-fix-broken-redirection-relative-url-rootStan Hu2017-10-271-1/+1
| | | | | | | | Navigating to the "Members" section of a project would omit the relative URL root path. Fix the redirection and eliminate the need for a redirection in the first place. Fix other redirections failing to work with relative roots
* Support descriptions for snippetsJarka Kadlecova2017-05-311-0/+3
|
* Merge branch 'dm-snippet-download-button' into 'master' Sean McGivern2017-05-021-2/+1
|\ | | | | | | | | Add download button to project snippets See merge request !11004
| * Add download button to project snippetsdm-snippet-download-buttonDouwe Maan2017-04-301-2/+1
| |
* | Display comments for personal snippets12910-personal-snippets-notes-showJarka Kadlecova2017-05-021-0/+8
|/
* Support preview_markdown action for personal_snippetsJarka Kadlecova2017-04-261-0/+1
|
* Check public snippets for spamSean McGivern2017-02-021-0/+1
| | | | | | Apply the same spam checks to public snippets (either personal snippets that are public, or public snippets on public projects) as to issues on public projects.
* Added 'Download' button to snippet viewJustin DiPierro2016-10-111-0/+1
|
* Cleanup config/routes.rb even further by extracting more routes into ↵dz-more-route-cleanupDmitriy Zaporozhets2016-10-051-0/+8
separate files Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>