aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web
Commit message (Expand)AuthorAgeFilesLines
...
* Fix wiki revision pagination (#31760)Lunny Xiao2024-08-031-0/+1
* Clear up old Actions logs (#31735)Jason Song2024-08-021-0/+21
* Fix the display of project type for deleted projects (#31732)yp053272024-07-301-1/+1
* Add permission check when creating PR (#31033)yp053272024-07-291-0/+10
* Hide the "Details" link of commit status when the user cannot access actions ...Zettat1232024-07-289-5/+67
* OIDC: case-insensitive comparison for auth scheme `Basic` (#31706)Shivaram Lingamneni2024-07-261-2/+2
* add `username` to OIDC introspection response (#31688)Shivaram Lingamneni2024-07-251-2/+6
* Support delete user email in admin panel (#31690)yp053272024-07-252-0/+31
* Use GetDisplayName() instead of DisplayName() to generate rss feeds (#31687)Stanislas Dolcini2024-07-251-3/+3
* fix OIDC introspection authentication (#31632)Shivaram Lingamneni2024-07-231-18/+28
* add skip secondary authorization option for public oauth2 clients (#31454)Denys Konovalov2024-07-192-12/+14
* allow synchronizing user status from OAuth2 login providers (#31572)Rowan Bohde2024-07-162-38/+33
* Refactor webhook (#31587)wxiaoguang2024-07-101-1/+1
* Allow disabling authentication related user features (#31535)Rowan Bohde2024-07-0912-0/+118
* Allow force push to protected branches (#28086)Henry Goodman2024-07-051-1/+26
* Add Passkey login support (#31504)Anbraten2024-06-293-1/+104
* Refactor names (#31405)wxiaoguang2024-06-1955-218/+218
* Fix rendered wiki page link (#31398)wxiaoguang2024-06-183-5/+5
* Refactor repo unit "disabled" check (#31389)wxiaoguang2024-06-181-4/+4
* Add cache test for admins (#31265)65432024-06-173-0/+27
* Rename repo_model.SearchOrderByMap to repo_model.OrderByMap (#31359)65432024-06-152-2/+2
* Allow downloading attachments of draft releases (#31369)Zettat1232024-06-151-2/+3
* [Refactor] Unify repo search order by logic (#30876)65432024-06-131-35/+7
* Improve detecting empty files (#31332)wxiaoguang2024-06-133-6/+4
* Enable `unparam` linter (#31277)silverwind2024-06-111-1/+1
* Remove sub-path from container registry realm (#31293)wxiaoguang2024-06-091-1/+7
* Fix Activity Page Contributors dropdown (#31264)wxiaoguang2024-06-061-6/+0
* Remove unnecessary inline style for tab-size (#31224)silverwind2024-06-031-1/+1
* Fix agit checkout command line hint & fix ShowMergeInstructions checking (#31...Lunny Xiao2024-06-031-7/+8
* Drop `IDOrderDesc` for listing Actions task and always order by `id DESC` (#3...Jason Song2024-05-311-3/+2
* Azure blob storage support (#30995)Lunny Xiao2024-05-305-6/+6
* Use repo as of renderctx's member rather than a repoPath on metas (#29222)Lunny Xiao2024-05-307-1/+14
* Ignore FindRecentlyPushedNewBranches err (#31164)wxiaoguang2024-05-301-2/+1
* Fix markup preview (#31158)wxiaoguang2024-05-291-2/+3
* Add an immutable tarball link to archive download headers for Nix (#31139)Jörg Thalheim2024-05-281-0/+6
* Add missed return after `ctx.ServerError` (#31130)Lunny Xiao2024-05-284-0/+4
* Prevent simultaneous editing of comments and issues (#31053)metiftikci2024-05-271-6/+17
* Rename project board -> column to make the UI less confusing (#30170)Lunny Xiao2024-05-276-142/+138
* Fix possible ui 500 if workflow's job is nil (#31092)Lunny Xiao2024-05-271-0/+8
* Fix `View File` button link if branch deleted on pull request files pages (#3...metiftikci2024-05-251-1/+1
* Fix wrong display of recently pushed notification (#25812)yp053272024-05-211-7/+19
* use existing oauth grant for public client (#31015)Denys Konovalov2024-05-211-2/+17
* Refactor sha1 and time-limited code (#31023)wxiaoguang2024-05-201-1/+1
* Return `access_denied` error when an OAuth2 request is denied (#30974)Zettat1232024-05-201-0/+10
* Fix "force private" logic (#31012)wxiaoguang2024-05-201-1/+1
* Improve reverse proxy documents and clarify the AppURL guessing behavior (#31...wxiaoguang2024-05-191-1/+1
* Move reverproxyauth before session so the header will not be ignored even if ...Lunny Xiao2024-05-111-6/+6
* Check if reverse proxy is correctly configured (#30890)wxiaoguang2024-05-103-0/+37
* Fix misspelling of mergable (#30896)yp053272024-05-081-2/+2
* Fix various problems around projects board view (#30696)Lunny Xiao2024-05-085-83/+68