| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Make captcha and password optional for external accounts (#6606) | AJ ONeal | 2019-07-06 | 1 | -0/+4 |
* | setting: don't require same running user for internal SSH (like win platform)... | Antoine GIRARD | 2019-06-16 | 1 | -1/+1 |
* | API error cleanup (#7186) | John Olheiser | 2019-06-12 | 1 | -3/+9 |
* | Add golangci (#6418) | kolaente | 2019-06-12 | 2 | -7/+12 |
* | fix GCArgs load from ini (#7156) | Lunny Xiao | 2019-06-08 | 1 | -1/+1 |
* | Repository avatar fallback configuration (#7087) | Mario Lubenka | 2019-06-02 | 1 | -10/+14 |
* | Repository avatars (#6986) | Sergey Dryabzhinsky | 2019-05-29 | 1 | -8/+16 |
* | when git version >= 2.18, git command could run with git wire protocol versio... | Lunny Xiao | 2019-05-26 | 1 | -13/+24 |
* | Stop colorizing files by default (#6949) | zeripath | 2019-05-15 | 1 | -2/+0 |
* | Refactor models.NewRepoContext to extract git related codes to modules/git (#... | Lunny Xiao | 2019-05-15 | 2 | -1/+5 |
* | Add work path CLI option (#6922) | zeripath | 2019-05-14 | 1 | -1/+4 |
* | Move xorm logger bridge from log to models so that log module could be a stan... | Lunny Xiao | 2019-05-14 | 1 | -3/+0 |
* | Handle CORS requests (#6289) | Tamal Saha | 2019-05-13 | 2 | -0/+42 |
* | Remove local clones & make hooks run on merge/edit/upload (#6672) | zeripath | 2019-05-11 | 1 | -3/+0 |
* | Fix logging documentation (#6904) | zeripath | 2019-05-11 | 1 | -0/+2 |
* | Show full name if DefaultShowFullName setting activated (#6710) | Wim | 2019-05-08 | 1 | -0/+2 |
* | Allow Recaptcha service url to be configured (#6820) | zeripath | 2019-05-02 | 1 | -0/+2 |
* | Make CustomPath, CustomConf and AppWorkPath configurable at build (#6631) | zeripath | 2019-04-29 | 1 | -13/+26 |
* | Restore IsWindows variable assignment (#6722) (#6790) | Nicola Scattaglia | 2019-04-28 | 1 | -0/+2 |
* | Prevent creating empty sessions (#6677) | zeripath | 2019-04-20 | 1 | -0/+11 |
* | Add support for MS Teams webhooks (#6632) | Daniel Grier | 2019-04-19 | 1 | -1/+1 |
* | Telegram webhook (#4227) | techknowlogick | 2019-04-18 | 1 | -1/+1 |
* | Fixes 4762 - Content API for Creating, Updating, Deleting Files (#6314) | Richard Mahn | 2019-04-17 | 1 | -0/+2 |
* | Add SUBJECT_PREFIX mailer config option (#6605) | zeripath | 2019-04-17 | 1 | -0/+2 |
* | Add option to disable refresh token invalidation (#6584) | Jonas Franz | 2019-04-12 | 1 | -0/+2 |
* | Issue indexer queue redis support (#6218) | Lunny Xiao | 2019-04-08 | 1 | -17/+21 |