summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update Changelog (#18047)v1.15.8zeripath2021-12-203-4/+8
* Fix delete u2f keys bug (#18042)Lunny Xiao2021-12-202-3/+3
* Move POST /{username}/action/{action} to simply POST /{username} (#18045) (#1...zeripath2021-12-203-7/+5
* Reset Session ID on login (#18018) (#18041)zeripath2021-12-2011-31/+148
* Prevent off-by-one error on comments on newly appended lines (#18029) (#18035)zeripath2021-12-202-0/+53
* Changelog 1.15.8 (#18026)zeripath2021-12-202-2/+17
* Stop printing 03d after escaped characters in logs (#18030) (#18034)zeripath2021-12-191-1/+1
* Reset locale on login (#18023) (#18025)zeripath2021-12-191-0/+33
* Fix reset password email template (#17025) (#18022)zeripath2021-12-181-1/+1
* backport: fix outType on gitea dump (#18016)Gusted2021-12-181-2/+5
* Fix rename notification bug (#18011)Lunny Xiao2021-12-172-2/+4
* Ensure complexity, minlength and ispwned are checked on password setting (#18...zeripath2021-12-173-1/+25
* Prevent hang in git cat-file if the repository is not a valid repository (Par...zeripath2021-12-1710-2/+150
* Prevent double decoding of % in url params (#17997) (#18001)zeripath2021-12-1613-7/+47
* Prevent deadlock in create issue (#17970) (#17982)zeripath2021-12-141-1/+6
* Use non-expiring key. (#17984) (#17985)KN4CK3R2021-12-141-125/+78
* Changelog for v1.15.7 (#17871)v1.15.7Lunny Xiao2021-12-021-0/+31
* Check if column exist before rename if exist, just return with no error (#178...Lunny Xiao2021-12-021-0/+24
* fix 500 error while use a reserved name in org rename (#17878) (#17881)a10121127962021-12-022-4/+1
* Fix user primary email changed (#17840)Lunny Xiao2021-11-286-14/+58
* Use correct user on releases (#17818)Gusted2021-11-261-2/+2
* Fixed commit count (#17698) (#17790)KN4CK3R2021-11-267-29/+32
* Preserve color when inverting emojis (#17799)silverwind2021-11-241-1/+1
* backport: use correct sender on title change (#17792)Gusted2021-11-241-1/+1
* Fix close issue but time watcher still running (#17761)Lunny Xiao2021-11-236-94/+151
* Return 400 but not 500 when request archive with wrong format (#17691) (#17700)Lunny Xiao2021-11-204-9/+72
* Fix Migrate Description - backport (#17727)99rgosse2021-11-191-0/+1
* Fix bug when project board get open issue number (#17703) (#17726)Lunny Xiao2021-11-191-1/+3
* Fix bug when read mysql database max lifetime (#17682) (#17690)Lunny Xiao2021-11-171-2/+2
* Backport #17649, fix database deadlock when update issue labels (#17665)wxiaoguang2021-11-171-12/+11
* Fix golangci-lint warnings (#17598 et al) (#17668)Gusted2021-11-1696-64/+139
* Fix bug on detect issue/comment writer (#17592)Lunny Xiao2021-11-091-1/+1
* backport(1.15): Fix stats upon searching issues (#17578)Gusted2021-11-082-5/+47
* Remove appSubUrl from pasted images (#17572) (#17588)zeripath2021-11-081-2/+2
* backport(1.15): make `ParsePatch` more robust (#17580)Gusted2021-11-082-1/+29
* Only allow webhook to send requests to allowed hosts (#17482) (#17510)wxiaoguang2021-11-069-26/+285
* Escape issue titles in comments list (#17555) (#17556)zeripath2021-11-051-1/+1
* backport(1.15): Use correct defaultValue for stracktrace (#17557)Gusted2021-11-051-1/+1
* Fix zero created time bug on commit api (#17547)Lunny Xiao2021-11-051-4/+6
* Show correct "No" icon (#17538)delvh2021-11-041-1/+1
* Fix database keyword quote problem on migration v161 (#17523)Lunny Xiao2021-11-031-1/+12
* fix email with + when active (#17518) (#17520)Lunny Xiao2021-11-032-1/+3
* Stop double encoding blame commit messages (#17498) (#17500)zeripath2021-10-311-2/+1
* Quote the table name in CountOrphanedObjects (#17487) (#17488)zeripath2021-10-301-1/+1
* Run Migrate in Install rather than just SyncTables (#17475) (#17486)zeripath2021-10-302-4/+24
* Fix login redirection links (#17473)qwerty2872021-10-281-1/+1
* Changelog 1.15.6 (#17457)v1.15.6zeripath2021-10-281-0/+11
* Make commit-statuses popup show correctly (#17447) (#17466)wxiaoguang2021-10-282-3/+19
* Add integration tests for private.NoServCommand and private.ServCommand (#174...zeripath2021-10-281-0/+154
* Ensure that restricted users can access repos for which they are members (#17...zeripath2021-10-284-4/+67