aboutsummaryrefslogtreecommitdiff
path: root/templates/repo/settings
Commit message (Expand)AuthorAge
* refactor(db): move some methods off `user.go` (#7199)Joe Chen2022-10-22
* repo: support unlisted but publicly accessible repositories (#6176)Achilleas Koutsou2020-09-04
* repo: disable public access option when using external wiki and issue tracker...alpencrossi2020-04-09
* webhook: overhaul route handlers (#6002)ᴜɴᴋɴᴡᴏɴ2020-03-22
* git: migrate to github.com/gogs/git-module@v1.0.0 (#5958)ᴜɴᴋɴᴡᴏɴ2020-03-08
* templates: rename template function Str2html -> Str2HTMLUnknwon2018-12-10
* pkg/context: apply EscapePound at context levelUnknwon2018-09-28
* templates/repo/setting: fix missing EscapePound (#5442)Unknwon2018-09-28
* repo: add changes to repository avatar feature (#5221)Unknwon2018-06-17
* repo: support avatars (#5221)Sergey Dryabzhinsky2018-06-17
* repo: minor improve for PR #5219 and support UTF-8 byte countUnknwon2018-06-11
* repo: update repository description field to contain more than 256 symbols (#...Sergey Dryabzhinsky2018-06-11
* models/mirror: shot push webhook after synced commits (#4528)Unknwon2018-06-03
* templates/repo/settings: fix mirror setting errorUnknwon2018-05-30
* template: delete legacy fileUnknwon2018-04-02
* templates/repo/branches: escape pound in branch name (#4874)Unknwon2018-03-20
* MISC: minor fixes in webhookUnknwon2017-11-18
* pull_request: able to ignore whitespace when check conflict (#4834)Unknwon2017-11-16
* repo/pull: allow rebase before merging (#4805)Unknwon2017-11-15
* pull: add an option to use rebase for merging pull requestsmharinder2017-11-15
* Add Dingtalk webhook support (#4773)Athurg Feng2017-09-21
* random: some code simplifyUnknwon2017-06-11
* ldap: minor fix for PR #4398Unknwon2017-05-29
* user/setting: improve UIUnknwon2017-04-07
* Refactoring: rename Signed -> LoggedUnknwon2017-04-06
* pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL}Unknwon2017-04-06
* pkg/context: rename {CsrfToken, CsrfTokenHtml} -> {CSRFToken, CSRFTokenHTML}Unknwon2017-04-06
* repo: allow private repository to have public wiki or issuesUnknwon2017-03-24
* repo/webhook: able to retrigger delivery history (#2187)Unknwon2017-03-19
* repo/setting: filter out deleted branch in protect list (#4288)Unknwon2017-03-16
* templates/repo/webhook: move to its own directoryUnknwon2017-03-16
* repo/settings: improve Git hook editorUnknwon2017-03-13
* webhook: add Release event (#2387)Unknwon2017-03-11
* webhook: add issue comment eventUnknwon2017-03-09
* webhook: support Issues event (#2319)Unknwon2017-03-09
* Protected branches: allow whitelist bypass require pull request check (#4207)Unknwon2017-03-08
* webhook: add fork eventUnknwon2017-02-27
* 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
* webhook: send secret with SHA256 HMAC hex digest (#3692)Unknwon2017-02-24
* webhook: highlight delivery response on clickUnknwon2017-02-24
* repo: add protect branch whitelist (#4177)Unknwon2017-02-23
* webhook: also only enable certain types (#3356)Unknwon2017-02-21
* webhook: only trigger specific webhook for test delivery (#3030)Unknwon2017-02-21
* webhook: support color for DiscordUnknwon2017-02-21
* repo/settings: add description and link to personal SSH keys (#3936)Unknwon2017-02-18
* webhook: add native Discord supportUnknwon2017-02-18
* Initial version of protected branches (#776)Unknwon2017-02-17
* Allow use to set an external tracker url and to redirect user when clicking i...Rémy Boulanouar2017-01-31