summaryrefslogtreecommitdiffstats
path: root/templates/repo/wiki/view.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Only show SSH clone URL if signed in (#2169) (#2170)Stefan Kalscheuer2017-07-151-5/+7
| | | | | | | | | | | | | | | | | | | * Add configuration flag SSH_EXPOSE_ANONYMOUS If this flag (default True) is set to false, the SSH clone URL will only be exposed if the current user is signed in. * Default SSH exposure set to false To match GitHub and for security reasons, SSH URL exposure is disabled by default. In addition to that. minor code changes have been applied. Signed-off-by: Stefan Kalscheuer <stefan@stklcode.de> * Add integration tests * Hide clone button neither HTTP and SSH is enabled Signed-off-by: Stefan Kalscheuer <stefan@stklcode.de>
* Security: prevent XSS attach on wiki pageUnknwon2017-02-161-5/+6
| | | | Reported by Miguel Ángel Jimeno.
* Markdown rendering overhaul (#186)Andrew Boyarshin2017-02-141-3/+22
| | | | | | | | | | | | * Markdown rendering overhaul Cleaned up and squashed commits into single one. Signed-off-by: Andrew Boyarshin <boyarshinand@gmail.com> * Fix markdown API, add markdown module and API tests, improve code coverage Signed-off-by: Andrew Boyarshin <boyarshinand@gmail.com>
* Merge pull request #17 from LefsFlarey/issue/3666Matthias Loibl2016-11-081-2/+2
|\ | | | | Fixed 404 caused by unexpected question mark
| * Fixed 404 caused by unexpected question markFlare2016-11-081-2/+2
| | | | | | | | This fixes 404 caused when creating new files or wiki pages with question marks. Amended to force CI rebuild
* | rename variable + fix wiki linkThibault Meyer2016-10-041-4/+4
| |
* | Can disable GIT interactions by HTTP protocolThibault Meyer2016-09-181-5/+11
|/
* #3233 code cleanup and minor issue fixUnknwon2016-08-111-1/+1
|
* Wiki mirroring implementation (#3233)Andrew2016-08-111-1/+1
| | | | | | | | | | | | | | | | | | | * Implement wiki mirroring, add Update mirrors operation to admin dashboard * bindata.go update after merge * Implement checking Git repo endpoint existence, support for BB included * Remove admin dashboard operation Fix bindata.go * Apply gofmt to repo model file * Try to remove bindata from PR * Revert accepted wiki names change in favor of better system * Remove unused imports
* #1146 finish new access rights for collaboratorsUnknwon2016-03-051-1/+1
|
* Update delete wiki page routeJosh Frye2016-03-041-1/+1
|
* Add ability to delete single wiki pages.Josh Frye2016-03-041-0/+13
|
* Remove download archive button on wiki pageschriswatt2016-02-291-7/+0
|
* Remember last selected clone protocol, and establish uniform order (https, ssh)Florian Kaiser2016-02-011-5/+5
|
* unified name: IsViewBranch, IsViewCommit and IsViewTagUnknwon2015-12-091-1/+1
|
* Indent all templates with tabsAdam Strzelecki2015-12-081-64/+64
| | | | | | | | | | | | This commit improves templates readability, since all of them use consistent indent with all template command blocks indented too. 1. Indents both HTML containers such as <div>, <p> and Go HTML template blocks such as {{if}} {{with}} 2. Cleans all trailing white-space 3. Adds trailing last line-break to each file
* UI: Always show menu on repo pagesAdam Strzelecki2015-12-031-1/+0
| | | | | Merges repo/sidebar.tmpl with repo/header.tmpl and makes every repo page use middleware.RepoRef() necessary to display information on this menu.
* UI: Make repository menu divide header and contentAdam Strzelecki2015-12-021-1/+1
| | | | | This is more inline with way GitHub looks like and feels much more natural and in style with rest of the interface.
* finish wikiUnknwon2015-11-301-17/+44
|
* wiki: finish editUnknwon2015-11-271-2/+30
|
* wiki: finish newUnknwon2015-11-271-0/+18
|
* Wiki: UI for page newUnknwon2015-11-251-0/+0