]> source.dussan.org Git - gitea.git/shortlog
gitea.git
2021-04-12 zeripathStandardise icon on projects PR page (#15387) (#15409)
2021-04-11 Lunny XiaoFix delete nonexist oauth application 500 and prevent...
2021-04-08 zeripathShow diff on rename with diff changes (#15338) (#15340)
2021-04-08 zeripathPrepend AppSubUrl to links for default avatar (#15341...
2021-04-07 6543Update Changelog (#15322) v1.13.7
2021-04-07 6543Changelog v1.13.7 (#15319)
2021-04-07 6543add 'fonts' into 'KnownPublicEntries' (#15188) (#15317)
2021-04-06 6543Update to bluemonday-1.0.6 (#15294) (#15298)
2021-04-04 zeripathAdd size to Save function (#15264) (#15271)
2021-04-03 techknowlogickupdate golang libraries (#15258) (#15260)
2021-04-02 a1012112796response 404 for diff/patch of a commit that not exist...
2021-04-01 zeripathSpeed up `enry.IsVendor` (#15213) (#15246)
2021-04-01 zeripathPrevent NPE in CommentMustAsDiff if no hunk header...
2021-03-26 zeripathClusterfuzz found another way (#15160) (#15169)
2021-03-26 sothoFix wrong user returned in API (#15139) (#15150)
2021-03-23 6543Changelog v1.13.6 (#15129) v1.13.6
2021-03-23 6543Fix bug on avatar middleware (#15125)
2021-03-22 zeripathFix another clusterfuzz identified issue (#15096) ...
2021-03-22 a1012112796fix #15104 (#15106)
2021-03-21 silverwindFix markdown rendering in milestone content (#15056...
2021-03-21 zeripathPlace wrapper around comment as diff to catch panics... v1.13.5
2021-03-21 6543Changelog v1.13.5 (#15084)
2021-03-20 zeripathUpdate to goldmark 1.3.3 (#15059) (#15061)
2021-03-20 6543Fix bug when upload on web (#15042) (#15055)
2021-03-19 6543Delete Labels & IssueLabels on Repo Delete too (#15039...
2021-03-19 zeripathFix postgres ID sequences broken by recreate-table...
2021-03-18 6543another clusterfuzz spotted issue (#15032) (#15034)
2021-03-17 zeripathFix several render issues (#14986) (#15013)
2021-03-15 NorwinAPI: fix set milestone on PR creation (#14981) (#15001)
2021-03-15 zeripathMake sure sibling images get a link too (#14979) (...
2021-03-13 zeripathFix Anchor jumping with escaped query components (...
2021-03-13 Norwincheck if original author is set (#14972)
2021-03-12 Norwinfix release mail html template (#14976)
2021-03-12 zeripathFix excluding more than two labels on issues list ...
2021-03-12 6543Prevent panic when editing forked repos by API (#14960...
2021-03-08 fnetX (aka... Add "captcha" to list of reserved usernames (#14930)
2021-03-08 zeripathRe-enable import local paths after reversion from ...
2021-03-07 6543Changelog v1.13.4 (#14917) v1.13.4
2021-03-06 zeripathFix race in LFS ContentStore.Put(...) (#14895) (#14913)
2021-03-06 6543Fix a couple of issues with a feeds (#14897) (#14903)
2021-03-06 6543Fix race in local storage (#14888) (#14901)
2021-03-06 6543When transfering repository and database transaction...
2021-03-05 John OlheiserSigned-off-by: jolheiser <john.olheiser@gmail.com>...
2021-03-04 6543[Docs] Fix how lfs data path is set (#14855) (#14884)
2021-03-04 6543IsUserAllowedToUpdate should igonre if user is nil...
2021-03-04 Lunny XiaoAdd changelog for v1.13.3 (#14877) v1.13.3
2021-03-04 zeripathFix paging of file commit logs (#14831) (#14879)
2021-03-03 6543Print usefull error if SQLite is used in settings but...
2021-03-03 zeripathFix display since time round (#14226) (#14873)
2021-03-02 zeripathWhen Deleting Repository only explicitly close PRs...
2021-03-01 zeripathSet HCaptchaSiteKey on Link Account pages (#14834)...
2021-02-28 zeripathFix a couple of CommentAsPatch issues. (#14804) (...
2021-02-26 zeripathDisable broken OAuth2 providers at startup (#14802...
2021-02-26 6543Re-enable transfer repo back from org to user account...
2021-02-25 6543Build for only available darwin target (#14771) (#14798)
2021-02-25 6543Backport: Repo Transfer permission checks (#14792)...
2021-02-22 a1012112796Fix double alert in oauth2 application edit view (...
2021-02-14 zeripathFix broken spans in diffs (#14678) (#14683)
2021-02-14 zeripathHasPreviousCommit causes recursive load of commits...
2021-02-14 zeripathPrevent race in PersistableChannelUniqueQueue.Has ...
2021-02-13 Lunny XiaoTurn default hash password algorightm back to pbkdf2...
2021-02-13 zeripathAllow org labels to be set with issue templates (#14593...
2021-02-13 zeripathDo not assume all 40 char strings are SHA1s (#14624...
2021-02-08 zeripathAccept multiple SSH keys in single LDAP SSHPublicKey...
2021-02-05 6543Fix bug about ListOptions and stars/watchers pagnation...
2021-02-04 Anton KhimichFix GPG key deletion during account deletion (#14561...
2021-02-01 6543Changelog v1.13.2 (#14535) v1.13.2
2021-01-30 Stefanconfigure internal ssh server w/ macs and ciphers,...
2021-01-30 6543Set the name Mapper in migrations (#14526) (#14529)
2021-01-29 Lunny XiaoFix wiki preview (#14515)
2021-01-28 6543update code.gitea.io/sdk/gitea v0.13.1 -> v0.13.2 ...
2021-01-24 6543ChangeUserName: rename user files back on DB issue...
2021-01-23 6543Fix migration v141 (#14387) (#14388)
2021-01-23 zeripathensure timeout error is shown on u2f timeout (#14417...
2021-01-23 6543Fix lfs preview bug (#14428) (#14433)
2021-01-23 6543[Backport] Fix Deadlock & Delete affected reactions...
2021-01-20 6543Prevent panic on fuzzer provided string (#14405) (... 14430/head
2021-01-19 6543Use path not filepath in routers/editor (#14390) (...
2021-01-19 6543Removed invalid form tag (#14391) (#14395)
2021-01-18 6543Check if label template exist first (#14384) (#14389)
2021-01-18 Norwincheck release publisher exists (#14375)
2021-01-15 Kyungmin BaeUse Request.URL.RequestURI() for fcgi (#14312) (#14347)
2021-01-15 Lunny XiaoUse ServerError provided by Context (#14333) (#14345)
2021-01-14 NorwinFix edit-label form init (#14337)
2021-01-11 a1012112796fix mailIssueCommentBatch for pull request (#14252...
2021-01-07 6543Add secure/httpOnly attributes to the lang cookie ...
2021-01-03 Nuno SilvaRender links for commit hashes followed by comma (...
2021-01-03 Jimmy PraetSend notifications for mentions in pulls, issues, ...
2021-01-03 6543Fix avatar bugs (#14217) (#14220)
2021-01-02 zeripathEnsure that schema search path is set with every connec...
2021-01-02 Lunny XiaoFix dashboard issues labels filter bug (#14210) (#14214)
2021-01-02 Lunny XiaoWhen visit /favicon.ico but the static file is not...
2021-01-01 a1012112796fix branch selector on new issue page (#14194) (#14207)
2020-12-31 zeripathCheck for notExist on profile repository page (#14197...
2020-12-28 Lunny XiaoAdd changelog for v1.13.1 (#14172) v1.13.1
2020-12-28 Lunny XiaoFix bug of link query order on markdown render (#14156...
2020-12-27 6543Migration: drop too long repo topics (#14152) (#14155)
2020-12-26 zeripathFix escaping issue in diff (#14154)
2020-12-25 Daniil PankratovFix creation OAuth2 auth source from CLI. (#14146)
2020-12-24 zeripathEnsure that search term and page are not lost on adopti...
next