Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix #878 | Unknwon | 2015-11-18 | 1 | -25/+51 |
| | |||||
* | fix 1540 and experimental SSH server support | Unknwon | 2015-11-08 | 1 | -24/+16 |
| | |||||
* | work on #1880 | Unknwon | 2015-11-02 | 1 | -5/+6 |
| | |||||
* | fix problem with #1879 | Unknwon | 2015-11-02 | 1 | -1/+1 |
| | |||||
* | move minimum key sizes to config | Gibheer | 2015-10-30 | 1 | -12/+2 |
| | | | | | This moves the minimum key sizes into the config file, so that anyone can modify the restrictions. | ||||
* | #1622 comment with whitespace | Unknwon | 2015-09-12 | 1 | -1/+1 |
| | |||||
* | #1535 Removing deploy key does not remove key | Unknwon | 2015-08-25 | 1 | -9/+13 |
| | |||||
* | Modify minimumKeySize of RSA to 1024 for old keys. | Yixin Hao | 2015-08-21 | 1 | -1/+1 |
| | |||||
* | add confirmation to delete ssh key | Unknwon | 2015-08-20 | 1 | -1/+9 |
| | |||||
* | remove empty line as per https://github.com/gogits/gogs/pull/1475 | Don Bowman | 2015-08-15 | 1 | -1/+0 |
| | |||||
* | race condition on keydelete | Don Bowman | 2015-08-12 | 1 | -2/+3 |
| | |||||
* | fix UNIQUE | Unknwon | 2015-08-06 | 1 | -1/+1 |
| | |||||
* | #334: Add Deployment Key Support | Unknwon | 2015-08-06 | 1 | -63/+274 |
| | |||||
* | #1133 add config option [service] DISABLE_MINIMUM_KEY_SIZE_CHECK | Unknwon | 2015-03-25 | 1 | -20/+20 |
| | |||||
* | #1050: Bad permissions on authorized_keys after rewrite | Unknwon | 2015-03-14 | 1 | -1/+1 |
| | |||||
* | fix HTTP/HTTPS push update func call panic #1037 and `http: multiple ↵ | Unknwon | 2015-03-12 | 1 | -3/+4 |
| | | | | response.WriteHeader calls` | ||||
* | models: mirror fix on #964 | Unknwon | 2015-02-28 | 1 | -1/+0 |
| | |||||
* | Fix #922 | Peter Smit | 2015-02-09 | 1 | -2/+2 |
| | |||||
* | 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) | ||||
* | Add option to provide configuration file on command line | Peter Smit | 2015-02-05 | 1 | -2/+2 |
| | |||||
* | models: code fix on #818 | Unknwon | 2015-02-01 | 1 | -18/+34 |
| | |||||
* | Merge pull request #818 from fzerorubigd/master | 无闻 | 2015-02-01 | 1 | -3/+26 |
|\ | | | | | add a function to rewrite all public keys on admin request | ||||
| * | add afunction to rewrite all public keys on admin request | fzerorubigd | 2015-01-01 | 1 | -3/+26 |
| | | | | | | | | refs #763 | ||||
* | | Implement #798 Flexible ssh-key input | Peter Smit | 2015-01-02 | 1 | -0/+81 |
|/ | | | | It is now possible to input ssh keys in a number of formats: openssh, SSH2 or just the base64 encoded key. | ||||
* | Fix #652 | Unknwon | 2014-11-23 | 1 | -0/+5 |
| | |||||
* | #634 | Unknwon | 2014-11-18 | 1 | -0/+1 |
| | |||||
* | quick fix | Unknwon | 2014-11-17 | 1 | -1/+1 |
| | |||||
* | lock gopmfile | Unknwon | 2014-11-17 | 1 | -1/+1 |
| | |||||
* | Merge pull request #587 from eryx/dev | 无闻 | 2014-11-17 | 1 | -3/+6 |
|\ | | | | | Fix #266 | ||||
| * | Fix #266 | Eryx | 2014-10-28 | 1 | -3/+6 |
| | | |||||
* | | add personal access token panel #12 | Unknwon | 2014-11-12 | 1 | -3/+3 |
|/ | |||||
* | Mirror fix on add ssh key | Unknwon | 2014-10-11 | 1 | -1/+3 |
| | |||||
* | More debug info | Unknwon | 2014-10-11 | 1 | -8/+8 |
| | |||||
* | Work on ssh key issue | Unknwon | 2014-10-11 | 1 | -1/+1 |
| | |||||
* | support dsa key format | fundon | 2014-09-29 | 1 | -0/+1 |
| | |||||
* | Work #475 and #458 | Unknown | 2014-09-16 | 1 | -4/+11 |
| | |||||
* | Fix mirror UI style and work on #475 | Unknwon | 2014-09-16 | 1 | -4/+9 |
| | |||||
* | Finish new web hook pages | Unknwon | 2014-08-09 | 1 | -0/+18 |
| | |||||
* | Mirror fix on #352 | Unknwon | 2014-08-07 | 1 | -3/+2 |
| | |||||
* | Moved defer f.Close() up so there is no chance of returning without closing ↵ | Sebastian Jackel | 2014-08-07 | 1 | -3/+5 |
| | | | | and handled an error on f.Chmod | ||||
* | Corrected log message | Sebastian Jackel | 2014-08-07 | 1 | -1/+1 |
| | |||||
* | Make sure, .ssh directory and authorized_keys file are kept at correct ↵ | Sebastian Jackel | 2014-08-07 | 1 | -1/+10 |
| | | | | permissions | ||||
* | New UI merge in progress | Unknwon | 2014-07-26 | 1 | -15/+77 |
| | |||||
* | Fix #252 | Eryx | 2014-06-24 | 1 | -1/+1 |
| | |||||
* | Fix #165 | Unknown | 2014-06-21 | 1 | -6/+6 |
| | |||||
* | Remove qiniu/log | Unknown | 2014-06-20 | 1 | -4/+3 |
| | |||||
* | Basic process manager | Unknown | 2014-06-19 | 1 | -1/+2 |
| | |||||
* | Add gogs fix location command | Unknown | 2014-06-10 | 1 | -7/+7 |
| | |||||
* | Bug fix | Unknown | 2014-05-07 | 1 | -2/+11 |
| | |||||
* | Finish issue design | Unknown | 2014-05-07 | 1 | -52/+61 |
| |