| Commit message (Expand) | Author | Age | Files | Lines |
* | Add option to provide signature for a token to verify key ownership (#14054) | zeripath | 2021-07-13 | 2 | -0/+17 |
* | Fix various documentation, user-facing, and source comment typos (#16367) | luzpaz | 2021-07-08 | 3 | -4/+4 |
* | Refactor Webhook + Add X-Hub-Signature (#16176) | KN4CK3R | 2021-06-27 | 2 | -0/+48 |
* | Let package git depend on setting but not opposite (#15241) | Lunny Xiao | 2021-06-26 | 1 | -1/+2 |
* | Add tag protection (#15629) | KN4CK3R | 2021-06-25 | 2 | -0/+28 |
* | Rework repository archive (#14723) | Lunny Xiao | 2021-06-23 | 3 | -0/+25 |
* | Add Status Updates whilst Gitea migrations are occurring (#15076) | zeripath | 2021-06-16 | 2 | -0/+49 |
* | v180 migration should be standalone (#16151) | zeripath | 2021-06-14 | 1 | -7/+56 |
* | Add push to remote mirror repository (#15157) | KN4CK3R | 2021-06-14 | 3 | -1/+42 |
* | Add a new table issue_index to store the max issue index so that issue could ... | Lunny Xiao | 2021-06-14 | 3 | -0/+103 |
* | Always store primary email address into email_address table and also the stat... | Lunny Xiao | 2021-06-08 | 3 | -0/+148 |
* | Encrypt migration credentials at rest (#15895) | Norwin | 2021-05-31 | 2 | -0/+76 |
* | Tagger can be empty, as can Commit and Author - tolerate this (#15835) | zeripath | 2021-05-12 | 1 | -7/+25 |
* | Use single shared random string generation function (#15741) | silverwind | 2021-05-10 | 2 | -4/+4 |
* | Resolve panic on failed interface conversion in migration v156 (#15604) | techknowlogick | 2021-04-24 | 1 | -1/+1 |
* | Prevent migration 156 failure if tag commit missing (#15519) | zeripath | 2021-04-16 | 1 | -0/+11 |
* | OAuth2 auto-register (#5123) | Martin Michaelis | 2021-04-14 | 2 | -0/+28 |
* | docs: migration start new section (#15462) | 6543 | 2021-04-14 | 1 | -0/+3 |
* | v172 migration adds created_unix field instead of expiry (#15458) | zeripath | 2021-04-13 | 1 | -3/+3 |
* | Add LFS Migration and Mirror (#14726) | KN4CK3R | 2021-04-08 | 2 | -0/+20 |
* | Create Proper Migration Tests (#15116) | zeripath | 2021-03-24 | 14 | -1/+985 |
* | Fix Migration 176 yet again (#15131) | zeripath | 2021-03-23 | 1 | -2/+2 |
* | Fix the v176 migration (#15110) | zeripath | 2021-03-22 | 1 | -1/+1 |
* | Delete Labels & IssueLabels on Repo Delete too (#15039) | 6543 | 2021-03-19 | 3 | -2/+58 |
* | Prevent addition of labels from outside the repository or organisation in iss... | zeripath | 2021-03-19 | 2 | -0/+76 |
* | Fix postgres ID sequences broken by recreate-table (#15015) | zeripath | 2021-03-18 | 2 | -1/+117 |
* | chore(models): rewrite code format. (#14754) | Bo-Yi Wu | 2021-03-14 | 30 | -43/+29 |
* | Migrate to use jsoniter instead of encoding/json (#14841) | zeripath | 2021-03-01 | 1 | -2/+2 |
* | Repository transfer has to be confirmed, if user can not create repo for new ... | 6543 | 2021-03-01 | 2 | -0/+25 |
* | Remove unused commit (#14741) | Lunny Xiao | 2021-02-20 | 1 | -5/+3 |
* | Add UI to delete tracked times (#14100) | Norwin | 2021-02-19 | 2 | -0/+24 |
* | Create DB session provider(based on xorm) (#13031) | zeripath | 2021-02-15 | 2 | -0/+22 |
* | Add v171 (addSortingColToProjectBoard) migration for #14634 (#14652) | 6543 | 2021-02-12 | 2 | -0/+24 |
* | Add dismiss review feature (#12674) | a1012112796 | 2021-02-11 | 2 | -0/+24 |
* | Use OldRef instead of CommitSHA for DeleteBranch comments (#14604) | zeripath | 2021-02-08 | 2 | -0/+16 |
* | Set the name Mapper in migrations (#14526) | zeripath | 2021-01-30 | 1 | -0/+5 |
* | noop (#14521) | John Olheiser | 2021-01-29 | 1 | -98/+3 |
* | Fix migration v141 (#14387) | 6543 | 2021-01-28 | 3 | -1/+109 |
* | Redirect on changed user and org name (#11649) | Andrew Bezold | 2021-01-24 | 2 | -0/+26 |
* | [Refactor] Passwort Hash/Set (#14282) | 6543 | 2021-01-10 | 2 | -0/+117 |
* | Some code improvements (#14266) | Lunny Xiao | 2021-01-06 | 1 | -0/+3 |
* | Fix wrong type on hooktask to convert typ from char(16) to varchar(16) (#14148) | Lunny Xiao | 2021-01-06 | 3 | -1/+107 |
* | Minimal OpenID Connect implementation (#14139) | Johnny Oskarsson | 2021-01-02 | 2 | -0/+40 |
* | Change topic name size from 25 to 50 (#14150) | Lunny Xiao | 2020-12-26 | 2 | -0/+36 |
* | Fix broken migration on webhook (#13911) | Lunny Xiao | 2020-12-09 | 2 | -0/+61 |
* | [Docu] Fix Location of Comments in migrations.go (#13900) | 6543 | 2020-12-09 | 1 | -4/+4 |
* | Move webhook type from int to string (#13664) | Lunny Xiao | 2020-12-08 | 2 | -0/+61 |
* | Update Gitea Version & Fix Migration Comments (#13789) | 6543 | 2020-12-03 | 1 | -8/+17 |
* | Add block on official review requests branch protection (#13705) | a1012112796 | 2020-11-28 | 2 | -0/+19 |
* | Include OriginalAuthor in Reaction constraint (#13505) | zeripath | 2020-11-10 | 2 | -0/+40 |