| Commit message (Expand) | Author | Age | Files | Lines |
* | fix documentation for REFRESH_TOKEN_EXPIRATION_TIME (#12642) | zeripath | 2020-08-29 | 1 | -1/+1 |
* | Initial support for push options (#12169) | John Olheiser | 2020-08-23 | 1 | -0/+31 |
* | Disable password complexity check default (#12557) | mrsdizzie | 2020-08-21 | 1 | -1/+1 |
* | change PIDFile default from /var/run/gitea.pid to /run/gitea.pid (#12500) | Florian Klink | 2020-08-18 | 1 | -1/+1 |
* | Add a storage layer for attachments (#11387) | Lunny Xiao | 2020-08-18 | 2 | -2/+19 |
* | Kanban board (#8346) | Lanre Adelowo | 2020-08-16 | 1 | -1/+1 |
* | Make the default PID file compile-time settable (#12485) | zeripath | 2020-08-15 | 2 | -1/+2 |
* | Make dashboard newsfeed list length a configurable item (#12469) | techknowlogick | 2020-08-11 | 1 | -0/+1 |
* | Make default StaticRootPath compile time settable (#12371) | 6543 | 2020-08-08 | 1 | -1/+2 |
* | Add 'watch-backend' (#12330) | silverwind | 2020-07-27 | 1 | -16/+18 |
* | Add mermaid JS renderer (#12334) | silverwind | 2020-07-27 | 1 | -39/+0 |
* | Rework 'make generate-images' (#12316) | silverwind | 2020-07-26 | 1 | -3/+2 |
* | Clarify documentation of SKIP_VERIFY (#12203) | Alexander Scheel | 2020-07-21 | 1 | -1/+2 |
* | [Docs] Logging Configuration - Use `logrotate` Instead (#9930) | Bagas Sanjaya | 2020-07-16 | 1 | -0/+11 |
* | Use correct make target for building static assets (#12247) | Ben Harris | 2020-07-14 | 1 | -1/+1 |
* | Direct SVG rendering (#12157) | silverwind | 2020-07-12 | 1 | -0/+4 |
* | Pause, Resume, Release&Reopen, Add and Remove Logging from command line (#11777) | zeripath | 2020-07-05 | 2 | -0/+104 |
* | Move EventSource to SharedWorker (#12095) | zeripath | 2020-07-03 | 1 | -2/+1 |
* | Update docs to specify utf8mb4 default (#11962) | silverwind | 2020-06-18 | 2 | -2/+2 |
* | recommend bindata for building (#11938) | techknowlogick | 2020-06-18 | 1 | -2/+4 |
* | Rename custom/conf/app.ini.sample to custom/conf/app.example.ini for better s... | Lunny Xiao | 2020-06-17 | 5 | -6/+6 |
* | Global default branch setting (#11918) | techknowlogick | 2020-06-17 | 1 | -0/+1 |
* | cloudron: update link to demo (#11857) | Girish Ramakrishnan | 2020-06-11 | 1 | -2/+2 |
* | Replace jquery-datetimepicker with native date input (#11684) | silverwind | 2020-06-10 | 1 | -26/+0 |
* | European Portuguese translation (#11568) | Emanuel Angelo | 2020-06-05 | 1 | -2/+3 |
* | Update from-package.zh-tw.md (#11626) | Will 保哥 | 2020-06-03 | 1 | -1/+7 |
* | Allow site admin to disable mirrors (#11740) | John Olheiser | 2020-06-02 | 1 | -0/+1 |
* | Fix chardet test and add ordering option (#11621) | zeripath | 2020-06-02 | 1 | -1/+2 |
* | Update Caddy reverse-proxy instructions (#11655) | TLZ | 2020-05-30 | 1 | -2/+21 |
* | Add warning to mailer documentation about authentication (#11563) | zeripath | 2020-05-24 | 2 | -1/+11 |
* | Add chocolatey package install instructions (#11586) | Will 保哥 | 2020-05-24 | 1 | -3/+6 |
* | Allow different HardBreaks settings for documents and comments (#11515) | zeripath | 2020-05-24 | 1 | -1/+4 |
* | Remove IE11 support (#11470) | silverwind | 2020-05-19 | 1 | -2/+2 |
* | Docs: add AlpineLinux packages (#11446) | 6543 | 2020-05-17 | 1 | -0/+11 |
* | Allow log.xxx.default to set logging settings for the default logger only (#1... | zeripath | 2020-05-15 | 1 | -2/+13 |
* | Add localization docs (#11411) | John Olheiser | 2020-05-14 | 1 | -1/+14 |
* | Add awesome-gitea reference on install from package docs (#11405) | John Olheiser | 2020-05-14 | 1 | -1/+7 |
* | Update docs to reflect new location of homebrew repo (#11384) | techknowlogick | 2020-05-12 | 1 | -1/+1 |
* | Changed image of openid-connect logo for better look on arc-green theme (#11312) | Leo | 2020-05-10 | 1 | -1/+1 |
* | Few tweaks in the hacking guide (#11345) | silverwind | 2020-05-09 | 1 | -8/+5 |
* | Add EventSource support (#11235) | zeripath | 2020-05-07 | 1 | -1/+2 |
* | Fix; declare DOMAIN variable for docker setup (#10780) | Adrian POIGET | 2020-05-04 | 1 | -2/+3 |
* | Sendmail should create a process on the gitea system and have a default timeo... | zeripath | 2020-05-03 | 1 | -0/+1 |
* | Propose an explanation how to restart gracefully gitea after an update (#10866) | Km | 2020-04-30 | 1 | -0/+12 |
* | Use keys.openpgp.org instead of pgp.mit.edu (#11249) | zeripath | 2020-04-30 | 1 | -2/+2 |
* | Fix sanitizer config - multiple rules (#11133) | Alexander Scheel | 2020-04-29 | 2 | -4/+9 |
* | Support unicode emojis and remove emojify.js (#11032) | mrsdizzie | 2020-04-28 | 1 | -1/+3 |
* | [Docs] Config Cheat Sheet - Task Edit (#9972) | Bagas Sanjaya | 2020-04-27 | 1 | -2/+3 |
* | Use AJAX for notifications table (#10961) | zeripath | 2020-04-24 | 1 | -0/+7 |
* | Add option to increase provided OAuth2 token maximum size (#11180) | zeripath | 2020-04-23 | 1 | -0/+1 |