Commit Graph

214 Commits (cbf2a967c58780ee23ff66fff1b6699f9f765294)

Author SHA1 Message Date
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