List of commits:
Subject Hash Author Date (UTC)
ssh: show the id of the key both on web and when connecting ab95ccfa2819d6ac9f427209ee61c75aad8a3661 Catalin(ux) M. BOIE 2021-05-23 10:52:44
Some events are doing some queries, and we need to cover them in transaction, not only the subevents 4768ffec303961971cc0c3732a24e858f47dd381 Catalin(ux) M. BOIE 2020-12-15 07:33:36
Added rate limit for ssh and git connections b667130e6c5721a3d30193863a5defd8bbff50f1 Catalin(ux) M. BOIE 2020-11-30 10:49:27
cosmetic abe44edadda9da7c639b7bd8c9e13e6058555669 Catalin(ux) M. BOIE 2020-11-30 10:21:01
gpg functions and test ecb9e05c99a2b73edfba5014329e362d8c6e9246 Catalin(ux) M. BOIE 2020-11-09 07:38:11
Stats page is not rendered for bots. 29ca3f62ac460b64eb0a10fbb8bdfdf4a1767dc5 Catalin(ux) M. BOIE 2020-10-13 05:48:43
Added rate limit options 60e939a52577a01603f9f386ffaf1a9712f99ab6 Catalin(ux) M. BOIE 2020-10-07 05:02:25
Improved bots list and clean old entries 9da0a014040753734beabfecb298b8956fc25fe3 Catalin(ux) M. BOIE 2020-10-05 06:34:43
builder: use secrets only if available 4fe47afc60435508ad90f62c51d489ac3c20b4d0 Catalin(ux) M. BOIE 2020-08-28 07:29:14
worker: use secrets only if available 5371e918e294a46cc38c765371a1caf7a3083eef Catalin(ux) M. BOIE 2020-08-28 07:28:12
builder: do not break meta variable 1d8207b1a782ab039406dbd087cdc9bb5ea0b898 Catalin(ux) M. BOIE 2020-08-28 07:27:48
Whitespace 86086337c5323b073f517bc59c18aba0808fb4f3 Catalin(ux) M. BOIE 2020-08-24 07:22:13
Bump version to 0.73 7cac4d7a31116ac9ad86e0babeb0c1aace5dd852 Catalin(ux) M. BOIE 2020-08-23 15:32:03
duilder update f691d84aa0aa70ef60a7487f247ed1a9ab1e3ab1 Catalin(ux) M. BOIE 2020-08-23 15:31:38
Bot prevention should not be active for edit operation 371c60a486ea989fafb66266cab71ea9f7db0269 Catalin(ux) M. BOIE 2020-08-23 15:02:13
TODO update 32591f3b1cf054bd70411592e5a82f5898d7da2f Catalin(ux) M. BOIE 2020-08-23 15:01:51
Show also by which protocol a user is connecting d35b5b12103f9a72a3e8788e7c48532b9c1e5b89 Catalin(ux) M. BOIE 2020-08-23 15:01:30
Fixed a small locking issue (unlock without lock) 0d1e7915545de251eea7f3bce468647fc2df1bf9 Catalin(ux) M. BOIE 2020-08-23 15:00:58
Give up the cache if we cannot connect in 150ms dad6cf20f9f4bdbfe2026809a404e852e7cd8e53 Catalin(ux) M. BOIE 2020-08-23 15:00:20
Limit the number of repositories in the discover page a0de6d683b59934168ef8415c9ec716aef68b195 Catalin(ux) M. BOIE 2020-08-23 14:58:37
Commit ab95ccfa2819d6ac9f427209ee61c75aad8a3661 - ssh: show the id of the key both on web and when connecting
Author: Catalin(ux) M. BOIE
Author date (UTC): 2021-05-23 10:52
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2021-05-23 10:52
Parent(s): 4768ffec303961971cc0c3732a24e858f47dd381
Signer:
Signing key:
Signing status: N
Tree: e281616696fc8cad1fb14de1a3025d06057c304d
File Lines added Lines deleted
root/themes/default/user/keys/list/header.html 1 0
root/themes/default/user/keys/list/line.html 1 0
scripts/remote.php 1 1
File root/themes/default/user/keys/list/header.html changed (mode: 100644) (index d0e92de..17ed9d8)
9 9 <thead> <thead>
10 10 <tr> <tr>
11 11 <th>Select</th> <th>Select</th>
12 <th>ID</th>
12 13 <th>Upload date (UTC)</th> <th>Upload date (UTC)</th>
13 14 <th>Type and bits</th> <th>Type and bits</th>
14 15 <th>Fingerprints / comment</th> <th>Fingerprints / comment</th>
File root/themes/default/user/keys/list/line.html changed (mode: 100644) (index df77b12..3221bef)
1 1 <tr> <tr>
2 2 <td><input type="checkbox" name="key_delete_ids[@@key_id@@]" /></td> <td><input type="checkbox" name="key_delete_ids[@@key_id@@]" /></td>
3 <td>@@key_id@@</td>
3 4 <td>@@itime@@</td> <td>@@itime@@</td>
4 5 <td@@if(@@weak@@ == 1){{ bgcolor="#f00"}}>@@type@@ @@bits@@</td> <td@@if(@@weak@@ == 1){{ bgcolor="#f00"}}>@@type@@ @@bits@@</td>
5 6 <td> <td>
File scripts/remote.php changed (mode: 100644) (index 112281c..1c75d4b)
... ... if (isset($_SERVER['SSH_CONNECTION'])) {
130 130 rg_stats_conns_set('ip', $rg['ip']); rg_stats_conns_set('ip', $rg['ip']);
131 131
132 132 info('== Welcome to RocketGit! =='); info('== Welcome to RocketGit! ==');
133 info('you are connecting from IP ' . $rg['ip'] . ' by ssh.');
133 info('you are connecting from IP ' . $rg['ip'] . ' by ssh (key ' . $key_id . ').');
134 134 info('date/time: ' . gmdate('Y-m-d H:i:s') info('date/time: ' . gmdate('Y-m-d H:i:s')
135 135 . ', debug id ' . $rg_log_sid . '.'); . ', debug id ' . $rg_log_sid . '.');
136 136
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://rocketgit.com/user/catalinux/rocketgit

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/catalinux/rocketgit

Clone this repository using git:
git clone git://git.rocketgit.com/user/catalinux/rocketgit

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