Commit Graph

694 Commits (23db3375dfa6a882fa7561b840369fa7d145383f)

Author SHA1 Message Date
Sandro Santilli 45f588e85d Avoid arbitrary format strings upon calling fail() function (#7112)
5 years ago
zeripath 356854fc5f Move serv hook functionality & drop GitLogger (#6993)
5 years ago
Lunny Xiao 355ab0c62c Fix wrong init dependency on markup extensions (#7038)
5 years ago
James E. Blair 488d34691a Ignore non-standard refs in git push (#6758)
5 years ago
Lanre Adelowo e0dde8173f Generate access token in admin cli (#6847)
5 years ago
techknowlogick 897927690f
Rename LFS_JWT_SECRET to include OAUTH2 as well (#6826)
5 years ago
John Olheiser e255df83a6 Change verbose flag in dump command to avoid colliding with global version flag (#6822)
5 years ago
zeripath 8d0d7bc28d Make CustomPath, CustomConf and AppWorkPath configurable at build (#6631)
5 years ago
ngourdon 2b9b3310f6 Add username flag in create-user command (#6534)
5 years ago
mrsdizzie e14cad79c9 Include custom configuration file in dump (#6516)
5 years ago
zeripath 704da08fdc
Better logging (#6038) (#6095)
5 years ago
glaszig dbba46c216 support custom file name in `gitea dump` command (#6474)
5 years ago
Lunny Xiao d578b71d61
move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)
5 years ago
mrsdizzie ca46385637 Clean up various use of escape/unescape functions for URL generation (#6334)
5 years ago
Jonas Franz e777c6bdc6 Integrate OAuth2 Provider (#5378)
5 years ago
zeripath 01c10a951b
Fix ssh deploy and user key constraints (#1357) (#5939)
5 years ago
zeripath 13c0f7dfff
Fix notifications on pushing with deploy keys by setting hook environment variables (#5935)
5 years ago
zeripath 2902b3a68c
Fix #5866: Silence console logger in gitea serv (#5887)
5 years ago
Lanre Adelowo e1fcd6b742 Disallow empty titles (#5785)
5 years ago
Zsombor 656456441c Add flag to skip repository dumping (#5695)
5 years ago
Lanre Adelowo 8d2c24f7f9 Allow for user specific themes (#5668)
5 years ago
Lanre Adelowo a82ba73346 Make sure argsSet verifies string isn't empty too (#4980)
5 years ago
Lunny Xiao 7fd34c0517
fix lfs version check warning log when using ssh protocol (#5501)
5 years ago
Greg Karékinian ebef3eff23 Remove a double slash in the HTTPS redirection when Let's Encrypt is enabled (#5537)
5 years ago
Lunny Xiao af6bce3ad5 fix detect force push failure on deletion of protected branches (#5522)
5 years ago
Lunny Xiao ba75319157 fix clone wiki failed via ssh (#5503)
5 years ago
Greg Karékinian 15d6cf179d Fix the Let's Encrypt handler by listening on a valid address (#5525)
5 years ago
Lunny Xiao eabbddcd98
Restrict permission check on repositories and fix some problems (#5314)
5 years ago
Lanre Adelowo ce9a5173fe fix password variable shadowing (#5405)
5 years ago
Lanre Adelowo fd37fb01fd Don't force a password change for the admin user when creating an account via cli (#5391)
5 years ago
zeripath 7d9a191a3c Create AuthorizedKeysCommand (#5236)
6 years ago
Robert Ștefan 7edb930240 Add command for migrating database (#4954)
6 years ago
Lanre Adelowo e5daa2698f Generate random password (#5023)
6 years ago
Lunny Xiao 0ba57949e4 remove unused db init on commands serv, update, hooks (#5225)
6 years ago
Antoine GIRARD 617a2433a3 Make gitea serv use api/internal (#4886)
6 years ago
Lunny Xiao a2ee2a3c67 fix showing pull request link when delete a branch (#5166)
6 years ago
Lanre Adelowo c2748ea7fe Add must-change-password flag to cli for creating a user (#4955)
6 years ago
Julien Tant dea3d849e1 Give user a link to create PR after push (#4716)
6 years ago
Bo-Yi Wu 1e34413238 refactor: err != nil check, just return error instead (#5093)
6 years ago
techknowlogick e91a2cf2ea
Add/remove/list oauth providers via cli (#4591)
6 years ago
Fluf b82c14b3d2 add letsencrypt to Gitea (#4189)
6 years ago
Jerry Jacobs b1bc08e268 cmd/serve: pprof cpu and memory profile dumps to disk (#4560)
6 years ago
Fluf f54626df0b Add config path as an optional flag when changing pass via CLI (#4184)
6 years ago
Inon S 15f6ec9632 LFS: make HTTP auth period configurable (#4035)
6 years ago
techknowlogick 8176345c0e Add cli commands to regen hooks & keys (#3979)
6 years ago
Lauris BH b66d6b3449
Do not allow inactive users to access repositories using private keys (#3887)
6 years ago
Codruț Constantin Gușoi 96c268c0fc Implements generator cli for secrets (#3531)
6 years ago
Antoine GIRARD 9e842c8a72 Fix SSH auth lfs locks (#3152)
6 years ago
Morgan Bazalgette 2b52f77e1b General refactor of the cmd package (#3328)
6 years ago
Kim "BKC" Carlbäcker e5b8b4b5ec Cleanup models.User.HashPassword (#3334)
6 years ago
Morgan Bazalgette 674cfb7cac Change EncodePasswd to HashPassword (#3329)
6 years ago
Sandro Santilli 8cd987af0c Add repo-sync-releases admin command (#3254)
6 years ago
Mike Fellows fabf3f2fc2 Add an option to allow redirect of http port 80 to https. (#1928)
6 years ago
Lunny Xiao f94c1b3943
Improvements for supporting UI Location (#3146)
6 years ago
Lunny Xiao 00bfa1d055
fix run web with -p push failed (#3154)
6 years ago
Lunny Xiao 35cc5b0402
Remove GetRepositoryByRef and add GetRepositoryByOwnerAndName (#3043)
6 years ago
Lunny Xiao 62d0a4d882 Add external markup render support (#2570)
7 years ago
Guillaume Dube 8798cf4e3b Set session and indexers' data files rel to AppDataPath (#2192)
7 years ago
Lunny Xiao 9ddbbd9d5a improve force push detect when push (#2798)
7 years ago
Lunny Xiao 1739e84ac0 improve protected branch to add whitelist support (#2451)
7 years ago
Lunny Xiao f960e19c59 Only update needed columns when update user (#2296)
7 years ago
Jonas Östanbäck b1b8c5e9f4 Set TMPDIR enviroment variable for dump command (#1915)
7 years ago
Bo-Yi Wu 703d18e50d feat: add check misspelling (#1877)
7 years ago
Lunny Xiao 6362462da8
fix admin lost permission caused by #947
7 years ago
Lunny Xiao fd6034aaf2 Add units to team (#947)
7 years ago
Lunny Xiao 930d1759ae Remove env user salt since no need to use (#1515)
7 years ago
Lunny Xiao 1773e88643 Drop db operations from hook commands (#1514)
7 years ago
Ethan Koenig c58708d3ee Integration test framework (#1290)
7 years ago
Lunny Xiao 42072783c9 support health check via / and fix #969 (#1520)
7 years ago
Bo-Yi Wu fa2a513c62 feat: add download count field and unit testing for attachment. (#1512)
7 years ago
Lunny Xiao 2eeae84cbd Add internal routes for ssh hook comands (#1471)
7 years ago
Lauris BH f42ec6120e Better URL validation (#1507)
7 years ago
Bo-Yi Wu 22295944df refactor: show command help message. (#1486)
7 years ago
Lunny Xiao 5c0bee9b20 refactor update ssh key use time (#1466)
7 years ago
Andrey Nering b674460748 Add watch button on issue
7 years ago
Sandro Santilli 129b0d6a4b Allow ENABLE_OPENID_SIGNUP to depend on DISABLE_REGISTRATION (#1369)
7 years ago
Pavel Korovin ae9b02b079 Fix FCGI (over TCP) support (#1368)
7 years ago
Fabian Zaremba 9224405155 LFS: Fix SSH authentication for trailing arguments (#1328)
7 years ago
Fabian Zaremba 5586445207 LFS: Return 404 for unimplemented endpoints (#1330)
7 years ago
Sandro Santilli 9182a35f18 Show user OpenID URIs in their profile (#1314)
7 years ago
Sandro Santilli e1586898b2 Add change-password admin command (#1304)
7 years ago
Bo-Yi Wu 1c3bd436cc feat: Only use issue and wiki on repo. (#1297)
7 years ago
Sandro Santilli 71d16f69ff Login via OpenID-2.0 (#618)
7 years ago
Lunny Xiao ebbcf6fe12 Allow push to init a wiki repo (#1279)
7 years ago
Ethan Koenig 09fe4a2ae9 Batch updates for issues (#926)
7 years ago
Ethan Koenig ec0ae5d50c Refactor and fix incorrect comment (#1247)
7 years ago
Sandro Santilli 7d8f9d1c46 Rename /forget_password url to /forgot_password
7 years ago
Lunny Xiao 341b3a0349 bug fix for dump when data directoryis not exist (#1025)
7 years ago
Lunny Xiao cfdc62e7fa Comment force push detect to fix bug #1073 (#1077)
7 years ago
Lunny Xiao 9084bdd863 fix push (#1076)
7 years ago
Lunny Xiao 50918084bb remove unused struct (#1062)
7 years ago
Lunny Xiao 35548a9d4e remove unused fixme on dump command (#1065)
7 years ago
Lunny Xiao cd1821a7e2 Move push update to post-receive and protected branch check to pre-receive (#1030)
7 years ago
Lunny Xiao 0e6b9ea786 Take back control of hooks (#1006)
7 years ago
Willem van Dreumel 01d957677f Oauth2 consumer (#679)
7 years ago
Denis Denisov fd941db246 Protected branches system (#339)
7 years ago
Christoph König ffde33bdfa Fix typo (#990)
7 years ago
Lunny Xiao 04fdeb9d8d Make Xorm log configurable (#174)
7 years ago
Lunny Xiao be55460b63 catch error on call setup on serv command (#932)
7 years ago
Bo-Yi Wu d67b278a0d feat: Able to disable non-admin to create new organization (#927)
7 years ago
Andrew Boyarshin dc8248f8a4 Markdown rendering overhaul (#186)
7 years ago
Sandro Santilli 9b4f6c1c32 Handle SetModel error, fixes one errcheck report (#257)
7 years ago
Lunny Xiao c5887b0f28 fix watchers templates breaks (#870)
7 years ago
Matthias Loibl 17c5e12e6e Add ENABLE_PPROF to app.ini and start pprof if true on localhost:6060 (#801)
7 years ago
surefire c73b7a65f5 Fix remove unix socket listenAddr (#846)
7 years ago
Lunny Xiao 8a421b1fd7 Add units concept for modulable functions of a repository (#742)
7 years ago
Gabriel Jackson bf6f61cc69 Cleanup log messaging
7 years ago
Thomas Boerger 78535fb08e Allow custom public files (#782)
7 years ago
Bwko 8555e888d8 Add ETag header to avatars (#721)
7 years ago
Lunny Xiao a8048c19f3 Update xorm and fix dump command (#692)
7 years ago
Andrew 6dd096b7f0 Two factor authentication support (#630)
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
Manuel Kuhlmann e698654902 Add data directory excluding sessions to dump (#587)
7 years ago
Andrey Nering 769e0a3ea6 Notifications: mark as read/unread and pin (#629)
7 years ago
Bo-Yi Wu 9f575986d8 feat: support pid file.
7 years ago
Andrey Nering 79d527195d Merge pull request #539 from andreynering/notifications-step-2
7 years ago
Lunny Xiao 980dd0bf51 Update xorm and dependencies vendor for feature to dump to other database (#565)
7 years ago
Lunny Xiao bf85c82087
fix windows build broken by #416
7 years ago
Lunny Xiao 527c2dd665 Support http service graceful restart (#416)
7 years ago
Andrey Nering 6069abe5fd Notifications - Step 2
7 years ago
Andrey Nering b992858883 Tab on user profile to show starred repos (#519)
7 years ago
Kjell Kvinge 22e1bd31c6 commithgraph / timeline (#428)
7 years ago
Fabian Zaremba 2e7ccecfe6 Git LFS support v2 (#122)
7 years ago
Lunny Xiao 4b7594d9fa Provide button to delete merged pull request (#441)
7 years ago
Thomas Boerger b33078fa33 Bindata is optional and over-writable on restart (#354)
7 years ago
Lunny Xiao 47a7529d96 update code.gitea.io/git (#450)
7 years ago
Joubert RedRat ce21ed6c34 Remove remaining Gogs reference on locales and cmd (#430)
7 years ago
Bwko 026ad4aee7 Fixes panic when there's no user initialized (#358)
7 years ago
Thomas Boerger 83ed234472 Integrate templates into bindata optionally (#314)
7 years ago
Antonio Facciolo 947d2ee21b Fixes #316
7 years ago
Bwko 4ff0db0246 Catch os... errors
7 years ago
Thomas Boerger 2932042a6d Get rid of bin folder within makefile, enabled TiDB (#319)
8 years ago
Thomas Boerger b6a95a8cb3 Integrate public as bindata optionally (#293)
8 years ago
Lunny Xiao ec87a75c00 golint fixed for modules/auth
8 years ago
Andrey Nering c664ffd1db Merge pull request #270 from andreynering/gitea/http-headers-download
8 years ago
Lunny Xiao 94da472717 Golint fixed for modules/setting (#262)
8 years ago
Andrey Nering 638dd24cec Fix HTTP headers for issue attachment download
8 years ago
Bo-Yi Wu 5054020c1f fix gofmt error.
8 years ago
Andrey Nering 739f07c98e Remember diff view style (#163)
8 years ago
Sandro Santilli 4247304f5a Update import paths from github.com/go-gitea to code.gitea.io (#135)
8 years ago
Matthias Loibl 90fb64b217 Improve formatting of admin command
8 years ago
Matthias Loibl 5cd093aa46 Use cli Flags directly and not some helper funcs
8 years ago
Sandro Santilli aadd7dcdc3 And others
8 years ago
Sandro Santilli f388661bda ACCESS_MODE_* -> AccessMode*
8 years ago
Thomas Boerger 3e13e16b3f
Dropped client from version check
8 years ago
Sandro Santilli 6e4252dad4 Replace gogits/git-module dependency with go-gitea/git (#94)
8 years ago
Sandro Santilli f36544f98d Merge branch 'master' into feature/goimports
8 years ago
Andrey Nering bd898a10f8 Refactor editorconfig middleware
8 years ago
Matthias Loibl 953c099428 Add missing version & gogs package
8 years ago