Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | 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. | |||
* | template: use DisplayName of users when possible (#4187) | Unknwon | 2017-02-24 | |
| | ||||
* | 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. | |||
* | templates/repo/diff: fix tag-code doesn't display in split view | Unknwon | 2017-02-23 | |
| | ||||
* | mirror: does not allow create releases | Unknwon | 2017-02-23 | |
| | ||||
* | comment: only show title of commit message from a commit ref (#3206) | Unknwon | 2017-02-22 | |
| | ||||
* | 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 | |
| | ||||
* | diff: able to highlight line with hashtag URL | Unknwon | 2017-02-20 | |
| | ||||
* | repo: able to fork own repository (#1791) | Unknwon | 2017-02-18 | |
| | ||||
* | commits: able to specify pageSize dynamically (#3965) | Unknwon | 2017-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) | Unknwon | 2017-02-18 | |
| | ||||
* | webhook: add native Discord support | Unknwon | 2017-02-18 | |
| | ||||
* | repo/release: add pagination (#2164) | Unknwon | 2017-02-17 | |
| | ||||
* | Initial version of protected branches (#776) | Unknwon | 2017-02-17 | |
| | | | | | - Able to restrict force push and deletion - Able to restrict direct push | |||
* | Security: fix XSS attack on milestone | Unknwon | 2017-02-17 | |
| | | | | Reported by Miguel Ángel Jimeno. | |||
* | repo/editor: fix breadcrumb path cuts parent dirs (#3859) | Unknwon | 2017-02-16 | |
| | ||||
* | Security: prevent XSS attach on wiki page | Unknwon | 2017-02-15 | |
| | | | | Reported by Miguel Ángel Jimeno. | |||
* | wiki: handle '#' in edit page (#3767) | Unknwon | 2017-02-15 | |
| | ||||
* | IPythonNotebook: CSS adjustment for PR #4070 | Unknwon | 2017-02-07 | |
| | ||||
* | Ipython notebook support (#4070) | Herbert | 2017-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 Boulanouar | 2017-01-31 | |
| | | | | in Issues same behavior as Wiki. (#3646) | |||
* | Fix can not save release draft as draft again (#3669) | Unknwon | 2017-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) | Unknwon | 2017-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' | Unknwon | 2017-01-25 | |
| | ||||
* | Fix unexpected rendering of README when it is not in Markdown | Unknwon | 2017-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 name | Unknwon | 2017-01-24 | |
| | | | | | File name could contain non-ASCII characters. See details on https://discuss.gogs.io/t/topic/758. | |||
* | 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. | |||
* | serve video files using the HTML5 video tag (#3967) | Nico Mandery | 2016-12-21 | |
| | ||||
* | Merge branch 'develop' of https://github.com/tanapoln/gogs into develop | Unknwon | 2016-12-21 | |
|\ | ||||
| * | provide button to delete merged pull request | Tanapol Nearunchorn | 2016-09-02 | |
| | | ||||
* | | #3577 incorrect URL produced by AvatarLink | Unknwon | 2016-09-01 | |
|/ | ||||
* | fix link error under preview (#3566) | raphael10241024 | 2016-09-01 | |
| | ||||
* | Support Editorconfig on web editor (#3512) | 无闻 | 2016-08-30 | |
|\ | ||||
| * | Support Editorconfig on web editor | Andrey Nering | 2016-08-30 | |
| | | ||||
* | | #2018 able to sync now for mirrors | Unknwon | 2016-08-30 | |
|/ | | | | | - Refactor code to use sync.UniqueQueue - Closes #3509 | |||
* | templates/repo/view: fix bad link | Unknwon | 2016-08-30 | |
| | ||||
* | Web editor: support upload files | Unknwon | 2016-08-30 | |
| | ||||
* | router/repo: code refactoring | Unknwon | 2016-08-30 | |
| | ||||
* | #3459 code quality improvement | Unknwon | 2016-08-29 | |
| | ||||
* | Load a set of predefined labels (#3459) | Thibault Meyer | 2016-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 repository | Unknwon | 2016-08-28 | |
| | ||||
* | Web editor: improve edit file | Unknwon | 2016-08-28 | |
| |