Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | some refactors for issue and comments (#2419) | Lunny Xiao | 2017-08-30 | 1 | -1/+1 | |
| | ||||||
* | Fix issue updated_unix bug (#2204) | Ethan Koenig | 2017-07-27 | 1 | -0/+4 | |
| | ||||||
* | Fix unchecked error bug (#2110) | Ethan Koenig | 2017-07-04 | 1 | -1/+4 | |
| | ||||||
* | Fix "Dashboard shows deleted comments" (#1995) | Jonas Franz | 2017-06-25 | 1 | -0/+3 | |
| | ||||||
* | Fix #2001 and fix issue comments hidden (#2016) | Lunny Xiao | 2017-06-21 | 1 | -22/+52 | |
| | | | | | | | | | | | | | | * revert #2001 and fix issue comments hidden * fix #2001 * fix import * improve comment type * reduce unnecessary join * fix comment on FindCommentsOptions | |||||
* | Refactor session close as xorm already does everything needed internally (#2020) | Lauris BH | 2017-06-21 | 1 | -2/+2 | |
| | ||||||
* | Don't show non-comments in comments API (#2001) | Ethan Koenig | 2017-06-18 | 1 | -0/+2 | |
| | ||||||
* | Fix deleted milestone bug (#1942) | Ethan Koenig | 2017-06-17 | 1 | -10/+4 | |
| | | | | | | | | * Fix deleted milestone bug * Use locale for ghost milestone name * Fix pointer bug | |||||
* | Fix activity feed (#1779) | Ethan Koenig | 2017-05-26 | 1 | -7/+6 | |
| | | | | | | | | | | | | * Fix activity feed Preserve actions after user/repo name change * Add missing comment * Fix migration, and remove fields completely * Tests | |||||
* | Adding #issuecomment to the URL in E-Mail notifications (#1674) | Jonas Franz | 2017-05-25 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added comment's hashtag to url for mail notifications. Signed-off-by: Jonas <info@jonasfranz.software> * Added comment's hashtag to url for mail notifications. Added explanation to return statement. Signed-off-by: Jonas <info@jonasfranz.software> * Added comment's hashtag to url for mail notifications. Added explanation to return statement + documentation. Signed-off-by: Jonas <info@jonasfranz.software> * Added comment's hashtag to url for mail notifications. Signed-off-by: Jonas Franz <info@jonasfranz.software> * Replacing in-line link generation with HTMLURL. (+gofmt) Signed-off-by: Jonas Franz <info@jonasfranz.software> * Replaced action-based model with nil-based model. (+gofmt) Signed-off-by: Jonas Franz <info@jonasfranz.software> * Replaced mailIssueActionToParticipants with mailIssueCommentToParticipants. Signed-off-by: Jonas Franz <info@jonasfranz.software> * Updating comment for mailIssueCommentToParticipants Signed-off-by: Jonas Franz <info@jonasfranz.software> | |||||
* | Bug fixed for deleted label in issue comment (#904) | Lunny Xiao | 2017-02-11 | 1 | -5/+6 | |
| | | | | | | * bug fixed for deleted label in issue comment * fix indent | |||||
* | Add delete branch track on pull request comments (#888) | Lunny Xiao | 2017-02-11 | 1 | -0/+12 | |
| | | | | | | * add delete branch track on pull request comments * don't change vendor | |||||
* | track issue title changes (#841) | Lunny Xiao | 2017-02-05 | 1 | -0/+19 | |
| | ||||||
* | Track assignee for issue (#808) | Lunny Xiao | 2017-02-03 | 1 | -11/+52 | |
| | | | | | | | | * track assignee for issue * fix lint * use getUserByID instead Get | |||||
* | add milestone changed traker on issue view (#804) | Lunny Xiao | 2017-02-01 | 1 | -15/+66 | |
| | ||||||
* | Track labels changed on issue view & resolved #542 (#788) | Lunny Xiao | 2017-01-30 | 1 | -0/+44 | |
| | | | | | | * track labels changed on issue view & resolved #542 * add missing head comment & sort & fix refresh | |||||
* | fix: delete attachment after remove comment. | Bo-Yi Wu | 2017-01-25 | 1 | -1/+3 | |
| | ||||||
* | Search bar for issues/pulls (#530) | Ethan Koenig | 2017-01-25 | 1 | -13/+5 | |
| | ||||||
* | Fix ambiguity bug in getCommentsByRepoIDSince (#665) | Ethan Koenig | 2017-01-14 | 1 | -2/+4 | |
| | ||||||
* | Create missing database indexes (#596) | Andrey Nering | 2017-01-06 | 1 | -3/+3 | |
| | ||||||
* | UpdateIssueUsersByMentions was calling database write operations while (#443) | Lunny Xiao | 2016-12-22 | 1 | -3/+5 | |
| | | | | | | | | | | a transaction session was in progress. MailParticipants was failing silently because of the SQLITE_LOCKED error. Make sure failures in MailParticipants enter the log, and pass on the transaction context. issue: let caller pass in database context, and use it issue_comment: obtain database context to pass to UpdateIssueMentions issue_comment: log any error from call to MailParticipants issue_mail: pass on database context to UpdateIssueMentions | |||||
* | issue comment api fix (#449) | Kim "BKC" Carlbäcker | 2016-12-22 | 1 | -5/+60 | |
| | | | | | | * ListAllInRepo & Delete Issue-Comments * Moar data in issue-comments | |||||
* | golint fixed for models/issue_comment.go | Lunny Xiao | 2016-11-28 | 1 | -7/+17 | |
| | ||||||
* | Fix import path of go-sdk (#141) | Sandro Santilli | 2016-11-11 | 1 | -1/+1 | |
| | | | | From code.gitea.io/go-sdk/gitea To code.gitea.io/sdk/gitea | |||||
* | Merge remote-tracking branch 'upstream/master' into feature/rewrite-xorm-queries | Thibault Meyer | 2016-11-10 | 1 | -3/+3 | |
|\ | | | | | | | | | | | | | | | | | # Conflicts: # models/git_diff.go # models/issue.go # models/org.go # models/pull.go # models/repo.go | |||||
| * | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | - Update import paths from github.com/go-gitea to code.gitea.io - Fix import path for travis See https://docs.travis-ci.com/user/languages/go#Go-Import-Path | |||||
* | | Rewrite XORM queries | Thibault Meyer | 2016-11-10 | 1 | -1/+3 | |
|/ | ||||||
* | Fix type in unused constant name (#111) | Sandro Santilli | 2016-11-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | * Write LDAP, SMTP, PAM, DLDAP back to all uppercase * Fix type in unused constant name * Other MixCased fixes * Complete MixerCasing of template constants * Re uppercase LTS and LDAPS suffixes * Uppercase JSON suffix in constant names * Proper case LoginNoType * Prefix unexported template path constants with "tpl" | |||||
* | More overlooks | Sandro Santilli | 2016-11-07 | 1 | -9/+9 | |
| | ||||||
* | More... | Sandro Santilli | 2016-11-07 | 1 | -11/+11 | |
| | ||||||
* | Use MixedCase constant names | Sandro Santilli | 2016-11-07 | 1 | -8/+8 | |
| | | | | See https://github.com/golang/go/wiki/CodeReviewComments#mixed-caps | |||||
* | Replaced go-gogs-client with go-sdk imports | Thomas Boerger | 2016-11-07 | 1 | -1/+1 | |
| | ||||||
* | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 1 | -2/+2 | |
| | ||||||
* | migrations: set comment updated as created | Unknwon | 2016-08-26 | 1 | -1/+1 | |
| | ||||||
* | #2966 code cleanup | Unknwon | 2016-08-26 | 1 | -9/+37 | |
| | ||||||
* | issues comment API : list, create, edit (#2966) | Iwan Budi Kusnanto | 2016-08-26 | 1 | -0/+13 | |
| | | | add `since` query string support to list issue comment | |||||
* | General code quality improvement | Unknwon | 2016-08-16 | 1 | -1/+0 | |
| | ||||||
* | #2246 fully support of webhooks for pull request | Unknwon | 2016-08-14 | 1 | -1/+1 | |
| | ||||||
* | #1601 support delete issue comment | Unknwon | 2016-07-26 | 1 | -0/+26 | |
| | ||||||
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 | 1 | -2/+2 | |
| | ||||||
* | Remove redundant Unix timestamp method call | Unknwon | 2016-07-23 | 1 | -1/+1 | |
| | | | | Unix() already uses UTC as timezone | |||||
* | #2854 fix no mail notification when issue is closed/reopened | Unknwon | 2016-07-16 | 1 | -4/+31 | |
| | ||||||
* | Updated and created were appended with _unix. Fresh databases have only the ↵ | Marin Jankovski | 2016-03-11 | 1 | -1/+1 | |
| | | | | newly named fields. | |||||
* | Fix ref comment from commit create empty feed | Unknwon | 2016-03-11 | 1 | -3/+5 | |
| | ||||||
* | #2302 Replace time.Time with Unix Timestamp (int64) | Unknwon | 2016-03-09 | 1 | -5/+11 | |
| | ||||||
* | #1146 finish new access rights for collaborators | Unknwon | 2016-03-05 | 1 | -1/+1 | |
| | ||||||
* | #1146 finsih UI work for access mode of collaborators | Unknwon | 2016-03-05 | 1 | -1/+2 | |
| | | | | | Collaborators have write access as default, and can be changed via repository collaboration settings page to change between read, write and admin. | |||||
* | #1597 fix activitity feeds for pull requests | Unknwon | 2016-03-05 | 1 | -0/+311 | |