| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge `new project` templates into one (#24985) | delvh | 2023-05-31 | 1 | -14/+13 |
* | Refactor rename user and rename organization (#24052) | Lunny Xiao | 2023-05-21 | 1 | -24/+15 |
* | Fix missing badges in org settings page (#24654) | yp05327 | 2023-05-11 | 1 | -0/+1 |
* | Fix close org projects (#24588) | yp05327 | 2023-05-08 | 1 | -4/+4 |
* | Revert "Prevent a user with a different email from accepting the team invite"... | Lunny Xiao | 2023-05-05 | 1 | -8/+0 |
* | Prevent a user with a different email from accepting the team invite (#24491) | Jack Hay | 2023-05-03 | 1 | -0/+8 |
* | Add follow organization and fix the logic of following page (#24345) | yp05327 | 2023-04-29 | 1 | -0/+7 |
* | Move secrets and runners settings to actions settings (#24200) | Hester Gong | 2023-04-27 | 4 | -132/+12 |
* | Fix 404 error when leaving the last private org team (#24322) | yp05327 | 2023-04-26 | 1 | -1/+9 |
* | Only delete secrets belonging to its owner (#24284) | KN4CK3R | 2023-04-23 | 1 | -0/+2 |
* | Add missing badges in user profile for /projects and /packages (#24232) | Jakob | 2023-04-22 | 2 | -0/+2 |
* | Fix unclear "Owner" concept (#24233) | wxiaoguang | 2023-04-20 | 1 | -1/+0 |
* | Add unset default project column (#23531) | yp05327 | 2023-04-19 | 1 | -0/+17 |
* | Fix admin team access mode value in team_unit table (#24012) | yp05327 | 2023-04-13 | 1 | -43/+50 |
* | Add cardtype to org/user level project on creation, edit and view (#24043) | Hester Gong | 2023-04-11 | 1 | -0/+22 |
* | Make label templates have consistent behavior and priority (#23749) | wxiaoguang | 2023-04-10 | 1 | -1/+1 |
* | Improve GetBoards and getDefaultBoard (#22981) | yp05327 | 2023-04-09 | 1 | -1/+1 |
* | Introduce GitHub markdown editor, keep EasyMDE as fallback (#23876) | wxiaoguang | 2023-04-03 | 1 | -1/+0 |
* | Fix cancel button in the page of project edit not work (#23655) | sillyguodong | 2023-03-24 | 1 | -0/+2 |
* | Do not store user projects as organization projects (#23353) | yp05327 | 2023-03-17 | 1 | -5/+18 |
* | add user rename endpoint to admin api (#22789) | techknowlogick | 2023-03-14 | 1 | -1/+1 |
* | Add missing tabs to org projects page (#22705) | yp05327 | 2023-03-10 | 2 | -0/+2 |
* | Add user webhooks (#21563) | KN4CK3R | 2023-03-10 | 1 | -4/+4 |
* | Rename `canWriteUnit` to `canWriteProjects` (#23386) | yp05327 | 2023-03-09 | 1 | -7/+7 |
* | Fix incorrect NotFound conditions in org/projects.go (#23384) | yp05327 | 2023-03-09 | 1 | -3/+3 |
* | Redirect to project again after editing it (#23326) | yp05327 | 2023-03-09 | 1 | -1/+6 |
* | Fix incorrect redirect link of delete org project (#23327) | yp05327 | 2023-03-06 | 1 | -1/+1 |
* | Add loading yaml label template files (#22976) | Lauris BH | 2023-03-02 | 1 | -2/+3 |
* | Use context parameter in services/repository (#23186) | Jason Song | 2023-02-28 | 1 | -1/+1 |
* | Scoped labels (#22585) | Brecht Van Lommel | 2023-02-18 | 1 | -0/+2 |
* | Add context cache as a request level cache (#22294) | Lunny Xiao | 2023-02-15 | 1 | -1/+1 |
* | Preview images for Issue cards in Project Board view (#22112) | Nathaniel Sabanski | 2023-02-11 | 1 | -2/+2 |
* | Add Cargo package registry (#21888) | KN4CK3R | 2023-02-05 | 1 | -0/+20 |
* | Add user secrets (#22191) | KN4CK3R | 2023-02-01 | 2 | -51/+48 |
* | Implement actions (#21937) | Jason Song | 2023-01-31 | 2 | -0/+82 |
* | Support org/user level projects (#22235) | Lunny Xiao | 2023-01-20 | 3 | -0/+715 |
* | Move `convert` package to services (#22264) | KN4CK3R | 2022-12-29 | 1 | -1/+1 |
* | Secrets storage with SecretKey encrypted (#22142) | Jason Song | 2022-12-20 | 1 | -0/+51 |
* | refactor some functions to support ctx as first parameter (#21878) | Lunny Xiao | 2022-12-03 | 1 | -5/+5 |
* | Update gitea-vet to check FSFE REUSE (#22004) | Jason Song | 2022-12-02 | 1 | -2/+1 |
* | Fix leaving organization bug on user settings -> orgs (#21983) | 花墨 | 2022-11-30 | 1 | -2/+9 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 7 | -14/+7 |
* | Add package registry cleanup rules (#21658) | KN4CK3R | 2022-11-20 | 1 | -0/+87 |
* | Add `context.Context` to more methods (#21546) | KN4CK3R | 2022-11-19 | 1 | -1/+1 |
* | move invite by mail to services package (#21513) | 6543 | 2022-10-20 | 1 | -6/+1 |
* | Add team member invite by email (#20307) | KN4CK3R | 2022-10-19 | 1 | -23/+142 |
* | Allow creation of OAuth2 applications for orgs (#18084) | qwerty287 | 2022-10-09 | 1 | -0/+93 |
* | Move some files into models' sub packages (#20262) | Lunny Xiao | 2022-08-25 | 1 | -1/+2 |
* | Fix SQL Query for `SearchTeam` (#20844) | Gusted | 2022-08-21 | 1 | -1/+1 |
* | Fix owners cannot create organization repos bug (#20841) | Lunny Xiao | 2022-08-18 | 1 | -1/+4 |