| Commit message (Expand) | Author | Age | Files | Lines |
* | Make allowed Visiblity modes configurable for Users (#16271) | 6543 | 2021-06-27 | 1 | -1/+33 |
* | Make app.ini more restrictive on new installations (#16266) | Steven | 2021-06-27 | 1 | -0/+13 |
* | Add --quiet and --verbose to gitea web to control initial logging (#16260) | zeripath | 2021-06-26 | 1 | -1/+2 |
* | Add Visible modes function from Organisation to Users too (#16069) | Sergey Dryabzhinsky | 2021-06-26 | 1 | -0/+4 |
* | Let package git depend on setting but not opposite (#15241) | Lunny Xiao | 2021-06-26 | 2 | -57/+3 |
* | Added support for gopher URLs. (#14749) | ayb | 2021-06-25 | 1 | -0/+12 |
* | Rework repository archive (#14723) | Lunny Xiao | 2021-06-23 | 2 | -0/+10 |
* | Add sanitizer rules per renderer (#16110) | KN4CK3R | 2021-06-23 | 1 | -44/+59 |
* | Use data path instead of config path (#16227) | KN4CK3R | 2021-06-23 | 1 | -1/+1 |
* | Reintroduce squash merge default comment as a config setting (#16134) | parnic | 2021-06-19 | 1 | -0/+3 |
* | Add asymmetric JWT signing (#16010) | KN4CK3R | 2021-06-17 | 2 | -17/+7 |
* | Ensure settings for Service and Mailer are read on the install page (#15943) | zeripath | 2021-06-16 | 1 | -0/+6 |
* | Clean-up the settings hierarchy for issue_indexer queue (#16001) | zeripath | 2021-06-16 | 2 | -23/+24 |
* | Make command in authorized keys a template (#16003) | zeripath | 2021-06-14 | 1 | -41/+49 |
* | Set self-adjusting deadline for connection writing (#16068) | zeripath | 2021-06-11 | 1 | -11/+21 |
* | Fix regression of renderer (#16091) | Lunny Xiao | 2021-06-06 | 1 | -0/+2 |
* | Unified custom config creation (#16012) | KN4CK3R | 2021-05-29 | 2 | -64/+35 |
* | Use filepath.ToSlash and Join in indexer defaults and queues (#15971) | zeripath | 2021-05-25 | 2 | -9/+8 |
* | Change default queue settings to be low go-routines (#15964) | zeripath | 2021-05-24 | 2 | -5/+5 |
* | add a new internal hook to save ssh log (#15787) | a1012112796 | 2021-05-21 | 2 | -0/+2 |
* | Add mimetype mapping settings (#15133) | Adam Szatyin | 2021-05-10 | 2 | -0/+32 |
* | Allow only internal registration (#15795) | 6543 | 2021-05-09 | 1 | -0/+6 |
* | OAuth2 login: Set account link to "login" as default behavior (#15768) | 6543 | 2021-05-07 | 1 | -3/+3 |
* | add `/assets` as root dir of public files (#15219) | a1012112796 | 2021-04-28 | 2 | -3/+3 |
* | Refactor renders (#15175) | Lunny Xiao | 2021-04-19 | 1 | -6/+6 |
* | Disable Stars config option (#14653) | Kyle D | 2021-04-15 | 1 | -0/+2 |
* | OAuth2 auto-register (#5123) | Martin Michaelis | 2021-04-14 | 2 | -0/+91 |
* | Add NeedPostProcess for Parser interface to improve performance of csv render... | Lunny Xiao | 2021-04-13 | 1 | -10/+12 |
* | Code Formats, Nits & Unused Func/Var deletions (#15286) | 6543 | 2021-04-09 | 1 | -5/+0 |
* | Add Tabular Diff for CSV files (#14661) | KN4CK3R | 2021-03-29 | 1 | -0/+9 |
* | use level config in main section when subsection not set level (#15176) | a1012112796 | 2021-03-28 | 2 | -8/+7 |
* | Add reverse proxy configuration support for remote IP address (#14959) | Lauris BH | 2021-03-16 | 1 | -0/+10 |
* | Add ui.explore settings to control view of explore pages (2) (#14094) | zeripath | 2021-03-11 | 1 | -0/+11 |
* | Make internal SSH server host key path configurable (#14918) | zeripath | 2021-03-08 | 1 | -0/+7 |
* | Add SameSite setting for cookies (#14900) | zeripath | 2021-03-07 | 1 | -0/+13 |
* | Migrate to use jsoniter instead of encoding/json (#14841) | zeripath | 2021-03-01 | 4 | -4/+8 |
* | Prevent use of double sub-path and incorrect asset path in manifest (#14827) | zeripath | 2021-02-28 | 2 | -4/+7 |
* | Clarify the suffices and prefixes of setting.AppSubURL and setting.AppURL (#1... | zeripath | 2021-02-19 | 1 | -14/+29 |
* | Create DB session provider(based on xorm) (#13031) | zeripath | 2021-02-15 | 1 | -1/+1 |
* | Allow blocking some email domains from registering an account (#14667) | Damien Goutte-Gattat | 2021-02-15 | 1 | -0/+2 |
* | Turn default hash password algorightm back to pbkdf2 from argon2 until we fou... | Lunny Xiao | 2021-02-13 | 1 | -1/+1 |
* | Added option to disable webhooks (#13176) | Paweł Bogusławski | 2021-02-11 | 1 | -0/+2 |
* | Ensure memcache TTL cannot be over 30 days (#14592) | zeripath | 2021-02-09 | 1 | -0/+19 |
* | Update docs and comments to remove macaron (#14491) | Lunny Xiao | 2021-01-29 | 2 | -3/+1 |
* | Fix captcha (#14488) | Lunny Xiao | 2021-01-27 | 1 | -0/+4 |
* | Move macaron to chi (#14293) | Lunny Xiao | 2021-01-26 | 2 | -13/+1 |
* | Fix incorrect key name so registerManualConfirm setting works as expected. (#... | Dofri Jónsson | 2021-01-26 | 1 | -1/+1 |
* | Enhance Ghost comment mitigation Settings (#14392) | 6543 | 2021-01-21 | 1 | -2/+3 |
* | Add support for ed25519_sk and ecdsa_sk SSH keys (#13462) | Artemis Tosini | 2021-01-20 | 1 | -1/+1 |
* | Add pager to the branches page (#14202) | Chester Liu | 2021-01-19 | 1 | -0/+7 |