| Commit message (Expand) | Author | Age | Files | Lines |
* | #1082: missing link for help | Unknwon | 2015-03-18 | 1 | -1/+1 |
* | #1064: X-Gogs-Event header is empty | Unknwon | 2015-03-18 | 1 | -1/+1 |
* | #851: Edit Account does not take into consideration password rules | Unknwon | 2015-03-17 | 1 | -1/+1 |
* | #1040: dashboard no longer accessible when repo is missing | Unknwon | 2015-03-16 | 1 | -1/+1 |
* | Revert "Merge pull request #1047 from ndarilek/accessibility-fixes" | Unknwon | 2015-03-15 | 5 | -21/+18 |
* | Add additional accessibility text to repository navbar. | Nolan Darilek | 2015-03-14 | 1 | -6/+8 |
* | Various accessibility fixes, mostly labeling icons. | Nolan Darilek | 2015-03-14 | 4 | -12/+13 |
* | Merge branch 'develop' of github.com:gogits/gogs into develop | Unknwon | 2015-03-13 | 2 | -2/+2 |
|\ |
|
| * | Fix for deleting user when gogs instalation is on http://hostname/gogs | Sternik | 2015-03-13 | 2 | -2/+2 |
* | | #988: fix one missing duplicated prefix | Unknwon | 2015-03-13 | 1 | -1/+1 |
|/ |
|
* | #988: GetRepoLink already contains AppSubUrl | Unknwon | 2015-03-12 | 1 | -6/+6 |
* | fix HTTP/HTTPS push update func call panic #1037 and `http: multiple response... | Unknwon | 2015-03-12 | 1 | -1/+1 |
* | remove unused scripts and simplify migrate form definition | Unknwon | 2015-03-11 | 2 | -3/+3 |
* | Handle submodules without a .gitmodules entry - fix #1023 | Filippo Valsorda | 2015-03-10 | 1 | -0/+4 |
* | cmd/serve.go: remove useless code | Unknwon | 2015-03-01 | 1 | -1/+1 |
* | Merge branch 'access' of github.com:gogits/gogs into dev | Unknwon | 2015-02-28 | 7 | -7/+7 |
|\ |
|
| * | models: done testing on new access system | Unknwon | 2015-02-28 | 1 | -1/+1 |
| * | models: fix issue with transfer repository | Unknwon | 2015-02-24 | 1 | -1/+1 |
| * | v4 migration, merge 'dev', clean code and mirror fix | Unknwon | 2015-02-23 | 1 | -1/+1 |
| * | Merge branch 'access' of github.com:gogits/gogs into access | Unknwon | 2015-02-22 | 3 | -3/+3 |
| |\ |
|
| | * | Updating context and fixing permission issues | Peter Smit | 2015-02-16 | 3 | -3/+3 |
| * | | Merge branch 'dev' of github.com:gogits/gogs into access | Unknwon | 2015-02-22 | 21 | -167/+164 |
| |\ \
| | |/
| |/| |
|
| * | | fix mirror issues uncaught #941 | Unknwon | 2015-02-13 | 3 | -3/+3 |
| * | | first pass work on migration #925 | Unknwon | 2015-02-11 | 1 | -1/+1 |
* | | | Merge pull request #915 from Lafriks/dev | 无闻 | 2015-02-23 | 1 | -2/+14 |
|\ \ \
| |_|/
|/| | |
|
| * | | Get username, name, surname and e-mail from LDAP server | Lauris BH | 2015-02-08 | 1 | -2/+14 |
* | | | models: able to rename user with diff letter cases #981 | Unknwon | 2015-02-22 | 3 | -68/+68 |
* | | | routers: able to migrate repo from local path | Unknwon | 2015-02-22 | 1 | -2/+2 |
* | | | templates/org/home.tmpl: fix org member can't see public repo | Unknwon | 2015-02-22 | 2 | -71/+71 |
* | | | templates/user/settings/emial.tmpl: little fix on UI | Unknwon | 2015-02-21 | 2 | -4/+4 |
* | | | fix typo mistake | Alexey Makhov | 2015-02-19 | 1 | -1/+1 |
* | | | remove not using vars | Alexey Makhov | 2015-02-19 | 1 | -3/+3 |
* | | | gitlab-like hash naming | Alexey Makhov | 2015-02-19 | 1 | -3/+3 |
* | | | Merge branch 'dev' of https://github.com/gogits/gogs into dev | Stefan-Code | 2015-02-18 | 14 | -19/+16 |
|\ \ \ |
|
| * \ \ | Merge pull request #962 from phsmit/dont_mention_php | 无闻 | 2015-02-17 | 8 | -9/+9 |
| |\ \ \ |
|
| | * | | | Remove the "PHP" style formatting function | Peter Smit | 2015-02-16 | 8 | -9/+9 |
| * | | | | Remove GoGet option from repository and handle it with ?go-get=1 instead | Peter Smit | 2015-02-17 | 3 | -7/+2 |
| |/ / / |
|
| * | | | models: fix XORM API break | Unknwon | 2015-02-14 | 1 | -1/+1 |
| * | | | templates/user/auth/signin.tmpl: hide sign up prompt when registration is dis... | Unknwon | 2015-02-12 | 2 | -1/+3 |
| | |/
| |/| |
|
| * | | Merge pull request #937 from Stefan-Code/dev | 无闻 | 2015-02-11 | 1 | -2/+2 |
| |\ \ |
|
| * | | | better naming on #891 | Unknwon | 2015-02-11 | 2 | -3/+3 |
* | | | | changed repo-clone-url behaviour for bare repo | Stefan-Code | 2015-02-18 | 1 | -2/+2 |
| |/ /
|/| | |
|
* | | | Changes to repo-header-download-drop, different repo-clone-url input behaviour | Stefan-Code | 2015-02-11 | 1 | -2/+2 |
|/ / |
|
* | | able to allow insecure certification of webhook for #891 | Unknwon | 2015-02-10 | 2 | -3/+5 |
* | | templates/ng/base: change year to 2015, fix #928 | Unknwon | 2015-02-09 | 2 | -2/+2 |
* | | Merge pull request #911 from TonyTsangHK/dev | 无闻 | 2015-02-09 | 1 | -0/+4 |
|\ \ |
|
| * | | Link to previous commited source file (diff.view_file button) instead of retu... | Tony Tsang | 2015-02-06 | 1 | -0/+4 |
* | | | cmd: code fix for #905 | Unknwon | 2015-02-08 | 3 | -4/+7 |
| |/
|/| |
|
* | | able to disable SSH for #883 | Unknwon | 2015-02-07 | 2 | -4/+6 |
* | | code fix for #908, and work for #884 | Unknwon | 2015-02-06 | 1 | -0/+2 |