summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* delete avatar when del userUnknwon2015-08-121-1/+3
* finish attachments when create issueUnknwon2015-08-113-31/+191
* Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2Unknwon2015-08-101-1/+1
|\
| * Merge pull request #1464 from jamesa/hide-gravatar-tooltip无闻2015-08-101-1/+1
| |\
| | * Resize avatars to the same size they are displayedJames Anderson2015-08-101-1/+1
* | | fix template errorUnknwon2015-08-101-1/+0
|/ /
* | finish new issue action and mentionsUnknwon2015-08-102-9/+24
* | Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2Unknwon2015-08-101-0/+3
|\ \
| * | minor fix on #1460Unknwon2015-08-101-0/+3
| |/
* | rename functionsUnknwon2015-08-101-2/+2
* | finish create issue with milestone and assigneeUnknwon2015-08-103-82/+179
* | finish create issue with milestoneUnknwon2015-08-102-44/+55
* | finish create issue with labelsUnknwon2015-08-101-2/+12
* | add migrate from issue.label_ids to issue_labelUnknwon2015-08-104-50/+220
* | Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2Unknwon2015-08-102-11/+42
|\|
| * list view: issue, label, milestoneUnknwon2015-08-091-10/+10
| * remove sync.Pool and support go1.2 againUnknwon2015-08-091-1/+2
| * Generate random avatar based on e-mail when disable GravatarUnknwon2015-08-091-1/+31
* | UI: create issue with title and contentUnknwon2015-08-091-13/+13
* | WIP: create PR - choose branchUnknwon2015-08-088-107/+106
|/
* better fork permission checkUnknwon2015-08-081-0/+7
* improve fork processUnknwon2015-08-082-79/+64
* fix #1331Unknwon2015-08-081-0/+1
* more on #1443Unknwon2015-08-071-1/+1
* #1443 set first user to be adminUnknwon2015-08-071-5/+9
* remove useless codeUnknwon2015-08-061-1/+0
* remove Index field of milestoneUnknwon2015-08-062-30/+13
* fix UNIQUEUnknwon2015-08-061-1/+1
* #334: Add Deployment Key SupportUnknwon2015-08-066-79/+360
* fix issue stats with milestone filterUnknwon2015-08-051-1/+4
* fix mysql parsetime argUnknwon2015-08-051-2/+2
* Merge branch 'develop' of github.com:gogits/gogs into feature/milestoneUnknwon2015-08-055-23/+45
|\
| * #1299 force downcase e-mailUnknwon2015-08-051-7/+15
| * allow anonymous SSH cloneUnknwon2015-08-055-16/+29
* | finish new milestone pageUnknwon2015-08-053-45/+93
* | milestone: editUnknwon2015-08-052-3/+23
* | milestone: create pageUnknwon2015-08-051-0/+4
* | fix namingUnknwon2015-08-051-2/+2
* | milestone: paginationUnknwon2015-08-042-37/+52
* | milestone: list viewUnknwon2015-08-031-13/+19
|/
* better wordingUnknwon2015-08-021-3/+3
* fix #1208Unknwon2015-07-311-2/+2
* #1400 use new connstr format for postgresUnknwon2015-07-311-1/+1
* Partial impl of git diff encodingVladimir Vissoultchev2015-07-291-20/+23
* Allow spaces in file/dir names on parsing git diffVladimir Vissoultchev2015-07-281-2/+2
* report error when migration auth failedUnknwon2015-07-281-2/+2
* fix #864 with migration and update localeUnknwon2015-07-262-15/+79
* fix #1169Unknwon2015-07-261-1/+6
* #835: Realtime webhooksUnknwon2015-07-252-59/+115
* fix sqlUnknwon2015-07-251-1/+1