Commit Graph

3098 Commits (932780c2bbae09f052e2fcd1a0701966483496e8)

Author SHA1 Message Date
wxiaoguang 6c49517cbd
Fix issue markdown bugs (#17411) 3 years ago
zeripath af96286f22
Stop sanitizing full name in API (#17396) 3 years ago
wxiaoguang 960c322586
Refactor update checker to use AppState (#17387) 3 years ago
wxiaoguang 83df0caf15
Sync gitea app path for git hooks and authorized keys when starting (#17335) 3 years ago
wxiaoguang 2add8fe9be
Frontend refactor, PascalCase to camelCase, remove unused code (#17365) 3 years ago
zeripath 35b918f574
Offer rsa-sha2-512 and rsa-sha2-256 algorithms in internal SSH (#17281) 3 years ago
Richard Mahn 98f7013756
Prevent NPE in CSV diff rendering when column removed (#17018) 3 years ago
Lunny Xiao f494776931
Use a variable but a function for IsProd because of a slight performance increment (#17368) 3 years ago
John Olheiser c59afa752d
Allow mocking timeutil (#17354) 3 years ago
Lunny Xiao 4a57c9ea17
Fix some lints (#17337) 3 years ago
Lunny Xiao 5326f4c9c5
Move session to models/login (#17338) 3 years ago
zeripath 7117c7774a
Make the Mirror Queue a queue (#17326) 3 years ago
6543 3728f1daa0
Add RSS/Atom feed support for user actions (#16002) 3 years ago
techknowlogick 8edda8b446
Add simple update checker to Gitea (#17212) 3 years ago
zeripath 58cd55d353
Check for context exceeded in WalkGitLog (#17319) 3 years ago
zeripath a889d0cc8c
Add buttons to allow loading of incomplete diffs (#16829) 3 years ago
Lunny Xiao bdfd751af8
Multiple tokens support for migrating from github (#17134) 3 years ago
wxiaoguang 56362043d3
Frontend refactor: move Vue related code from `index.js` to `components` dir, and remove unused codes. (#17301) 3 years ago
Lunny Xiao d47798ccc7
Upgrade chi to v5 (#17298) 3 years ago
zeripath 5a8dd96b33
Ensure that git daemon export ok is created for mirrors (#17243) 3 years ago
zeripath 01b9d35f1a
Disable core.protectNTFS (#17300) 3 years ago
zeripath 429258cff3
Use pointer for wrappedConn methods (#17295) 3 years ago
wxiaoguang 7bcbdd0707
Add user status filter to admin user management page (#16770) 3 years ago
Romain d0a681fbc3
[API] Add endpount to get user org permissions (#17232) 3 years ago
wxiaoguang d8e06a90f0
Open markdown image links in new window (#17287) 3 years ago
a1012112796 bb39359668
Add a simple way to rename branch like gh (#15870) 3 years ago
zeripath 001dbf100d
Defer Last Commit Info (#16467) 3 years ago
99rgosse 88fa9f3fb1
Remove heads pointing to missing old refs (#17076) 3 years ago
techknowlogick f0bd1e9896
Add protection to disable Gitea when run as root (#17168) 3 years ago
pricly-yellow 4afdb1eb78
API pull's head/base have correct permission (#17214) 3 years ago
wxiaoguang f0ba87fda8
Avatar refactor, move avatar code from `models` to `models.avatars`, remove duplicated code (#17123) 3 years ago
Romain 987152ba40
Add metrics to get issues by repository (#17225) 3 years ago
Romain fc5ee1edf9
Add metrics to get issues by label (#17201) 3 years ago
Romain c64e2a319f
Add projects and project boards in exposed metrics (#17202) 3 years ago
Norwin 3bbdce2601
API: add html urls to notification subjects (#17178) 3 years ago
techknowlogick e9a9c20d52
Create pub/priv keypair for federation (#17071) 3 years ago
Lunny Xiao 37b29319aa
Fix bug of get context user (#17169) 3 years ago
techknowlogick babab0bf5e
Add nodeinfo endpoint for federation purposes (#16953) 3 years ago
Norwin f48dce3176
Don't return binary file changes in raw PR diffs by default (#17158) 3 years ago
zeripath e8574f2f7d
Nicely handle missing user in collaborations (#17049) 3 years ago
zeripath b5856c4437
Create doctor command to fix repo_units broken by dumps from 1.14.3-1.14.6 (#17136) 3 years ago
Gwyneth Morgan 4e0cca3f7d
Use light/dark theme based on system preference (#17051) 3 years ago
zeripath 920608e592
Support direct comparison (git diff a..b) as well merge comparison (a...b) (#16635) 3 years ago
Alexey 〒erentyev 7e9bd206fd
Fix bundle creation (#17079) 3 years ago
Lunny Xiao 91e21d4fca
Move twofactor to models/login (#17143) 3 years ago
zeripath 623d2dd411
Prevent panic in Org mode HighlightCodeBlock (#17140) 3 years ago
Lunny Xiao 5842a55b31
Move login related structs and functions to models/login (#17093) 3 years ago
zeripath 9302eba971
DBContext is just a Context (#17100) 3 years ago
Eng Zer Jun f2e7d5477f
refactor: move from io/ioutil to io and os package (#17109) 3 years ago
wxiaoguang b231d0deab
Ignore Sync errors on pipes when doing `CheckAttributeReader.CheckPath`, fix the hang of `git cat-file` (#17096) 3 years ago