| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor rename user and rename organization (#24052) | Lunny Xiao | 2023-05-21 | 1 | -7/+7 |
* | Return `404` in the API if the requested webhooks were not found (#24823) | Yevhen Pavlov | 2023-05-21 | 1 | -2/+7 |
* | Improve template system and panic recovery (#24461) | wxiaoguang | 2023-05-04 | 1 | -2/+0 |
* | Fix unclear `IsRepositoryExist` logic (#24374) | wxiaoguang | 2023-04-28 | 1 | -2/+2 |
* | Fix typo in API route (#24310) | silverwind | 2023-04-24 | 1 | -1/+1 |
* | Add login name and source id for admin user searching API (#23376) | Lunny Xiao | 2023-03-15 | 1 | -5/+16 |
* | add admin API email endpoints (#22792) | techknowlogick | 2023-03-14 | 1 | -0/+87 |
* | add user rename endpoint to admin api (#22789) | techknowlogick | 2023-03-14 | 1 | -0/+58 |
* | Handle missing `README` in create repos API (#23387) | Zettat123 | 2023-03-13 | 1 | -0/+2 |
* | Purge API comment (#23451) | John Olheiser | 2023-03-13 | 1 | -0/+4 |
* | Add user webhooks (#21563) | KN4CK3R | 2023-03-10 | 1 | -4/+1 |
* | Use context parameter in services/repository (#23186) | Jason Song | 2023-02-28 | 1 | -3/+3 |
* | Provide the ability to set password hash algorithm parameters (#22942) | zeripath | 2023-02-19 | 1 | -1/+1 |
* | Allow custom "created" timestamps in user creation API (#22549) | Sybren | 2023-02-16 | 1 | -0/+9 |
* | Add context cache as a request level cache (#22294) | Lunny Xiao | 2023-02-15 | 2 | -5/+5 |
* | Support system hook API (#14537) | Lunny Xiao | 2023-01-28 | 1 | -0/+174 |
* | Move `convert` package to services (#22264) | KN4CK3R | 2022-12-29 | 2 | -2/+2 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 5 | -10/+5 |
* | Move some files into models' sub packages (#20262) | Lunny Xiao | 2022-08-25 | 1 | -2/+2 |
* | Add option to purge users (#18064) | zeripath | 2022-07-14 | 1 | -1/+1 |
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 2 | -5/+5 |
* | Admin should not delete himself (#19423) | Lunny Xiao | 2022-05-08 | 1 | -0/+6 |
* | Respect DefaultUserIsRestricted system default when creating new user (#19310) | Jimmy Praet | 2022-04-29 | 1 | -5/+11 |
* | Add Package Registry (#16510) | KN4CK3R | 2022-03-30 | 1 | -1/+2 |
* | Move organization related structs into sub package (#18518) | Lunny Xiao | 2022-03-29 | 1 | -4/+4 |
* | Add `ContextUser` to http request context (#18798) | KN4CK3R | 2022-03-26 | 3 | -60/+38 |
* | Renamed ctx.User to ctx.Doer. (#19161) | KN4CK3R | 2022-03-22 | 4 | -12/+12 |
* | Restrict email address validation (#17688) | Lunny Xiao | 2022-03-14 | 1 | -1/+4 |
* | Fix page and missing return on unadopted repos API (#18848) | qwerty287 | 2022-02-27 | 1 | -0/+4 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 2 | -2/+2 |
* | Refactor auth package (#17962) | Lunny Xiao | 2022-01-02 | 1 | -8/+8 |
* | Ensure complexity, minlength and ispwned are checked on password setting (#18... | zeripath | 2021-12-17 | 1 | -0/+5 |
* | Move keys to models/asymkey (#17917) | Lunny Xiao | 2021-12-10 | 1 | -3/+5 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 1 | -4/+5 |
* | Fix database inconsistent when admin change user email (#17549) | Lunny Xiao | 2021-11-25 | 1 | -3/+13 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 3 | -26/+30 |
* | Use a standalone struct name for Organization (#17632) | Lunny Xiao | 2021-11-19 | 1 | -2/+2 |
* | Move user/org deletion to services (#17673) | KN4CK3R | 2021-11-19 | 1 | -1/+2 |
* | Move some functions into services/repository (#17660) | Lunny Xiao | 2021-11-16 | 2 | -5/+5 |
* | Move EmailAddress & UserRedirect into models/user/ (#17607) | Lunny Xiao | 2021-11-11 | 1 | -3/+4 |
* | Move login related structs and functions to models/login (#17093) | Lunny Xiao | 2021-09-24 | 1 | -4/+5 |
* | [API] List limited and private orgs if authentificated (#16866) | 6543 | 2021-08-30 | 1 | -0/+1 |
* | [API] generalize list header (#16551) | 6543 | 2021-08-12 | 4 | -13/+9 |
* | Rename ctx.Form() to ctx.FormString() and move code into own file (#16571) | 6543 | 2021-08-11 | 1 | -1/+1 |
* | Rename context.Query to context.Form (#16562) | Lunny Xiao | 2021-07-29 | 1 | -1/+1 |
* | Add Visible modes function from Organisation to Users too (#16069) | Sergey Dryabzhinsky | 2021-06-26 | 1 | -1/+14 |
* | Make modules/context.Context a context.Context (#16031) | zeripath | 2021-05-31 | 1 | -2/+2 |
* | Addition to (Add Location, Website and Description to API #15675) (#15690) | KN4CK3R | 2021-05-02 | 1 | -0/+3 |
* | [refactor] mailer service (#15072) | 6543 | 2021-04-02 | 1 | -1/+1 |
* | [refactor] Unify the export of user data via API (#15144) | 6543 | 2021-03-27 | 1 | -3/+3 |