| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor error system (#33610) | wxiaoguang | 2025-02-16 | 4 | -20/+20 |
* | Clarify path param naming (#32969) | wxiaoguang | 2024-12-24 | 1 | -1/+1 |
* | Refactor names (#31405) | wxiaoguang | 2024-06-19 | 1 | -1/+1 |
* | Clean up log messages (#30313) | wxiaoguang | 2024-04-07 | 1 | -2/+0 |
* | Move context from modules to services (#29440) | Lunny Xiao | 2024-02-27 | 4 | -4/+4 |
* | Use db.Find instead of writing methods for every object (#28084) | Lunny Xiao | 2023-11-24 | 3 | -9/+22 |
* | More `db.DefaultContext` refactor (#27265) | JakobDev | 2023-09-29 | 3 | -6/+6 |
* | Fix bugs related to notification endpoints (#25548) | Zettat123 | 2023-06-28 | 2 | -2/+2 |
* | Decouple the different contexts from each other (#24786) | wxiaoguang | 2023-05-21 | 1 | -1/+1 |
* | Move `convert` package to services (#22264) | KN4CK3R | 2022-12-29 | 3 | -3/+3 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 4 | -8/+4 |
* | Add `context.Context` to more methods (#21546) | KN4CK3R | 2022-11-19 | 3 | -12/+12 |
* | Move some files into models' sub packages (#20262) | Lunny Xiao | 2022-08-25 | 4 | -34/+34 |
* | Add more linters to improve code readability (#19989) | Wim | 2022-06-20 | 1 | -1/+1 |
* | Move issues related files into models/issues (#19931) | Lunny Xiao | 2022-06-13 | 1 | -2/+3 |
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 3 | -5/+5 |
* | Delete related PullAutoMerge and ReviewState on User/Repo Deletion (#19649) | 6543 | 2022-05-08 | 1 | -1/+2 |
* | Fix sending empty notifications (#19589) | Gusted | 2022-05-02 | 1 | -1/+1 |
* | Never use /api/v1 from Gitea UI Pages (#19318) | Lunny Xiao | 2022-04-07 | 1 | -1/+1 |
* | Renamed ctx.User to ctx.Doer. (#19161) | KN4CK3R | 2022-03-22 | 4 | -8/+8 |
* | ignore missing comment for user notifications (#18954) | eladyn | 2022-03-03 | 1 | -1/+1 |
* | Simplify parameter types (#18006) | Gusted | 2021-12-20 | 1 | -1/+1 |
* | Fix 500 when a comment was deleted which has a notification (#17550) | Lunny Xiao | 2021-11-10 | 2 | -3/+3 |
* | Notifications API: respond with updated notifications (#17064) | Norwin | 2021-09-17 | 3 | -12/+23 |
* | [API] generalize list header (#16551) | 6543 | 2021-08-12 | 2 | -0/+15 |
* | Related refactors to ctx.FormX functions (#16567) | 6543 | 2021-08-11 | 2 | -3/+2 |
* | Rename ctx.Form() to ctx.FormString() and move code into own file (#16571) | 6543 | 2021-08-11 | 3 | -5/+5 |
* | Rename context.Query to context.Form (#16562) | Lunny Xiao | 2021-07-29 | 4 | -12/+12 |
* | [API] expose repo.GetReviewers() & repo.GetAssignees() (#16168) | 6543 | 2021-06-17 | 2 | -2/+2 |
* | Add subject-type filter to list notification API endpoints (#16177) | 6543 | 2021-06-16 | 3 | -41/+67 |
* | move notification APIFormat (#13783) | 6543 | 2020-12-02 | 3 | -3/+6 |
* | API: Fix GetQueryBeforeSince (#13559) | 6543 | 2020-11-14 | 2 | -2/+2 |
* | Extend Notifications API and return pinned notifications by default (#12164) | zeripath | 2020-07-12 | 3 | -14/+125 |
* | Remove page size limit comment from swagger (#11806) | Cirno the Strongest | 2020-06-09 | 2 | -2/+2 |
* | [Api] Check Notify (always return json) (#10059) | 6543 | 2020-04-10 | 1 | -11/+2 |
* | API add/generalize pagination (#9452) | SpaWn2KiLl | 2020-01-24 | 2 | -0/+18 |
* | [API] add endpoint to check notifications [Extend #9488] (#9595) | 6543 | 2020-01-14 | 1 | -0/+33 |
* | [API] Add notification endpoint (#9488) | 6543 | 2020-01-09 | 3 | -0/+381 |