summaryrefslogtreecommitdiffstats
path: root/routers/web
Commit message (Expand)AuthorAgeFilesLines
* Improve milestone filter on issues page (#22423) (#24440)Giteabot2023-04-301-7/+24
* getting the tag list does not require being signed in (#24413) (#24416)Giteabot2023-04-291-1/+1
* Add tags list for repos whose release setting is disabled (#23465) (#24369)Zettat1232023-04-272-16/+20
* Require repo scope for PATs for private repos and basic authentication (#2436...Giteabot2023-04-262-3/+13
* Respect the REGISTER_MANUAL_CONFIRM setting when registering via OIDC (#24035...Giteabot2023-04-251-1/+1
* Only delete secrets belonging to its owner (#24284) (#24286)Giteabot2023-04-234-2/+8
* fix calReleaseNumCommitsBehind (#24148) (#24197)oliverpool2023-04-221-7/+2
* Show commit history for closed/merged PRs (#24238) (#24261)Giteabot2023-04-211-2/+4
* Fix issue attachment handling (#24202) (#24221)wxiaoguang2023-04-201-12/+16
* Add run status in action view page (#24223)yp053272023-04-201-0/+2
* Don't list root repository on compare page if pulls not allowed (#24183) (#24...Giteabot2023-04-191-1/+1
* Use correct locale key for forks page (#24172) (#24175)Giteabot2023-04-171-1/+1
* Sort repo topic labels by name (#24123) (#24153)wxiaoguang2023-04-171-6/+1
* Fix 2-dot direct compare to use the right base commit (#24133) (#24150)Giteabot2023-04-161-1/+5
* Fix incorrect server error content in RunnersList (#24118) (#24121)Giteabot2023-04-141-2/+2
* Make label templates have consistent behavior and priority (#23749) (#24071)wxiaoguang2023-04-124-4/+6
* Add cardtype to org/user level project on creation, edit and view (#24043) (#...Hester Gong2023-04-121-0/+22
* Refactor commit status for Actions jobs (#23786) (#24060)Denys Konovalov2023-04-111-11/+2
* Fix redirect bug when creating issue from a project (#23971) (#23997)Giteabot2023-04-081-2/+2
* Ensure RSS icon is present on all repo tabs (#23904) (#23973)Giteabot2023-04-071-3/+0
* Title can be empty when creating tag only (#23917) (#23961)Giteabot2023-04-071-0/+6
* Support "." char as user name for User/Orgs in RSS/ATOM/GPG/KEYS path ... (#2...65432023-04-071-10/+42
* User/Org Feed render description as per web (#23887) (#23906)Giteabot2023-04-041-1/+15
* Use User.ID instead of User.Name in ActivityPub API for Person IRI (#23823) (...Giteabot2023-04-031-2/+2
* Fix 500 error if there is a name conflict when edit authentication source (#2...Giteabot2023-03-311-2/+4
* Fix incorrect visibility dropdown list in add/edit user page (#23804) (#23833)Giteabot2023-03-311-0/+2
* Add ONLY_SHOW_RELEVANT_REPOS back, fix explore page bug, make code more stric...wxiaoguang2023-03-301-3/+11
* Fix cancel button in the page of project edit not work (#23655) (#23813)sillyguodong2023-03-302-0/+3
* Fix profile page email display, respect settings (#23747) (#23756)Giteabot2023-03-281-1/+1
* Redirect to project again after editing it (#23326) (#23739)Giteabot2023-03-272-2/+12
* Fix pagination on `/notifications/watching` (#23564) (#23603)Giteabot2023-03-211-1/+4
* Make branches list page operations remember current page (#23420) (#23460)Giteabot2023-03-141-10/+7
* Fix actions frontend bugs (pagination, long name alignment) and small simplif...Giteabot2023-03-131-0/+2
* Show edit/close/delete button on organization wide repositories (#23388) (#23...Giteabot2023-03-121-1/+1
* Preserve file size when creating attachments (#23406) (#23426)Giteabot2023-03-121-1/+1
* Add missing tabs to org projects page (#22705) (#23412)Giteabot2023-03-106-15/+31
* Handle OpenID discovery URL errors a little nicer when creating/editing sourc...Giteabot2023-03-101-0/+23
* Rename `canWriteUnit` to `canWriteProjects` (#23386) (#23399)Giteabot2023-03-091-7/+7
* Fix incorrect NotFound conditions in org/projects.go (#23384) (#23395)Giteabot2023-03-091-3/+3
* Set `X-Gitea-Debug` header once (#23361) (#23381)Giteabot2023-03-092-2/+2
* Refactor `setting.Database.UseXXX` to methods (#23354) (#23356)Giteabot2023-03-071-1/+1
* Fix cannot reopen after pushing commits to a closed PR (#23189) (#23324)sillyguodong2023-03-072-6/+13
* Fix incorrect redirect link of delete org project (#23327) (#23339)Giteabot2023-03-061-1/+1
* Avoid panic caused by broken payload when creating commit status (#23216) (#2...Giteabot2023-03-041-7/+15
* Use correct README link to render the README (#23152) (#23264)Giteabot2023-03-041-1/+1
* Add loading yaml label template files (#22976) (#23232)Giteabot2023-03-012-4/+6
* Remove useless comment in #23114 (#23173) (#23175)Yarden Shoham2023-02-271-1/+0
* Return 404 instead of 403 if user can not access the repo (#23155) (#23158)Yarden Shoham2023-02-261-1/+1
* Redirect to the commit page after applying patch (#23056) (#23127)Yarden Shoham2023-02-241-6/+4
* Avoid warning for system setting when start up (#23054) (#23116)Yarden Shoham2023-02-241-1/+1