summaryrefslogtreecommitdiff
path: root/app/controllers/projects/wikis_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove explicit `require` calls, and use `require_dependency` when needed29389-fix-already-initialized-constantsRémy Coutable2017-03-131-2/+0
* Execute web hooks for WikiPage delete operationMark Fletcher2017-02-141-1/+1
* Merge branch '23535-folders-in-wiki-repository' into 'master' Douwe Maan2017-02-131-1/+2
|\
| * Render wiki entries using a collection of WikiPage and WikiDirectory objectsAlex Braha Stoll2016-12-311-2/+2
| * Show directory hierarchy when listing wiki pagesAlex Braha Stoll2016-12-311-1/+2
* | Update Rubocop to ruby 2.3zj-drop-ruby-21-testsZ.J. van de Weg2017-02-071-1/+1
|/
* use wiki pages index for sidebar overflow and limit sidebar list to 15 pagesMike Greiling2016-11-301-0/+2
* Rename `markdown_preview` routes to `preview_markdown`Christopher Bartz2016-08-111-1/+1
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-1/+0
* Forbid scripting for wiki filesSean McGivern2016-06-141-0/+3
* Hook up the updated `WikiLinkFilter` to the wiki controllers.Timothy Andrew2016-06-091-1/+1
* Split Markdown rendering & reference gatheringYorick Peterse2016-05-261-2/+2
* Fix error when trying to create a wiki pageRémy Coutable2016-04-291-2/+2
* improve check if wiki page is persistedSebastian Klier2016-04-201-1/+1
* remove unnecessary methodsSebastian Klier2016-04-201-11/+0
* add slack notifications for wiki pagesSebastian Klier2016-04-201-3/+3
* Add specific markdown_preview route for WikisGabriel Mazetto2016-03-301-0/+14
* Use the configured Kaminari "per page" defaultrs-use-kaminari-defaultRobert Speicher2016-03-191-1/+1
* Fix rubocop warnings in appGuilherme Garnier2015-10-031-1/+1
* Fix broken Wiki Page HistoryStan Hu2015-09-011-1/+0
* Update controller filtersDmitriy Zaporozhets2015-06-261-1/+1
* Rename abilities to correspond contoller/model action namesrename-abilitiesDmitriy Zaporozhets2015-06-261-2/+2
* Fixed the Rails/ActionFilter copJeroen van Baarsen2015-04-201-4/+4
* Fix bug where Wiki pages that include a '/' were no longer accessibleStan Hu2015-04-071-1/+5
* Use same constant for amount of items per pageDmitriy Zaporozhets2015-03-121-1/+1
* Add brakeman rake task and improve code securityDmitriy Zaporozhets2015-03-021-1/+1
* Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-4/+13
* Rubocop: indentation fixes Yay!!!Dmitriy Zaporozhets2015-02-021-10/+10
* Added ability to serve files in wiki repositoryLoic Nageleisen2014-06-071-3/+1
* Fix styling issues.Marin Jankovski2014-05-051-8/+10
* Serve a file if in wiki.Marin Jankovski2014-04-241-0/+11
* Speed up loading and add pagination to wiki pages page.Marin Jankovski2014-04-111-1/+1
* Rename wiki variablesDmitriy Zaporozhets2014-04-091-22/+26
* Move projects controllers/views in Projects moduleDmitriy Zaporozhets2013-06-231-0/+95