1
1
mirror of https://github.com/go-gitea/gitea synced 2024-11-08 11:14:26 +00:00
gitea/modules
mrsdizzie e03934f035 Use OriginalURL insead of CloneAddr in migration logging (#9418) (#9420)
CloneAddr will contain username and password credentials and they will
get stored in system notices about failed migrations (and logs if trace
is set). Replace with OriginalURL that doesn't have those.
2019-12-18 21:02:47 -05:00
..
auth Fix max length check and limit in multiple repo forms (#9148) (#9204) 2019-11-29 14:00:19 +08:00
avatar Improve handling of non-square avatars (#7025) 2019-05-25 14:46:14 +03:00
base Use gitea forked macaron (#7933) 2019-08-23 12:40:29 -04:00
cache Use gitea forked macaron (#7933) 2019-08-23 12:40:29 -04:00
charset Reduce test sensibility (#8393) 2019-10-07 01:49:14 -04:00
context Add Close() method to gogitRepository (#8901) (#8956) 2019-11-13 13:54:04 +00:00
cron Update migrated repositories' issues/comments/prs poster id if user has a github external user saved (#7751) 2019-10-14 09:10:42 +03:00
generate Integrate OAuth2 Provider (#5378) 2019-03-08 11:42:50 -05:00
git Add Close() method to gogitRepository (#8901) (#8956) 2019-11-13 13:54:04 +00:00
gzip Ensure Written is set in GZIP ProxyResponseWriter (#9018) (#9025) 2019-11-15 15:57:57 +00:00
highlight Add a lot of extension to language mappings for syntax highlights (#7741) 2019-08-05 23:48:31 +08:00
httplib Add golangci (#6418) 2019-06-12 15:41:28 -04:00
indexer fix issue indexer not triggered when migrating a repository (#9333) 2019-12-13 13:07:11 +08:00
lfs Ensure Request Body Readers are closed in LFS server (#8454) 2019-10-10 18:42:28 +01:00
log Fix data race (#8204) 2019-09-17 12:39:37 +03:00
markup Rewrite reference processing code in preparation for opening/closing from comment references (#8261) 2019-10-13 23:29:10 +01:00
metrics Prometheus endpoint (#5256) 2018-11-04 22:20:00 -05:00
migrations Use OriginalURL insead of CloneAddr in migration logging (#9418) (#9420) 2019-12-18 21:02:47 -05:00
minwinsvc Fix Git hooks not being executed on Windows when running as a service (#1149) 2017-03-09 09:27:43 +08:00
notification fix issue indexer not triggered when migrating a repository (#9333) 2019-12-13 13:07:11 +08:00
options Use gitea forked macaron (#7933) 2019-08-23 12:40:29 -04:00
password Fix password complexity regex for special characters (backport for v1.10.0) (#8524) 2019-10-16 11:09:27 +08:00
pprof Add golangci (#6418) 2019-06-12 15:41:28 -04:00
private Attempt to fix hook problem (#7854) 2019-08-14 12:25:05 +03:00
process Restore functionality for early gits (#7775) 2019-10-12 08:13:27 +08:00
public Use gitea forked macaron (#7933) 2019-08-23 12:40:29 -04:00
recaptcha Fix reCAPTCHA URL (#9119) 2019-11-22 14:48:58 +00:00
references Backport: Enable punctuations ending mentions (#8889) (#8894) 2019-11-09 20:24:59 -05:00
repofiles File Edit: Author/Committer interchanged [BugFix] (#9300) 2019-12-09 21:12:36 +08:00
search Global code search support (#3664) 2018-03-16 22:04:33 +08:00
secret Integrate OAuth2 Provider (#5378) 2019-03-08 11:42:50 -05:00
session Use gitea forked macaron (#7933) 2019-08-23 12:40:29 -04:00
setting Fix #9151 - smtp logger configuration sendTos should be an arra… (#9157) 2019-11-25 16:18:16 +01:00
ssh Use gitea forked macaron (#7933) 2019-08-23 12:40:29 -04:00
structs Update migrated repositories' issues/comments/prs poster id if user has a github external user saved (#7751) 2019-10-14 09:10:42 +03:00
sync Use gitea forked macaron (#7933) 2019-08-23 12:40:29 -04:00
task Move migrating repository from frontend to backend (#6200) 2019-10-13 21:23:14 +08:00
templates Fix commit expand button to not go to commit link (#8745) (#8825) 2019-11-04 20:59:17 +02:00
test Add Close() method to gogitRepository (#8901) (#8956) 2019-11-13 13:54:04 +00:00
timeutil Use gitea forked macaron (#7933) 2019-08-23 12:40:29 -04:00
upload Fix upload file type check (#7890) 2019-08-17 13:10:17 +03:00
user Add golangci (#6418) 2019-06-12 15:41:28 -04:00
util Display ui time with customize time location (#7792) 2019-08-15 22:46:21 +08:00
validation Implement webhook branch filter (#7791) 2019-09-09 08:48:21 +03:00