summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | ...not just ID=1
* 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
|\ | | | | | | | | | | | | # Conflicts: # gogs.go # models/issue.go # templates/.VERSION
| * #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
| | | | - prevent create reop on existed path
* #835: Realtime webhooksUnknwon2015-07-252-59/+115
|
* fix sqlUnknwon2015-07-251-1/+1
|
* fix paging links and issue countUnknwon2015-07-251-1/+13
|
* mirror fix on #1111Unknwon2015-07-251-4/+4
|
* Merge pull request #1111 from vitalvas/develop无闻2015-07-251-0/+37
|\ | | | | Add function in cron to autofix counters in repository
| * add func to autofix couters in repositoryVitaliy Vasilenko2015-03-211-0/+37
| |
* | new issue and label pageUnknwon2015-07-251-59/+50
| |
* | Merge branch 'develop' of github.com:gogits/gogs into feature/page_issuesUnknwon2015-07-251-4/+3
|\ \
| * | #1369: nil pointer when add repo to teamUnknwon2015-07-241-4/+3
| | |
* | | UI: CURD labelsUnknwon2015-07-241-11/+7
| | | | | | | | | | | | - fix update lable break connection with repository
* | | UI: basic label listUnknwon2015-07-243-18/+18
| | | | | | | | | | | | - create new label
* | | UI: basci issue list without filtersUnknwon2015-07-241-14/+20
|/ / | | | | | | | | - fix isRead check - fix paging
* | fixes on #1171Unknwon2015-07-191-1/+1
| |
* | #1279: Removing user from collaboration removes repositioryUnknwon2015-07-141-0/+19
| |
* | check master as default branch when migrateUnknwon2015-07-051-0/+9
| |
* | Merge pull request #1226 from nice-software/wip/pamLunny Xiao2015-04-241-0/+61
|\ \ | | | | | | Add PAM authentication
| * | Add PAM authenticationPaolo Borelli2015-04-241-0/+61
| | |
* | | Merge pull request #1211 from mephux/hotfix/type-fix-ValidatePasswordLunny Xiao2015-04-242-3/+3
|\ \ \ | |/ / |/| | Hotfix/type fix validate password
| * | typo fix for commentDustin Willis Webber2015-04-161-1/+1
| | |
| * | typo fixDustin Willis Webber2015-04-162-2/+2
| | |
* | | Fixes issue with LDAP inserting users with blank names.William Roush2015-04-201-1/+6
| | |
* | | Allow an SSHDomain configuration option. Defaults to Domain, preserves ↵Tony Narlock2015-04-181-2/+3
| | | | | | | | | | | | legacy behavior
* | | #1073 #1162 issue ID constraint failedUnknwon2015-03-271-1/+3
| | |