summaryrefslogtreecommitdiffstats
path: root/routers/web
Commit message (Expand)AuthorAgeFilesLines
* Rework markup link rendering (#26745) (#28803)KN4CK3R2024-01-1614-110/+171
* Forbid removing the last admin user (#28337) (#28793)Giteabot2024-01-162-1/+20
* Modernize merge button (#28140) (#28786)Giteabot2024-01-151-24/+21
* Fix schedule tasks bugs (#28691) (#28780)Lunny Xiao2024-01-142-19/+9
* Assign pull request to project during creation (#28227) (#28775)Giteabot2024-01-122-1/+13
* Fix issue dependencies (#27736) (#28776)Giteabot2024-01-121-27/+23
* Avoid cycle-redirecting user/login page (#28636) (#28658)wxiaoguang2023-12-301-5/+5
* Refactor CORS handler (#28587) (#28611)wxiaoguang2023-12-253-34/+42
* Include heap pprof in diagnosis report to help debugging memory leaks (#28596...Giteabot2023-12-241-0/+7
* Fix `status_check_contexts` matching bug (#28582) (#28589)Giteabot2023-12-221-1/+9
* Fix 405 method not allowed CORS / OIDC (#28583) (#28586)Giteabot2023-12-221-0/+2
* Use information from previous blame parts (#28572) (#28577)Giteabot2023-12-221-5/+17
* Only check online runner when detecting matching runners in workflows (#28286...Giteabot2023-12-191-1/+3
* Add option to disable ambiguous unicode characters detection (#28454) (#28499)wxiaoguang2023-12-182-13/+12
* Do some missing checks (#28423) (#28432)Lunny Xiao2023-12-121-2/+20
* Also sync DB branches on push if necessary (#28361) (#28403)Lunny Xiao2023-12-111-2/+2
* Fix missing check (#28406) (#28411)Giteabot2023-12-112-4/+24
* Fix object does not exist error when checking citation file (#28314) (#28369)Giteabot2023-12-061-13/+6
* Fix the runs will not be displayed bug when the main branch have no workflows...Giteabot2023-12-061-0/+1
* Read `previous` info from git blame (#28306) (#28310)Giteabot2023-12-011-30/+8
* Fix issue will be detected as pull request when checking `First-time contribu...Giteabot2023-11-291-1/+1
* Fix comment permissions (#28213) (#28216)Lunny Xiao2023-11-257-15/+60
* Make CORS work for oauth2 handlers (#28184) (#28185)Giteabot2023-11-232-0/+6
* Revert "Fix EOL handling in web editor" (#28101) (#28172)Giteabot2023-11-221-1/+1
* Fix viewing wiki commit on empty repo (#28040) (#28044)Giteabot2023-11-141-1/+0
* Dont leak private users via extensions (#28023) (#28029)Giteabot2023-11-141-0/+5
* Fix citation error when the file size is larger than 1024 bytes (#27958) (#27...Giteabot2023-11-081-5/+2
* Fix http protocol auth (#27875) (#27876)Giteabot2023-11-024-14/+47
* Delete repos of org when purge delete user (#27273) (#27728)65432023-11-014-7/+8
* Fix `link-action` redirect network error (#27734) (#27749)Giteabot2023-10-232-6/+8
* Fix 404 when deleting Docker package with an internal version (#27615) (#27630)Giteabot2023-10-151-1/+1
* Don't show Link to TOTP if not set up (#27585) (#27588)Giteabot2023-10-111-0/+8
* Replace ajax with fetch, improve image diff (#27267) (#27583)Giteabot2023-10-111-10/+17
* Fix panic in storageHandler (#27446) (#27479)v1.21.0-rc1Giteabot2023-10-061-51/+50
* Refactor system setting (#27000) (#27452)Giteabot2023-10-053-75/+23
* When comparing with an non-exist repository, return 404 but 500 (#27437) (#27...Giteabot2023-10-041-1/+3
* Hide archived labels when filtering by labels on the issue list (#27115) (#27...Giteabot2023-10-011-0/+5
* Allow get release download files and lfs files with oauth2 token format (#264...Giteabot2023-10-011-5/+3
* Introduce fixes and more rigorous tests for 'Show on a map' feature (#26803) ...Giteabot2023-09-302-1/+1
* Fix repo count in org action settings (#27245) (#27353)Giteabot2023-09-293-0/+18
* More `db.DefaultContext` refactor (#27265) (#27347)Giteabot2023-09-299-110/+110
* Improve tree not found page (#26570) (#27346)Giteabot2023-09-294-7/+29
* Improve issue history dialog and make poster can delete their own history (#2...Giteabot2023-09-281-5/+9
* Redefine the meaning of column is_active to make Actions Registration Token g...Giteabot2023-09-281-3/+3
* Another round of `db.DefaultContext` refactor (#27103) (#27262)Giteabot2023-09-2515-34/+34
* Fix EOL handling in web editor (#27141) (#27234)Giteabot2023-09-241-1/+1
* Fix: treat tab "overview" as "repositories" in user profiles without readme (...hazy2023-09-201-1/+2
* fix pagination for followers and following (#27127)Earl Warren2023-09-191-2/+2
* Make SSPI auth mockable (#27036)wxiaoguang2023-09-173-30/+5
* Search branches (#27055)Lunny Xiao2023-09-171-1/+4