Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | internal: move packages under this directory (#5836) | Unknwon | 2019-10-24 |
| | | | | | | | | | | | | | | | | | | * Rename pkg -> internal * Rename routes -> route * Move route -> internal/route * Rename models -> db * Move db -> internal/db * Fix route2 -> route * Move cmd -> internal/cmd * Bump version | ||
* | Enable Go modules (#5835) | Unknwon | 2019-10-23 |
| | | | | | | | | | | | | | | | | * Remove vendor * Enable Go modules * ci: add command to fetch dependencies * ci: update setting * ci: update settings * Require Go 1.11 * Rename module name to gogs.io/gogs | ||
* | user/auth: flush and destroy session at logout (#5540) | Unknwon | 2018-12-04 |
| | | | | Reported by @cezar97. | ||
* | routes: fix open redirect vulnerability (#5355) | Unknwon | 2018-09-28 |
| | | | | Reported by @cezar97. | ||
* | auth: support set default login source (#5274) | Unknwon | 2018-09-13 |
| | |||
* | login_source: add default authentication switch (#5338) | haixunlu | 2018-09-13 |
| | | | | | | | | | | | | | | | * Add default Authentication Switch. * adjust the code accroding to reviews * #1. Remove redudant logic. #2, Fix a bug in "Edit" panel. * Remove unused logic * Fix local authentication files are not flushed. * refactor according to review. | ||
* | routes: fix open redirect vulnerability #5364 (#5365) | chromium1337 | 2018-08-06 |
| | |||
* | *: rename "gogits" to "gogs" | Unknwon | 2018-05-27 |
| | |||
* | routes/user/auth: improve coding style | Unknwon | 2018-05-21 |
| | |||
* | security: prevent same passcode from being reused | Unknwon | 2018-05-21 |
| | | | | Reported by @cezar97. | ||
* | auth: support authentication source config file (#3142) | Unknwon | 2018-04-12 |
| | |||
* | user/auth: fix page not redirect after login | Unknwon | 2017-10-22 |
| | |||
* | Refactoring: rename package routers -> routes | Unknwon | 2017-06-11 |