Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Add Go 1.8 to .travis.yml | Unknwon | 2017-03-16 | |
| | ||||
* | webhook: add file status to push event (#3897) | Unknwon | 2017-03-16 | |
| | ||||
* | models: rename ErrUserNotExist -> errors.UserNotExist | Unknwon | 2017-03-16 | |
| | ||||
* | templates/repo/webhook: move to its own directory | Unknwon | 2017-03-16 | |
| | ||||
* | js: minor fix for #4294 | Unknwon | 2017-03-15 | |
| | ||||
* | ui: added Select class to ui.dropdown menus to prevent label changing (#4294) | Brian Paulson | 2017-03-15 | |
| | ||||
* | Update locales | Unknwon | 2017-03-13 | |
| | ||||
* | api: handle new events for hook | Unknwon | 2017-03-13 | |
| | ||||
* | repo/settings: improve Git hook editor | Unknwon | 2017-03-13 | |
| | ||||
* | release: improve attachment handle | Unknwon | 2017-03-13 | |
| | ||||
* | release: able to add attchments to release (#1614) | Unknwon | 2017-03-13 | |
| | | | | Added new config section '[release.attachment]’. | |||
* | explore: panic if search without login (#3088) | Unknwon | 2017-03-13 | |
| | ||||
* | models/repo: minor code style and comment fix (#4273) | Unknwon | 2017-03-13 | |
| | ||||
* | models/repo: allow SearchRepos to return private but accessible repositories ↵ | Rob Richards | 2017-03-13 | |
| | | | | | | | | | | | | | | | | | | | (#4273) * models/repo.go SearchRepositoryByName() Updated function to return public and private repositories that the logged in user has been given rights to view issue #3088 * models/repo.go SearchRepositoryName changed repository table alias to 'repo' removed debug line * models/repo.go SearchRepositoryByName modified UserID search query to use the "access" table instead of team_repo, team_user etc * models/repo.go SearchRepositoryByName 1) uppercased SQL keywords 2) removed alias for ACCESS table | |||
* | cmd/hook: fixed typo (#4280) | Danny Althoff | 2017-03-12 | |
| | ||||
* | issue_mail: fix issue poster not receive email if not watching (#2929) | Unknwon | 2017-03-12 | |
| | ||||
* | migrations/v16: use continue not return for bad records | Unknwon | 2017-03-12 | |
| | ||||
* | migrations/v16: make SQLite3 work | Unknwon | 2017-03-12 | |
| | ||||
* | migrations/v16: only Warn if repository happens to have bad data | Unknwon | 2017-03-12 | |
| | ||||
* | migrations/v16: sync table | Unknwon | 2017-03-12 | |
| | ||||
* | repo: able to view size (#1158) | Unknwon | 2017-03-12 | |
| | ||||
* | refactoring: experimental with models/errors package | Unknwon | 2017-03-12 | |
| | ||||
* | models/webhook: add skip check for Release event | Unknwon | 2017-03-11 | |
| | ||||
* | webhook: add Release event (#2387) | Unknwon | 2017-03-11 | |
| | ||||
* | api: make CORS work by handling preflight OPTIONS request (#4264) | Girish Sonawane | 2017-03-11 | |
| | | | | | | * make CORS work by handling preflight OPTIONS request * Update api.go | |||
* | repo: commits, branches and releases should highlight files tab | Unknwon | 2017-03-11 | |
| | ||||
* | repo/branches: hide buttons for regular users | Unknwon | 2017-03-11 | |
| | ||||
* | repo/branches: overview and all (#2310) | Unknwon | 2017-03-11 | |
| | ||||
* | api/repo: fix cannot reponse branch with slashes (#4198) | Unknwon | 2017-03-10 | |
| | ||||
* | markdown: support Smartypants (#4162) | Unknwon | 2017-03-10 | |
| | | | | Added new config section '[smartypants]', and disabled by default. | |||
* | css/repository: fix undesired style for label template select list | Unknwon | 2017-03-10 | |
| | ||||
* | issue_mail: send notifications to participants in comments (#2929) | Unknwon | 2017-03-10 | |
| | ||||
* | templates: use owner's avatar as image of repository | Unknwon | 2017-03-10 | |
| | ||||
* | repo/pull: handle head repository of merged pull requests deleted | Unknwon | 2017-03-10 | |
| | ||||
* | templates/repo: change some buttons to use 'basic' style | Unknwon | 2017-03-10 | |
| | ||||
* | repo/release: 404 when edit draft (4262) | Unknwon | 2017-03-10 | |
| | ||||
* | less/repository: minor fix for #git-stats | Unknwon | 2017-03-10 | |
| | ||||
* | templates/repo: only show Git stats in repository home page (#3518) | Unknwon | 2017-03-10 | |
| | | | | | | | | | Move 'Commits' and 'Releases' tabs down to body. This patch also reduces page load time for pages that do not need to use commits count anywhere. Get commits count can hurt performance badly for huge repositories that has tens of thousands commits like Linux Kernel. | |||
* | release: improve page load performance | Unknwon | 2017-03-10 | |
| | | | | | | | | Previously, we load all releases of a repository which could hurt performance when the repository has a lot of releases. Now we're able to only load releases in current page view we need to show by matching with 'tag_name'. | |||
* | models/user: explicitly select for organization type | Unknwon | 2017-03-10 | |
| | ||||
* | models/pull: treat all errors as conflict (#4265) | Unknwon | 2017-03-09 | |
| | | | | If there is a misdetection, log shows everything. | |||
* | models/pull: better error message detection (#4265) | Unknwon | 2017-03-09 | |
| | | | | Stop using English phrases in case of Git localization. | |||
* | webhook: add issue comment event | Unknwon | 2017-03-09 | |
| | ||||
* | webhook: support Issues event (#2319) | Unknwon | 2017-03-09 | |
| | | | | Also addresses #3485. | |||
* | models/user: handle case when user doesn't belong to any organization (#4258) | Unknwon | 2017-03-08 | |
| | ||||
* | ssh_key: create parent directory of 'authorized_keys' file | Unknwon | 2017-03-08 | |
| | ||||
* | mirror: update repository updated_unix after sync (#2807) | Unknwon | 2017-03-08 | |
| | ||||
* | Protected branches: allow whitelist bypass require pull request check (#4207) | Unknwon | 2017-03-08 | |
| | ||||
* | Update README | Unknwon | 2017-03-08 | |
| | ||||
* | repo/setting: fix admin cannot transfer organizational repository | Unknwon | 2017-03-07 | |
| |