aboutsummaryrefslogtreecommitdiff
path: root/cmd
Commit message (Expand)AuthorAge
...
* models/access: hasAccess only need userID not user objectUnknwon2017-02-23
* release: fix unable to edit release of a fork repositoryUnknwon2017-02-23
* router: fix 404 when repository name contains dotUnknwon2017-02-20
* vendor: update github.com/go-macaron/toolbox (#2857)Unknwon2017-02-20
* repo: several minor improvementsUnknwon2017-02-19
* commits: able to specify pageSize dynamically (#3965)Unknwon2017-02-18
* locale: add Ukrainian supportUnknwon2017-02-18
* webhook: add native Discord supportUnknwon2017-02-18
* repo/release: add pagination (#2164)Unknwon2017-02-17
* Initial version of protected branches (#776)Unknwon2017-02-17
* refactoring: SSH and HTTP push procees is now unifiedUnknwon2017-02-16
* wiki: fix crash with blob name contains tab (#3916)Unknwon2017-02-16
* vendor: update git-module (#4128)Unknwon2017-02-15
* cmd/hook: check existence before call custom hookUnknwon2017-02-14
* git: delegate all server-side Git hooks (#1623)Unknwon2017-02-14
* Use very strong ciphers (#4116)Aaron Wood2017-02-12
* diff: fix can't show compare page for fork repository (#4110)Unknwon2017-02-12
* Able to disable non-admin to create new organization (#1556)Unknwon2017-02-10
* dump: check existence before include data subdirs (#4100)Unknwon2017-02-10
* log: start using gopkg.in/clog.v1Unknwon2017-02-09
* dump: include data-subdirs (#4100)Unknwon2017-02-09
* routers/repo/branch: fix can't delete branch with slashes after merge (#4089)Unknwon2017-02-09
* routers/repo/pull: fix 404 on PR compare (#4074)Unknwon2017-02-08
* cmd/serve: minor code improve for PR #4078Unknwon2017-02-01
* Check deploy keys when Gogs is run with Service.RequireSignInView=true (#4078)Pablo Saavedra2017-02-01
* Do a fast-fail testing on repository URL before mirroringUnknwon2017-01-31
* Move models/mail.go to modules/mail.goUnknwon2017-01-30
* Able to set custom Access-Control-Allow-Origin header (#3987)Unknwon2017-01-28
* Add 'Organizations' page to user settings (#3587)Unknwon2017-01-27
* Setting orgs (#3587)Rémy Boulanouar2017-01-27
* Update XORM required version and 'go fmt'Unknwon2017-01-26
* Fetch before Checkout when create pull request (#3699)Unknwon2016-12-23
* Fix regex on route file (#3851)Thibault Meyer2016-12-21
* Merge branch 'develop' of https://github.com/tanapoln/gogs into developUnknwon2016-12-21
|\
| * provide button to delete merged pull requestTanapol Nearunchorn2016-09-02
* | cmd: new command 'import locale'Unknwon2016-12-20
* | Update git-module version to support back Git 1.7.1Unknwon2016-12-08
* | #3590 fix 404 for release draft editionUnknwon2016-09-03
|/
* Add the ability to explore organizations (#3573)Daniel Oaks2016-09-01
* Minor code fix [CI SKIP]Unknwon2016-08-31
* Fix import pathUnknwon2016-08-30
* #3548 disable issue cannot edit label and milestonefor pull requestsUnknwon2016-08-30
* Web editor: support upload filesUnknwon2016-08-30
* codegangsta/cli => urfave/cli (#3546)Kim "BKC" Carlbäcker2016-08-30
* Bump git-module required versionUnknwon2016-08-29
* Load a set of predefined labels (#3459)Thibault Meyer2016-08-29
* Web editor: disallow edit mirror repositoryUnknwon2016-08-28
* Web editor: improve delete file processUnknwon2016-08-28
* #3505 use user’s info for committer and authorUnknwon2016-08-27
* #3383 code cleanupUnknwon2016-08-24