List of commits:
Subject Hash Author Date (UTC)
Added a 'Thanks' section e7c9731dd32fe48befc58bf08044fd5649f523f4 Catalin(ux) M. BOIE 2017-04-26 20:06:49
Some big fixes for push over http 56ebd277c71c50e40af9465cd3867dc885f054b9 Catalin(ux) M. BOIE 2017-04-26 20:00:53
Do not recursively set the rights - not needed a9edce3101ad2450b67a575265827aa69efd5c63 Catalin(ux) M. BOIE 2017-04-17 07:16:01
Cosmetic changes 4bb36da63972e7e152e4e476e84ed55baba02911 Catalin(ux) M. BOIE 2017-04-15 09:29:09
Add possibility for admin to limit the git log --patch limit 1865405c40ebe92aa1bc6fd4569dcbb0e3af476c Catalin(ux) M. BOIE 2017-04-15 09:28:46
Silent curl in API functional test e6808bc97d201fd4944de0ad2982c3090ae4743a Catalin(ux) M. BOIE 2017-04-15 06:31:04
Fixed a lot of tests which used time() for different fields and sometime lost the time race 6a61493189d07110d3c5fdbe34ea0725d5abbd3b Catalin(ux) M. BOIE 2017-04-15 06:25:40
Fixed the crash with big diffs by setting a limit 788e15942d8272685764a25b640eba2c07046437 Catalin(ux) M. BOIE 2017-04-15 06:24:30
Allow .well-known folder access 90519cd03bf64839d1a9fc2497e58bd63d8ce6f3 Catalin(ux) M. BOIE 2017-04-12 16:50:16
When an un-auth user is visiting a user page with no repo, do not invite to create a repo 6904e1eac3f46c281ae6b4757bcaa16d2acc6169 Catalin(ux) M. BOIE 2017-03-27 15:23:52
Added a 'push' target in Makefile to not forget to push tags... 92a9b78e26d8a3e7b466f5aa45678dd2db8d4310 Catalin(ux) M. BOIE 2017-03-26 14:29:55
Bump version to 0.67 6f1c9a6d7f7d40d65def54e23a3590556a346bb8 Catalin(ux) M. BOIE 2017-03-26 09:44:32
Cosmetic cb68f1921782a503675c592dc7484aa26b8815b6 Catalin(ux) M. BOIE 2017-03-26 09:37:41
Improve state handling: do not check for an old value; verify if table exists before doing a select 17d8eb4b4592dd96e62a8da74d87d3d3b26aeb86 Catalin(ux) M. BOIE 2017-03-26 09:37:01
Impoved debug for cache 4d6349f7143d61583e6d2d9612c89b55af4eea97 Catalin(ux) M. BOIE 2017-03-26 09:36:08
I cannot be sure if the data is stored only in Germany. And we do backups in Romania. 1610c997dbda53c0a21e301b51832d9285ecbcf2 Catalin(ux) M. BOIE 2017-03-26 08:24:46
Removed a not used variable 4d2bab105c6f7748ca53d9a8301a2da320153d53 Catalin(ux) M. BOIE 2017-03-21 20:15:29
tests: ignore some dirs 7260fc44f8d0197b917bc13a0ac19eb8c58d4534 Catalin(ux) M. BOIE 2017-03-21 20:01:03
Link to anon push doc 42dbfdc9ad5fad0157388f239f790f2e8f4de7c2 Catalin(ux) M. BOIE 2017-03-21 20:00:45
comparison: add red/green for css/js sizes and for pagespeed cbcda26a9d20c115eb0931ab2af69f3c2315ab7d Catalin(ux) M. BOIE 2017-03-21 19:44:47
Commit e7c9731dd32fe48befc58bf08044fd5649f523f4 - Added a 'Thanks' section
Author: Catalin(ux) M. BOIE
Author date (UTC): 2017-04-26 20:06
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2017-04-26 20:06
Parent(s): 56ebd277c71c50e40af9465cd3867dc885f054b9
Signing key:
Tree: cc5f64161c0109cb0084445c7a4d6473b8dd145e
File Lines added Lines deleted
inc/dispatch/dispatch.php 4 0
root/themes/default/doc/thanks.html 10 0
root/themes/default/index.html 2 1
File inc/dispatch/dispatch.php changed (mode: 100644) (index 514cd17..8ece1c3)
... ... case 'doc':
132 132 case 'compare': case 'compare':
133 133 $body .= rg_template('compare.html', $rg, TRUE /*xss*/); $body .= rg_template('compare.html', $rg, TRUE /*xss*/);
134 134 break; break;
135
136 case 'thanks':
137 $body .= rg_template('doc/thanks.html', $rg, TRUE /*xss*/);
138 break;
135 139 } }
136 140 break; break;
137 141
File root/themes/default/doc/thanks.html added (mode: 100644) (index 0000000..98b9844)
1 <div class="main_title">Thanks!</div>
2
3 <div class="islands">
4 <div class="island">
5 <div class="island_title">Let's Encrypt</div>
6 We would like to thank
7 <a href="https://letsencrypt.org/" target="_blank">Let's Encrypt</a>
8 for providing free certificates for the project.
9 </div>
10 </div>
File root/themes/default/index.html changed (mode: 100644) (index 6a02211..2792167)
59 59 <div class="footer_info"> <div class="footer_info">
60 60 <a href="/op/doc/demo">Tutorials</a><br /> <a href="/op/doc/demo">Tutorials</a><br />
61 61 <a href="/op/doc/api">API</a><br /> <a href="/op/doc/api">API</a><br />
62 <a href="/op/doc/compare">Comparison</a>
62 <a href="/op/doc/compare">Comparison</a><br />
63 <a href="/op/doc/thanks">Thanks</a>
63 64 </div> </div>
64 65
65 66 <div class="footer_info"> <div class="footer_info">
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