aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/serve.go
Commit message (Collapse)AuthorAgeFilesLines
* codegangsta/cli => urfave/cli (#3546)Kim "BKC" Carlbäcker2016-08-301-1/+1
|
* General code quality improvementUnknwon2016-08-161-1/+1
|
* Replace convert.To with APIFormat callsUnknwon2016-08-141-1/+2
|
* #2246 fully support of webhooks for pull requestUnknwon2016-08-141-1/+1
|
* Refactor User.Id to User.IDUnknwon2016-07-241-2/+2
|
* #3045 fix DEPRECATED Action signature erorrUnknwon2016-05-121-3/+5
|
* Post work for #2637Unknwon2016-02-271-1/+1
| | | | Improve test cases, config settings, also show SSH config settings on admin config panel.
* Fix wrong place to check disable SSHUnknwon2016-02-211-5/+6
|
* Replace uuid module with original packageUnknwon2016-02-201-2/+2
|
* #2650 fix possbility that use email as pusher user nameUnknwon2016-02-171-2/+9
| | | | | | | | | | Remove the possibility of using email as user name when user actually push through combination of email and password with HTTP. Also refactor update action function to replcae tons of arguments with single PushUpdateOptions struct. And define the user who pushes code as pusher, therefore variable names shouldn't be confusing any more.
* #2311 improve HTTP auth error messageUnknwon2015-12-301-1/+1
|
* #2282 fix utf-8 recognized as windows-1252Unknwon2015-12-251-1/+1
|
* #1692 add organization APIsUnknwon2015-12-171-1/+1
|
* fix possible disclosureUnknwon2015-12-141-6/+7
|
* Make serv/update use LOCAL_ROOT_URL instead publicAdam Strzelecki2015-12-091-1/+1
| | | | The reasoning for that is in the previous commit.
* Merge branch 'feature/wiki' into developUnknwon2015-11-301-15/+23
|\
| * finish wikiUnknwon2015-11-301-15/+23
| |
* | add line break after SSH error messageUnknwon2015-11-301-1/+1
|/
* print error log to client side when dev modeUnknwon2015-11-231-0/+3
|
* #1681 some fixes for builtin SSH server on WindowsUnknwon2015-11-231-2/+7
|
* fix api brokenUnknwon2015-11-151-1/+1
|
* convert missing nameUnknwon2015-11-091-1/+1
|
* #1266 convert name to lower when handle SSHUnknwon2015-11-091-2/+2
|
* fix 1540 and experimental SSH server supportUnknwon2015-11-081-2/+2
|
* go vet and fix #1890Unknwon2015-11-081-1/+13
|
* #1896 fatal when no needed update taskUnknwon2015-11-041-31/+39
|
* fix insecure tls when trigger taskUnknwon2015-10-261-1/+4
|
* New push to head repo of head branch: regenerate patch and retest applyUnknwon2015-10-241-19/+21
|
* add log for trigger hook when push through SSHUnknwon2015-10-051-1/+5
|
* simplify namesUnknwon2015-09-161-3/+3
|
* WIP: create PR - choose branchUnknwon2015-08-081-3/+3
|
* #334: Add Deployment Key SupportUnknwon2015-08-061-24/+47
|
* allow anonymous SSH cloneUnknwon2015-08-051-45/+49
|
* #835: Realtime webhooksUnknwon2015-07-251-0/+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
| |
* | remove extra space in ssh authentication messageLuka Dornhecker2015-04-021-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
|
* 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
| |
* | Improve argument parsing for serve commandPeter Smit2015-02-091-1/+4
| |
* | cmd: code fix for #905Unknwon2015-02-081-1/+1
| | | | | | | | | | | | | | - routers/admin: add rewrite update hook operation - conf/locale: update locale file due to ini behavior changes - cmd/cert_stub.go: remove useless code - cmd/fix.go: no longer need fix command(at least now)
* | Merge pull request #905 from phsmit/conf_on_cli无闻2015-02-081-1/+6
|\ \ | | | | | | Add option to provide configuration file on command line