| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable tenv and testifylint rules (#32852) | TheFox0x7 | 2024-12-15 | 1 | -3/+2 |
* | Trim title before insert/update to database to match the size requirements of... | Lunny Xiao | 2024-11-14 | 1 | -0/+4 |
* | Fixes for unreachable project issues when transfer repository from organizati... | Edip Emre Bodur | 2024-08-13 | 2 | -0/+12 |
* | Add issue comment when moving issues from one column to another of the projec... | Lunny Xiao | 2024-08-09 | 1 | -24/+0 |
* | Fix the display of project type for deleted projects (#31732) | yp05327 | 2024-07-30 | 1 | -0/+7 |
* | Rename project board -> column to make the UI less confusing (#30170) | Lunny Xiao | 2024-05-27 | 7 | -492/+484 |
* | Fix various problems around projects board view (#30696) | Lunny Xiao | 2024-05-08 | 4 | -22/+218 |
* | Enable more `revive` linter rules (#30608) | silverwind | 2024-04-22 | 1 | -2/+0 |
* | Fix migration v292 (#30153)v1.22.0-rc0 | Lunny Xiao | 2024-03-28 | 2 | -51/+45 |
* | Add default board to new projects, remove uncategorized pseudo-board (#29874) | Denys Konovalov | 2024-03-27 | 3 | -26/+100 |
* | Partially enable MSSQL case-sensitive collation support (#29238) | wxiaoguang | 2024-03-08 | 1 | -1/+1 |
* | remove util.OptionalBool and related functions (#29513) | 6543 | 2024-03-02 | 1 | -6/+4 |
* | Refactor some Str2html code (#29397) | wxiaoguang | 2024-03-01 | 1 | -1/+2 |
* | Fix comment permissions (#28213) | Lunny Xiao | 2023-11-25 | 1 | -0/+12 |
* | Use db.Find instead of writing methods for every object (#28084) | Lunny Xiao | 2023-11-24 | 2 | -24/+7 |
* | More `db.DefaultContext` refactor (#27265) | JakobDev | 2023-09-29 | 4 | -30/+30 |
* | make writing main test easier (#27270) | Lunny Xiao | 2023-09-28 | 1 | -2/+0 |
* | Refactor project templates (#26448) | Denys Konovalov | 2023-08-12 | 1 | -0/+5 |
* | Update xorm version (#26128) | Lunny Xiao | 2023-07-25 | 1 | -1/+4 |
* | Fix incorrect oldest sort in project list (#25806) | yp05327 | 2023-07-11 | 2 | -13/+54 |
* | Improve GetBoards and getDefaultBoard (#22981) | yp05327 | 2023-04-09 | 1 | -6/+6 |
* | Use `project.IconName` instead of repeated unreadable `if-else` chains (#23538) | yp05327 | 2023-03-19 | 1 | -0/+11 |
* | Do not store user projects as organization projects (#23353) | yp05327 | 2023-03-17 | 2 | -2/+2 |
* | Refactor `setting.Database.UseXXX` to methods (#23354) | Jason Song | 2023-03-07 | 1 | -2/+2 |
* | improve FindProjects (#23085) | yp05327 | 2023-02-24 | 1 | -10/+3 |
* | Preview images for Issue cards in Project Board view (#22112) | Nathaniel Sabanski | 2023-02-11 | 3 | -5/+51 |
* | Use link in UI which returned a relative url but not html_url which contains ... | Lunny Xiao | 2023-02-06 | 1 | -0/+1 |
* | Project links should use parent link methods (#22587) | John Olheiser | 2023-01-23 | 1 | -2/+2 |
* | Support org/user level projects (#22235) | Lunny Xiao | 2023-01-20 | 2 | -18/+82 |
* | Always reuse transaction (#22362) | Jason Song | 2023-01-08 | 1 | -1/+1 |
* | Use ErrInvalidArgument in packages (#22268) | KN4CK3R | 2022-12-31 | 1 | -2/+1 |
* | Rename almost all Ctx functions (#22071) | Lunny Xiao | 2022-12-10 | 1 | -33/+21 |
* | refactor some functions to support ctx as first parameter (#21878) | Lunny Xiao | 2022-12-03 | 1 | -1/+1 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 5 | -10/+5 |
* | Allow detect whether it's in a database transaction for a context.Context (#2... | Lunny Xiao | 2022-11-12 | 3 | -6/+6 |
* | Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) | delvh | 2022-10-24 | 1 | -1/+1 |
* | Make every not exist error unwrappable to a fs.ErrNotExist (#20891) | zeripath | 2022-10-18 | 1 | -0/+8 |
* | Add option to purge users (#18064) | zeripath | 2022-07-14 | 1 | -0/+37 |
* | Add more linters to improve code readability (#19989) | Wim | 2022-06-20 | 1 | -2/+2 |
* | Use correct count for `NumOpenIssues` (#19980) | Gusted | 2022-06-16 | 1 | -1/+7 |
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 4 | -67/+40 |
* | Add missing `sorting` column in `project_issue` table (#19635) | wxiaoguang | 2022-05-06 | 1 | -0/+3 |
* | Use a struct as test options (#19393) | Lunny Xiao | 2022-04-14 | 1 | -6/+9 |
* | Move project files into models/project sub package (#17704) | Lunny Xiao | 2022-03-29 | 5 | -0/+842 |