index
:
forgejo
forgejo
forgejo
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
services
/
lfs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move context from modules to services (#29440)
Lunny Xiao
2024-03-06
2
-2
/
+2
*
[GITEA] Drop sha256-simd in favor of stdlib
Gusted
2024-02-05
1
-1
/
+1
*
Remove GetByBean method because sometimes it's danger when query condition pa...
Lunny Xiao
2023-12-07
1
-2
/
+2
*
Bump github.com/golang-jwt/jwt to v5 (#25975)
harryzcy
2023-07-19
1
-1
/
+1
*
Replace `interface{}` with `any` (#25686)
silverwind
2023-07-04
1
-2
/
+2
*
Move some regexp out of functions (#25430)
John Olheiser
2023-06-21
1
-2
/
+3
*
Fix all possible setting error related storages and added some tests (#23911)
Lunny Xiao
2023-06-14
1
-1
/
+1
*
Redesign Scoped Access Tokens (#24767)
Jack Hay
2023-06-04
2
-5
/
+12
*
Fix auth check bug (#24382)
Lunny Xiao
2023-04-27
1
-10
/
+0
*
Require repo scope for PATs for private repos and basic authentication (#24362)
John Olheiser
2023-04-27
2
-0
/
+35
*
Improve LFS error logs (#24072)
wxiaoguang
2023-04-12
1
-2
/
+3
*
Check `IsActionsToken` for LFS authentication (#23841)
Zettat123
2023-04-02
1
-1
/
+19
*
Use minio/sha256-simd for accelerated SHA256 (#23052)
zeripath
2023-02-22
1
-1
/
+1
*
Use context parameter in models/git (#22367)
Jason Song
2023-01-09
2
-11
/
+11
*
Move `convert` package to services (#22264)
KN4CK3R
2022-12-29
1
-1
/
+1
*
refactor some functions to support ctx as first parameter (#21878)
Lunny Xiao
2022-12-03
2
-17
/
+18
*
Implement FSFE REUSE for golang files (#21840)
flynnnnnnnnnn
2022-11-27
2
-4
/
+2
*
Add `context.Context` to more methods (#21546)
KN4CK3R
2022-11-19
1
-4
/
+4
*
Prevent Authorization header for presigned LFS urls (#21531)
KN4CK3R
2022-10-22
1
-2
/
+9
*
Move some code into models/git (#19879)
Lunny Xiao
2022-06-12
2
-24
/
+24
*
Move access and repo permission to models/perm/access (#19350)
Lunny Xiao
2022-05-11
1
-1
/
+2
*
more context for models (#19511)
6543
2022-04-28
2
-3
/
+3
*
Update HTTP status codes to modern codes (#18063)
KN4CK3R
2022-03-23
1
-6
/
+6
*
Renamed ctx.User to ctx.Doer. (#19161)
KN4CK3R
2022-03-22
2
-10
/
+10
*
Refactor jwt.StandardClaims to RegisteredClaims (#18344)
zeripath
2022-01-20
1
-2
/
+1
*
format with gofumpt (#18184)
6543
2022-01-20
2
-4
/
+4
*
Support webauthn (#17957)
Lunny Xiao
2022-01-14
1
-1
/
+2
*
Move repository model into models/repo (#17933)
Lunny Xiao
2021-12-10
2
-16
/
+17
*
Move accessmode into models/perm (#17828)
Lunny Xiao
2021-11-28
1
-5
/
+6
*
Move user related model into models/user (#17781)
Lunny Xiao
2021-11-24
2
-7
/
+8
*
Multiple Escaping Improvements (#17551)
zeripath
2021-11-16
1
-3
/
+4
*
Move unit into models/unit/ (#17576)
Lunny Xiao
2021-11-09
1
-1
/
+2
*
Test if LFS object is accessible (#16865)
KN4CK3R
2021-08-31
1
-14
/
+45
*
Download lfs in git and web workflow from minio/s3 directly (#16731)
Abner
2021-08-21
1
-0
/
+8
*
Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)
6543
2021-08-11
1
-2
/
+2
*
Rename context.Query to context.Form (#16562)
Lunny Xiao
2021-07-29
1
-6
/
+6
*
Add an abstract json layout to make it's easier to change json library (#16528)
Lunny Xiao
2021-07-24
2
-7
/
+7
*
switch to maintained lib (#16532)
techknowlogick
2021-07-24
1
-1
/
+1
*
Rewrite of the LFS server (#15523)
KN4CK3R
2021-06-06
2
-377
/
+218
*
Prevent double-login for Git HTTP and LFS and simplify login (#15303)
zeripath
2021-05-15
2
-90
/
+79
*
Add LFS Migration and Mirror (#14726)
KN4CK3R
2021-04-09
2
-0
/
+1015