aboutsummaryrefslogtreecommitdiff
path: root/templates/repo
Commit message (Collapse)AuthorAge
...
* webhook: able to detect delete branch or tag (#2315)Unknwon2017-02-27
|
* markdown: fix links for image nested inside a link (#2636)Unknwon2017-02-27
|
* protect_branch: only list teams have write accessUnknwon2017-02-24
| | | | | List teams without write access to the repository cause confusion to make users think members of team could push to the branch.
* template: use DisplayName of users when possible (#4187)Unknwon2017-02-24
|
* webhook: send secret with SHA256 HMAC hex digest (#3692)Unknwon2017-02-24
|
* webhook: highlight delivery response on clickUnknwon2017-02-24
| | | | This decreases page load time for webhook edit page.
* repo: add protect branch whitelist (#4177)Unknwon2017-02-23
| | | | | Add options to add users and teams to whitelist of a protected branch. This is only available for organizational repositories.
* templates/repo/diff: fix tag-code doesn't display in split viewUnknwon2017-02-23
|
* mirror: does not allow create releasesUnknwon2017-02-23
|
* comment: only show title of commit message from a commit ref (#3206)Unknwon2017-02-22
|
* webhook: also only enable certain types (#3356)Unknwon2017-02-21
| | | | Add new config option '[webhook] TYPES’.
* webhook: only trigger specific webhook for test delivery (#3030)Unknwon2017-02-21
|
* webhook: support color for DiscordUnknwon2017-02-21
|
* diff: able to highlight line with hashtag URLUnknwon2017-02-20
|
* repo: able to fork own repository (#1791)Unknwon2017-02-18
|
* commits: able to specify pageSize dynamically (#3965)Unknwon2017-02-18
| | | | | | | Usage: <url>?page={page}&pageSize={pageSize} Also avoid/removed getting total commits count for pagination, users are only allowed navigation by 'newer' and 'older'.
* repo/settings: add description and link to personal SSH keys (#3936)Unknwon2017-02-18
|
* webhook: add native Discord supportUnknwon2017-02-18
|
* repo/release: add pagination (#2164)Unknwon2017-02-17
|
* Initial version of protected branches (#776)Unknwon2017-02-17
| | | | | - Able to restrict force push and deletion - Able to restrict direct push
* Security: fix XSS attack on milestoneUnknwon2017-02-17
| | | | Reported by Miguel Ángel Jimeno.
* repo/editor: fix breadcrumb path cuts parent dirs (#3859)Unknwon2017-02-16
|
* Security: prevent XSS attach on wiki pageUnknwon2017-02-15
| | | | Reported by Miguel Ángel Jimeno.
* wiki: handle '#' in edit page (#3767)Unknwon2017-02-15
|
* IPythonNotebook: CSS adjustment for PR #4070Unknwon2017-02-07
|
* Ipython notebook support (#4070)Herbert2017-02-07
| | | | | | | | | | * added marked and notebookjs javascript libraries * added ipython notebook render support using javascript libraries * recompiled gogs.css to include ipynb-related css * removed superflous javascript library files
* Allow use to set an external tracker url and to redirect user when clicking ↵Rémy Boulanouar2017-01-31
| | | | in Issues same behavior as Wiki. (#3646)
* Fix can not save release draft as draft again (#3669)Unknwon2017-01-30
| | | | | But release was not saved as draft in the first time, is not possible to be draft afterwards because the Git tag was created.
* Disable local path migration by default (#4033)Unknwon2017-01-26
| | | | | | | Site admin now has to enable manually by config option [repository] ENABLE_LOCAL_PATH_MIGRATION = true. Site admin always grants this permission, but regulars users have to be allowed by site admins in admin user panel.
* templates/repo: rename 'Code' to 'Files'Unknwon2017-01-25
|
* Fix unexpected rendering of README when it is not in MarkdownUnknwon2017-01-25
| | | | | This patch also handles case when a file name looks like README but is not a text file (e.g. image, PDF).
* repo/home.tmpl: only ellipsis on repository nameUnknwon2017-01-24
| | | | | File name could contain non-ASCII characters. See details on https://discuss.gogs.io/t/topic/758.
* Minor fix for PR #3667Unknwon2016-12-22
|
* Feature #2583: Disable HTTP cloning (#3667)Thibault Meyer2016-12-22
| | | | | | | | * Can disable GIT interactions by HTTP protocol * rename variable + fix wiki link * missing space
* Fixed 404 caused by unexpected question mark (#3668)LefsFlare2016-12-21
| | | This fixes 404 caused when creating new files or wiki pages with question marks.
* serve video files using the HTML5 video tag (#3967)Nico Mandery2016-12-21
|
* Merge branch 'develop' of https://github.com/tanapoln/gogs into developUnknwon2016-12-21
|\
| * provide button to delete merged pull requestTanapol Nearunchorn2016-09-02
| |
* | #3577 incorrect URL produced by AvatarLinkUnknwon2016-09-01
|/
* fix link error under preview (#3566)raphael102410242016-09-01
|
* Support Editorconfig on web editor (#3512)无闻2016-08-30
|\
| * Support Editorconfig on web editorAndrey Nering2016-08-30
| |
* | #2018 able to sync now for mirrorsUnknwon2016-08-30
|/ | | | | - Refactor code to use sync.UniqueQueue - Closes #3509
* templates/repo/view: fix bad linkUnknwon2016-08-30
|
* Web editor: support upload filesUnknwon2016-08-30
|
* router/repo: code refactoringUnknwon2016-08-30
|
* #3459 code quality improvementUnknwon2016-08-29
|
* Load a set of predefined labels (#3459)Thibault Meyer2016-08-29
| | | | | | | | | | | | | | | | | | | | | | * Can use a predefined set of labels * Change UI * Fix HTML file indentation * Avoid reading file from other directory (security issue) * Apply a better fix * Remove not used variable * Merge upstream/develop * Do modifications * Raname * remove binding + rename variable
* Web editor: disallow edit mirror repositoryUnknwon2016-08-28
|
* Web editor: improve edit fileUnknwon2016-08-28
|