1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-04 08:17:24 -05:00
gitea/modules
zeripath bdc1697729
Drop back to use IsAnInteractiveSession for SVC (#15749)
* Drop back to use IsAnInteractiveSession for SVC

There is an apparent permission change problem when using
IsWindowsService to determine if the SVC manager should be
used.

This PR simply drops back to using IsAnInteractiveSession as
this does not change behaviour.

Fix #15454

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Yes staticcheck I know this is deprecated

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Just leave me alone lint

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: 6543 <6543@obermui.de>
2021-05-07 11:27:31 +02:00
..
analyze Speed up enry.IsVendor (#15213) 2021-04-01 19:41:09 +02:00
auth OAuth2 auto-register (#5123) 2021-04-14 14:02:12 +02:00
avatar
base
cache
charset Refactor renders (#15175) 2021-04-19 18:25:08 -04:00
context fix some ui bug about draft release (#15137) 2021-05-06 05:12:50 +02:00
convert Add Location, Website and Biography to API (#15675) 2021-05-01 10:05:55 +01:00
cron add cron job to delete old actions from database (#15688) 2021-05-01 14:17:02 +02:00
csv Refactor renders (#15175) 2021-04-19 18:25:08 -04:00
doctor Delete references if repository gets deleted (#15681) 2021-04-30 21:10:39 +02:00
emoji Fix several render issues (#14986) 2021-03-16 00:20:05 +01:00
eventsource Migrate to use jsoniter instead of encoding/json (#14841) 2021-03-01 22:08:10 +01:00
generate
git Performance improvement for last commit cache and show-ref (#15455) 2021-05-02 03:16:08 +02:00
gitgraph Fix bug on commit graph (#15517) 2021-04-17 10:27:25 +01:00
graceful Drop back to use IsAnInteractiveSession for SVC (#15749) 2021-05-07 11:27:31 +02:00
hcaptcha
highlight
httpcache Add ETag header (#15370) 2021-04-12 10:49:26 -04:00
httplib fix webhook timeout bug (#15613) 2021-04-25 21:48:12 +03:00
indexer If the default branch is not present do not report error on stats indexing (follow-up of #15546) (#15583) 2021-04-22 17:35:29 +02:00
lfs Fix lfs management find (#15537) 2021-04-21 18:31:59 +02:00
log Migrate to use jsoniter instead of encoding/json (#14841) 2021-03-01 22:08:10 +01:00
markup Refactor renders (#15175) 2021-04-19 18:25:08 -04:00
matchlist
metrics
migrations migration: github: if rate limit is not enabled, ignore it (#15490) 2021-04-15 15:34:22 +02:00
nosql Fix setting redis db path (#15698) 2021-05-03 13:24:24 -04:00
notification Refactor renders (#15175) 2021-04-19 18:25:08 -04:00
options
password
pprof
private Migrate to use jsoniter instead of encoding/json (#14841) 2021-03-01 22:08:10 +01:00
process Code Formats, Nits & Unused Func/Var deletions (#15286) 2021-04-09 09:40:34 +02:00
public add /assets as root dir of public files (#15219) 2021-04-28 12:35:06 +00:00
queue Prevent race in TestChannelQueue_Batch (#15703) 2021-05-03 17:16:59 +01:00
recaptcha Migrate to use jsoniter instead of encoding/json (#14841) 2021-03-01 22:08:10 +01:00
references Code Formats, Nits & Unused Func/Var deletions (#15286) 2021-04-09 09:40:34 +02:00
repofiles Code Formats, Nits & Unused Func/Var deletions (#15286) 2021-04-09 09:40:34 +02:00
repository Fix bug where repositories appear unadopted (#15757) 2021-05-07 09:21:34 +08:00
secret
session Migrate to use jsoniter instead of encoding/json (#14841) 2021-03-01 22:08:10 +01:00
setting add /assets as root dir of public files (#15219) 2021-04-28 12:35:06 +00:00
ssh Make internal SSH server host key path configurable (#14918) 2021-03-08 03:43:59 +01:00
storage Code Formats, Nits & Unused Func/Var deletions (#15286) 2021-04-09 09:40:34 +02:00
structs Addition to (Add Location, Website and Description to API #15675) (#15690) 2021-05-02 21:03:15 +02:00
svg
sync
task Migrate to use jsoniter instead of encoding/json (#14841) 2021-03-01 22:08:10 +01:00
templates add /assets as root dir of public files (#15219) 2021-04-28 12:35:06 +00:00
test
timeutil
translation Use index of the supported tags to choose user lang (#15452) 2021-04-14 19:52:01 +01:00
upload
uri
user
util Add LFS Migration and Mirror (#14726) 2021-04-08 18:25:57 -04:00
validation
web Defer closing the gitrepo until the end of the wrapped context functions (#15653) 2021-05-06 01:30:25 +02:00