summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Renamed project to gitfish. Much nicer than git-server that is actually more ↵Gravatar Matthias Jaros2025-11-10
| | | | misleading
* Version 1.1Gravatar Matthias Jaros2025-11-09
|
* Fail when git user is not setupGravatar Matthias Jaros2025-11-09
|
* Only create user if it does not existGravatar Matthias Jaros2025-11-09
|
* Fix could not create user directoryGravatar Matthias Jaros2025-11-09
|
* Added fail helper function that gives formatted output returns nonzeroGravatar Matthias Jaros2025-11-09
| | | | status
* Replaced dirname command with shorter versionGravatar Matthias Jaros2025-11-09
|
* Set snapshot versionGravatar Matthias Jaros2025-11-09
|
* Updated VERSION handling and added LICENSE file to docker imageGravatar Matthias Jaros2025-10-27
|
* Adjusted some comments and found a bug with realpath that is not defined at ↵Gravatar Matthias Jaros2025-10-27
| | | | the moment of usage
* Added handling of gid for git user alsoGravatar Matthias Jaros2025-10-27
|
* Added basic acl handling of read/write git reposGravatar Matthias Jaros2025-10-27
|
* CommentsGravatar Matthias Jaros2025-10-27
|
* Added banner and renamed run script to git-runGravatar Matthias Jaros2025-10-27
|
* Added bannerGravatar Matthias Jaros2025-10-26
|
* Redirect all output to file before git command execution where normal stdout ↵Gravatar Matthias Jaros2025-10-26
| | | | has to be reestablished
* Better error handlingGravatar Matthias Jaros2025-10-26
|
* Enhanced jail_escape logic and allowed also dots for repo names. Fixed - in ↵Gravatar Matthias Jaros2025-10-26
| | | | repo names
* - Added also info logging for successful attemptsGravatar Matthias Jaros2025-10-22
| | | | | - merge info and error logs - Fix log being overwritten with every entry
* Restrict sudo to specific groupGravatar Matthias Jaros2025-10-20
|
* Handle restart caseGravatar Matthias Jaros2025-10-20
|
* Security hardeningGravatar Matthias Jaros2025-10-20
|
* Renamed variables again to avoid collision with global docker environment ↵Gravatar Matthias Jaros2025-10-20
| | | | variables
* Moved files to src and renamed variablesGravatar Matthias Jaros2025-10-20