Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #2311 improve HTTP auth error message | Unknwon | 2015-12-30 | 1 | -1/+1 |
| | |||||
* | #2282 fix utf-8 recognized as windows-1252 | Unknwon | 2015-12-25 | 1 | -1/+1 |
| | |||||
* | #1692 add organization APIs | Unknwon | 2015-12-17 | 1 | -1/+1 |
| | |||||
* | fix possible disclosure | Unknwon | 2015-12-14 | 1 | -6/+7 |
| | |||||
* | Make serv/update use LOCAL_ROOT_URL instead public | Adam Strzelecki | 2015-12-09 | 1 | -1/+1 |
| | | | | The reasoning for that is in the previous commit. | ||||
* | Merge branch 'feature/wiki' into develop | Unknwon | 2015-11-30 | 1 | -15/+23 |
|\ | |||||
| * | finish wiki | Unknwon | 2015-11-30 | 1 | -15/+23 |
| | | |||||
* | | add line break after SSH error message | Unknwon | 2015-11-30 | 1 | -1/+1 |
|/ | |||||
* | print error log to client side when dev mode | Unknwon | 2015-11-23 | 1 | -0/+3 |
| | |||||
* | #1681 some fixes for builtin SSH server on Windows | Unknwon | 2015-11-23 | 1 | -2/+7 |
| | |||||
* | fix api broken | Unknwon | 2015-11-15 | 1 | -1/+1 |
| | |||||
* | convert missing name | Unknwon | 2015-11-09 | 1 | -1/+1 |
| | |||||
* | #1266 convert name to lower when handle SSH | Unknwon | 2015-11-09 | 1 | -2/+2 |
| | |||||
* | fix 1540 and experimental SSH server support | Unknwon | 2015-11-08 | 1 | -2/+2 |
| | |||||
* | go vet and fix #1890 | Unknwon | 2015-11-08 | 1 | -1/+13 |
| | |||||
* | #1896 fatal when no needed update task | Unknwon | 2015-11-04 | 1 | -31/+39 |
| | |||||
* | fix insecure tls when trigger task | Unknwon | 2015-10-26 | 1 | -1/+4 |
| | |||||
* | New push to head repo of head branch: regenerate patch and retest apply | Unknwon | 2015-10-24 | 1 | -19/+21 |
| | |||||
* | add log for trigger hook when push through SSH | Unknwon | 2015-10-05 | 1 | -1/+5 |
| | |||||
* | simplify names | Unknwon | 2015-09-16 | 1 | -3/+3 |
| | |||||
* | WIP: create PR - choose branch | Unknwon | 2015-08-08 | 1 | -3/+3 |
| | |||||
* | #334: Add Deployment Key Support | Unknwon | 2015-08-06 | 1 | -24/+47 |
| | |||||
* | allow anonymous SSH clone | Unknwon | 2015-08-05 | 1 | -45/+49 |
| | |||||
* | #835: Realtime webhooks | Unknwon | 2015-07-25 | 1 | -0/+7 |
| | |||||
* | Merge pull request #1336 from technosophos/master | 无闻 | 2015-07-25 | 1 | -7/+7 |
|\ | | | | | Fix minor spelling issues. | ||||
| * | Fix minor spelling issues. | Matt Butcher | 2015-06-18 | 1 | -7/+7 |
| | | |||||
* | | remove extra space in ssh authentication message | Luka Dornhecker | 2015-04-02 | 1 | -1/+1 |
|/ | |||||
* | #1040: dashboard no longer accessible when repo is missing | Unknwon | 2015-03-16 | 1 | -1/+1 |
| | |||||
* | cmd/serve.go: remove useless code | Unknwon | 2015-03-01 | 1 | -2/+0 |
| | |||||
* | models: mirror fix on #964 | Unknwon | 2015-02-28 | 1 | -5/+6 |
| | |||||
* | Rewrite/simplify gogs serve | Peter Smit | 2015-02-16 | 1 | -77/+51 |
| | |||||
* | code fix #941 caution: undertest | Unknwon | 2015-02-13 | 1 | -5/+6 |
| | |||||
* | Merge remote-tracking branch 'mine/access_refactor' into access_refactor | Peter Smit | 2015-02-12 | 1 | -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 style | Peter Smit | 2015-02-09 | 1 | -7/+7 |
| | | |||||
| * | Refactoring of the Access Table | Peter Smit | 2015-02-06 | 1 | -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 Table | Peter Smit | 2015-02-12 | 1 | -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 #925 | Unknwon | 2015-02-11 | 1 | -1/+1 |
| | | |||||
* | | Improve argument parsing for serve command | Peter Smit | 2015-02-09 | 1 | -1/+4 |
| | | |||||
* | | cmd: code fix for #905 | Unknwon | 2015-02-08 | 1 | -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-08 | 1 | -1/+6 |
|\ \ | | | | | | | Add option to provide configuration file on command line | ||||
| * | | Add option to provide configuration file on command line | Peter Smit | 2015-02-05 | 1 | -1/+6 |
| |/ | |||||
* / | able to disable SSH for #883 | Unknwon | 2015-02-07 | 1 | -0/+6 |
|/ | |||||
* | more on change avatar | Unknwon | 2014-11-21 | 1 | -1/+1 |
| | |||||
* | fix #622 | Unknwon | 2014-11-13 | 1 | -5/+5 |
| | |||||
* | Work on #516 | Unknwon | 2014-10-01 | 1 | -1/+7 |
| | |||||
* | Finish new web hook pages | Unknwon | 2014-08-09 | 1 | -5/+15 |
| | |||||
* | New UI merge in progress | Unknwon | 2014-07-26 | 1 | -24/+23 |
| | |||||
* | Merge branch 'master' of github.com:gogits/gogs into dev | Unknown | 2014-06-29 | 1 | -2/+2 |
|\ | |||||
| * | clear comments | Lunny Xiao | 2014-06-29 | 1 | -2/+2 |
| | | |||||
* | | Finish Teams page | Unknown | 2014-06-29 | 1 | -1/+1 |
|/ |