| Commit message (Expand) | Author | Age | Files | Lines |
* | Move db related basic functions to models/db (#17075) | Lunny Xiao | 2021-09-19 | 1 | -408/+0 |
* | Add API Token Cache (#16547) | zeripath | 2021-08-17 | 1 | -0/+10 |
* | Upgrade xorm to v1.2.2 (#16663) | Lunny Xiao | 2021-08-13 | 1 | -1/+1 |
* | Separate open and closed issue in metrics (#16637) | Romain | 2021-08-07 | 1 | -2/+20 |
* | Add tag protection (#15629) | KN4CK3R | 2021-06-25 | 1 | -0/+1 |
* | Rework repository archive (#14723) | Lunny Xiao | 2021-06-23 | 1 | -0/+1 |
* | Add push to remote mirror repository (#15157) | KN4CK3R | 2021-06-14 | 1 | -0/+1 |
* | Add a new table issue_index to store the max issue index so that issue could ... | Lunny Xiao | 2021-06-14 | 1 | -2/+7 |
* | Fix setting version table in dump (#15753) | zeripath | 2021-05-07 | 1 | -1/+1 |
* | Create Proper Migration Tests (#15116) | zeripath | 2021-03-24 | 1 | -3/+4 |
* | chore(models): rewrite code format. (#14754) | Bo-Yi Wu | 2021-03-14 | 1 | -1/+1 |
* | Repository transfer has to be confirmed, if user can not create repo for new ... | 6543 | 2021-03-01 | 1 | -0/+1 |
* | Create DB session provider(based on xorm) (#13031) | zeripath | 2021-02-15 | 1 | -0/+1 |
* | Redirect on changed user and org name (#11649) | Andrew Bezold | 2021-01-24 | 1 | -0/+1 |
* | Use IsProd instead of testing if it's equal. (#14336) | Lunny Xiao | 2021-01-14 | 1 | -2/+2 |
* | Ensure that schema search path is set with every connection on postgres (#14131) | zeripath | 2021-01-02 | 1 | -11/+10 |
* | Add postgres schema to the search_path on database connection (#12634) | zeripath | 2020-09-11 | 1 | -0/+10 |
* | gitea dump: include version & Check InstallLock (#12760) | 6543 | 2020-09-07 | 1 | -0/+11 |
* | Add command to recreate tables (#12407) | zeripath | 2020-09-06 | 1 | -0/+32 |
* | Kanban board (#8346) | Lanre Adelowo | 2020-08-16 | 1 | -0/+4 |
* | Support use nvarchar for all varchar columns when using mssql (#12269) | Lunny Xiao | 2020-07-21 | 1 | -0/+2 |
* | models: fix xorm variable clobber (#12231) | Lars Lehtonen | 2020-07-13 | 1 | -1/+1 |
* | 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 |