summaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Collapse)AuthorAgeFilesLines
* UI: create issue with title and contentUnknwon2015-08-091-2/+2
|
* WIP: create PR - choose branchUnknwon2015-08-082-4/+6
|
* improve fork processUnknwon2015-08-081-2/+2
|
* fix private repo cannot trigger hook by SSHUnknwon2015-08-081-2/+4
|
* remove Index field of milestoneUnknwon2015-08-061-3/+3
|
* better version checkerUnknwon2015-08-061-4/+5
|
* #334: Add Deployment Key SupportUnknwon2015-08-062-24/+54
|
* Merge branch 'develop' of github.com:gogits/gogs into feature/milestoneUnknwon2015-08-051-45/+49
|\ | | | | | | | | | | | | # Conflicts: # gogs.go # models/issue.go # templates/.VERSION
| * allow anonymous SSH cloneUnknwon2015-08-051-45/+49
| |
* | finish new milestone pageUnknwon2015-08-051-1/+2
| |
* | milestone: editUnknwon2015-08-051-2/+2
| |
* | milestone: paginationUnknwon2015-08-041-3/+2
| |
* | milestone: list viewUnknwon2015-08-031-5/+5
|/
* fix check template versionUnknwon2015-08-021-1/+1
|
* fix disable router log optionUnknwon2015-07-311-3/+5
|
* fix #1227Unknwon2015-07-311-1/+5
|
* fix #1305Unknwon2015-07-281-1/+1
|
* #835: Realtime webhooksUnknwon2015-07-252-0/+8
|
* Merge branch 'develop' of github.com:gogits/gogs into feature/page_issuesUnknwon2015-07-252-7/+8
|\
| * Merge branch 'master' of github.com:gogits/gogs into developUnknwon2015-07-251-7/+7
| |\
| | * Merge pull request #1336 from technosophos/master无闻2015-07-251-7/+7
| | |\ | | | | | | | | Fix minor spelling issues.
| | | * Fix minor spelling issues.Matt Butcher2015-06-181-7/+7
| | | |
| * | | Merge pull request #1358 from nice-software/wip/certCommonName无闻2015-07-251-0/+1
| |\ \ \ | | |/ / | |/| | Add CommonName to the self signed certificate
| | * | Add CommonName to the self signed certificatePaolo Borelli2015-07-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Without a CN the self signed certificate is considered invalid by chrome. You can check with: openssl x509 -in cert.pem -subject -noout
* | | | UI: basic label listUnknwon2015-07-241-4/+3
| | | | | | | | | | | | | | | | - create new label
* | | | UI: basci issue list without filtersUnknwon2015-07-241-9/+13
|/ / / | | | | | | | | | | | | - fix isRead check - fix paging
* / / #1128: API calls are not hidden behind sign inUnknwon2015-07-151-1/+1
|/ /
* / remove extra space in ssh authentication messageLuka Dornhecker2015-04-021-1/+1
|/
* #1101 Anyone can see organization pages even without logging in when sign in ↵Unknwon2015-03-231-1/+1
| | | | required
* Put default config into binaryUnknwon2015-03-181-2/+12
|
* #1079: Custom robots.txt should be send with plaintext content-typeUnknwon2015-03-181-2/+2
|
* #851: Edit Account does not take into consideration password rulesUnknwon2015-03-171-1/+1
|
* #1040: dashboard no longer accessible when repo is missingUnknwon2015-03-161-1/+1
|
* cmd/serve.go: remove useless codeUnknwon2015-03-011-2/+0
|
* models: mirror fix on #964Unknwon2015-02-281-5/+6
|
* Merge branch 'access' into access_rewriteservPeter Smit2015-02-231-6/+5
|\
| * Merge branch 'access' of github.com:gogits/gogs into accessUnknwon2015-02-222-2/+7
| |\
| | * Merge pull request #959 from phsmit/access_update无闻2015-02-211-2/+2
| | |\ | | | | | | | | Updating context and fixing permission issues
| | | * Updating context and fixing permission issuesPeter Smit2015-02-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | 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.
| | * | Make sure that a mirror can't be written to by http or sshPeter Smit2015-02-161-0/+5
| | |/
| * | Merge branch 'dev' of github.com:gogits/gogs into accessUnknwon2015-02-221-4/+3
| |\ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | Conflicts: gogs.go models/models.go models/user.go templates/.VERSION templates/org/home.tmpl
| | * routers: able to migrate repo from local pathUnknwon2015-02-221-2/+2
| | | | | | | | | | | | - modules/middleware/context.go: add HandleAPI method
| | * models: fix XORM API breakUnknwon2015-02-141-2/+1
| | | | | | | | | | | | cmd/web.go: check version after load config
* | | Rewrite/simplify gogs servePeter Smit2015-02-161-77/+51
|/ /
* | code fix #941 caution: undertestUnknwon2015-02-131-5/+6
| |
* | Merge remote-tracking branch 'mine/access_refactor' into access_refactorPeter Smit2015-02-121-7/+7
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cmd/serve.go models/access.go models/migrations/migrations.go models/org.go models/repo.go models/user.go modules/middleware/org.go modules/middleware/repo.go routers/api/v1/repo.go routers/org/teams.go routers/repo/http.go routers/user/home.go
| * | Change constants to UPPERCASE_WITH_UNDERSCORE stylePeter Smit2015-02-091-7/+7
| | |
| * | Refactoring of the Access TablePeter Smit2015-02-061-21/+20
| | | | | | | | | | | | | | | | | | This commit does a lot of the work of refactoring the access table in a table with id's instead of strings. The result does compile, but has not been tested. It may eat your kittens.
* | | Refactoring of the Access TablePeter Smit2015-02-121-21/+20
| | | | | | | | | | | | | | | | | | This commit does a lot of the work of refactoring the access table in a table with id's instead of strings. The result does compile, but has not been tested. It may eat your kittens.
* | | first pass work on migration #925Unknwon2015-02-111-1/+1
| |/ |/|