Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | templates: rename template function Str2html -> Str2HTML | Unknwon | 2018-12-10 |
| | |||
* | templates/wiki: fix emoji rendering (#4869) | Unknwon | 2018-11-26 |
| | |||
* | repo/wiki: improve UI | Unknwon | 2017-04-07 |
| | |||
* | Security: prevent XSS attach on wiki page | Unknwon | 2017-02-15 |
| | | | | Reported by Miguel Ángel Jimeno. | ||
* | Minor fix for PR #3667 | Unknwon | 2016-12-22 |
| | |||
* | Feature #2583: Disable HTTP cloning (#3667) | Thibault Meyer | 2016-12-22 |
| | | | | | | | | * Can disable GIT interactions by HTTP protocol * rename variable + fix wiki link * missing space | ||
* | Fixed 404 caused by unexpected question mark (#3668) | LefsFlare | 2016-12-21 |
| | | | This fixes 404 caused when creating new files or wiki pages with question marks. | ||
* | #3233 code cleanup and minor issue fix | Unknwon | 2016-08-11 |
| | |||
* | Wiki mirroring implementation (#3233) | Andrew | 2016-08-11 |
| | | | | | | | | | | | | | | | | | | | * 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 collaborators | Unknwon | 2016-03-05 |
| | |||
* | Update delete wiki page route | Josh Frye | 2016-03-04 |
| | |||
* | Add ability to delete single wiki pages. | Josh Frye | 2016-03-04 |
| | |||
* | Remove download archive button on wiki pages | chriswatt | 2016-02-29 |
| | |||
* | Remember last selected clone protocol, and establish uniform order (https, ssh) | Florian Kaiser | 2016-02-01 |
| | |||
* | unified name: IsViewBranch, IsViewCommit and IsViewTag | Unknwon | 2015-12-09 |
| | |||
* | Indent all templates with tabs | Adam Strzelecki | 2015-12-08 |
| | | | | | | | | | | | | 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 pages | Adam Strzelecki | 2015-12-03 |
| | | | | | 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 content | Adam Strzelecki | 2015-12-02 |
| | | | | | This is more inline with way GitHub looks like and feels much more natural and in style with rest of the interface. | ||
* | finish wiki | Unknwon | 2015-11-30 |
| | |||
* | wiki: finish edit | Unknwon | 2015-11-27 |
| | |||
* | wiki: finish new | Unknwon | 2015-11-27 |
| | |||
* | Wiki: UI for page new | Unknwon | 2015-11-25 |