| Commit message (Expand) | Author | Age | Files | Lines |
* | Doctor check & fix db consistency (#11111) | 6543 | 2020-05-29 | 1 | -0/+4 |
* | Fix typo of MSSQL (#10850) | Success Go | 2020-03-27 | 1 | -1/+1 |
* | make avatar lookup occur at image request (#10540) | zeripath | 2020-03-27 | 1 | -0/+1 |
* | Set MySQL rowtype to dynamic for new tables (#10833) | Lauris BH | 2020-03-27 | 1 | -0/+3 |
* | Upgrade xorm to v1.0.0 (#10646) | Lunny Xiao | 2020-03-22 | 1 | -12/+16 |
* | Divide GetIssueStats query in smaller chunks (#10176) | guillep2k | 2020-02-15 | 1 | -0/+6 |
* | Language statistics bar for repositories (#8037) | Lauris BH | 2020-02-11 | 1 | -0/+1 |
* | API add/generalize pagination (#9452) | SpaWn2KiLl | 2020-01-24 | 1 | -0/+2 |
* | Add support for database schema in PostgreSQL (#8819) | guillep2k | 2020-01-20 | 1 | -1/+6 |
* | Graceful: Xorm, RepoIndexer, Cron and Others (#9282) | zeripath | 2019-12-15 | 1 | -1/+4 |
* | Move code indexer related code to a new package (#9191) | Lunny Xiao | 2019-12-08 | 1 | -0/+25 |
* | Expose db.SetMaxOpenConns and allow non MySQL dbs to set conn pool params (#8... | zeripath | 2019-10-21 | 1 | -5/+3 |
* | Upgrade xorm to v0.8.0 (#8536) | Lunny Xiao | 2019-10-17 | 1 | -1/+1 |
* | Move migrating repository from frontend to backend (#6200) | Lunny Xiao | 2019-10-13 | 1 | -0/+1 |
* | Move git diff codes from models to services/gitdiff (#7889) | Lunny Xiao | 2019-09-05 | 1 | -0/+5 |
* | Move database settings from models to setting (#7806) | Lunny Xiao | 2019-08-24 | 1 | -137/+11 |
* | Add SQL execution on log and indexes on table repository and comment (#7740) | Lunny Xiao | 2019-08-05 | 1 | -0/+2 |
* | Detect migrating batch size (#7353) | Lunny Xiao | 2019-07-06 | 1 | -0/+6 |
* | Fix error log when loading issues caused by a xorm bug (#7271) | Lunny Xiao | 2019-06-23 | 1 | -1/+1 |
* | Add golangci (#6418) | kolaente | 2019-06-12 | 1 | -4/+5 |
* | fix possbile mysql invalid connnection error (#7051) | Lunny Xiao | 2019-05-26 | 1 | -0/+6 |
* | Add support of utf8mb4 for mysql (#6992) | Lunny Xiao | 2019-05-24 | 1 | -4/+5 |
* | Move xorm logger bridge from log to models so that log module could be a stan... | Lunny Xiao | 2019-05-14 | 1 | -3/+2 |
* | add .gpg url (match github behaviour) (#6610) | Antoine GIRARD | 2019-04-14 | 1 | -0/+1 |
* | fix dump table name error and add some test for dump database (#6394) | Lunny Xiao | 2019-03-20 | 1 | -3/+6 |
* | Integrate OAuth2 Provider (#5378) | Jonas Franz | 2019-03-08 | 1 | -0/+3 |
* | Change sqlite DB path default to data directory (#6198) | John Olheiser | 2019-02-27 | 1 | -1/+2 |
* | Refactor issue indexer (#5363) | Lunny Xiao | 2019-02-19 | 1 | -14/+0 |
* | Added test environment for mssql (#4282) | kolaente | 2018-12-12 | 1 | -3/+4 |
* | MySQL TLS (#4642) | Russell Aunger | 2018-08-23 | 1 | -6/+9 |
* | Pull request review/approval and comment on code (#3748) | Lauris BH | 2018-08-06 | 1 | -0/+1 |
* | Added dependencies for issues (#2196) (#2531) | kolaente | 2018-07-17 | 1 | -0/+1 |
* | hide issues from org private repos w/o team assignment (#4034) | David Schneiderbauer | 2018-06-21 | 1 | -0/+1 |
* | Change parsing of postgresql settings (#4275) | techknowlogick | 2018-06-20 | 1 | -8/+14 |
* | Add support for FIDO U2F (#3971) | Jonas Franz | 2018-05-19 | 1 | -0/+1 |
* | Multiple assignees (#3705) | kolaente | 2018-05-09 | 1 | -0/+1 |
* | Enhance healthcheck for database connectivity (#3754) | Evan Sherwood | 2018-04-04 | 1 | -1/+4 |
* | Add config option to enable or disable log executed SQL (#3726) | Lunny Xiao | 2018-03-30 | 1 | -1/+1 |
* | Add missing indexer doc in configuration (#3324) | Antoine GIRARD | 2018-01-08 | 1 | -1/+1 |
* | Add reactions to issues/PR and comments (#2856) | Lauris BH | 2017-12-04 | 1 | -0/+1 |
* | Git LFS lock api (#2938) | Antoine GIRARD | 2017-11-28 | 1 | -0/+1 |
* | Set session and indexers' data files rel to AppDataPath (#2192) | Guillaume Dube | 2017-11-03 | 1 | -14/+9 |
* | Code/repo search (#2582) | Ethan Koenig | 2017-10-27 | 1 | -4/+20 |
* | Add branch overiew page (#2108) | Bwko | 2017-10-26 | 1 | -0/+1 |
* | Replace deprecated Id method with ID (#2655) | Ethan Koenig | 2017-10-05 | 1 | -1/+1 |
* | Use created & updated instead BeforeInsert & BeforeUpdate (#2482) | Lunny Xiao | 2017-09-13 | 1 | -0/+1 |
* | Feature: Timetracking (#2211) | Jonas Franz | 2017-09-12 | 1 | -0/+2 |
* | update latest xorm version to vendor (#2353) | Lunny Xiao | 2017-08-22 | 1 | -1/+1 |
* | Fix git hooks update to receive required arguments. Fixes #2090 (#2095) | Lauris BH | 2017-07-02 | 1 | -3/+2 |
* | Refactor session close as xorm already does everything needed internally (#2020) | Lauris BH | 2017-06-21 | 1 | -7/+0 |