aboutsummaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
...
* use level config in main section when subsection not set level (#15176)a10121127962021-03-281-1/+1
* [refactor] Unify the export of user data via API (#15144)65432021-03-2713-25/+25
* Add DefaultMergeStyle option to repository (#14789)parnic2021-03-273-1/+9
* Fix bug on avatar middleware (#15124)Lunny Xiao2021-03-231-2/+11
* Implement delete release attachments and update release attachments' name (#1...Lunny Xiao2021-03-232-10/+36
* Handle unauthorized user events gracefully (#15071)Lauris BH2021-03-202-1/+12
* Create new issue from code (#14863)Roger Luo2021-03-171-0/+1
* Validate email in oauth registration form (#15014)Kyle D2021-03-171-0/+5
* Fixed wrong migrate url error description. (#15010)KN4CK3R2021-03-172-8/+8
* Move repo.CloseIssuesViaCommitInAnyBranch to issue settings (#14965)Norwin2021-03-161-4/+12
* Add reverse proxy configuration support for remote IP address (#14959)Lauris BH2021-03-161-2/+19
* Ensure validation occurs on clone addresses too (#14994)zeripath2021-03-153-52/+60
* API: fix set milestone on PR creation (#14981)Norwin2021-03-131-3/+1
* Prevent incorrect HTML escaping in swagger.json (#14957)zeripath2021-03-111-1/+1
* Show correct issues for team dashboard (#14952)Norwin2021-03-121-3/+3
* Prevent panic when editing forked repos by API (#14960)zeripath2021-03-111-0/+4
* Add ui.explore settings to control view of explore pages (2) (#14094)zeripath2021-03-113-4/+20
* Fix migration context data (#14910)KN4CK3R2021-03-071-15/+22
* Add SameSite setting for cookies (#14900)zeripath2021-03-075-24/+29
* Fix bug when combine label comments (#14894)Lunny Xiao2021-03-052-17/+97
* Show private heatmap on profile to self & admins (#14881)Norwin2021-03-042-6/+2
* Make manual merge autodetection optional and add manual merge as merge method...a10121127962021-03-036-10/+86
* Add CORS config on to /login/oauth/access_token endpoint (#14850)zeripath2021-03-041-1/+13
* Handle urls with trailing slash (#14852)Norwin2021-03-021-0/+1
* Migrate to use jsoniter instead of encoding/json (#14841)zeripath2021-03-018-8/+24
* Organization removal confirmation using name not password (#14738)Paweł Bogusławski2021-03-011-6/+3
* Repository transfer has to be confirmed, if user can not create repo for new ...65432021-03-014-9/+98
* Set HCaptchaSiteKey on Link Account pages (#14834)zeripath2021-02-281-0/+3
* Create tag on ui (#13467)a10121127962021-02-283-3/+40
* Add EasyMDE support for release content editor (#14744)a10121127962021-02-221-0/+8
* Fix go get (#14758)Lunny Xiao2021-02-221-1/+65
* Heatmap days clickable (#13935)gordon--2021-02-202-0/+2
* Export LFS & TimeTracking function status (#14753)65432021-02-201-3/+5
* Clarify the suffices and prefixes of setting.AppSubURL and setting.AppURL (#1...zeripath2021-02-195-18/+15
* Add UI to delete tracked times (#14100)Norwin2021-02-193-2/+43
* Move the stopwatches to the eventsource stream (#14588)zeripath2021-02-191-0/+32
* routers/routes/web: Fix typo in comment (#14729)Jacob Hrbek2021-02-181-1/+1
* [API] Add Restricted Field to User (#14630)65432021-02-181-0/+3
* #14699 Make branch names in PR description clickable (#14716)Jimmy Praet2021-02-181-0/+2
* Add Password Algorithm option to install page (#14701)zeripath2021-02-161-0/+7
* Restore detection of branches are equal on compare page (#14586)zeripath2021-02-161-24/+2
* Allow blocking some email domains from registering an account (#14667)Damien Goutte-Gattat2021-02-151-1/+1
* Whitespace in commits (#14650)vnkmpf2021-02-134-21/+21
* Show Gitea version in swagger (#14654)techknowlogick2021-02-121-1/+1
* Fix PATCH /repos/{owner}/{repo} panic (#14637)Anton Khimich2021-02-111-2/+14
* Added option to disable webhooks (#13176)Paweł Bogusławski2021-02-112-19/+37
* Add dismiss review feature (#12674)a10121127962021-02-116-1/+145
* Sort / Move project boards (#14634)Romain2021-02-112-6/+10
* Allow org labels to be set with issue templates (#14593)zeripath2021-02-101-1/+8
* Prevent adding nil label to .AddedLabels or .RemovedLabels (#14623)zeripath2021-02-101-5/+7