Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | dashboard/feeds: able to load more history (#2511) | Unknwon | 2017-03-16 |
| | |||
* | setting: able to config dashboard news feed paging number (#4247) | 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 |
| | |||
* | webhook: add fork event | Unknwon | 2017-02-27 |
| | |||
* | dashboard: add delete branch and tag news feeds | Unknwon | 2017-02-27 |
| | |||
* | webhook: able to detect delete branch or tag (#2315) | Unknwon | 2017-02-27 |
| | |||
* | repo: able to perform initial commit on behave of actual user | Unknwon | 2017-02-27 |
| | |||
* | comment: only show title of commit message from a commit ref (#3206) | Unknwon | 2017-02-22 |
| | |||
* | 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 | ||
* | 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. | ||
* | git: delegate all server-side Git hooks (#1623) | Unknwon | 2017-02-14 |
| | |||
* | log: start using gopkg.in/clog.v1 | Unknwon | 2017-02-09 |
| | |||
* | Fix Typo Errors (#3885) | SeongAhJo | 2016-12-21 |
| | | | | | | * Fix typos * Fix typos | ||
* | General code quality improvement | Unknwon | 2016-08-16 |
| | |||
* | #2246 add HTMLURL to webhook type | Unknwon | 2016-08-16 |
| | | | | - Fill Milestone and Assignee field when available in webhook payload | ||
* | models/repo_editor: improve code quality | Unknwon | 2016-08-15 |
| | |||
* | Fix empty repository panic on send test webhook | Unknwon | 2016-08-15 |
| | |||
* | Replace convert.To with APIFormat calls | Unknwon | 2016-08-14 |
| | |||
* | #2246 fully support of webhooks for pull request | Unknwon | 2016-08-14 |
| | |||
* | Add committer information to API and Webhooks. Also fixes #3271 (#3414) | lstahlman | 2016-08-09 |
| | |||
* | #2907 Add commit timestamp to webhook | Unknwon | 2016-08-09 |
| | |||
* | #3348 always use relative avatar link in the template | Unknwon | 2016-08-05 |
| | |||
* | #1384 add pagination for repositories | Unknwon | 2016-07-24 |
| | |||
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 |
| | |||
* | Use struct for UI settings | Unknwon | 2016-07-24 |
| | |||
* | Remove redundant Unix timestamp method call | Unknwon | 2016-07-23 |
| | | | | Unix() already uses UTC as timezone | ||
* | models/repo: remove redundant info for some repo methods | Unknwon | 2016-07-15 |
| | | | | RepoLink -> Link, RepoRelLink -> RelLink, FullRepoLink -> FullLink | ||
* | #2375 preserve cases for action content | Unknwon | 2016-07-09 |
| | |||
* | Fix capitalisation of repo-name in news (#3203) | SjonHortensius | 2016-06-27 |
| | | | | use 'official' repo.Name instead of incoming repoName; to enforce correct capitalisation | ||
* | #2302 Replace time.Time with Unix Timestamp (int64) | Unknwon | 2016-03-09 |
| | |||
* | #1597 fix activitity feeds for pull requests | Unknwon | 2016-03-05 |
| | |||
* | #2697 fix panic when close issue via commit message | Unknwon | 2016-02-25 |
| | |||
* | #1821 add actions for close and reopen issues | Unknwon | 2016-02-22 |
| | |||
* | #2630 fix wrong user avatar link in webhook | Unknwon | 2016-02-15 |
| | | | | | Was using the wrong method and now uses the method which checks if the avatar link is relative or not. | ||
* | Minor fix for #2567 | Unknwon | 2016-02-14 |
| | |||
* | Only show activities for repositories on dashboard, that the user has access to | Florian Kaiser | 2016-02-06 |
| | |||
* | URL fix for #2287 | Unknwon | 2016-01-15 |
| | |||
* | #2287 Truncate repository name if too long | Unknwon | 2016-01-11 |
| | |||
* | rename import path | Unknwon | 2015-12-15 |
| | |||
* | fix bool check for repo max limit and fix hang when push repo with tons of ↵ | Unknwon | 2015-12-10 |
| | | | | commits | ||
* | move out git module and #1573 send push hook | Unknwon | 2015-12-09 |
| | |||
* | fix wrong slack webhook payload URL | Unknwon | 2015-12-06 |
| | |||
* | fix #2105 and fix #1857 | Unknwon | 2015-12-05 |
| | |||
* | fix api broken | Unknwon | 2015-11-15 |
| | |||
* | Show custom avatars in commits | Unknwon | 2015-11-13 |
| | |||
* | #1854 show issue content | Unknwon | 2015-11-13 |
| | |||
* | minor fix for #1935 and fix #1854 | Unknwon | 2015-11-13 |
| | |||
* | #1854 change issueId to issueIndex | Alexey Makhov | 2015-11-13 |
| |