1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-04 03:21:21 +02:00
gitea/modules
6543 4160bd6ef1
Remove Unused Functions (#10516)
* remove ReplaceLeft

* remove GetRepositoryByOwnerAndName chainload to models.GetRepositoryByOwnerAndName

* remove CheckUnitUser chainload to models.CheckUnitUser

* remove MakeAssigneeList

* remove DownloadDiff & DownloadPatch -> DownloadDiffOrPatch

* remove GetRandomBytesAsBase64

* remove PushUpdateDeleteTags

* remove GetUserByKeyID
(you still can resolve user by "k, err := GetPublicKeyByID; userID := k.OwnerID")

* remove BasicAuthEncode from struct package -> same function in modules/base/tools !

* remove UserID from api.utils

* remove unused func from structs package
2020-03-02 00:05:44 +02:00
..
analyze Add detected file language to code search (#10256) 2020-02-20 16:53:55 -03:00
auth Change admin dashboard to POST (#10465) 2020-02-25 16:54:13 -06:00
avatar
base Remove Unused Functions (#10516) 2020-03-02 00:05:44 +02:00
cache
charset
context
convert adds API endpoints to manage OAuth2 Application (list/create/delete) (#10437) 2020-02-29 03:19:32 -03:00
cron
generate
git Code Refactor of IssueWatch related things (#10401) 2020-02-26 03:32:22 -03:00
gitgraph
graceful Restore graceful restart on SIGHUP (#10224) 2020-02-11 13:29:45 +08:00
highlight
httplib
indexer Handle panic in indexer initialisation better (#10534) 2020-02-28 22:00:09 +00:00
lfs Add max-file-size to LFS (#10463) 2020-02-28 01:46:57 -03:00
log modules/log: remove noop written variables (#10182) 2020-02-07 21:35:30 +01:00
markup Relax sanitization as per https://github.com/jch/html-pipeline (#10527) 2020-02-28 20:05:12 +00:00
metrics
migrations
notification [Refactor] move APIFormat() of Issue and Label to convert package (#10423) 2020-02-28 23:49:50 -03:00
options Implement "embedded" command to extract static resources (#9982) 2020-02-02 10:17:44 +08:00
password
pprof
private
process
public Implement "embedded" command to extract static resources (#9982) 2020-02-02 10:17:44 +08:00
queue Fix Workerpool deadlock (#10283) 2020-02-15 18:44:58 +00:00
recaptcha
references
repofiles Handle push rejection message in Merge & Web Editor (#10373) 2020-02-22 15:08:48 +02:00
repository Various fixes in login sources (#10428) 2020-02-23 13:52:05 -06:00
secret
session
setting Add max-file-size to LFS (#10463) 2020-02-28 01:46:57 -03:00
ssh
structs Remove Unused Functions (#10516) 2020-03-02 00:05:44 +02:00
sync
task
templates Remove Unused Functions (#10516) 2020-03-02 00:05:44 +02:00
test Code Refactor of IssueWatch related things (#10401) 2020-02-26 03:32:22 -03:00
timeutil
upload
user
util inform participants on UI too (#10473) 2020-02-28 05:16:41 -03:00
validation
webhook Add feishu webhook support (#10229) 2020-02-12 08:48:28 +00:00