Commit Graph

533 Commits (mj-v1.14.3)

Author SHA1 Message Date
Maxim Tkachenko db657192d0 Password Complexity Checks (#6230)
5 years ago
Lunny Xiao e3e44a59d0 Update migrated repositories' issues/comments/prs poster id if user has a github external user saved (#7751)
5 years ago
Lunny Xiao f2a3abc683
Move migrating repository from frontend to backend (#6200)
5 years ago
guillep2k 72f6d5c882 Restrict repository indexing by glob match (#7767)
5 years ago
Gary Kim f1c414882c Add Ability for User to Customize Email Notification Frequency (#7813)
5 years ago
David Svantesson c9546d4cdd Include description in repository search. (#7942)
5 years ago
guillep2k e3115cc019 Add support for DEFAULT_ORG_MEMBER_VISIBLE (#7669)
5 years ago
Lunny Xiao f83db078f0 Move database settings from models to setting (#7806)
5 years ago
Tamal Saha 171b359877 Use gitea forked macaron (#7933)
5 years ago
Lunny Xiao 85202d4784
Display ui time with customize time location (#7792)
5 years ago
Lunny Xiao ce087c58ef
Remove settting dependency on modules/session (#7237)
5 years ago
Tamal Saha 2102f9d92d Support setting cookie domain (#6288)
5 years ago
Mura Li f88aa1d215 Support git.PATH entry in app.ini (#6772)
5 years ago
EpicCoder 8d9d6aa903 Add additional password hash algorithms (closes #5859) (#6023)
5 years ago
AJ ONeal 62d6127f1b Make captcha and password optional for external accounts (#6606)
5 years ago
Antoine GIRARD 273f1997ff setting: don't require same running user for internal SSH (like win platform) (#7215)
5 years ago
John Olheiser 8f0182c322 API error cleanup (#7186)
5 years ago
kolaente f9ec2f89f2 Add golangci (#6418)
5 years ago
Lunny Xiao 6fb31a5461
fix GCArgs load from ini (#7156)
5 years ago
Mario Lubenka 8eba27c792 Repository avatar fallback configuration (#7087)
5 years ago
Sergey Dryabzhinsky 3fd18838aa Repository avatars (#6986)
5 years ago
Lunny Xiao 063fa99159
when git version >= 2.18, git command could run with git wire protocol version 2 param if enabled (#7047)
5 years ago
zeripath 775a5a5b0f
Stop colorizing files by default (#6949)
5 years ago
Lunny Xiao 710245e81e
Refactor models.NewRepoContext to extract git related codes to modules/git (#6941)
5 years ago
zeripath e55c874dd2 Add work path CLI option (#6922)
5 years ago
Lunny Xiao 8b36f01f45 Move xorm logger bridge from log to models so that log module could be a standalone package (#6944)
5 years ago
Tamal Saha 34d06f4c6b Handle CORS requests (#6289)
5 years ago
zeripath ce8de35334 Remove local clones & make hooks run on merge/edit/upload (#6672)
5 years ago
zeripath e3166744fe
Fix logging documentation (#6904)
5 years ago
Wim 4508380cf7 Show full name if DefaultShowFullName setting activated (#6710)
5 years ago
zeripath ade88a877d Allow Recaptcha service url to be configured (#6820)
5 years ago
zeripath 8d0d7bc28d Make CustomPath, CustomConf and AppWorkPath configurable at build (#6631)
5 years ago
Nicola Scattaglia cde6079879 Restore IsWindows variable assignment (#6722) (#6790)
5 years ago
zeripath b33f7f792b
Prevent creating empty sessions (#6677)
5 years ago
Daniel Grier b9d1fb6de3 Add support for MS Teams webhooks (#6632)
5 years ago
techknowlogick 56da256853
Telegram webhook (#4227)
5 years ago
Richard Mahn 2262811e40 Fixes 4762 - Content API for Creating, Updating, Deleting Files (#6314)
5 years ago
zeripath 827ab6b75a Add SUBJECT_PREFIX mailer config option (#6605)
5 years ago
Jonas Franz 783cd64927 Add option to disable refresh token invalidation (#6584)
5 years ago
Lunny Xiao e7d7dcb090 Issue indexer queue redis support (#6218)
5 years ago
zeripath 5422f23ed8 Quieter Integration Tests (#6513)
5 years ago
zeripath 704da08fdc
Better logging (#6038) (#6095)
5 years ago
Lunny Xiao d578b71d61
move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)
5 years ago
Lunny Xiao 379289639e
split setting.go to multiple files (#6154)
5 years ago
techknowlogick d7542bfde3
Add InternalTokenURI to load InteralToken from an external file (#5812)
5 years ago
Jonas Franz e777c6bdc6 Integrate OAuth2 Provider (#5378)
5 years ago
Lunny Xiao 477ef46251
Add more tests and docs for issue indexer, add db indexer type for searching from database (#6144)
5 years ago
Lunny Xiao 830ae61456 Refactor issue indexer (#5363)
5 years ago
Lanre Adelowo 44114b38e6 Implement "conversation lock" for issue comments (#5073)
5 years ago
Rémy Boulanouar 64ce159a6e Allow to set organization visibility (public, internal, private) (#1763)
5 years ago
Lanre Adelowo 9d8178b3ac Add option to close issues via commit on a non master branch (#5992)
5 years ago
Lunny Xiao 820e28c904
Split setting.go as multiple files (#6014)
5 years ago
Lunny Xiao 9e8cc3b18d add default time out for git operations (#6015)
5 years ago
Richard Mahn da1edbfb79 Feature - Pagination for git tree API (#5838)
5 years ago
zeripath f286a5abb4 Allow Macaron to be set to log through to gitea.log (#5667)
5 years ago
techknowlogick 9de871a0f8
add other session providers (#5963)
5 years ago
zeripath 3d91bb2f2d Make log mailer for testing (#5893)
5 years ago
sebastian-sauer 84076211b3 Config option to disable automatic repo watching (#5852)
5 years ago
Lunny Xiao 892bfd0b19 improve the releases api paging (#5831)
5 years ago
Paul Brackin 1bb22b2b47 Make db connect more robust (#5738)
5 years ago
John Olheiser 6f194b83c6 Moved defaults in defaults.go to setting.go (#5764)
5 years ago
Lunny Xiao 270fa6d63b Support CORS headers to git smart http protocol (#5719)
5 years ago
Lanre Adelowo 8d2c24f7f9 Allow for user specific themes (#5668)
5 years ago
Lunny Xiao 7fd34c0517
fix lfs version check warning log when using ssh protocol (#5501)
5 years ago
zeripath 2a660a1de1 Support reverse proxy providing email (#5554)
5 years ago
Michael Kuhn 0222623be9 Explicitly disable Git credential helper (#5367)
5 years ago
Lauris BH e09fe48773 Refactor heatmap to vue component (#5401)
5 years ago
Lanre Adelowo 3a1ed82529 Explicitly decide whether to use TLS in mailer's configuration (#5024)
5 years ago
Lanre Adelowo b97af15de6 Block registration based on email domain (#5157)
6 years ago
Lauris BH 8f8ff5a295
Remove maxlines option for file logger (#5282)
6 years ago
Stanislav 078c404c3b Prometheus endpoint (#5256)
6 years ago
zeripath 7d9a191a3c Create AuthorizedKeysCommand (#5236)
6 years ago
Antoine GIRARD ffd5fb8139 Set heatmap color range configurable (#5165)
6 years ago
kolaente 6759237eda User action heatmap (#5131)
6 years ago
Drew Bowering 8e3e59fdb8 Fix: Let's Encrypt configuration settings (#4911)
6 years ago
Nicolas Lenz 668a477c69 Fix trimming of markup section names (#4863)
6 years ago
Fluf b82c14b3d2 add letsencrypt to Gitea (#4189)
6 years ago
Julien Tant 7781e8cef2 Disable merging a WIP Pull request (#4529)
6 years ago
Jerry Jacobs b1bc08e268 cmd/serve: pprof cpu and memory profile dumps to disk (#4560)
6 years ago
Lauris BH 6e64f9db8e Pull request review/approval and comment on code (#3748)
6 years ago
Piotr Orzechowski a74426d631 Swagger.v1.json template (#3572)
6 years ago
Kjell Kvinge ba358ecbf5 Make max commits in graph configurable (#4498)
6 years ago
kolaente 1bff02de55 Added dependencies for issues (#2196) (#2531)
6 years ago
techknowlogick f1d6a1fffc
Add the ability to have built in themes in Gitea (#4198)
6 years ago
Fluf f035dcd4f2 Add Recaptcha functionality to Gitea (#4044)
6 years ago
Kim "BKC" Carlbäcker cbee921c28 Limit uploaded avatar image-size to 4096x3072 by default (#4353)
6 years ago
Inon S 1bcabb8b1e Removed unnecessary line referencing LFS struct (#4113)
6 years ago
Inon S 15f6ec9632 LFS: make HTTP auth period configurable (#4035)
6 years ago
Lunny Xiao 5c95f7c7ce
fix attachment ENABLED (#4064)
6 years ago
3_1_3_u 8ebd15e6a6 fix add a Ukrainian language (#4036) (#4042)
6 years ago
Jonas Franz 951309f76a Add support for FIDO U2F (#3971)
6 years ago
FabioFortini 1546458f7d issue-2768: added new option allow_only_external_registration (#3910)
6 years ago
Bwko 8ee45eb614 Add EnableTimetracking option to app settings (#3719)
6 years ago
Lunny Xiao d877bf7e15
Add config option to enable or disable log executed SQL (#3726)
6 years ago
Codruț Constantin Gușoi 96c268c0fc Implements generator cli for secrets (#3531)
6 years ago
Piotr Orzechowski b104ab3ca1 Add option to enable or disable swagger endpoints (#3502)
6 years ago
Lauris BH be1330ec89 Remove hardcoded paths to fix randomly failing tests (#3347)
6 years ago
Sandro Santilli 6a6439c5c2 Enable Libravatar by default in new installations (#3287)
6 years ago
Mike Fellows fabf3f2fc2 Add an option to allow redirect of http port 80 to https. (#1928)
6 years ago
Lunny Xiao 529482135c
Support default private when creating or migrating repository (#3239)
6 years ago
Lunny Xiao f94c1b3943
Improvements for supporting UI Location (#3146)
6 years ago
Lunny Xiao 2738effddf
fix redis cache failed (#3086)
6 years ago
Lauris BH 5dc37b187c
Add reactions to issues/PR and comments (#2856)
6 years ago
Ethan Koenig ab62da283a Fix avatar URLs (#3069)
6 years ago
Piotr Orzechowski 57edc3155f Default log level to Info without hardcoding it in installer (#3041)
6 years ago
Sandro Santilli 67b0d2175d Set OpenID support on by default when installing new instance (#3010)
6 years ago
Piotr Orzechowski 183da4c2c1 Fix language names (#2955)
7 years ago
Lunny Xiao 10b54df2b2 Add dingtalk webhook (#2777)
7 years ago
Jonas Bröms 1f7aab6e19 Drop deprecated GOGS_WORK_DIR use (#2946)
7 years ago
schaffman5 7e6c198f21 Apply LANDING_PAGE config options for logged in users (#2894)
7 years ago
Lunny Xiao 62d0a4d882 Add external markup render support (#2570)
7 years ago
Mike Fellows be523152a8 Clean repository ROOT directory name with filepath.Clean (#2846)
7 years ago
Guillaume Dube 8798cf4e3b Set session and indexers' data files rel to AppDataPath (#2192)
7 years ago
Cum Gun eecaba2031 Configurable SSH key exchange algorithm and MAC suite (#2806)
7 years ago
Ethan Koenig 5866eb2321 Code/repo search (#2582)
7 years ago
Lauris BH eca05b09aa Add commit count caching (#2774)
7 years ago
Bwko 3ab580c8d6 Add branch overiew page (#2108)
7 years ago
Jonas Bröms e86a0bf3fe Add support for extra sendmail arguments (#2731)
7 years ago
Michael Kuhn 3af5b67ed0 Sync MaxGitDiffLineCharacters with conf/app.ini (#2779)
7 years ago
Piotr Orzechowski b0f04e7593 Fix Polish language name spelling (#2766)
7 years ago
Lunny Xiao 03900303a9 add default ssh ciphers (#2761)
7 years ago
spacetourist 7131c7d40d Configurable SSH cipher suite (#913)
7 years ago
Lunny Xiao 985a39590b Use buffersize to reduce database connection when iterate (#2724)
7 years ago
Jonas Bröms d4c9399576 Set default lfs content path (#2521)
7 years ago
Patrick G e89bb7ef6a Allow custom SSH user in UI for built-in SSH server (#2617) (#2678)
7 years ago
Lauris BH 46cc45f049 Fix go get response if only app URL is custom in configuration (#2634)
7 years ago
Rémi Saurel 66bc0ac251 Fix sending mail with a non-latin display name. #2102 (#2559)
7 years ago
Lauris BH 4c2b1be3a4 Basic VSCode configuration for building and debugging (#2483)
7 years ago
techknowlogick 9bdbfbf6f3 Disable custom Git Hooks globally via configuration file (#2450)
7 years ago
Jonas Franz 5ccecb44ad Feature: Timetracking (#2211)
7 years ago
Lunny Xiao ced50e0ec1 Implementation of discord webhook (#2402)
7 years ago
Manuel d9d8fad230 Add UseCompatSSHURI setting (#2356)
7 years ago
Lauris BH fa8d40faca Fix internal requests when gitea listens to unix socket or only external IP (#2234)
7 years ago
Christoph Handel 539d9f4c30 Fix git version check with four digits (1.8.3.1) (#2236)
7 years ago
Stefan Kalscheuer 0b177574c9 Only show SSH clone URL if signed in (#2169) (#2170)
7 years ago
Ethan Koenig 3c0705ecf3 Absolute path for setting.CustomConf (#2085)
7 years ago
Dan Magnus Lindvall 79daf31058 Setting to disable authorized_keys backup (#1856)
7 years ago
Lunny Xiao f6450b8f92 remove deprecated code for Gogs compitable (#2041)
7 years ago
Mike Fellows 32f1c41f28 ROOT_URL setting use the default as shown in conf/app.ini (#1823)
7 years ago
Jonas Östanbäck d9a8eff2de Send mails as HTML as default. Setting for send as plain text. (#1648)
7 years ago
Sandro Santilli f6b58964d7 Include formatting check to the `make test` (and thus also `check`) rule (#1366)
7 years ago
Phil Hopper 6ec07a6bd7 Make `LocalCopyPath` a setting instead of a hard-coded path (#1881)
7 years ago
Rémy Boulanouar e0c6ab2d44 Add Gitea Webhook (#1755)
7 years ago
Bo-Yi Wu 1e40c2e579 fix: #1757 fix set MAX_CREATION_LIMIT as zero. (#1762)
7 years ago
Lauris BH 524885dd65 LDAP user synchronization (#1478)
7 years ago
Lauris BH 51d0becb42 Add configuration option for default permission to create Organizations (#1686)
7 years ago
Lunny Xiao 3ebbdfaa75 make openid support default false for compitable with v1.1 (#1650)
7 years ago
Lunny Xiao 2eeae84cbd Add internal routes for ssh hook comands (#1471)
7 years ago
Jonas 54f0293f0a Mirror sync interval specified as duration string (#1407)
7 years ago
Jonas 095e1f5155 Support for custom html meta (#1423)
7 years ago
Sandro Santilli 129b0d6a4b Allow ENABLE_OPENID_SIGNUP to depend on DISABLE_REGISTRATION (#1369)
7 years ago
Sandro Santilli f73e734411 Run "make fmt" with go-1.6 (#1333)
7 years ago
caiwp dbabc35e71 Delete the useless code (#1335)
7 years ago
Sandro Santilli 71d16f69ff Login via OpenID-2.0 (#618)
7 years ago
Ethan Koenig 021904e4e6 Fix typos in models/ and modules/ (#1248)
7 years ago
Bo-Yi Wu 0afab87631 refactor: remove redundant slash. (#1109)
7 years ago
Lunny Xiao 0380ce269f add back the default setting values and fix #739 (#1093)
7 years ago
Jonas a201977590 Fix for #828: Embed build tags (#1051)
7 years ago
Lunny Xiao d6748284bd fix panic when push but the only log mode console is disabled by serv and update commands (#1007)
7 years ago
Lunny Xiao 70ae6d197b disable console output xorm log on ssh (#993)
7 years ago
Lunny Xiao 04fdeb9d8d Make Xorm log configurable (#174)
7 years ago
Lunny Xiao cf47532ebc fix ssh domain default value to domain (#930)
7 years ago
Bo-Yi Wu d67b278a0d feat: Able to disable non-admin to create new organization (#927)
7 years ago
Bo-Yi Wu 5cc275b1de feat: add git version on admin panel. (#921)
7 years ago
Andrew 42835c7f82 Implement archive cleanup (#885)
7 years ago
Matthias Loibl 17c5e12e6e Add ENABLE_PPROF to app.ini and start pprof if true on localhost:6060 (#801)
7 years ago
ʿAhed ʿid 49fa03bf42 Allow using custom time format (#798)
7 years ago
Gabriel Jackson bf6f61cc69 Cleanup log messaging
7 years ago
Andrey Nering e7c3be5f2f Merge pull request #736 from andreynering/fix-windows-ssh
7 years ago
Ethan Koenig 833f8b94c2 Search bar for issues/pulls (#530)
7 years ago
Andrey Nering fda4476061 Fix SSH server on Windows when running as service
7 years ago
DWE 8b87be63c5 fix logfile name (#731)
7 years ago
Bwko 74ed6dc3ad Add option to app.ini to enable local import paths (#724)
7 years ago
willemvd 8c2c7b802f Remove the default console logger when it is not set in the configuration (#602)
7 years ago
Philip Couling 64375d875b Attach to release (#673)
7 years ago
Bwko 4a1f36c3cc Don't create a default pid file (#637)
7 years ago
Bo-Yi Wu 0af9a24087 docs: update translation on homepage for zh-tw (#634)
7 years ago
Bo-Yi Wu f91b8c5f53 refactor: check the error returned by os.MkdirAll()
7 years ago
Bo-Yi Wu 9f575986d8 feat: support pid file.
7 years ago
Manuel Kuhlmann 56614b2cbe Add default SSH_LISTEN_PORT config value (#603) (#607)
7 years ago
derSuessmann 51d578ff33 Add Keep email private (see issue #571). (#571)
7 years ago
Thiago Avelino 787fda53ef UI config to toggle whether user email shows up in Explore Users (#336)
7 years ago
Lunny Xiao ac51caa517 add default values for SSH settings (#500)
7 years ago
Joubert RedRat a0f5471e21 Fix default cookie name
7 years ago
Fabian Zaremba 2e7ccecfe6 Git LFS support v2 (#122)
7 years ago
Philip Couling d4924d45d6 Implement sendmail (#355)
7 years ago
Bwko c1e92eeb72 Simplified MinPasswordLength check (#475)
7 years ago
Bwko f27d87d93b Added minimum password length to app.ini (#223)
7 years ago
btrepp 25b5ffb6af Enables mssql support (#383)
7 years ago
Lunny Xiao a822bba3e1 Add default values for settings (#455)
7 years ago
Thomas Boerger b33078fa33 Bindata is optional and over-writable on restart (#354)
7 years ago
Lunny Xiao e0ecd9fd93 fix bug #1122 log.smtp receiver configure error (#3602) (#451)
7 years ago
Lunny Xiao 65b1875d2b New settings option for a custom SSH host (#3763) (#446)
7 years ago
Sandro Santilli 608a60fb94 Add support for using "libravatar" as the GravatarSource
7 years ago
Kim "BKC" Carlbäcker 1d1c01875d Autogenerate Version on build (#190)
7 years ago
Avelino bea9d55da6 Fixed project name on setting module key APP_NAME
8 years ago
Thomas Boerger 2932042a6d Get rid of bin folder within makefile, enabled TiDB (#319)
8 years ago
Lunny Xiao 94da472717 Golint fixed for modules/setting (#262)
8 years ago
Sandro Santilli 4247304f5a Update import paths from github.com/go-gitea to code.gitea.io (#135)
8 years ago
Sandro Santilli ee963f67c1 Merge pull request #103 from strk/GOGS_drop
8 years ago