| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Improve install code to avoid low-level mistakes. (#17779) | wxiaoguang | 2021-12-01 | 12 | -18/+30 |
* | Make Requests Processes and create process hierarchy. Associate OpenRepositor... | zeripath | 2021-11-30 | 1 | -1/+1 |
* | Move accessmode into models/perm (#17828) | Lunny Xiao | 2021-11-28 | 1 | -7/+8 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 2 | -11/+13 |
* | Remove unnecessary attributes of User struct (#17745) | Lunny Xiao | 2021-11-22 | 1 | -1/+1 |
* | Add user settings key/value DB table (#16834) | techknowlogick | 2021-11-22 | 1 | -0/+1 |
* | Make SSL cipher suite configurable (#17440) | zeripath | 2021-11-20 | 3 | -9/+208 |
* | Move attachment into models/repo/ (#17650) | Lunny Xiao | 2021-11-19 | 1 | -1/+2 |
* | Move user/org deletion to services (#17673) | KN4CK3R | 2021-11-19 | 1 | -1/+2 |
* | Remove unnecessary variable assignments (#17695) | Gusted | 2021-11-18 | 1 | -1/+0 |
* | Move some functions into services/repository (#17677) | Lunny Xiao | 2021-11-17 | 1 | -1/+2 |
* | A better go code formatter, and now `make fmt` can run in Windows (#17684) | wxiaoguang | 2021-11-17 | 3 | -3/+4 |
* | Move migrations into services and base into modules/migration (#17663) | Lunny Xiao | 2021-11-16 | 1 | -2/+2 |
* | Fix offBy1 errors (#17606) | Gusted | 2021-11-14 | 1 | -1/+5 |
* | Fix bug on admin subcommand (#17533) | Lunny Xiao | 2021-11-07 | 10 | -32/+99 |
* | Simplify Gothic to use our session store instead of creating a different stor... | zeripath | 2021-11-03 | 2 | -10/+8 |
* | Only allow webhook to send requests to allowed hosts (#17482) | wxiaoguang | 2021-11-01 | 1 | -0/+4 |
* | Rename db Engines related functions (#17481) | Lunny Xiao | 2021-10-30 | 5 | -6/+6 |
* | Use a variable but a function for IsProd because of a slight performance incr... | Lunny Xiao | 2021-10-20 | 1 | -1/+1 |
* | Allow LDAP Sources to provide Avatars (#16851) | zeripath | 2021-09-26 | 2 | -0/+15 |
* | Move login related structs and functions to models/login (#17093) | Lunny Xiao | 2021-09-24 | 3 | -146/+149 |
* | refactor: move from io/ioutil to io and os package (#17109) | Eng Zer Jun | 2021-09-22 | 1 | -2/+1 |
* | Move db related basic functions to models/db (#17075) | Lunny Xiao | 2021-09-19 | 6 | -14/+15 |
* | Make LDAP be able to skip local 2FA (#16954) | zeripath | 2021-09-17 | 1 | -0/+8 |
* | Always emit the configuration path (#17036) | zeripath | 2021-09-13 | 4 | -0/+4 |
* | Add setting to OAuth handlers to skip local 2FA authentication (#16594) | zeripath | 2021-09-10 | 1 | -0/+5 |
* | Fix storage Iterate bug and Add storage doctor to delete garbage attachments ... | Lunny Xiao | 2021-09-06 | 1 | -1/+0 |
* | Add bundle download for repository (#14538) | John Olheiser | 2021-08-24 | 2 | -0/+2 |
* | Ensure that template compilation panics are sent to the logs (#16788) | zeripath | 2021-08-23 | 1 | -0/+5 |
* | Add agit flow support in gitea (#14295) | a1012112796 | 2021-07-28 | 3 | -1/+394 |
* | Add an abstract json layout to make it's easier to change json library (#16528) | Lunny Xiao | 2021-07-24 | 2 | -4/+2 |
* | switch to maintained lib (#16532) | techknowlogick | 2021-07-24 | 1 | -1/+1 |
* | Refactor: Move login out of models (#16199) | zeripath | 2021-07-24 | 3 | -338/+237 |
* | Retry rename on lock induced failures (#16435) | zeripath | 2021-07-15 | 1 | -1/+2 |
* | Second attempt at preventing zombies (#16326) | zeripath | 2021-07-14 | 7 | -95/+142 |
* | Support HTTP/2 in Let's Encrypt (#16371) | Stanley Hu | 2021-07-13 | 1 | -0/+1 |
* | Fix various documentation, user-facing, and source comment typos (#16367) | luzpaz | 2021-07-08 | 4 | -5/+5 |
* | Prevent zombie processes (#16314) | zeripath | 2021-06-30 | 1 | -2/+24 |
* | Add --quiet and --verbose to gitea web to control initial logging (#16260) | zeripath | 2021-06-26 | 5 | -17/+33 |
* | Add tag protection (#15629) | KN4CK3R | 2021-06-25 | 1 | -4/+4 |
* | Small refactoring of modules/private (#15947) | KN4CK3R | 2021-06-23 | 1 | -1/+1 |
* | Add asymmetric JWT signing (#16010) | KN4CK3R | 2021-06-17 | 1 | -1/+1 |
* | Refactor routers directory (#15800) | Lunny Xiao | 2021-06-09 | 1 | -4/+4 |
* | Unified custom config creation (#16012) | KN4CK3R | 2021-05-29 | 1 | -18/+4 |
* | add a new internal hook to save ssh log (#15787) | a1012112796 | 2021-05-21 | 1 | -0/+4 |
* | Fix error message when saving generated LOCAL_ROOT_URL config (#15880) | Naohisa Murakami | 2021-05-15 | 1 | -1/+1 |
* | Fix bound address/port for caddy's certmagic library (see #15848) (#15859) | Blake Miner | 2021-05-14 | 1 | -1/+6 |
* | Fix bound address/port for caddy's certmagic library (#15758) | Blake Miner | 2021-05-12 | 1 | -0/+8 |
* | Move restore repo to internal router and invoke from command to avoid open th... | Lunny Xiao | 2021-05-10 | 1 | -66/+11 |
* | [Vendor] update certmagic (#15590) | 6543 | 2021-04-22 | 1 | -1/+1 |