summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* update gopmfileUnknwon2015-03-191-5/+3
* Put default config into binaryUnknwon2015-03-181-46/+33
* #1064: X-Gogs-Event header is emptyUnknwon2015-03-182-23/+19
* #1067: Deleting users should remove them from collaborator listsUnknwon2015-03-175-81/+155
* fix read access team visibility of private repoUnknwon2015-03-162-9/+37
* #1040: dashboard no longer accessible when repo is missingUnknwon2015-03-163-5/+41
* #1050: Bad permissions on authorized_keys after rewriteUnknwon2015-03-141-1/+1
* Add mysql unix socket support.Tomcat2015-03-141-2/+7
* #1024: OFFLINE_MODE Still Uses GravatarUnknwon2015-03-121-1/+1
* #876: Update hooks is missing for forked repositoryUnknwon2015-03-121-0/+4
* #988: GetRepoLink already contains AppSubUrlUnknwon2015-03-121-1/+8
* #1032: legacy code can have duplicated IDs for same repositoryUnknwon2015-03-121-1/+4
* fix HTTP/HTTPS push update func call panic #1037 and `http: multiple response...Unknwon2015-03-122-7/+6
* routers/repo/setting.go: fix LDAP cannot validate password #1006Unknwon2015-03-051-45/+43
* models/migrations: fix update errorUnknwon2015-02-281-1/+1
* Merge branch 'access' of github.com:gogits/gogs into devUnknwon2015-02-281-1/+0
|\
| * models: mirror fix on #964Unknwon2015-02-282-3/+2
| * Merge pull request #964 from phsmit/access_rewriteserv无闻2015-02-281-2/+2
| |\
| | * Merge branch 'access' into access_rewriteservPeter Smit2015-02-238-238/+367
| | |\
| | * | Rewrite/simplify gogs servePeter Smit2015-02-161-2/+2
* | | | Merge branch 'access' of github.com:gogits/gogs into devUnknwon2015-02-288-992/+1150
|\| | |
| * | | REAMDE: updateUnknwon2015-02-281-0/+1
| * | | models: done testing on new access systemUnknwon2015-02-283-69/+127
| * | | models: fix issue with transfer repositoryUnknwon2015-02-243-58/+70
| | |/ | |/|
| * | v4 migration, merge 'dev', clean code and mirror fixUnknwon2015-02-237-230/+340
| * | Merge branch 'access' of github.com:gogits/gogs into accessUnknwon2015-02-221-0/+15
| |\ \
| | * | Remove collaborators when removing and transferring repositoryPeter Smit2015-02-161-0/+15
| | |/
| * | Merge branch 'access' of github.com:gogits/gogs into accessUnknwon2015-02-222-64/+83
| |\|
| | * Fix access for team mode updatePeter Smit2015-02-131-4/+5
| | * Rewrite of access migrationPeter Smit2015-02-131-60/+78
| * | Merge branch 'dev' of github.com:gogits/gogs into accessUnknwon2015-02-225-12/+16
| |\ \ | | |/ | |/|
| * | some fixes, but not done yet!Unknwon2015-02-131-7/+12
| * | fix mirror issues uncaught #941Unknwon2015-02-131-74/+41
| * | code fix #941 caution: undertestUnknwon2015-02-136-239/+285
| * | models/migrations: finish accessRefactorUnknwon2015-02-121-5/+90
| * | Merge pull request #941 from phsmit/access_refactor无闻2015-02-125-569/+166
| |\ \
| | * \ Merge remote-tracking branch 'mine/access_refactor' into access_refactorPeter Smit2015-02-123-13/+14
| | |\ \
| | | * | Change constants to UPPERCASE_WITH_UNDERSCORE stylePeter Smit2015-02-092-13/+13
| | | * | Refactoring of the Access TablePeter Smit2015-02-065-523/+160
| | * | | Refactoring of the Access TablePeter Smit2015-02-125-572/+168
| * | | | models/migrations: fix little logic errorUnknwon2015-02-121-10/+12
| |/ / /
| * | | Some comments and improvements for migrationsPeter Smit2015-02-121-14/+16
| * | | models/migartions: make Migration as interface and use sessionUnknwon2015-02-111-22/+61
| * | | first pass work on migration #925Unknwon2015-02-116-162/+219
| * | | Merge branch 'dev' of github.com:gogits/gogs into accessUnknwon2015-02-114-59/+74
| |\ \ \
| * \ \ \ Merge branch 'access' of github.com:gogits/gogs into accessUnknwon2015-02-115-52/+199
| |\ \ \ \
| | * \ \ \ Merge pull request #925 from phsmit/newcollaboration无闻2015-02-115-52/+199
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Merge branch 'dev' into newcollaborationPeter Smit2015-02-055-32/+106
| | | |\ \ \
| | | * | | | Fix dashboard issue after collaboration migrationPeter Smit2015-02-041-0/+4
| | | * | | | Fix collaboration migration codePeter Smit2015-02-041-4/+15