Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | release: fix unable to edit release of a fork repository | Unknwon | 2017-02-23 |
| | |||
* | repo/setting: fix admin cannot delete organizational repository | Unknwon | 2017-02-22 |
| | |||
* | webhook: fix organizational webhook last delivery status cannot be updated | 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 |
| | |||
* | editor: redirect to new pull request page after create new branch | Unknwon | 2017-02-20 |
| | |||
* | repo: several minor improvements | Unknwon | 2017-02-19 |
| | | | | | | 1. Fix sample content didn't show up when hook doesn't exist. 2. Fix CSS 'word-break' to use 'break-word' not 'break-all'. 3. Fix single quote in 'locale_en-US.ini' file. | ||
* | api: add list user and organization's repositories (#3984) | Unknwon | 2017-02-18 |
| | |||
* | this fix #3958 (#4153) | huqiangit | 2017-02-18 |
| | | | Deal with '/' in Wiki page title. | ||
* | 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'. | ||
* | admin/config: display repository related settings (#3816) | Unknwon | 2017-02-18 |
| | |||
* | install: able to enable builtin SSH server (#3773) | Unknwon | 2017-02-18 |
| | |||
* | webhook: add native Discord support | Unknwon | 2017-02-18 |
| | |||
* | repo: assignee can be anyone who has read access (#3739) | Unknwon | 2017-02-17 |
| | |||
* | 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. | ||
* | refactoring: SSH and HTTP push procees is now unified | Unknwon | 2017-02-16 |
| | | | | | | | | | | | | | | We used to handle SSH and HTTP push separately which produces duplicated code, but now with post-receive hook, the process is unified to one single place and much cleaner. Thus, UpdateTask struct is removed. Narrow down the range of Git HTTP routes to reduce condufsing HTTP Basic Authentication window popup on browser. By detecting <old-commit, new-commit, ref-name> inside post-receive hook, Git HTTP doesn't need to read the whole content body anymore, which completely solve the RAM problem reported in #636. | ||
* | repo/editor: fix breadcrumb path cuts parent dirs (#3859) | Unknwon | 2017-02-16 |
| | |||
* | repo/branch: force delete merged branch (#4128) | Unknwon | 2017-02-15 |
| | |||
* | user/profile: paging doesn't respect private repository count (#4082) | Unknwon | 2017-02-15 |
| | |||
* | Fix compilation error | Unknwon | 2017-02-15 |
| | |||
* | Commits fetch concurrency (#3837) | Thibault Meyer | 2017-02-15 |
| | |||
* | Implement list/check/delete Repo Collaborator (#3689) | Kim "BKC" Carlbäcker | 2017-02-14 |
| | |||
* | git: delegate all server-side Git hooks (#1623) | Unknwon | 2017-02-14 |
| | |||
* | cookie: enhance cookie security (#3525) | Unknwon | 2017-02-14 |
| | |||
* | webhook: match email with real user in database for test delivery (#3652) | Unknwon | 2017-02-14 |
| | |||
* | org/team: make 'new' as reserved for team name (#3789) | Unknwon | 2017-02-14 |
| | |||
* | Added mssql support. (#3772) | dlob | 2017-02-13 |
| | |||
* | auth: remove MD5 for secure cookie secret (#4117) | Unknwon | 2017-02-13 |
| | | | | Update vendor accordingly | ||
* | install: no need to check SMTPFrom is not set (#4118) | Unknwon | 2017-02-13 |
| | |||
* | api/issue: minor code refactor (#3688) | Unknwon | 2017-02-12 |
| | |||
* | Implement more issue-endpoints (#3688) | Kim "BKC" Carlbäcker | 2017-02-12 |
| | |||
* | install: allow sender's username to be non-email (#3717) | Unknwon | 2017-02-12 |
| | |||
* | routers/repo: allow shorter SHA to download archive (#3834) | Unknwon | 2017-02-12 |
| | | | | SHA length from 7-40 is now supported. | ||
* | auth: few security improvements | Unknwon | 2017-02-11 |
| | |||
* | install: validate SMTP From | Unknwon | 2017-02-11 |
| | | | | | Invalid SMTP From will cause fatal error in post-install and exit the program. | ||
* | config: show Git version in admin panel | Unknwon | 2017-02-11 |
| | |||
* | Improve Open Graph Meta tags (#3664) | Unknwon | 2017-02-11 |
| | |||
* | Add more details on error report | Unknwon | 2017-02-10 |
| | | | | [CI SKIP] | ||
* | Minor improve on error handling | Unknwon | 2017-02-10 |
| | |||
* | api/repo/milestone: fix change status didn't take effect | Unknwon | 2017-02-10 |
| | |||
* | Configurable SSH cipher suite (#4109) | spacetourist | 2017-02-10 |
| | | | | | | * Configurable SSH cipher suite * Maintain ordering | ||
* | models/ssh_key: fix SSH_KEYGEN_PATH not working (#3770) | Unknwon | 2017-02-10 |
| | |||
* | log: start using gopkg.in/clog.v1 | Unknwon | 2017-02-09 |
| | |||
* | routers/repo/branch: fix can't delete branch with slashes after merge (#4089) | Unknwon | 2017-02-09 |
| | |||
* | models: remove TiDB embedded driver support | Unknwon | 2017-02-09 |
| | | | | | Users should all start tidb-server process and connect to it as if it is a MySQL server with MySQL drivers. | ||
* | routers/repo/pull: fix 404 on PR compare (#4074) | Unknwon | 2017-02-08 |
| | | | | | | | | | | | | Due to recent code refactor, ctx.PullRequest is not initialized for route repo.CompareAndPullRequest, which leads the UI thinks the compare is not happening inside the same repository. The current fix is to allow compare URL to include redundant head user name so everything works fine again, but code logic isn't as clean as before. Made comments about possible future fix. | ||
* | IPythonNotebook: CSS adjustment for PR #4070 | Unknwon | 2017-02-07 |
| |