summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dev' of github.com:gogits/gogs into accessUnknwon2015-02-2265-463/+478
|\
| * Merge branch 'dev' of github.com:gogits/gogs into devUnknwon2015-02-222-2/+2
| |\
| | * Merge pull request #978 from albang/dev无闻2015-02-222-2/+2
| | |\
| | | * openssh-client provide ssh-keygen. GOGS needs that binary to add a ssh key to...Alban Garrigue2015-02-222-2/+2
| * | | models: able to rename user with diff letter cases #981Unknwon2015-02-228-83/+97
| |/ /
| * | Merge branch 'dev' of github.com:gogits/gogs into devUnknwon2015-02-221-1/+1
| |\ \
| | * | Merge pull request #977 from albang/dev无闻2015-02-221-1/+1
| | |\|
| | | * $DIRECTORY variable is never setAlban Garrigue2015-02-221-1/+1
| | |/
| * / routers: able to migrate repo from local pathUnknwon2015-02-227-53/+74
| |/
| * templates/org/home.tmpl: fix org member can't see public repoUnknwon2015-02-223-72/+72
| * rewordUnknwon2015-02-221-1/+1
| * modules/git: able to parse RFC1123Z date format #663Unknwon2015-02-211-9/+20
| * Merge branch 'dev' of github.com:gogits/gogs into devUnknwon2015-02-211-1/+1
| |\
| | * Merge pull request #975 from nicolai86/bugfix/label-num_issues无闻2015-02-211-1/+1
| | |\
| | | * Fix #933Raphael Randschau2015-02-211-1/+1
| * | | templates/user/settings/emial.tmpl: little fix on UIUnknwon2015-02-218-64/+58
| |/ /
| * | Merge pull request #973 from uchti/dev无闻2015-02-201-0/+10
| |\ \ | | |/ | |/|
| | * add error for hello funcGogs2015-02-201-1/+4
| | * Fix: 504 5.5.2 <localhost>: Helo command rejectedGogs2015-02-191-0/+7
| * | Merge pull request #972 from makhov/the-new-new-highlighting无闻2015-02-192-17/+18
| |\ \
| | * | js fix R1-L1 highlightAlexey Makhov2015-02-191-16/+17
| | * | fix typo mistakeAlexey Makhov2015-02-191-1/+1
| * | | Merge pull request #970 from makhov/the-new-new-highlighting无闻2015-02-183-15/+20
| |\| | | | |/ | |/|
| | * remove not using varsAlexey Makhov2015-02-191-3/+3
| | * gitlab-like hash namingAlexey Makhov2015-02-193-13/+18
| |/
| * Merge pull request #968 from Stefan-Code/dev无闻2015-02-184-8/+9
| |\
| | * Merge branch 'dev' of https://github.com/gogits/gogs into devStefan-Code2015-02-1841-165/+126
| | |\ | | |/ | |/|
| * | Merge pull request #962 from phsmit/dont_mention_php无闻2015-02-1710-72/+22
| |\ \
| | * | Remove the "PHP" style formatting functionPeter Smit2015-02-1610-72/+22
| * | | Merge pull request #963 from phsmit/goget无闻2015-02-178-15/+4
| |\ \ \ | | |/ / | |/| |
| | * | Remove GoGet option from repository and handle it with ?go-get=1 insteadPeter Smit2015-02-178-15/+4
| |/ /
| * | update travis.ymlUnknwon2015-02-161-1/+2
| * | modules/setting: add abs path check before add workdir prefixUnknwon2015-02-141-2/+8
| * | Merge pull request #956 from bpollack/docfix无闻2015-02-142-25/+25
| |\ \
| | * | Fix a bunch of small typos and formatting quirksBenjamin Pollack2015-02-142-25/+25
| * | | models: fix XORM API breakUnknwon2015-02-144-5/+4
| |/ /
| * | routers/install.go: able to keep previous custom settings for 2nd time installUnknwon2015-02-132-21/+26
| * | conf/locale: update all localesUnknwon2015-02-139-11/+20
| * | templates/user/auth/signin.tmpl: hide sign up prompt when registration is dis...Unknwon2015-02-124-6/+8
| | * changed repo-clone-url behaviour for bare repoStefan-Code2015-02-183-8/+4
| | * added less compile scriptStefan-Code2015-02-181-0/+5
* | | some fixes, but not done yet!Unknwon2015-02-131-7/+12
* | | fix mirror issues uncaught #941Unknwon2015-02-136-80/+50
* | | code fix #941 caution: undertestUnknwon2015-02-1310-256/+306
* | | models/migrations: finish accessRefactorUnknwon2015-02-121-5/+90
* | | Merge pull request #941 from phsmit/access_refactor无闻2015-02-1212-729/+244
|\ \ \
| * \ \ Merge remote-tracking branch 'mine/access_refactor' into access_refactorPeter Smit2015-02-1210-42/+44
| |\ \ \
| | * | | Change constants to UPPERCASE_WITH_UNDERSCORE stylePeter Smit2015-02-099-42/+42
| | * | | Refactoring of the Access TablePeter Smit2015-02-0612-681/+235
| * | | | Refactoring of the Access TablePeter Smit2015-02-1212-730/+243