Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | locale: sync from Crowdin (#6383) | ᴜɴᴋɴᴡᴏɴ | 2020-10-11 | |
| | ||||
* | context: fix Access-Control-Allow-Credentials header typo (#6381) | E99p1ant | 2020-10-10 | |
| | ||||
* | db: migrate access table to use GORM (#6371) | ᴜɴᴋɴᴡᴏɴ | 2020-10-06 | |
| | ||||
* | lfs: ask client to always send the same value for the HTTP header (#6369) | ᴜɴᴋɴᴡᴏɴ | 2020-10-04 | |
| | ||||
* | locale: sync from Crowdin (#6367) | ᴜɴᴋɴᴡᴏɴ | 2020-10-04 | |
| | ||||
* | Add git diff timeout in app config (#6348) | Zhukov Roman | 2020-09-29 | |
| | | | Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | |||
* | markup: render SHA links without branch prefix (#6350) | Jeff | 2020-09-29 | |
| | | | | Co-authored-by: Zhukov Roman <zhukov.roman@gmail.com> Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | |||
* | cmd/serv: use different log files for ORMs in hook mode (#6361) | ᴜɴᴋɴᴡᴏɴ | 2020-09-29 | |
| | ||||
* | action: fix issue reference regexp and error handling (#6352) | ᴜɴᴋɴᴡᴏɴ | 2020-09-26 | |
| | ||||
* | auth: decouple types and functions from db (#6320) | ᴜɴᴋɴᴡᴏɴ | 2020-09-20 | |
| | ||||
* | db: create new session for MySQL after changing attribute (#6338) | ᴜɴᴋɴᴡᴏɴ | 2020-09-18 | |
| | ||||
* | gitutil: infer submodule with baseURL when it is a relative path (#6337) | ᴜɴᴋɴᴡᴏɴ | 2020-09-18 | |
| | ||||
* | locale: sync from Crowdin (#6333) | ᴜɴᴋɴᴡᴏɴ | 2020-09-16 | |
| | ||||
* | web: correctly serving go-get pages for subdirs (#6318) | ᴜɴᴋɴᴡᴏɴ | 2020-09-09 | |
| | | | | | | | * web: correctly serving go-get page for subdirs * Update CHANGELOG * Fix golint error | |||
* | schemadoc: add go:generate to output database schema (#6310) | ᴜɴᴋɴᴡᴏɴ | 2020-09-06 | |
| | | | | | | | * schemadoc: add go:generate to output database schema * Check errors * Revert string renames | |||
* | db: migrate to GORM v2 (#6309) | ᴜɴᴋɴᴡᴏɴ | 2020-09-06 | |
| | ||||
* | repo: set default value for `is_unlisted` column (#6305) | ᴜɴᴋɴᴡᴏɴ | 2020-09-04 | |
| | ||||
* | locale: sync from Crowdin (#6303) | ᴜɴᴋɴᴡᴏɴ | 2020-09-04 | |
| | ||||
* | repo: support unlisted but publicly accessible repositories (#6176) | Achilleas Koutsou | 2020-09-04 | |
| | | | Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | |||
* | install: remove MSSQL option (#6295) | ᴜɴᴋɴᴡᴏɴ | 2020-08-29 | |
| | ||||
* | install: fix generating removed options (#6293) | ᴜɴᴋɴᴡᴏɴ | 2020-08-29 | |
| | ||||
* | chore: change default branch to `main` (#6285) | ᴜɴᴋɴᴡᴏɴ | 2020-08-27 | |
| | ||||
* | db: fix wrong column type of `login_source` (#6283) | ᴜɴᴋɴᴡᴏɴ | 2020-08-27 | |
| | ||||
* | issue: fix timestamp updating (#6210) | Kosadchiy | 2020-08-24 | |
| | | | Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | |||
* | migrations: remove old migrations before 0.12.0 (#6270) | ᴜɴᴋɴᴡᴏɴ | 2020-08-23 | |
| | ||||
* | conf: remove legacy options (#6267) | ᴜɴᴋɴᴡᴏɴ | 2020-08-22 | |
| | | | | | * conf: remove legacy options * Update tests | |||
* | assets: make generate (#6265) | ᴜɴᴋɴᴡᴏɴ | 2020-08-22 | |
| | ||||
* | locale: sync from Crowdin (#6263) | ᴜɴᴋɴᴡᴏɴ | 2020-08-22 | |
| | ||||
* | repo: users have access to base repository can also view forks (#6261) | ᴜɴᴋɴᴡᴏɴ | 2020-08-22 | |
| | ||||
* | conf: make generate for #6237 (#6260) | ᴜɴᴋɴᴡᴏɴ | 2020-08-22 | |
| | ||||
* | osutil: update docstring and tests (#6255) | ᴜɴᴋɴᴡᴏɴ | 2020-08-19 | |
| | ||||
* | osutil: use system API to get the username when env vars are empty (#6246) | bibo38 | 2020-08-19 | |
| | | | | | | | As Golang supports getting usernames via the standard library, this function is now used to get the username if the environment variables are empty. Using the standard library as a fallback is intended to keep compability to existing implementations that rely on the environment variables dictating the current username. | |||
* | organization: limit showing at most 12 members in profile page (#6254) | ᴜɴᴋɴᴡᴏɴ | 2020-08-17 | |
| | ||||
* | db: fix update team panic (#6253) | ᴜɴᴋɴᴡᴏɴ | 2020-08-16 | |
| | | | | | * db: fix update team panic * Update CHANGELOG | |||
* | locale: sync from Crowdin (#6191) | ᴜɴᴋɴᴡᴏɴ | 2020-06-08 | |
| | ||||
* | locale: sync from Crowdin (#6174) | ᴜɴᴋɴᴡᴏɴ | 2020-05-24 | |
| | ||||
* | locale: sync from Crowdin (#6156) | ᴜɴᴋɴᴡᴏɴ | 2020-05-10 | |
| | ||||
* | all: use semver to compare versions (#6147) | ᴜɴᴋɴᴡᴏɴ | 2020-05-04 | |
| | ||||
* | db: use GORM to backup and restore non-legacy tables (#6142) | ᴜɴᴋɴᴡᴏɴ | 2020-05-04 | |
| | ||||
* | lfs: show configs in admin ui (#6128) | ᴜɴᴋɴᴡᴏɴ | 2020-04-21 | |
| | | | | | | | * Rename template consts * Display new DB options * Display LFS configs | |||
* | db: remove `db.User.LoginType` field (#6122) | Kousik Mitra | 2020-04-19 | |
| | ||||
* | test: remove the use of goconvey (#6123) | ᴜɴᴋɴᴡᴏɴ | 2020-04-19 | |
| | ||||
* | conf: fallback time layout to RFC 3339 when misconfigured (#6120) | Kousik Mitra | 2020-04-18 | |
| | | | | | | | * Fix: fallback to default time format if misconfigured (#6098) * Update CHANGELOG.md Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | |||
* | public: remove unused github.min.css (#6119) | ᴜɴᴋɴᴡᴏɴ | 2020-04-18 | |
| | ||||
* | db: add tests for users (#6116) | ᴜɴᴋɴᴡᴏɴ | 2020-04-18 | |
| | | | | | | | | | | | | | | | | | | | | | * Add new methods * Use Users.Create to replace previous hack * Reduce side effect * Do not clear tables when test failed * test_users_Authenticate * Rename constant * test_users_Create * test_users_GetByEmail * test_users_GetByID * test_users_GetByUsername | |||
* | db: add tests for repos (#6112) | ᴜɴᴋɴᴡᴏɴ | 2020-04-17 | |
| | | | | | | | | | | | * Add Repos.create method * Fix repo name error handling * Fix all compile errors * Update github.com/go-macaron/captcha to fix http issue * Add repos tests | |||
* | api: add admin endpoint to get team members (#6101) | Rui Santos | 2020-04-15 | |
| | | | fixes #5877 | |||
* | db: add tests for `loginSourceFiles` (#6102) | ᴜɴᴋɴᴡᴏɴ | 2020-04-15 | |
| | ||||
* | db: use GORM bulk insert helper (#6100) | ᴜɴᴋɴᴡᴏɴ | 2020-04-14 | |
| | | | | | | | * Bulk insert permissions * Bulk insert recovery codes * Remove unnecessary import rename | |||
* | db: add tests for two factors (#6099) | ᴜɴᴋɴᴡᴏɴ | 2020-04-14 | |
| | | | | | | | | | | | | | | | * Rename to TwoFactors.Create * Use GORM to execute queries * TwoFactor.GetByUserID * Add tests * Fix failing tests * Add MD5 tests * Add tests for RandomChars |