| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix migration for user defined themes (#5682) | Lanre Adelowo | 2019-01-12 | 1 | -1/+1 |
* | Allow for user specific themes (#5668) | Lanre Adelowo | 2019-01-09 | 2 | -1/+20 |
* | update v71.go to resolve #5595 (#5613) | Daniel Wolf | 2018-12-31 | 1 | -1/+1 |
* | Add rebase with merge commit merge style (#3844) (#4052) | Julian | 2018-12-27 | 2 | -0/+65 |
* | fix table name typo on SQL (#5562) | Lunny Xiao | 2018-12-19 | 1 | -2/+2 |
* | fix forgot removed records when deleting user (#5429) | Lunny Xiao | 2018-12-18 | 2 | -0/+35 |
* | Approvals at Branch Protection (#5350) | Jonas Franz | 2018-12-11 | 2 | -0/+18 |
* | fix topic name length on database (#5493) | Lunny Xiao | 2018-12-08 | 1 | -1/+1 |
* | Migration fixes for gogs (0.11.66) to gitea (1.6.0) #5318 (#5341) | Florian Eitel | 2018-11-18 | 2 | -1/+9 |
* | refactor: err != nil check, just return error instead (#5093) | Bo-Yi Wu | 2018-10-18 | 1 | -4/+1 |
* | Force user to change password (#4489) | Lanre Adelowo | 2018-09-13 | 2 | -0/+21 |
* | Pull request review/approval and comment on code (#3748) | Lauris BH | 2018-08-06 | 2 | -1/+34 |
* | Switch plaintext scratch tokens to use hash instead (#4331) | techknowlogick | 2018-07-27 | 2 | -0/+90 |
* | Fix migration from older releases (#4495) | Lauris BH | 2018-07-21 | 1 | -1/+1 |
* | Added dependencies for issues (#2196) (#2531) | kolaente | 2018-07-17 | 2 | -0/+102 |
* | Fix column droping for MSSQL that need new transaction for that (#4440) | Lauris BH | 2018-07-13 | 2 | -0/+16 |
* | Fixed violation of the unique constraint for v68 migration (#4297) | Alexey Terentyev | 2018-06-27 | 1 | -47/+100 |
* | hide issues from org private repos w/o team assignment (#4034) | David Schneiderbauer | 2018-06-21 | 3 | -2/+89 |
* | Fix topics addition (Another solution) (#4031) (#4258) | Alexey Terentyev | 2018-06-21 | 2 | -0/+162 |
* | Fix not removed watches on unallowed repositories (#4201) | David Schneiderbauer | 2018-06-19 | 2 | -0/+160 |
* | LDAP Public SSH Keys synchronization (#1844) | Magnus Lindvall | 2018-05-24 | 2 | -0/+24 |
* | Add support for FIDO U2F (#3971) | Jonas Franz | 2018-05-19 | 2 | -0/+21 |
* | Fix multiple asssingee table migration (#3931) | Lauris BH | 2018-05-10 | 1 | -37/+39 |
* | Multiple assignees (#3705) | kolaente | 2018-05-09 | 3 | -10/+144 |
* | Added user language setting (#3875) | kolaente | 2018-05-05 | 2 | -0/+25 |
* | Do not allow to reuse TOTP passcode (#3878) | Lauris BH | 2018-05-02 | 2 | -0/+24 |
* | Add Size column to attachment (#3734) | Jonas Franz | 2018-03-31 | 2 | -0/+47 |
* | Add repository setting to enable/disable health checks (#3607) | Allen Wild | 2018-03-27 | 2 | -0/+24 |
* | Add protected branch whitelists for merging (#3689) | Chri-s | 2018-03-25 | 2 | -0/+26 |
* | Add label descriptions (#3662) | Lauris BH | 2018-03-13 | 2 | -0/+24 |
* | Fix MySQL and PostgreSQL column drop SQL (#3649) | Lauris BH | 2018-03-09 | 1 | -1/+1 |
* | Fix column removal in MSSQL (#3638) | Lauris BH | 2018-03-07 | 2 | -21/+61 |
* | Add issue closed time column to fix activity closed issues list (#3537) | Lauris BH | 2018-02-19 | 2 | -0/+32 |
* | Implements generator cli for secrets (#3531) | Codruț Constantin Gușoi | 2018-02-18 | 1 | -3/+3 |
* | Remove IsOwner, NumTeams from OrgUser (#3269) | Ethan Koenig | 2018-01-08 | 2 | -0/+35 |
* | Writable deploy keys (closes #671) (#3225) | Vlad Temian | 2018-01-07 | 2 | -0/+25 |
* | Add Pull Request merge options - Ignore white-space for conflict checking, Re... | Lauris BH | 2018-01-05 | 2 | -0/+59 |
* | Add repo-sync-releases admin command (#3254) | Sandro Santilli | 2017-12-31 | 1 | -1/+1 |
* | Reorder migrations, skip errors if running migration again (#3160) | Lauris BH | 2017-12-13 | 13 | -292/+301 |
* | Add reactions to issues/PR and comments (#2856) | Lauris BH | 2017-12-04 | 2 | -0/+30 |
* | Fix git lfs path (#3016) | Antoine GIRARD | 2017-11-29 | 2 | -1/+34 |
* | Code/repo search (#2582) | Ethan Koenig | 2017-10-27 | 2 | -0/+27 |
* | Add branch overiew page (#2108) | Bwko | 2017-10-26 | 2 | -0/+31 |
* | Use buffersize to reduce database connection when iterate (#2724) | Lunny Xiao | 2017-10-21 | 3 | -3/+3 |
* | Fix organization watch migration (#2703) | Lauris BH | 2017-10-14 | 1 | -1/+1 |
* | Fix orgnization user watch repository (#2670) | Lunny Xiao | 2017-10-14 | 2 | -0/+38 |
* | Rewrite migrations to not depend on future code changes (#2604) | David Schneiderbauer | 2017-10-08 | 5 | -63/+83 |
* | Replace deprecated Id method with ID (#2655) | Ethan Koenig | 2017-10-05 | 4 | -5/+5 |
* | Fix index column deletion (#2651) | Morlinest | 2017-10-04 | 1 | -1/+1 |
* | Remove repo unit index (#2621) | Morlinest | 2017-10-02 | 2 | -0/+30 |