summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Move webhook into models/webhook/ (#17579)Lunny Xiao2021-11-107-53/+58
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-097-43/+49
* Avoid double imports (#17569)Gusted2021-11-082-5/+3
* Fix bug on admin subcommand (#17533)Lunny Xiao2021-11-071-4/+5
* Fix ipv6 parsing for builtin ssh server (#17561)Wim2021-11-061-1/+2
* Use correct defaultValue for stracktrace (#17552)Gusted2021-11-051-1/+1
* Fix zero created time bug on commit api (#17546)Lunny Xiao2021-11-051-4/+6
* Add QueryEscape to general funcmap (#17526)zeripath2021-11-021-0/+1
* fix email with + when active (#17518)Lunny Xiao2021-11-021-0/+1
* Make Repo Code Indexer an Unique Queue (#17515)zeripath2021-11-022-24/+12
* Only allow webhook to send requests to allowed hosts (#17482)wxiaoguang2021-11-015-19/+244
* Properly determine CSV delimiter (#17459)Richard Mahn2021-10-303-86/+633
* Rename db Engines related functions (#17481)Lunny Xiao2021-10-303-4/+4
* Ensure that restricted users can access repos for which they are members (#17...zeripath2021-10-281-1/+1
* Fixes #16559 - Do not trim leading spaces for tab delimited (#17442)Richard Mahn2021-10-262-8/+53
* Upgrade go-github to v39 (#17437)Lunny Xiao2021-10-262-2/+2
* In many cases user avatar link should be an absolute URL with http host (#17420)wxiaoguang2021-10-251-0/+1
* Add API to get/edit wiki (#17278)qwerty2872021-10-252-0/+107
* Fix CSV render error (#17406)KN4CK3R2021-10-251-14/+6
* Read expected buffer size (#17409)KN4CK3R2021-10-246-11/+33
* Fix issue markdown bugs (#17411)wxiaoguang2021-10-232-1/+5
* Stop sanitizing full name in API (#17396)zeripath2021-10-221-2/+1
* Refactor update checker to use AppState (#17387)wxiaoguang2021-10-212-1/+100
* Sync gitea app path for git hooks and authorized keys when starting (#17335)wxiaoguang2021-10-216-16/+195
* Frontend refactor, PascalCase to camelCase, remove unused code (#17365)wxiaoguang2021-10-211-1/+1
* Offer rsa-sha2-512 and rsa-sha2-256 algorithms in internal SSH (#17281)zeripath2021-10-201-0/+56
* Prevent NPE in CSV diff rendering when column removed (#17018)Richard Mahn2021-10-201-0/+3
* Use a variable but a function for IsProd because of a slight performance incr...Lunny Xiao2021-10-205-12/+9
* Allow mocking timeutil (#17354)John Olheiser2021-10-181-0/+16
* Fix some lints (#17337)Lunny Xiao2021-10-176-12/+10
* Move session to models/login (#17338)Lunny Xiao2021-10-171-8/+8
* Make the Mirror Queue a queue (#17326)zeripath2021-10-174-38/+61
* Add RSS/Atom feed support for user actions (#16002)65432021-10-161-1/+1
* Add simple update checker to Gitea (#17212)techknowlogick2021-10-161-0/+19
* Check for context exceeded in WalkGitLog (#17319)zeripath2021-10-151-0/+3
* Add buttons to allow loading of incomplete diffs (#16829)zeripath2021-10-151-8/+12
* Multiple tokens support for migrating from github (#17134)Lunny Xiao2021-10-151-83/+129
* Frontend refactor: move Vue related code from `index.js` to `components` dir,...wxiaoguang2021-10-151-2/+3
* Upgrade chi to v5 (#17298)Lunny Xiao2021-10-135-5/+5
* Ensure that git daemon export ok is created for mirrors (#17243)zeripath2021-10-135-3/+40
* Disable core.protectNTFS (#17300)zeripath2021-10-132-0/+7
* Use pointer for wrappedConn methods (#17295)zeripath2021-10-121-3/+3
* Add user status filter to admin user management page (#16770)wxiaoguang2021-10-124-7/+35
* [API] Add endpount to get user org permissions (#17232)Romain2021-10-121-0/+9
* Open markdown image links in new window (#17287)wxiaoguang2021-10-112-4/+8
* Add a simple way to rename branch like gh (#15870)a10121127962021-10-082-1/+37
* Defer Last Commit Info (#16467)zeripath2021-10-088-69/+85
* Remove heads pointing to missing old refs (#17076)99rgosse2021-10-082-0/+22
* Add protection to disable Gitea when run as root (#17168)techknowlogick2021-10-071-0/+12
* API pull's head/base have correct permission (#17214)pricly-yellow2021-10-073-18/+30