summaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* Fix `MilestoneIDs` when querying issues (#25125) (#25141)Giteabot2023-06-081-6/+6
* fix swagger documentation for multiple files API endpoint (#25110)v1.20.0-rc0Denys Konovalov2023-06-071-2/+2
* Clean up WebAuthn javascript code and remove JQuery code (#22697)zeripath2023-06-061-2/+4
* Add ability to set multiple redirect URIs in OAuth application UI (#25072)Denys Konovalov2023-06-051-2/+3
* Redesign Scoped Access Tokens (#24767)Jack Hay2023-06-043-306/+375
* Use a separate admin page to show global stats, remove `actions` stat (#25062)wxiaoguang2023-06-032-4/+33
* Allow for PKCE flow without client secret + add docs (#25033)Denys Konovalov2023-06-031-2/+2
* Refactor INI package (first step) (#25024)wxiaoguang2023-06-021-10/+3
* Fix users cannot visit issue attachment bug (#25019)Lunny Xiao2023-05-311-5/+0
* Merge `new project` templates into one (#24985)delvh2023-05-313-31/+31
* Add user level action runners (#24995)HesterG2023-05-313-2/+17
* Followup to pinned Issues (#24945)JakobDev2023-05-303-8/+26
* Fix admin config page error, use tests to cover the admin config and 500 erro...wxiaoguang2023-05-292-1/+42
* Hide 'Mirror Settings' when unneeded, improve hints (#24433)Panagiotis "Ivory" Vasilopoulos2023-05-291-0/+2
* API endpoint for changing/creating/deleting multiple files (#24887)Denys Konovalov2023-05-295-39/+203
* Add step start time to `ViewStepLog` (#24980)Zettat1232023-05-291-6/+8
* Improve some Forms (#24878)JakobDev2023-05-261-0/+1
* Improve queue and logger context (#24924)wxiaoguang2023-05-261-5/+10
* Fix ref type error (#24941)Lunny Xiao2023-05-261-2/+5
* Use the type RefName for all the needed places and fix pull mirror sync bugs ...Lunny Xiao2023-05-265-33/+24
* Add the ability to pin Issues (#24406)JakobDev2023-05-256-0/+429
* New webhook trigger for receiving Pull Request review requests (#24481)谈笑风生间2023-05-243-40/+43
* Create pull request for base after editing file, if not enabled on fork (#24841)Brecht Van Lommel2023-05-241-28/+50
* Fix logger refactoring regression: manager logging add (#24847)wxiaoguang2023-05-241-1/+1
* Add API for Label templates (#24602)JakobDev2023-05-233-0/+76
* Fix install page context, make the install page tests really test (#24858)wxiaoguang2023-05-234-16/+33
* Add gitea manager reload-templates command (#24843)Brecht Van Lommel2023-05-222-0/+14
* Add IsErrRepoFilesAlreadyExist check when fork repo (#24678)yp053272023-05-222-1/+14
* Add CRAN package registry (#22331)KN4CK3R2023-05-223-1/+287
* Fix regression: access log template, gitea manager cli command (#24838)wxiaoguang2023-05-221-1/+1
* Rewrite logger system (#24726)wxiaoguang2023-05-216-66/+81
* Refactor rename user and rename organization (#24052)Lunny Xiao2023-05-213-38/+30
* Use `CommentList` instead of `[]*Comment` (#24828)Lunny Xiao2023-05-211-8/+8
* Return `404` in the API if the requested webhooks were not found (#24823)Yevhen Pavlov2023-05-211-2/+7
* Decouple the different contexts from each other (#24786)wxiaoguang2023-05-2127-158/+134
* Some refactors for issues stats (#24793)Lunny Xiao2023-05-193-20/+16
* Implement actions artifacts (#22738)FuXiaoHei2023-05-194-0/+673
* Remove duplicated issues options and some more refactors (#24787)Lunny Xiao2023-05-181-3/+3
* Support no label/assignee filter and batch clearing labels/assignees (#24707)Lunny Xiao2023-05-171-1/+4
* Support for status check pattern (#24633)Zettat1232023-05-172-15/+29
* Respect original content when creating secrets (#24745)Jason Song2023-05-161-1/+10
* Refactor Pull Mirror and fix out-of-sync bugs (#24732)wxiaoguang2023-05-151-9/+18
* Don't filter action runs based on state (#24711)Yarden Shoham2023-05-141-33/+0
* Add Go package registry (#24687)KN4CK3R2023-05-143-1/+286
* Remove the parallelizing when loading repo for dashboard (#24705)wxiaoguang2023-05-141-13/+7
* Optimize actions list by removing an unnecessary `git` call (#24710)Yarden Shoham2023-05-141-6/+1
* Add status indicator on main home screen for each repo (#24638)Yarden Shoham2023-05-131-13/+41
* Add icon support for safari (#24697)Lunny Xiao2023-05-131-0/+1
* Fix `organization` field being `null` in `GET /api/v1/teams/{id}` (#24694)Yarden Shoham2023-05-131-1/+1
* Use standard HTTP library to serve files (#24693)wxiaoguang2023-05-132-17/+8