Commit Graph

296 Commits (c01fb4d09ee23c07f441b46e47147acbe017afba)

Author SHA1 Message Date
Unknwon 414eb22ef9 fix activitity feeds for pull requests
Unknwon e2d370f0da fix pull request remote head can't update with force push
Unknwon ea80274229 fix sqlite3 can't create issue with more than one label
Unknwon d320915ad2 Minor fix for
Lukas Dietrich c0eaae200e Add ForegroundColor for labels
Unknwon 129638117f fix panic when close issue via commit message
Unknwon 912f7b51e9 add actions for close and reopen issues
Unknwon ac78bae7b5 Replace uuid module with original package
Tobias Kunicke fa5a1cb54f regulate timezone for milestone.deadline
Antoine GIRARD 688fc515f8 Fix username display in lower-cased for comment in Dashboard
Unknwon a49af93faf APIs: Users Followers
- User profile un/follow
- List user's followers/following
Alex Myasoedov ae54d878c0 Fix misspelled words
Unknwon b4877b1e06 fix for
Unknwon 987dcc5372 fix
Unknwon c3ba5590c9 Reopen PR need retest patch
Unknwon 0fbb8c8826 New push to head repo of head branch: regenerate patch and retest apply
Unknwon e0aab4a7f6 new comment with status change overwrites issue content
Unknwon fc7959d3bc New/reopen PR checks if there is any unmerged and open PR
Unknwon 4dc6285715 add new status: checking
Unknwon 215920772a save PR info as patch and minor fix on PR
Unknwon e303d74ab6 fix delete milestone
Unknwon 52ec80fa18 finish all new user settings UI
Unknwon c8d92fad30 pushing new branch will rereference issues in previous branch
Unknwon 49e120a67c change status after comment issue
Unknwon b6131793da prevent duplicated refs of issues in single commit
Unknwon 83dc2468f5 finish initial version of pull request
Unknwon 842770d7fb add merger info and news feed
Unknwon 5da306c0e5 tmp: fix issue open count
Unknwon 953bb06857 basic PR feature
Unknwon 1abfe4e05f PR: nothing to commit and has pull request check
Unknwon 37e0cee877 finish PR UI
Unknwon ebf1bd4f51 add view pull desc
Unknwon 8c046073a8 work on PR conversation
Unknwon 17c2d1fc7c fix dashboard 500 when no issues at all
- update locales
- update README
Unknwon 8d73832bdf fix sql
Unknwon a329bbc215 new org dashboard issues
Unknwon f808df5a7b new user dahsboard issues
Unknwon 371572cf5f allow edit issue and comment
Unknwon f114f78743 fix timezone!
Unknwon 6c2536b89c fix timezone
Unknwon a5b09b30d0 print time to debug
Unknwon b846f195c1 work
Unknwon a52324a5f9 able sort issues
Unknwon a24141ec9c more on
Unknwon 30b428bf0e : 500 when visit a issue with issue/comments of deleted user
Unknwon cec38f2a8c able edit issue labels/milestone/assignee
Unknwon 817b48ed1e Show owner/poster tags of comments and fix
Unknwon 1fb53067f4 finish close/reopen issue
Unknwon 133b19d0c5 finish view comments on issue page
Unknwon ab2d0b3b44 add comment form UI
Unknwon b4c0b7b98b finish view issue without comments and ops
Unknwon 34f6cbfc2a finish attachments when create issue
Unknwon 64985c7faa fix template error
Unknwon cbc7b7132f finish new issue action and mentions
Unknwon 884bc4ffd8 rename functions
Unknwon 75aff60c90 finish create issue with milestone and assignee
Unknwon 09a1b2a1f5 finish create issue with milestone
Unknwon 922f3f3062 finish create issue with labels
Unknwon 17de3ab0a3 add migrate from issue.label_ids to issue_label
Unknwon a79586cc54 Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2
# Conflicts:
#	modules/bindata/bindata.go
#	public/css/gogs.min.css
#	templates/repo/header.tmpl
Unknwon 7372042441 list view: issue, label, milestone
Unknwon 590c464c56 UI: create issue with title and content
Unknwon dea3a8c6a4 WIP: create PR - choose branch
Unknwon 02877f1a69 remove useless code
Unknwon 9d414d4dd9 remove Index field of milestone
Unknwon 39a3b768bc : Add Deployment Key Support
Unknwon 34795770c3 fix issue stats with milestone filter
Unknwon 2c507667bf Merge branch 'develop' of github.com:gogits/gogs into feature/milestone
# Conflicts:
#	gogs.go
#	models/issue.go
#	templates/.VERSION
Unknwon 0705f55ce0 finish new milestone page
Unknwon 74bd6b939c milestone: edit
Unknwon 3e4cdccf6b milestone: create page
Unknwon ce4dcf1e83 fix naming
Unknwon e50982f5ec allow anonymous SSH clone
Unknwon 9311a9858a milestone: pagination
Unknwon 04458d49a0 milestone: list view
Unknwon 2b1442f3df fix sql
Unknwon 2e7b38db9f fix paging links and issue count
Unknwon 1ba837a055 new issue and label page
Unknwon dc4aab9925 UI: CURD labels
- fix update lable break connection with repository
Unknwon ac95f6d50f UI: basic label list
- create new label
Unknwon 86dbda0b42 UI: basci issue list without filters
- fix isRead check
- fix paging
Unknwon 9fb2d49b93 issue ID constraint failed
Unknwon 7ccab9cd09 Merge branch 'dev' of github.com:gogits/gogs into access
Conflicts:
	gogs.go
	models/models.go
	models/user.go
	templates/.VERSION
	templates/org/home.tmpl
Raphael Randschau 4f567edc6e Fix
Not sure why, but xorm ignores the num_issues and num_closed_issues
columns when updating, even though the values changed.

Listing them explicitly fixes the issue with the wrong issue counts
Unknwon 7e7160eefd first pass work on migration
无闻 e805fdb29c Merge pull request from phsmit/newcollaboration
Collaboration
Unknwon 5a99e9a37b models/action.go: add action reopen for
- models/issue.go: format comment type names
Peter Smit 76f8904718 Introducing Collaboration Struct
estetsenko bae1d65564 bugfix: Unable to assign any issue myself
Unknwon 83283bca4c Safe work
Vyacheslav Bakhmutov 31d8011843 Set milestone content field to TEXT orm type
Unknwon 8dd07c0ddd New UI merge in progress
Justin Nuß 3e7e9ee289 Fix . Specify updated columns explicitly.
Justin Nuß 9a7349ce64 Change Attachment.Path to TEXT (no maximum size)
Justin Nuß bfe5b86004 Add file upload for attachments
Justin Nuß 967856f36e Merge branch 'dev' into feature/attachments
Conflicts:
	models/issue.go
	routers/repo/issue.go
Justin Nuß d43c5895bc Update template and style, only close commit if commit is in same repository
Justin Nuß 3c025b3950 Add delete route for attachments, remove upload buttons from issues/comments
Justin Nuß 34304e6a0c WIP: Allow attachments for issues, not only comments
Justin Nuß 4617bef895 WIP: Allow attachments for comments
Justin Nuß 469cbc8813 Update progress of milestones when closing/reopening issues and allow closing of issues in commit messages
无闻 94b100ce43 Merge pull request from nuss-justin/issue/216
Fix . Change milestones, labels and assigne without reloading the page
Justin Nuß 0d06c7e5f2 Prevent panic when dividing through zero
Justin Nuß ec26b78d3c Fix issue . Update milestone counter when creating an issue
Unknown 7ffdabb28f Move debug router location
Unknown e0f9c628c5 Add create organization
Unknown ad5ec45dd6 Fix
Unknown eaa7d71fc7 Fix
Unknown 87854c95a9 Fixed
Unknown dce17c86ac Almost done issue label
Unknown b1bdbd7f94 Almost done issue label
Unknown 93f8f92523 Finish create new label
Unknown db6b71ad03 Update issue-user when change milestone
Unknown b70db61854 Fix
Unknown 16bddd593a Finish change issue’s milestone
Unknown 46fc36c3a6 Finish change issue’s milestone
Unknown 5ed5aa5228 Finish milestone
Unknown 5d5c4535cb Fix
Unknown 2eee1e9bc2 Finish edit a milestone
Unknown 54e95fa367 Finish add new milestone
Unknown 68fb62347f Finish issue assignee
Unknown 25713ab209 Fix
Unknown a742ee543e Add change assignee back end
Unknown e867283406 Assignee back end
Unknown 495d939ca5 Waiting for UI
Unknown e05b1385fb Bug fix
Unknown 33d32585b1 Add mention, read/unread support of issue tracker
Unknown 7407f9caf3 Finish issue design
Unknown 8ca14e2109 Improve delete SSH key
Unknown 49dc57e336 Add /api/v1/users/search
Lunny Xiao 1e9f376d3d bug fixed
Unknown 107a1eadac Finish close and reopen issue, install page, ready going to test stage of v0.2.0
Unknown ffa59739b6 Add edit issue
Unknown eb6021f73f Fix issue pages URL params
Unknown 34f4af9ebf Working on issue and install page
Unknown f76eb8a666 IP: RC Code Review
Unknown 3144fac03c IP: RC Code Review
Unknown dd6246877d Almost done diff page
Unknown 4b9eef50c9 Add comment of issue
Unknown c1a3d4fefb Add mail notify for creating issue
Unknown d3b8e9daa1 Add notify watcher action
Unknown b9b82cfe47 Mirror updates
Unknown 1eb078d0a8 Fix action
Unknown 59ffdbf6f8 Add create, list, view issue
Unknown 61e2922601 Working on issues
Unknown 06631ab91f Basic admin data table, models changes