Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | routers/repo: allow shorter SHA to download archive (#3834) | Unknwon | 2017-02-12 |
| | | | | SHA length from 7-40 is now supported. | ||
* | log: start using gopkg.in/clog.v1 | Unknwon | 2017-02-09 |
| | |||
* | Fix empty repository panic on send test webhook | Unknwon | 2016-08-15 |
| | |||
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 |
| | |||
* | Rename module: middleware -> context | Unknwon | 2016-03-11 |
| | |||
* | Updated and created were appended with _unix. Fresh databases have only the ↵ | Marin Jankovski | 2016-03-11 |
| | | | | newly named fields. | ||
* | Admins are allowed to create repos for arbitrary Orgs | Kim "BKC" Carlbäcker | 2016-01-20 |
| | |||
* | Update repo.go | ddelpero | 2016-01-07 |
| | | | | Release download file name doesn't include tag number #2339 Download: Changed to use refName instead of commit.ID for downloaded file name | ||
* | #2345 disallow access of some pages for empty repo | Unknwon | 2016-01-07 |
| | |||
* | #1692 APIs: Users Followers | Unknwon | 2015-12-21 |
| | | | | | - User profile un/follow - List user's followers/following | ||
* | rename import path | Unknwon | 2015-12-15 |
| | |||
* | #2167 able to identify git version on Windows | Unknwon | 2015-12-13 |
| | |||
* | #1575 Limit repo creation | Unknwon | 2015-12-10 |
| | |||
* | move out git module and #1573 send push hook | Unknwon | 2015-12-09 |
| | |||
* | #2037 Add "New Mirror" button on Dashboard | Unknwon | 2015-12-09 |
| | |||
* | #1984 Better mirror repo management | Unknwon | 2015-12-08 |
| | |||
* | better error message | Unknwon | 2015-11-19 |
| | |||
* | #1971 more general rule to detect error | Unknwon | 2015-11-19 |
| | |||
* | go vet and fix #1890 | Unknwon | 2015-11-08 |
| | |||
* | rename fields | Unknwon | 2015-11-03 |
| | |||
* | #1511 Allow local import only for admin users | Unknwon | 2015-11-03 |
| | |||
* | #1657 allow forcing all private repos | Unknwon | 2015-10-25 |
| | |||
* | minor fix on template | Unknwon | 2015-09-07 |
| | |||
* | #1585 order owners list by last changed time | Unknwon | 2015-09-07 |
| | |||
* | fix #1558 | Unknwon | 2015-09-06 |
| | |||
* | #1021 Forked repo unavailable after deleting original repo | Unknwon | 2015-09-01 |
| | |||
* | fix repository count of user is messed up | Unknwon | 2015-08-30 |
| | |||
* | #965 Remember visibility preference | Unknwon | 2015-08-28 |
| | |||
* | #1487 Readme Template | Unknwon | 2015-08-28 |
| | |||
* | complate list of gitignores and licenses | Unknwon | 2015-08-28 |
| | |||
* | fix autocomplete on migration | Unknwon | 2015-08-15 |
| | |||
* | #1180 and #1250: migration | Unknwon | 2015-08-15 |
| | |||
* | WIP: create PR - choose branch | Unknwon | 2015-08-08 |
| | |||
* | improve fork process | Unknwon | 2015-08-08 |
| | |||
* | allow anonymous SSH clone | Unknwon | 2015-08-05 |
| | |||
* | UI: issues - finish basic frame | Unknwon | 2015-07-24 |
| | |||
* | fix about #1289 | Unknwon | 2015-07-19 |
| | |||
* | #1070 Clearer error message for illegal characters | Unknwon | 2015-03-26 |
| | |||
* | mirror fix of #1105 | Unknwon | 2015-03-25 |
| | |||
* | Allow to migrate through git:// protocol | Linquize | 2015-03-20 |
| | |||
* | fix read access team visibility of private repo | Unknwon | 2015-03-16 |
| | |||
* | #1040: dashboard no longer accessible when repo is missing | Unknwon | 2015-03-16 |
| | |||
* | remove unused scripts and simplify migrate form definition | Unknwon | 2015-03-11 |
| | |||
* | Merge branch 'access' of github.com:gogits/gogs into access | Unknwon | 2015-02-22 |
|\ | |||
| * | Updating context and fixing permission issues | Peter Smit | 2015-02-16 |
| | | | | | | | | | | | | The boolean flags in the repo context have been replaced with mode and two methods Also, the permissions have been brought more in line with https://help.github.com/articles/permission-levels-for-an-organization-repository/ , Admin Team members are able to change settings of their repositories. | ||
* | | routers: able to migrate repo from local path | Unknwon | 2015-02-22 |
|/ | | | | - modules/middleware/context.go: add HandleAPI method | ||
* | Fix #807 parse the userinfo with the golang tools | Peter Smit | 2015-01-02 |
| | | | | Note, this is now only fixed with Go version >= 1.4.2, see this bug in Go: https://github.com/golang/go/commit/07d86b1f2db73c6a0716aec4d4cd62dfacb04a21 | ||
* | api: able to create repo and fix #726 | Unknwon | 2014-12-12 |
| | | | | | - POST /user/repos - POST /org/:org/repos | ||
* | Work on #5 fork and fix #608 | Unknwon | 2014-11-05 |
| | |||
* | Fix #595 | isotas38 | 2014-11-02 |
| |