alpha
Login
or
Join now
poy.ooo
/
farga
Star
3
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Git forge
Star
3
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Commits
Author
Commit
Message
Date
poyo
89bebbb8
validate cut length
bugfixes
2d ago
poyo
39c677b2
use a store.
3d ago
poyo
6277402d
index
4d ago
poyo
b88e05b6
allow anonymous issues by default
4d ago
poyo
722797fa
disable anonymous comments
4d ago
poyo
8199fe2a
word wrap
4d ago
poyo
883a0612
REVERT
4d ago
poyo
e21492e8
don't use client-sent userid
4d ago
poyo
ed317340
use gorm and not SQL by itself.
4d ago
poyo
376afbd3
fix faulty private repo logic.
4d ago
poyo
e93272b0
mention CSRF_KEY
4d ago
poyo
33cb420b
remove duplicated PORT parsing.
4d ago
poyo
188d46d4
updated CSRF comment
4d ago
poyo
dc856c35
catch errors while opening git repo in RepoIssuesIndex.
4d ago
poyo
43605238
proper check.
4d ago
poyo
f4dca346
colored not by AI svg.
4d ago
poyo
df2dd464
blue not-by-ai
4d ago
poyo
73cd475c
License + AGPLv3 button.
4d ago
poyo
3d0bcecc
CSRF.
4d ago
poyo
c8b537b3
close after error checking.
4d ago
poyo
f046f4ac
cleanup and use isDir
5d ago
poyo
8380d18d
remove logging.
5d ago
poyo
22413e59
also ensure user is logged in as a safeguard.
5d ago
poyo
10ba6129
check if repo was retrieved.
5d ago
poyo
e13d4f86
Do not trust the client. Refactor to NOT LET the client decide who you're submitting as. Move it to the backend.
5d ago
poyo
1d0b6ac7
Remove unused and redundant "GitDefaultBranchRegex" regex.
5d ago
poyo
fc35e3b5
remove overkill preload in LoginUser.
5d ago
poyo
8bc42da9
ensure type correctness when retrieving a user from previous middleware.
5d ago
poyo
301b5f65
more.
5d ago
poyo
715f8af2
add ok checking as a requirement to context values.
5d ago
poyo
f4cb8090
rename weird variable name to constrainedField, which makes a lot more sense.
5d ago
poyo
9aec17e6
remove unnecessary preload.
5d ago
poyo
950db2a7
Nullable Issue UserID for anonymous issues.
5d ago
poyo
5831c633
comment + closing git repo.
5d ago
poyo
5f5140c8
log only DB errors.
5d ago
poyo
b30890e9
remove panicking if opening the db fails.
5d ago
poyo
8ab20cad
remove redundant sprintf o "Listening for SSH on ..."
5d ago
poyo
25d9bf67
mimetype
5d ago
poyo
e900d64b
Strip "Get" prefix from functions.
5d ago
poyo
b3c2588e
repo name now doubles as "index"
6d ago
poyo
c357631f
validate env PORT var.
6d ago
poyo
cc84d0de
move repoPath AFTER error checking.
6d ago
poyo
d05cf632
check for malformed (less than two arguments) git SSH commands
6d ago
poyo
ef7d24f8
remove useless state cleanup
6d ago
poyo
64f19aad
parenthesis for clarification
6d ago
poyo
46656fa9
improved handle validation (check length too) + remove dead minlength and maxless (due to HTML pattern attribute)
6d ago
poyo
5209c7b9
center error, message and warning contents.
6d ago
poyo
ea203b7f
actually check user handle on registration, specify regex rules.
6d ago
poyo
f8d9a130
fix auth prefix disallowing redirects from /auth to /auth/login
6d ago
poyo
e561fcdd
move ticker to DB + also check for env SQLITE_PATH
6d ago
poyo
db5cf532
correct wrong checks and handle errors when parsing the PORT env variable.
6d ago
poyo
b1b0a1e9
prevent repo enumeration by adding a "repo not_found" page and removing a duplicate check.
6d ago
poyo
d179ed38
defer after error check.
6d ago
poyo
588e32f3
remove unused backticks.
6d ago
poyo
39623778
correct it not setting the SSH domain
6d ago
poyo
d6006cec
CSRF init (not working) and unify env variable setting.
6d ago
poyo
6bb9f0b8
add missing return to password generation error.
6d ago
poyo
3e7a96a6
add missing return
6d ago
poyo
74ae3f2e
correct defer closing after checking the error + error checking in Issue GET view.
6d ago
poyo
a0834784
defer closing after checking the error
6d ago
validate cut length
bugfixes
89bebbb8
poyo
2d
use a store.
39c677b2
poyo
3d
index
6277402d
poyo
4d
allow anonymous issues by default
b88e05b6
poyo
4d
disable anonymous comments
722797fa
poyo
4d
word wrap
8199fe2a
poyo
4d
REVERT
883a0612
poyo
4d
don't use client-sent userid
e21492e8
poyo
4d
use gorm and not SQL by itself.
ed317340
poyo
4d
fix faulty private repo logic.
376afbd3
poyo
4d
mention CSRF_KEY
e93272b0
poyo
4d
remove duplicated PORT parsing.
33cb420b
poyo
4d
updated CSRF comment
188d46d4
poyo
4d
catch errors while opening git repo in RepoIssuesIndex.
dc856c35
poyo
4d
proper check.
43605238
poyo
4d
colored not by AI svg.
f4dca346
poyo
4d
blue not-by-ai
df2dd464
poyo
4d
License + AGPLv3 button.
73cd475c
poyo
4d
CSRF.
3d0bcecc
poyo
4d
close after error checking.
c8b537b3
poyo
4d
cleanup and use isDir
f046f4ac
poyo
5d
remove logging.
8380d18d
poyo
5d
also ensure user is logged in as a safeguard.
22413e59
poyo
5d
check if repo was retrieved.
10ba6129
poyo
5d
Do not trust the client. Refactor to NOT LET the client decide who you're submitting as. Move it to the backend.
e13d4f86
poyo
5d
Remove unused and redundant "GitDefaultBranchRegex" regex.
1d0b6ac7
poyo
5d
remove overkill preload in LoginUser.
fc35e3b5
poyo
5d
ensure type correctness when retrieving a user from previous middleware.
8bc42da9
poyo
5d
more.
301b5f65
poyo
5d
add ok checking as a requirement to context values.
715f8af2
poyo
5d
rename weird variable name to constrainedField, which makes a lot more sense.
f4cb8090
poyo
5d
remove unnecessary preload.
9aec17e6
poyo
5d
Nullable Issue UserID for anonymous issues.
950db2a7
poyo
5d
comment + closing git repo.
5831c633
poyo
5d
log only DB errors.
5f5140c8
poyo
5d
remove panicking if opening the db fails.
b30890e9
poyo
5d
remove redundant sprintf o "Listening for SSH on ..."
8ab20cad
poyo
5d
mimetype
25d9bf67
poyo
5d
Strip "Get" prefix from functions.
e900d64b
poyo
5d
repo name now doubles as "index"
b3c2588e
poyo
6d
validate env PORT var.
c357631f
poyo
6d
move repoPath AFTER error checking.
cc84d0de
poyo
6d
check for malformed (less than two arguments) git SSH commands
d05cf632
poyo
6d
remove useless state cleanup
ef7d24f8
poyo
6d
parenthesis for clarification
64f19aad
poyo
6d
improved handle validation (check length too) + remove dead minlength and maxless (due to HTML pattern attribute)
46656fa9
poyo
6d
center error, message and warning contents.
5209c7b9
poyo
6d
actually check user handle on registration, specify regex rules.
ea203b7f
poyo
6d
fix auth prefix disallowing redirects from /auth to /auth/login
f8d9a130
poyo
6d
move ticker to DB + also check for env SQLITE_PATH
e561fcdd
poyo
6d
correct wrong checks and handle errors when parsing the PORT env variable.
db5cf532
poyo
6d
prevent repo enumeration by adding a "repo not_found" page and removing a duplicate check.
b1b0a1e9
poyo
6d
defer after error check.
d179ed38
poyo
6d
remove unused backticks.
588e32f3
poyo
6d
correct it not setting the SSH domain
39623778
poyo
6d
CSRF init (not working) and unify env variable setting.
d6006cec
poyo
6d
add missing return to password generation error.
6bb9f0b8
poyo
6d
add missing return
3e7a96a6
poyo
6d
correct defer closing after checking the error + error checking in Issue GET view.
74ae3f2e
poyo
6d
defer closing after checking the error
a0834784
poyo
6d
Next