xaizek / rocketgit (License: AGPLv3+) (since 2018-12-09)
Light and fast Git hosting solution suitable to serve both as a hub or as a personal code storage with its tickets, pull requests, API and much more.
Commit f25bd7cf263f651870d880d0bb745a4cc07450cb

TODO changes
Author: Catalin(ux) M. BOIE
Author date (UTC): 2016-11-11 20:58
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2016-11-11 20:59
Parent(s): f854fce154ad713938959cd0d128f50d27711aa3
Signing key:
Tree: ae2d420972805e55445246dedc50a894b0ceb1f5
File Lines added Lines deleted
TODO 8 2
File TODO changed (mode: 100644) (index e7b6671..b86a7ed)
2 2 [ ] [ ]
3 3
4 4 == BEFORE NEXT RELEASE == == BEFORE NEXT RELEASE ==
5 [ ] rg_authorize seems to be executed twice!
5 [ ] Use test_login function in tests.
6 [ ] LOW: can we import directly putty keys?
7 [ ] Build system: we cannot touch the machines when they are in use!
8 [ ] Auto check for SSH weak keys.
9 Debian OpenSSL problems tool: http://security.debian.org/project/extra/dowkd/dowkd.pl.gz
10 [ ] LOW: When fetching/pulling, record the number of bytes.
11 [ ] LOW: rg_authorize seems to be executed twice!
6 12 [ ] Get rid of remote.sh and execute directly remote.php? [ ] Get rid of remote.sh and execute directly remote.php?
7 [ ] AuthorizedPrincipalsCommand - for certificates
13 [ ] LOW: AuthorizedPrincipalsCommand - for certificates
8 14 [ ] LOW: With a lot of accounts, use AuthorizedKeysCommand with %f. [ ] LOW: With a lot of accounts, use AuthorizedKeysCommand with %f.
9 15 But, it is hard to change the configuration (as a package). But, it is hard to change the configuration (as a package).
10 16 So, add a patch to openssh to always search for xx/xx/xx/fingerprint So, add a patch to openssh to always search for xx/xx/xx/fingerprint
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/rocketgit

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/rocketgit

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master