| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Adjust gitea doctor --run storages to check all storage types (#21785) | zeripath | 2022-11-15 | 1 | -0/+7 |
* | Allow detect whether it's in a database transaction for a context.Context (#2... | Lunny Xiao | 2022-11-12 | 4 | -9/+9 |
* | Fix dashboard ignored system setting cache (#21621) | Lunny Xiao | 2022-11-10 | 3 | -10/+34 |
* | Improve valid user name check (#20136) | wxiaoguang | 2022-11-04 | 1 | -1/+2 |
* | Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) | delvh | 2022-10-24 | 5 | -12/+12 |
* | Make every not exist error unwrappable to a fs.ErrNotExist (#20891) | zeripath | 2022-10-18 | 5 | -0/+61 |
* | Add some api integration tests (#18872) | KN4CK3R | 2022-10-18 | 1 | -1/+1 |
* | Add system setting table with cache and also add cache supports for user sett... | Lunny Xiao | 2022-10-17 | 2 | -1/+36 |
* | Make e-mail sanity check more precise (#20991) | Andreas Fischer | 2022-10-11 | 2 | -20/+21 |
* | Check if email is used when updating user (#21289) | Alexander Shimchik | 2022-09-29 | 2 | -6/+27 |
* | Fix user visible check (#21210) | KN4CK3R | 2022-09-20 | 2 | -2/+55 |
* | Move some files into models' sub packages (#20262) | Lunny Xiao | 2022-08-25 | 2 | -0/+26 |
* | Add badge capabilities to users (#20607) | techknowlogick | 2022-08-18 | 1 | -0/+42 |
* | Add migrate repo archiver and packages storage support on command line (#20757) | Lunny Xiao | 2022-08-16 | 1 | -23/+0 |
* | Refactor AssertExistsAndLoadBean to use generics (#20797) | Lunny Xiao | 2022-08-16 | 1 | -11/+11 |
* | Added email notification option to receive all own messages (#20179) | Tyrone Yeh | 2022-07-28 | 2 | -3/+8 |
* | Add Docker /v2/_catalog endpoint (#20469) | KN4CK3R | 2022-07-28 | 1 | -18/+24 |
* | Simplify visibility checks (#20406) | KN4CK3R | 2022-07-21 | 1 | -11/+4 |
* | Add order by for assignee no sort issue (#20053) | Tyrone Yeh | 2022-07-14 | 1 | -0/+7 |
* | Only show Followers that current user can access (#20220) | zeripath | 2022-07-05 | 1 | -9/+50 |
* | Display full name (#20171) | Baekjun Kim | 2022-07-05 | 1 | -0/+3 |
* | Use neutral language in comments and docs (#20135) | Gusted | 2022-06-25 | 2 | -3/+3 |
* | Add more linters to improve code readability (#19989) | Wim | 2022-06-20 | 1 | -1/+1 |
* | User keypairs and HTTP signatures for ActivityPub federation using go-ap (#19... | Anthony Wang | 2022-06-19 | 1 | -0/+4 |
* | Move tests as seperate sub packages to reduce duplicated file names (#19951) | Lunny Xiao | 2022-06-15 | 7 | -200/+229 |
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 7 | -117/+66 |
* | Fix some slice problems (incorrect slice length) (#19592) | Lunny Xiao | 2022-05-03 | 1 | -1/+1 |
* | Federation: return useful statistic information for nodeinfo (#19561) | 6543 | 2022-05-02 | 1 | -7/+16 |
* | Respect DefaultUserIsRestricted system default when creating new user (#19310) | Jimmy Praet | 2022-04-29 | 1 | -2/+35 |
* | Use a struct as test options (#19393) | Lunny Xiao | 2022-04-14 | 1 | -9/+12 |
* | Update reserved usernames list (#18438) | Gusted | 2022-03-31 | 1 | -6/+4 |
* | Add Package Registry (#16510) | KN4CK3R | 2022-03-30 | 1 | -0/+1 |
* | Move organization related structs into sub package (#18518) | Lunny Xiao | 2022-03-29 | 1 | -0/+56 |
* | Restrict email address validation (#17688) | Lunny Xiao | 2022-03-14 | 4 | -7/+94 |
* | Refactor admin user filter query parameters (#18965) | wxiaoguang | 2022-03-02 | 1 | -0/+3 |
* | Accounts with WebAuthn only (no TOTP) now exist ... fix code to handle that c... | 6543 | 2022-03-02 | 1 | -6/+20 |
* | Don't update email for organisation (#18905) | Gusted | 2022-02-26 | 1 | -1/+1 |
* | Fix update user (#18878) | Lunny Xiao | 2022-02-24 | 1 | -3/+4 |
* | Fix ldap user sync missed email in email_address table (#18786) | Lunny Xiao | 2022-02-24 | 1 | -5/+25 |
* | Fix bug for get user by email (#18833) | Lunny Xiao | 2022-02-21 | 1 | -12/+2 |
* | Fix ldap loginname (#18789) | Johan Van de Wauw | 2022-02-18 | 1 | -0/+14 |
* | Added auto-save whitespace behavior if it changed manually (#15566) | Viktor Suprun | 2022-02-08 | 1 | -1/+3 |
* | Pass correct context (#18638) | Gusted | 2022-02-06 | 1 | -1/+1 |
* | preserve users if restoring a repository on the same Gitea instance (#18604) | singuliere | 2022-02-06 | 1 | -0/+13 |
* | add test coverage for original author conversion during migrations (#18506) | singuliere | 2022-02-01 | 1 | -0/+11 |
* | Fix for AvatarURL database type (#18487) | Viktor Kuzmin | 2022-02-01 | 1 | -1/+1 |
* | Use base32 for 2FA scratch token (#18384) | wxiaoguang | 2022-01-26 | 1 | -1/+1 |
* | Add config options to hide issue events (#17414) | qwerty287 | 2022-01-21 | 3 | -16/+66 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 1 | -4/+2 |
* | Improve the comment for 2FA filter in admin panel (#18017) | Gusted | 2022-01-13 | 1 | -1/+3 |