List of commits:
Subject Hash Author Date (UTC)
Fixed submodule link (reported by Gabi B) 43e213676ffb27fabc4d0137337ac6e332185a33 Catalin(ux) M. BOIE 2015-12-20 08:07:14
Sort rights by prio for real f2626cb2fcfedd9c567b1fa50ce9521981241693 Catalin(ux) M. BOIE 2015-12-18 05:49:52
When editing rights, do not filter by uid. Reported by Gabi 1c50981db99bc9ba05cfa1a6e735eddc3af2a0e8 Catalin(ux) M. BOIE 2015-12-16 21:46:29
Rights and CSS fixes c16729a6930e8168b4c3fdf897319987d33b5ba7 Catalin(ux) M. BOIE 2015-12-13 19:25:35
Corrected urls to bug and notes 02032d2670f977cf4e40b2a1561527e0832a4ffa Catalin(ux) M. BOIE 2015-12-13 05:19:50
Random changes: TODO, CSS etc. 514ca23b83da81827e03c7ff8866aa29d75f0f5e Catalin(ux) M. BOIE 2015-12-11 17:56:38
Amazon CodeDeploy first "battle" plan d48b652f02ed413c089a462f493dbf7dbec27388 Catalin(ux) M. BOIE 2015-12-11 17:56:18
Explained more clear the block all rights rule 865dd66672abfb1fb0996a970f563dcc7d9a43d0 Catalin(ux) M. BOIE 2015-12-11 17:52:49
Show on user's homepage since when is a member f514219acda902ddb7ce34708ce6a107bed995b2 Catalin(ux) M. BOIE 2015-12-11 17:50:41
Fetch for public repo smust have prio 1 not 30001 4dc521603485fd804d4cdeed0819c432f1120e55 Catalin(ux) M. BOIE 2015-12-11 17:30:26
Added 'lock repo' feature 64c5b48e8f769d5f4357ecba80529d649d65df6f Catalin(ux) M. BOIE 2015-12-11 17:28:47
trim description - eles an empty line will show up e512914d92723c7f8aecab4fcf99edbffbc8e795 Catalin(ux) M. BOIE 2015-12-08 19:15:40
First draft for Amazon 8eb80fe68d9586688e4b9b16f0cd80f936501af8 Catalin(ux) M. BOIE 2015-12-08 18:47:17
Add 'watch' button for user; corrected 'watch' bugs 73ca78916920d60c12725c709d136e80238aa1eb Catalin(ux) M. BOIE 2015-12-07 19:49:48
TODO updates, log last webhook output 24895c5ccb8c47315bd6897f2a60f9c8c3b3d6b1 Catalin(ux) M. BOIE 2015-12-06 17:04:56
keys: add some caching and prevent updating first_use if not necessary 35a152bc27fb1791f3f9d8ad1287c3847ed334a1 Catalin(ux) M. BOIE 2015-12-05 17:21:19
Deal correctly with cache regarding last_bug_id 705351cdea6af55f9dd61de0d85d41b8ac33fc88 Catalin(ux) M. BOIE 2015-12-03 21:01:08
Settle to Affero GPLv3+ 679d4032059256a01610e65cbff5496d32d9fc7d Catalin(ux) M. BOIE 2015-12-03 19:40:12
Missing Affero dee2c08fc8a0371ac37f6f00bf7f3e2e01f92e92 Catalin(ux) M. BOIE 2015-12-03 19:36:10
DO not show 2fa hint for a visiting user 4ff8837ef0f45572592f1d81724737b3732a046a Catalin(ux) M. BOIE 2015-12-03 17:25:24
Commit 43e213676ffb27fabc4d0137337ac6e332185a33 - Fixed submodule link (reported by Gabi B)
Author: Catalin(ux) M. BOIE
Author date (UTC): 2015-12-20 08:07
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2015-12-20 08:07
Parent(s): f2626cb2fcfedd9c567b1fa50ce9521981241693
Signing key:
Tree: b962423f23a5483ef2e5aa69fa4e1e28be737006
File Lines added Lines deleted
inc/git.inc.php 6 0
root/themes/default/repo/tree/line.html 8 1
File inc/git.inc.php changed (mode: 100644) (index 64c2717..015e059)
... ... require_once($INC . "/events.inc.php");
6 6
7 7 $rg_git_zero = "0000000000000000000000000000000000000000"; $rg_git_zero = "0000000000000000000000000000000000000000";
8 8 $rg_git_empty = "4b825dc642cb6eb9a060e54bf8d69288fbee4904"; $rg_git_empty = "4b825dc642cb6eb9a060e54bf8d69288fbee4904";
9 define('GIT_LINK_MASK', intval(base_convert('160000', 8, 10)));
9 10
10 11 $rg_git_error = ""; $rg_git_error = "";
11 12
 
... ... function rg_git_ls_tree($repo_path, $tree, $path)
469 470 '${1} ${2} ${3} ${5}', $_t[0]); '${1} ${2} ${3} ${5}', $_t[0]);
470 471 $_t = explode(" ", $_i); $_t = explode(" ", $_i);
471 472 $_y['mode'] = $_t[0]; $_y['mode'] = $_t[0];
473 $_y['mode_int'] = intval(base_convert($_t[0], 8, 10));
474 if (($_y['mode_int'] & GIT_LINK_MASK) == GIT_LINK_MASK)
475 $_y['is_link'] = 1;
476 else
477 $_y['is_link'] = 0;
472 478 $_y['type'] = $_t[1]; $_y['type'] = $_t[1];
473 479 $_y['ref'] = $_t[2]; $_y['ref'] = $_t[2];
474 480 $_y['size'] = $_t[3]; $_y['size'] = $_t[3];
File root/themes/default/repo/tree/line.html changed (mode: 100644) (index 06063f1..2c9412d)
3 3 <td>@@type@@</td> <td>@@type@@</td>
4 4 <td>@@size@@</td> <td>@@size@@</td>
5 5 <td>@@ref@@</td> <td>@@ref@@</td>
6 <td><a href="@@url_repo@@/source/tree@@ref_url@@/@@type@@@@path@@/@@file@@">@@file@@</a></td>
6 <td>
7 @@if(@@is_link@@ == 0){{
8 <a href="@@url_repo@@/source/tree@@ref_url@@/@@type@@@@path@@/@@file@@">@@file@@</a>
9 }}
10 {{
11 @@file@@ (link to other git tree)
12 }}
13 </td>
7 14 </tr> </tr>
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