aboutsummaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* Add absent repounits to create/edit repo API (#23500)James Cleverley-Prance2023-03-161-0/+33
* Fix tags sort by creation time (descending) on branch/tag dropdowns (#23491)Hester Gong2023-03-161-5/+4
* Replace `repo.namedBlob` by `git.TreeEntry`. (#22898)Nick2023-03-151-44/+38
* Add login name and source id for admin user searching API (#23376)Lunny Xiao2023-03-152-6/+17
* add admin API email endpoints (#22792)techknowlogick2023-03-142-0/+91
* add user rename endpoint to admin api (#22789)techknowlogick2023-03-145-38/+78
* Add workflow error notification in ui (#23404)yp053272023-03-141-3/+23
* Make branches list page operations remember current page (#23420)wxiaoguang2023-03-141-10/+7
* Add package registry architecture overview (#23445)KN4CK3R2023-03-131-0/+50
* Handle missing `README` in create repos API (#23387)Zettat1232023-03-132-0/+13
* Add Swift package registry (#22404)KN4CK3R2023-03-133-1/+501
* Purge API comment (#23451)John Olheiser2023-03-131-0/+4
* Use context for `RepositoryList.LoadAttributes` (#23435)yp053272023-03-132-2/+2
* Fix actions frontend bugs (pagination, long name alignment) and small simplif...Hester Gong2023-03-131-0/+2
* Show edit/close/delete button on organization wide repositories (#23388)yp053272023-03-121-1/+1
* Preserve file size when creating attachments (#23406)Peter2023-03-124-4/+4
* Add missing tabs to org projects page (#22705)yp053272023-03-106-15/+31
* Add user webhooks (#21563)KN4CK3R2023-03-1010-193/+393
* Handle OpenID discovery URL errors a little nicer when creating/editing sourc...zeripath2023-03-101-0/+23
* Rename `canWriteUnit` to `canWriteProjects` (#23386)yp053272023-03-091-7/+7
* Fix incorrect NotFound conditions in org/projects.go (#23384)yp053272023-03-091-3/+3
* Redirect to project again after editing it (#23326)yp053272023-03-092-2/+12
* Set `X-Gitea-Debug` header once (#23361)Yarden Shoham2023-03-083-3/+3
* Fix panic when getting notes by ref (#23372)Zettat1232023-03-081-1/+11
* Use CleanPath instead of path.Clean (#23371)Lunny Xiao2023-03-083-4/+5
* Refactor `setting.Database.UseXXX` to methods (#23354)Jason Song2023-03-073-5/+5
* Fix incorrect redirect link of delete org project (#23327)yp053272023-03-061-1/+1
* Support sanitising the URL by removing extra slashes in the URL (#21333)Sandeep Bhat2023-03-042-2/+103
* Make Ctrl+Enter submit a pending comment (starting review) instead of submitt...wxiaoguang2023-03-042-3/+3
* Avoid panic caused by broken payload when creating commit status (#23216)Jason Song2023-03-042-8/+16
* Add run status in action view page (#23212)yp053272023-03-041-0/+2
* Fix various bugs for "install" page (#23194)wxiaoguang2023-03-042-18/+43
* Fix grammar in error message (#23273)ChristianSch2023-03-031-1/+1
* Fix cannot reopen after pushing commits to a closed PR (#23189)sillyguodong2023-03-032-6/+13
* Use correct README link to render the README (#23152)yp053272023-03-031-1/+1
* Refactor `ctx` in templates (#23105)wxiaoguang2023-03-021-3/+3
* Add loading yaml label template files (#22976)Lauris BH2023-03-025-51/+47
* Use context parameter in services/repository (#23186)Jason Song2023-02-2815-32/+32
* Avoid too long names for actions (#23162)Jason Song2023-02-281-1/+3
* Speed up HasUserStopwatch & GetActiveStopwatch (#23051)zeripath2023-02-272-25/+4
* Remove useless comment in #23114 (#23173)Zettat1232023-02-271-1/+0
* Return 404 instead of 403 if user can not access the repo (#23155)yp053272023-02-261-1/+1
* Add "Reviewed by you" filter for pull requests (#22927)Brecht Van Lommel2023-02-243-1/+20
* Add pagination for dashboard and user activity feeds (#22937)Brecht Van Lommel2023-02-244-14/+49
* Show empty repos in Admin Repository Management page (#23114)Zettat1232023-02-242-21/+23
* Redirect to the commit page after applying patch (#23056)yp053272023-02-241-6/+4
* Avoid warning for system setting when start up (#23054)Lunny Xiao2023-02-242-2/+2
* Require approval to run actions for fork pull request (#22803)Jason Song2023-02-242-5/+45
* Fix commit name in Apply Patch page (#23086)yp053272023-02-231-0/+3
* Use minio/sha256-simd for accelerated SHA256 (#23052)zeripath2023-02-222-2/+4