| Commit message (Expand) | Author | Age | Files | Lines |
* | Add warning to mailer documentation about authentication (#11563) | zeripath | 2020-05-24 | 1 | -2/+5 |
* | Allow different HardBreaks settings for documents and comments (#11515) | zeripath | 2020-05-24 | 1 | -1/+4 |
* | Switch code editor to Monaco (#11366) | silverwind | 2020-05-14 | 1 | -1/+1 |
* | Add EventSource support (#11235) | zeripath | 2020-05-07 | 1 | -1/+4 |
* | Sendmail should create a process on the gitea system and have a default timeo... | zeripath | 2020-05-03 | 1 | -0/+2 |
* | Fix sanitizer config - multiple rules (#11133) | Alexander Scheel | 2020-04-29 | 1 | -2/+4 |
* | Support unicode emojis and remove emojify.js (#11032) | mrsdizzie | 2020-04-28 | 1 | -2/+3 |
* | Use AJAX for notifications table (#10961) | zeripath | 2020-04-24 | 1 | -0/+8 |
* | Add option to increase provided OAuth2 token maximum size (#11180) | zeripath | 2020-04-23 | 1 | -0/+2 |
* | enable ENABLE_HARD_LINE_BREAK by default (#11162) | silverwind | 2020-04-21 | 1 | -2/+4 |
* | Replace references to cron.update_migration_post_id with cron.update_migratio... | Kristian Antonsen | 2020-04-15 | 1 | -1/+1 |
* | Tweak app.ini.sample (#11042) | silverwind | 2020-04-11 | 1 | -3/+3 |
* | Multiple LFS improvements (#10667) | zeripath | 2020-03-09 | 1 | -0/+2 |
* | Make PR message on pushes configurable (#10664) | John Olheiser | 2020-03-08 | 1 | -1/+3 |
* | Add max-file-size to LFS (#10463) | zeripath | 2020-02-28 | 1 | -0/+2 |
* | Prevent Firefox from using apple-touch-icon (#10402) | silverwind | 2020-02-23 | 1 | -1/+1 |
* | Issue search support elasticsearch (#9428) | Lunny Xiao | 2020-02-13 | 1 | -1/+5 |
* | Cache last commit to accelerate the repository directory page visit (#10069) | Lunny Xiao | 2020-02-01 | 1 | -1/+13 |
* | Make archive prefixing configurable with a global setting (#9943) | zeripath | 2020-01-22 | 1 | -0/+2 |
* | Add support for database schema in PostgreSQL (#8819) | guillep2k | 2020-01-20 | 1 | -0/+4 |
* | Make CertFile and KeyFile relative to CustomPath (#9868) | zeripath | 2020-01-19 | 1 | -2/+3 |
* | Add setting to set default and global disabled repository units. (#8788) | David Svantesson | 2020-01-17 | 1 | -0/+7 |
* | Graceful Queues: Issue Indexing and Tasks (#9363) | zeripath | 2020-01-07 | 1 | -0/+33 |
* | Add a /user/login landing page option (#9622) | Timon Engelke | 2020-01-06 | 1 | -1/+2 |
* | Provide Default messages for merges (#9393) | zeripath | 2019-12-30 | 1 | -0/+10 |
* | Clean-up typo that made an app.ini.sample comment not a comment. (#9480) | rektide | 2019-12-23 | 1 | -1/+1 |
* | Add /milestones endpoint (#8733) | Brad Albright | 2019-12-15 | 1 | -0/+2 |
* | Sign protected branches (#8993) | zeripath | 2019-12-15 | 1 | -0/+1 |
* | Push to create repo (#8419) | John Olheiser | 2019-12-15 | 1 | -0/+3 |
* | Default NO_REPLY_ADDRESS to DOMAIN (#9325) | zeripath | 2019-12-13 | 1 | -1/+1 |
* | Markdown: Sanitizier Configuration (#9075) | Alexander Scheel | 2019-12-07 | 1 | -0/+6 |
* | [Feature] Custom Reactions (#8886) | 6543 | 2019-12-01 | 1 | -0/+3 |
* | Add USE_SERVICE_WORKER setting (#9110) | silverwind | 2019-11-21 | 1 | -0/+2 |
* | Add Graceful shutdown for Windows and hooks for shutdown of goroutines (#8964) | zeripath | 2019-11-21 | 1 | -1/+4 |
* | Add retry for migration http/https requests (#9019) | Lunny Xiao | 2019-11-16 | 1 | -0/+6 |
* | Enforce Gitea environment for pushes (#8982) | zeripath | 2019-11-14 | 1 | -3/+5 |
* | Auto-subscribe user to repository when they commit/tag to it (#7657) | guillep2k | 2019-11-10 | 1 | -0/+3 |
* | Webhook support custom proxy (#8760) | Lunny Xiao | 2019-11-08 | 1 | -0/+4 |
* | Allow cross-repository dependencies on issues (#7901) | Brad Albright | 2019-10-31 | 1 | -0/+2 |
* | Configurable close and reopen keywords for PRs (#8120) | guillep2k | 2019-10-30 | 1 | -0/+4 |
* | [assets] configurable URL for static resources (#7911) | Jakob Ackermann | 2019-10-22 | 1 | -0/+2 |
* | Expose db.SetMaxOpenConns and allow non MySQL dbs to set conn pool params (#8... | zeripath | 2019-10-21 | 1 | -4/+6 |
* | Add setting to disable BASIC authentication (#8586) | zeripath | 2019-10-19 | 1 | -1/+5 |
* | Sign merges, CRUD, Wiki and Repository initialisation with gpg key (#7631) | zeripath | 2019-10-16 | 1 | -0/+31 |
* | Fix password complexity regex for special characters (on master) (#8525) | guillep2k | 2019-10-16 | 1 | -1/+2 |
* | Restore Graceful Restarting & Socket Activation (#7274) | zeripath | 2019-10-15 | 1 | -0/+9 |
* | Update app.ini.sample (#8498) | Benson Muite | 2019-10-15 | 1 | -3/+4 |
* | Make static resouces web browser cache time customized on app.ini (#8442) | Lunny Xiao | 2019-10-14 | 1 | -0/+2 |
* | Password Complexity Checks (#6230) | Maxim Tkachenko | 2019-10-14 | 1 | -1/+4 |
* | Update migrated repositories' issues/comments/prs poster id if user has a git... | Lunny Xiao | 2019-10-14 | 1 | -0/+5 |