aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web
Commit message (Expand)AuthorAgeFilesLines
* Add cardtype to org/user level project on creation, edit and view (#24043)Hester Gong2023-04-111-0/+22
* Avoid recursing into sub-sub-sub-docs folders when looking for READMEs. (#23695)Nick2023-04-101-4/+4
* Use auto-updating, natively hoverable, localized time elements (#23988)Yarden Shoham2023-04-111-4/+2
* Make label templates have consistent behavior and priority (#23749)wxiaoguang2023-04-104-4/+6
* Improve GetBoards and getDefaultBoard (#22981)yp053272023-04-092-2/+2
* Group template helper functions, remove `Printf`, improve template error mess...wxiaoguang2023-04-082-11/+14
* Fix redirect bug when creating issue from a project (#23971)Lunny Xiao2023-04-081-2/+2
* Add job.duration in web ui (#23963)yp053272023-04-071-0/+2
* Support "." char as user name for User/Orgs in RSS/ATOM/GPG/KEYS path ... (#2...65432023-04-071-10/+42
* Ensure RSS icon is present on all repo tabs (#23904)silverwind2023-04-071-3/+0
* Clean template/helper.go (#23922)wxiaoguang2023-04-071-0/+1
* Title can be empty when creating tag only (#23917)Zettat1232023-04-061-0/+6
* Refactor authors dropdown (send get request from frontend to avoid long wait ...Hester Gong2023-04-076-19/+114
* Use graceful editorconfig loader to reduce errors when loading malformed edit...Yoan Blanc2023-04-063-5/+12
* User/Org Feed render description as per web (#23887)65432023-04-041-1/+15
* Use User.ID instead of User.Name in ActivityPub API for Person IRI (#23823)wxiaoguang2023-04-041-2/+2
* Fix submit button won't refresh in New Repository Fork page (#22994)yp053272023-04-031-0/+1
* Introduce GitHub markdown editor, keep EasyMDE as fallback (#23876)wxiaoguang2023-04-0311-32/+42
* Fix 500 error if there is a name conflict when edit authentication source (#2...yp053272023-03-311-2/+4
* Fix incorrect/Improve error handle in edit user page (#23805)yp053272023-03-301-3/+6
* Fix incorrect visibility dropdown list in add/edit user page (#23804)yp053272023-03-301-0/+2
* Refactor commit status for Actions jobs (#23786)Jason Song2023-03-291-11/+4
* Add ONLY_SHOW_RELEVANT_REPOS back, fix explore page bug, make code more stric...wxiaoguang2023-03-291-3/+11
* Implement Issue Config (#20956)JakobDev2023-03-282-5/+12
* Add API to manage issue dependencies (#17935)qwerty2872023-03-282-5/+74
* Fix profile page email display, respect settings (#23747)wxiaoguang2023-03-271-1/+1
* Fix tags view (#23243)Wiktor Kwapisiewicz2023-03-271-1/+7
* Add commit info in action page (#23210)yp053272023-03-271-0/+42
* Fix cancel button in the page of project edit not work (#23655)sillyguodong2023-03-242-0/+3
* Editor preview support for external renderers (#23333)Brecht Van Lommel2023-03-244-103/+48
* Introduce path Clean/Join helper functions (#23495)wxiaoguang2023-03-213-5/+5
* Fix pagination on `/notifications/watching` (#23564)silverwind2023-03-201-1/+4
* Do not store user projects as organization projects (#23353)yp053272023-03-171-5/+18
* 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 user rename endpoint to admin api (#22789)techknowlogick2023-03-142-38/+16
* 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
* Use context for `RepositoryList.LoadAttributes` (#23435)yp053272023-03-131-1/+1
* 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-121-1/+1
* Add missing tabs to org projects page (#22705)yp053272023-03-106-15/+31
* Add user webhooks (#21563)KN4CK3R2023-03-104-107/+139
* 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-082-2/+2
* Use CleanPath instead of path.Clean (#23371)Lunny Xiao2023-03-083-4/+5