| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix SQLite concurrency problems by using BEGIN IMMEDIATE (#10368) (#10493) | guillep2k | 2020-02-26 | 1 | -1/+1 |
* | Make CertFile and KeyFile relative to CustomPath (#9868) (#9874) | zeripath | 2020-01-19 | 1 | -0/+6 |
* | Make hook status printing configurable with delay (#9641) (#9725) | zeripath | 2020-01-12 | 1 | -0/+4 |
* | fix #9648 (#9652) | 6543 | 2020-01-08 | 1 | -5/+6 |
* | Graceful Queues: Issue Indexing and Tasks (#9363) | zeripath | 2020-01-07 | 3 | -17/+170 |
* | Add a /user/login landing page option (#9622) | Timon Engelke | 2020-01-06 | 1 | -0/+3 |
* | Provide Default messages for merges (#9393) | zeripath | 2019-12-30 | 1 | -8/+23 |
* | Use Req.URL.RequestURI() to cope with FCGI urls (#9473) | zeripath | 2019-12-24 | 1 | -1/+1 |
* | Refactor code indexer (#9313) | Lunny Xiao | 2019-12-23 | 1 | -0/+2 |
* | Set default ssh.minimum_key_sizes (#9466) | mrsdizzie | 2019-12-22 | 1 | -1/+1 |
* | Add /milestones endpoint (#8733) | Brad Albright | 2019-12-15 | 1 | -0/+2 |
* | Push to create repo (#8419) | John Olheiser | 2019-12-15 | 1 | -0/+4 |
* | Default NO_REPLY_ADDRESS to DOMAIN (#9325) | zeripath | 2019-12-13 | 1 | -1/+1 |
* | FCGI: Allow FCGI over unix sockets (#9298) | zeripath | 2019-12-10 | 1 | -0/+11 |
* | Allow incompletely specified Time Formats (#8816) | zeripath | 2019-12-08 | 1 | -1/+2 |
* | [API] Add Reactions (#9220) | 6543 | 2019-12-07 | 1 | -0/+6 |
* | Markdown: Sanitizier Configuration (#9075) | Alexander Scheel | 2019-12-07 | 1 | -22/+97 |
* | Only show part of members on orgnization dashboard and add paging for orgniza... | Lunny Xiao | 2019-12-06 | 1 | -0/+2 |
* | [Feature] Custom Reactions (#8886) | 6543 | 2019-12-01 | 1 | -0/+2 |
* | Fix #9151 - smtp logger configuration sendTos should be an array (#9154) | zeripath | 2019-11-25 | 1 | -1/+5 |
* | 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/+2 |
* | Add retry for migration http/https requests (#9019) | Lunny Xiao | 2019-11-16 | 2 | -0/+23 |
* | Enforce Gitea environment for pushes (#8982) | zeripath | 2019-11-14 | 1 | -12/+14 |
* | Auto-subscribe user to repository when they commit/tag to it (#7657) | guillep2k | 2019-11-10 | 1 | -0/+2 |
* | Webhook support custom proxy (#8760) | Lunny Xiao | 2019-11-08 | 1 | -0/+21 |
* | 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/+8 |
* | [assets] configurable URL for static resources (#7911) | Jakob Ackermann | 2019-10-22 | 1 | -1/+3 |
* | Expose db.SetMaxOpenConns and allow non MySQL dbs to set conn pool params (#8... | zeripath | 2019-10-21 | 1 | -5/+9 |
* | Add setting to disable BASIC authentication (#8586) | zeripath | 2019-10-19 | 1 | -0/+2 |
* | Sign merges, CRUD, Wiki and Repository initialisation with gpg key (#7631) | zeripath | 2019-10-16 | 1 | -0/+29 |
* | Fix password complexity regex for special characters (on master) (#8525) | guillep2k | 2019-10-16 | 1 | -18/+6 |
* | upgrade gopkg.in/ini.v1 (#8500) | Colin Arnott | 2019-10-15 | 1 | -1/+1 |
* | Restore Graceful Restarting & Socket Activation (#7274) | zeripath | 2019-10-15 | 3 | -1/+17 |
* | 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 | -0/+22 |
* | Update migrated repositories' issues/comments/prs poster id if user has a git... | Lunny Xiao | 2019-10-14 | 1 | -0/+8 |
* | Move migrating repository from frontend to backend (#6200) | Lunny Xiao | 2019-10-13 | 2 | -0/+26 |
* | Restrict repository indexing by glob match (#7767) | guillep2k | 2019-09-11 | 2 | -0/+99 |
* | Add Ability for User to Customize Email Notification Frequency (#7813) | Gary Kim | 2019-08-29 | 1 | -0/+4 |
* | Include description in repository search. (#7942) | David Svantesson | 2019-08-25 | 1 | -13/+15 |
* | Add support for DEFAULT_ORG_MEMBER_VISIBLE (#7669) | guillep2k | 2019-08-24 | 1 | -0/+2 |
* | Move database settings from models to setting (#7806) | Lunny Xiao | 2019-08-24 | 4 | -24/+295 |
* | Use gitea forked macaron (#7933) | Tamal Saha | 2019-08-23 | 6 | -8/+10 |
* | Display ui time with customize time location (#7792) | Lunny Xiao | 2019-08-15 | 1 | -29/+42 |
* | Remove settting dependency on modules/session (#7237) | Lunny Xiao | 2019-07-17 | 3 | -10/+3 |
* | Support setting cookie domain (#6288) | Tamal Saha | 2019-07-12 | 2 | -1/+5 |
* | Support git.PATH entry in app.ini (#6772) | Mura Li | 2019-07-07 | 1 | -0/+4 |
* | Add additional password hash algorithms (closes #5859) (#6023) | EpicCoder | 2019-07-07 | 1 | -0/+2 |