Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | webhook: add issue comment event | Unknwon | 2017-03-09 |
| | |||
* | webhook: support Issues event (#2319) | Unknwon | 2017-03-09 |
| | | | | Also addresses #3485. | ||
* | Protected branches: allow whitelist bypass require pull request check (#4207) | Unknwon | 2017-03-08 |
| | |||
* | webhook: add fork event | Unknwon | 2017-02-27 |
| | |||
* | webhook: able to detect delete branch or tag (#2315) | Unknwon | 2017-02-27 |
| | |||
* | markdown: fix links for image nested inside a link (#2636) | Unknwon | 2017-02-27 |
| | |||
* | protect_branch: only list teams have write access | Unknwon | 2017-02-24 |
| | | | | | List teams without write access to the repository cause confusion to make users think members of team could push to the branch. | ||
* | webhook: send secret with SHA256 HMAC hex digest (#3692) | Unknwon | 2017-02-24 |
| | |||
* | webhook: highlight delivery response on click | Unknwon | 2017-02-24 |
| | | | | This decreases page load time for webhook edit page. | ||
* | repo: add protect branch whitelist (#4177) | Unknwon | 2017-02-23 |
| | | | | | Add options to add users and teams to whitelist of a protected branch. This is only available for organizational repositories. | ||
* | webhook: also only enable certain types (#3356) | Unknwon | 2017-02-21 |
| | | | | Add new config option '[webhook] TYPES’. | ||
* | webhook: only trigger specific webhook for test delivery (#3030) | Unknwon | 2017-02-21 |
| | |||
* | webhook: support color for Discord | Unknwon | 2017-02-21 |
| | |||
* | repo/settings: add description and link to personal SSH keys (#3936) | Unknwon | 2017-02-18 |
| | |||
* | webhook: add native Discord support | Unknwon | 2017-02-18 |
| | |||
* | Initial version of protected branches (#776) | Unknwon | 2017-02-17 |
| | | | | | - Able to restrict force push and deletion - Able to restrict direct push | ||
* | Allow use to set an external tracker url and to redirect user when clicking ↵ | Rémy Boulanouar | 2017-01-31 |
| | | | | in Issues same behavior as Wiki. (#3646) | ||
* | #2018 able to sync now for mirrors | Unknwon | 2016-08-30 |
| | | | | | - Refactor code to use sync.UniqueQueue - Closes #3509 | ||
* | #2246 fully support of webhooks for pull request | Unknwon | 2016-08-14 |
| | |||
* | Replace gogs.io http links with https version (#3386) | rugk | 2016-08-05 |
| | |||
* | #3348 always use relative avatar link in the template | Unknwon | 2016-08-05 |
| | |||
* | #2162 improve repository advance options UI display | Unknwon | 2016-07-31 |
| | | | | Enable/disable input based on user chosen options for wiki and issue tracker. | ||
* | repo/settings/options: take naming style examples out of locale string | Unknwon | 2016-07-25 |
| | |||
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 |
| | |||
* | Minor HTML fix for delete repository notice | Unknwon | 2016-07-23 |
| | |||
* | Minor fix for #3246 | Unknwon | 2016-07-09 |
| | |||
* | The pruning for the synchronized mirrors is a option now. Default value: ↵ | Pablo Saavedra | 2016-07-09 |
| | | | | | | | | | | | | | enable_prune = true (#3246) Executed go fmt getEngine() not handles DB parameters (#2972) (#2974) Uses .AllCols() for Update in updateMirror() Spanish traslation removed Fixed a wrong way to ommit the --prune option in process.ExecDir() for MirrorUpdate function | ||
* | Modify behaviour of repo-delete. (#3232) | Pheng Heong TAN | 2016-07-09 |
| | | | | | | | | | | Re: issues gogits/gogs#2863 and gogits/gogs#3231 As a result of modifications to the contents of the conf folder, `make bindata` was run, causing an update to bindata.go. Meta ----- This commit will be rebased onto the 'develop' branch. | ||
* | Localize collaboration settings. (#3100) | Andrey Nering | 2016-06-28 |
| | | | Closes #2764 | ||
* | Support alphanumeric issue style (ABC-1234) for external issue tracker (#2992) | Cosmin Stroe | 2016-04-22 |
| | |||
* | Improve repository lable style | Unknwon | 2016-03-15 |
| | | | | | - add border-radius to filter list items - use color as background of label for issue/pull view page | ||
* | #1146 finish new access rights for collaborators | Unknwon | 2016-03-05 |
| | |||
* | #1146 finsih UI work for access mode of collaborators | Unknwon | 2016-03-05 |
| | | | | | Collaborators have write access as default, and can be changed via repository collaboration settings page to change between read, write and admin. | ||
* | Minor fixes for #2745 | Unknwon | 2016-03-03 |
| | |||
* | Repo setting to delete and disable wiki | Josh Frye | 2016-03-03 |
| | |||
* | Fix #857 | Unknwon | 2016-02-20 |
| | |||
* | #2505 Allow to fork and disallow to create PRs for mirrors. | Download-Fritz | 2016-02-19 |
| | |||
* | Minor fix for #2624 | Unknwon | 2016-02-15 |
| | |||
* | Refactored according to suggestions | Martin Hartkorn | 2016-02-14 |
| | |||
* | Convert mirrors to regular repositories. | Martin Hartkorn | 2016-02-14 |
| | |||
* | #2114 External URL for wiki | Unknwon | 2015-12-11 |
| | |||
* | #1984 Better mirror repo management | Unknwon | 2015-12-08 |
| | |||
* | 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 | ||
* | fix #2105 and fix #1857 | Unknwon | 2015-12-05 |
| | |||
* | fix #1829 and fix #890 | Unknwon | 2015-12-04 |
| | |||
* | 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. | ||
* | allow admin to migrate for any user/org | Unknwon | 2015-11-25 |
| | |||
* | fix #650 | Unknwon | 2015-11-22 |
| | |||
* | fix #1448 | Unknwon | 2015-11-17 |
| |