| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor error system (#33610) | wxiaoguang | 2025-02-16 | 2 | -3/+3 |
* | Support performance trace (#32973) | wxiaoguang | 2025-01-21 | 4 | -4/+44 |
* | Remove some unnecessary template helpers (#33069) | wxiaoguang | 2025-01-01 | 1 | -0/+2 |
* | Refactor pagination (#33037) | wxiaoguang | 2024-12-30 | 4 | -14/+4 |
* | Clarify path param naming (#32969) | wxiaoguang | 2024-12-24 | 2 | -12/+12 |
* | Refactor template & test related code (#32938) | wxiaoguang | 2024-12-22 | 11 | -36/+37 |
* | Move some errors to their own sub packages (#32880) | Lunny Xiao | 2024-12-20 | 1 | -6/+6 |
* | Refactor some frontend problems (#32646) | wxiaoguang | 2024-11-26 | 1 | -1/+1 |
* | Move admin routers from /admin to /-/admin (#32189) | Lunny Xiao | 2024-10-10 | 13 | -39/+39 |
* | Save initial signup information for users to aid in spam prevention (#31852) | techknowlogick | 2024-09-09 | 1 | -1/+1 |
* | Remove urls from translations (#31950) | Denys Konovalov | 2024-09-02 | 2 | -4/+4 |
* | Support delete user email in admin panel (#31690) | yp05327 | 2024-07-25 | 1 | -0/+30 |
* | Refactor names (#31405) | wxiaoguang | 2024-06-19 | 4 | -16/+16 |
* | Add cache test for admins (#31265) | 6543 | 2024-06-17 | 2 | -0/+26 |
* | Enable `unparam` linter (#31277) | silverwind | 2024-06-11 | 1 | -1/+1 |
* | Add missed return after `ctx.ServerError` (#31130) | Lunny Xiao | 2024-05-28 | 1 | -0/+1 |
* | Improve reverse proxy documents and clarify the AppURL guessing behavior (#31... | wxiaoguang | 2024-05-19 | 1 | -1/+1 |
* | Check if reverse proxy is correctly configured (#30890) | wxiaoguang | 2024-05-10 | 2 | -0/+36 |
* | Make sure git version&feature are always prepared (#30877) | wxiaoguang | 2024-05-06 | 1 | -1/+1 |
* | Resolve lint for unused parameter and unnecessary type arguments (#30750) | Chongyi Zheng | 2024-04-29 | 1 | -1/+1 |
* | Update misspell to 0.5.1 and add `misspellings.csv` (#30573) | silverwind | 2024-04-27 | 2 | -2/+2 |
* | Clean up log messages (#30313) | wxiaoguang | 2024-04-07 | 1 | -1/+0 |
* | Refactor startup deprecation messages (#30305) | wxiaoguang | 2024-04-07 | 2 | -10/+10 |
* | Do not allow different storage configurations to point to the same directory ... | wxiaoguang | 2024-03-31 | 1 | -0/+8 |
* | Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} (#29995) | Lunny Xiao | 2024-03-22 | 1 | -6/+2 |
* | Remove AddParamIfExist(AddParam) (#29841) | wxiaoguang | 2024-03-16 | 1 | -2/+3 |
* | Refactor AddParam to AddParamIfExist (#29834) | wxiaoguang | 2024-03-16 | 1 | -2/+2 |
* | Add a warning for disallowed email domains (#29658) | Zettat123 | 2024-03-11 | 1 | -0/+8 |
* | Skip email domain check when admins edit user emails (#29609) | Zettat123 | 2024-03-05 | 1 | -1/+1 |
* | Skip email domain check when admin users adds user manually (#29522) | Zettat123 | 2024-03-05 | 1 | -1/+1 |
* | Add option to set language in admin user view (#28449) | 6543 | 2024-03-02 | 1 | -0/+1 |
* | remove util.OptionalBool and related functions (#29513) | 6543 | 2024-03-02 | 3 | -6/+6 |
* | migrate some more "OptionalBool" to "Option[bool]" (#29479) | 6543 | 2024-02-29 | 2 | -4/+4 |
* | Move context from modules to services (#29440) | Lunny Xiao | 2024-02-27 | 16 | -16/+16 |
* | Customizable "Open with" applications for repository clone (#29320) | wxiaoguang | 2024-02-24 | 1 | -8/+59 |
* | Revert "Support SAML authentication (#25165)" (#29358) | 6543 | 2024-02-24 | 1 | -84/+0 |
* | Start to migrate from `util.OptionalBool` to `optional.Option[bool]` (#29329) | 6543 | 2024-02-23 | 1 | -1/+1 |
* | Support SAML authentication (#25165) | techknowlogick | 2024-02-23 | 1 | -0/+84 |
* | Auto-update the system status in admin dashboard (#29163) | Yarden Shoham | 2024-02-16 | 1 | -10/+16 |
* | Refactor locale&string&template related code (#29165) | wxiaoguang | 2024-02-14 | 1 | -3/+3 |
* | Unify user update methods (#28733) | KN4CK3R | 2024-02-04 | 1 | -94/+90 |
* | Allow to sync tags from admin dashboard (#28045) | JakobDev | 2024-01-24 | 1 | -0/+8 |
* | Fix some RPM registry flaws (#28782) | KN4CK3R | 2024-01-19 | 1 | -1/+1 |
* | Forbid removing the last admin user (#28337) | yp05327 | 2024-01-15 | 1 | -1/+10 |
* | Recommend/convert to use case-sensitive collation for MySQL/MSSQL (#28662) | wxiaoguang | 2024-01-10 | 1 | -0/+29 |
* | Refactor deletion (#28610) | delvh | 2023-12-25 | 1 | -1/+2 |
* | Include heap pprof in diagnosis report to help debugging memory leaks (#28596) | wxiaoguang | 2023-12-23 | 1 | -0/+7 |
* | Use db.Find instead of writing methods for every object (#28084) | Lunny Xiao | 2023-11-24 | 3 | -8/+11 |
* | Allow to set explore page default sort (#27951) | 6543 | 2023-11-09 | 2 | -2/+5 |
* | Refactor Find Sources and fix bug when view a user who belongs to an unactive... | Lunny Xiao | 2023-11-03 | 2 | -10/+14 |