index
:
gitea
base-activitypub
feature-activitypub
feature-activitypub-old
feature-go-ap-inbox-outbox
feature-go-fed
feature-inbox-outbox
feature-manual-inbox-outbox
feature-manual-inbox-outbox-old
gitea
libreplanet-federation-demo
main
old
release/v1.10
release/v1.11
release/v1.12
release/v1.13
release/v1.14
release/v1.15
release/v1.16
release/v1.8
release/v1.9
Development moved to Codeberg
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
services
/
wiki
Age
Commit message (
Expand
)
Author
2023-01-11
Improve utils of slices (#22379)
Jason Song
2022-11-27
Implement FSFE REUSE for golang files (#21840)
flynnnnnnnnnn
2022-10-24
Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)
delvh
2022-10-17
Add system setting table with cache and also add cache supports for user sett...
Lunny Xiao
2022-10-15
[refactor] Use const for wiki DefaultBranch (#21466)
6543
2022-09-04
Webhook for Wiki changes (#20219)
Aaron F
2022-09-04
test: use `T.TempDir` to create temporary test directory (#21043)
Eng Zer Jun
2022-08-25
Move some files into models' sub packages (#20262)
Lunny Xiao
2022-08-16
Refactor AssertExistsAndLoadBean to use generics (#20797)
Lunny Xiao
2022-05-08
Move some helper files out of models (#19355)
Lunny Xiao
2022-05-04
PullService lock via pullID (#19520)
6543
2022-04-14
Use a struct as test options (#19393)
Lunny Xiao
2022-04-01
Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)
wxiaoguang
2022-03-30
Make git.OpenRepository accept Context (#19260)
6543
2022-02-06
Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)
6543
2022-01-19
Propagate context and ensure git commands run in request context (#17868)
zeripath
2022-01-10
Fix various typos (#18219)
luzpaz
2021-12-12
Some repository refactors (#17950)
Lunny Xiao
2021-12-10
Move keys to models/asymkey (#17917)
Lunny Xiao
2021-12-10
Move repository model into models/repo (#17933)
Lunny Xiao
2021-11-30
Make Requests Processes and create process hierarchy. Associate OpenRepositor...
zeripath
2021-11-24
Move user related model into models/user (#17781)
Lunny Xiao
2021-11-19
Move user/org deletion to services (#17673)
KN4CK3R
2021-11-18
Move user functions into user.go (#17659)
Lunny Xiao
2021-11-16
Multiple Escaping Improvements (#17551)
zeripath
2021-11-16
Decouple unit test, remove intermediate `unittestbridge` package (#17662)
wxiaoguang
2021-11-12
Decouple unit test code from business code (#17623)
wxiaoguang
2021-11-09
Move unit into models/unit/ (#17576)
Lunny Xiao
2021-09-22
refactor: move from io/ioutil to io and os package (#17109)
Eng Zer Jun
2021-09-19
Move db related basic functions to models/db (#17075)
Lunny Xiao
2021-09-08
Add repo_id for attachment (#16958)
Lunny Xiao
2021-08-01
Fix 500 on first wiki page (#16586)
zeripath
2021-07-20
Add TestPrepareWikiFileName (#16487)
6543
2021-07-19
fix: support delete non-urlencoded wiki page (#16482)
Gary Wang
2021-07-08
Fix various documentation, user-facing, and source comment typos (#16367)
luzpaz
2021-07-07
fix: not able to update local created non-urlencoded wiki pages (#16139)
Gary Wang
2021-05-12
Fix individual tests (addition to #15802) (#15818)
KN4CK3R
2020-12-25
migrate from com.* to alternatives (#14103)
6543
2020-12-12
Enforce setting HEAD in wiki to master (#13950)
zeripath
2020-10-11
Update golangci-lint to version 1.31.0 (#13102)
kolaente
2020-09-20
Add configurable Trust Models (#11712)
zeripath
2020-03-28
Handle push rejection in branch and upload (#10854)
zeripath
2020-01-20
Refactor repository check and sync functions (#9854)
Lunny Xiao
2020-01-15
Add require signed commit for protected branch (#9708)
zeripath
2020-01-07
Move wiki related funtions from models to services/wiki (#9355)
Lunny Xiao