| Commit message (Expand) | Author | Age |
* | internal: move packages under this directory (#5836) | Unknwon | 2019-10-24 |
* | Enable Go modules (#5835) | Unknwon | 2019-10-23 |
* | models: rename Id to ID | Unknwon | 2018-08-16 |
* | models: fix delete public keys ORM syntax (#5376) | Unknwon | 2018-08-14 |
* | models: skip JSON for fields skipped by XORM | Unknwon | 2018-06-09 |
* | *: rename "gogits" to "gogs" | Unknwon | 2018-05-27 |
* | models: rename RewriteAllPublicKeys -> RewriteAuthorizedKeys | Unknwon | 2018-03-30 |
* | Refactoring: remove sessionRelease() | Unknwon | 2017-06-11 |
* | pkg/process: fix potential race condition | Unknwon | 2017-06-11 |
* | setting: disable SSH minimum key size check when not eligible (#4507) | Unknwon | 2017-06-11 |
* | models: remove redundant tags for primary keys | Unknwon | 2017-05-21 |
* | models/ssh_key: don't run ssh-keygen check if disabled (#4519) | Gibheer | 2017-05-20 |
* | Refactoring: rename pkg/base -> pkg/tool | Unknwon | 2017-04-05 |
* | Refactoring: rename modules -> pkg | Unknwon | 2017-04-04 |
* | ssh_key: create parent directory of 'authorized_keys' file | Unknwon | 2017-03-08 |
* | models/access: hasAccess only need userID not user object | Unknwon | 2017-02-23 |
* | models/ssh_key: fix SSH_KEYGEN_PATH not working (#3770) | Unknwon | 2017-02-10 |
* | log: start using gopkg.in/clog.v1 | Unknwon | 2017-02-09 |
* | models/ssh_key: little key methods receiver rename | Unknwon | 2017-02-01 |
* | cmd/serve: minor code improve for PR #4078 | Unknwon | 2017-02-01 |
* | #3480 Fix new ssh key adding issues (#3565) | Najeeb R | 2016-12-21 |
* | #3281 fix x.Iterate returns nothing inside session scope with SQLite3 | Unknwon | 2016-07-26 |
* | models/ssh_key: code cleaning | Unknwon | 2016-07-26 |
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 |
* | Remove redundant Unix timestamp method call | Unknwon | 2016-07-23 |
* | #2302 Replace time.Time with Unix Timestamp (int64) | Unknwon | 2016-03-09 |
* | Post work for #2637 | Unknwon | 2016-02-27 |
* | variable should not use ALL_CAPS | Gibheer | 2016-02-23 |
* | allow native and ssh-keygen public key check | Gibheer | 2016-02-16 |
* | Trim whitespace when adding SSH keys (fixes #2447) | John Maguire | 2016-01-31 |
* | Add debug log when SSH key for deletion isn't found | John Maguire | 2016-01-31 |
* | #2179 use Go sub-repo ssh to verify public key content | Unknwon | 2016-01-15 |
* | fix #1436 | Unknwon | 2015-12-19 |
* | #2147 fix rewrites authorized_keys when builtin SSH server is enabled | Unknwon | 2015-12-11 |