aboutsummaryrefslogtreecommitdiff
path: root/routers
Commit message (Collapse)AuthorAge
* repo: does not allow fork to original owner (#4182)Unknwon2017-02-25
| | | | But can still fork to organizations.
* repo: able to add organization member as repository collaboratorUnknwon2017-02-24
|
* 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.
* 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.
* models/access: hasAccess only need userID not user objectUnknwon2017-02-23
|
* pull: fix split view on pull request page (#3695)Unknwon2017-02-23
|
* editor: fix cannot redirect to correct pull request URLUnknwon2017-02-23
| | | | | | | | Was only possible to correctly redirect to pull request page within same repository. And didn't take care of case when upstream has disabled pull request. Also add a new method 'PullRequestURL' to unify the code.
* release: fix unable to edit release of a fork repositoryUnknwon2017-02-23
|
* repo/setting: fix admin cannot delete organizational repositoryUnknwon2017-02-22
|
* webhook: fix organizational webhook last delivery status cannot be updatedUnknwon2017-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
|
* editor: redirect to new pull request page after create new branchUnknwon2017-02-20
|
* repo: several minor improvementsUnknwon2017-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)Unknwon2017-02-18
|
* this fix #3958 (#4153)huqiangit2017-02-18
| | | Deal with '/' in Wiki page title.
* 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'.
* admin/config: display repository related settings (#3816)Unknwon2017-02-18
|
* install: able to enable builtin SSH server (#3773)Unknwon2017-02-18
|
* webhook: add native Discord supportUnknwon2017-02-18
|
* repo: assignee can be anyone who has read access (#3739)Unknwon2017-02-17
|
* 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.
* refactoring: SSH and HTTP push procees is now unifiedUnknwon2017-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)Unknwon2017-02-16
|
* repo/branch: force delete merged branch (#4128)Unknwon2017-02-15
|
* user/profile: paging doesn't respect private repository count (#4082)Unknwon2017-02-15
|
* Fix compilation errorUnknwon2017-02-15
|
* Commits fetch concurrency (#3837)Thibault Meyer2017-02-15
|
* Implement list/check/delete Repo Collaborator (#3689)Kim "BKC" Carlbäcker2017-02-14
|
* git: delegate all server-side Git hooks (#1623)Unknwon2017-02-14
|
* cookie: enhance cookie security (#3525)Unknwon2017-02-14
|
* webhook: match email with real user in database for test delivery (#3652)Unknwon2017-02-14
|
* org/team: make 'new' as reserved for team name (#3789)Unknwon2017-02-14
|
* Added mssql support. (#3772)dlob2017-02-13
|
* auth: remove MD5 for secure cookie secret (#4117)Unknwon2017-02-13
| | | | Update vendor accordingly
* install: no need to check SMTPFrom is not set (#4118)Unknwon2017-02-13
|
* api/issue: minor code refactor (#3688)Unknwon2017-02-12
|
* Implement more issue-endpoints (#3688)Kim "BKC" Carlbäcker2017-02-12
|
* install: allow sender's username to be non-email (#3717)Unknwon2017-02-12
|
* routers/repo: allow shorter SHA to download archive (#3834)Unknwon2017-02-12
| | | | SHA length from 7-40 is now supported.
* auth: few security improvementsUnknwon2017-02-11
|
* install: validate SMTP FromUnknwon2017-02-11
| | | | | Invalid SMTP From will cause fatal error in post-install and exit the program.
* config: show Git version in admin panelUnknwon2017-02-11
|
* Improve Open Graph Meta tags (#3664)Unknwon2017-02-11
|
* Add more details on error reportUnknwon2017-02-10
| | | | [CI SKIP]
* Minor improve on error handlingUnknwon2017-02-10
|
* api/repo/milestone: fix change status didn't take effectUnknwon2017-02-10
|