List of commits:
Subject Hash Author Date (UTC)
Corrected the api key mail 3ac431ae8e880ceebc18507383771b23ce5d9b6a Catalin(ux) M. BOIE 2016-12-08 04:20:30
Big Amazon fixes f185636cf44652a2da9779ab21979807b91cf48f Catalin(ux) M. BOIE 2016-12-07 20:38:54
Typos, some additions for hints, TODO a0b3ff70ddcdfa28770b6467b03332b70cf38067 Catalin(ux) M. BOIE 2016-12-07 20:37:47
events.php missed apikeys include e6370414e0bef923fb5d1f639b8a7738fb8d1641 Catalin(ux) M. BOIE 2016-12-07 20:34:05
Improved the functional tests 935c1f0f62aba1ca75fce124a33593e7e900a83a Catalin(ux) M. BOIE 2016-12-07 20:33:33
Put passwords next to username to allow browser to cache username and not e-mail 4e2d12ca5ce8f5420c3d51469386eda84724256a Catalin(ux) M. BOIE 2016-12-07 20:32:23
Raise the limits for the queries to 50 529edd633de2059eefd12afeb67847bbb72c4eed Catalin(ux) M. BOIE 2016-12-07 20:29:06
Added Gogs.io into comparison and added more criteria 09bb2d793e67f732ff275ba72e42c71d54fd51d6 Catalin(ux) M. BOIE 2016-12-07 20:28:20
If session expires and the user presses logout, do not give errors 5871b5cd6efae48655000b980f641b39ccc4a146 Catalin(ux) M. BOIE 2016-12-07 20:11:31
No need for AllowOverride All 4b0cf4ec9663f0aa3cf4f8d55dfb4f7f3fd8614d Catalin(ux) M. BOIE 2016-11-20 08:17:15
Use getmyuid instead of posix_getuid to not depend on another extention f6d6dcce4d565281e3d47079974b6d6a91a36ae4 Catalin(ux) M. BOIE 2016-11-20 07:15:04
CSS adjustments 264821ffdde5ad2d9c196844ecd13fd689b7e353 Catalin(ux) M. BOIE 2016-11-19 14:13:02
Some rewording in Donate page 58626a058176945e165ab0230bd1093e025a07ac Catalin(ux) M. BOIE 2016-11-19 14:08:20
Bump version to 0.64 b414b4d454c2f37010d213cd23662f01b7fb3951 Catalin(ux) M. BOIE 2016-11-19 13:25:15
Do not set ServerName if it unknown; else will not match 1b58474438fff06932d666f04f75581bfea7361b Catalin(ux) M. BOIE 2016-11-19 13:24:23
The build process nedds php 681151c53be2922e9f2cedc20be5add1587e013d Catalin(ux) M. BOIE 2016-11-17 22:37:46
Bump version to 0.63 cefea42530ef6ed4ddf8d2f36020b8e2d5dbf467 Catalin(ux) M. BOIE 2016-11-17 18:39:51
TODO updates b11fde8c1548fe9b0968b4193ace5418516ef043 Catalin(ux) M. BOIE 2016-11-17 18:39:08
Do not show "My repositories" and "Suggestion" menus if admin c2338a8b03a77618e7de86ebcc2ce80b4d4b5268 Catalin(ux) M. BOIE 2016-11-17 17:29:46
Update comparison 5fc0290369207bcb063f5fad355a90e31b93c975 Catalin(ux) M. BOIE 2016-11-16 21:49:18
Commit 3ac431ae8e880ceebc18507383771b23ce5d9b6a - Corrected the api key mail
Author: Catalin(ux) M. BOIE
Author date (UTC): 2016-12-08 04:20
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2016-12-08 04:20
Parent(s): f185636cf44652a2da9779ab21979807b91cf48f
Signing key:
Tree: fddf9b1e801213bc9d3b7f67d2345011f1484a23
File Lines added Lines deleted
TODO 1 0
root/themes/default/mail/user/ak/new.body.txt 2 1
File TODO changed (mode: 100644) (index 84869e4..09f92c2)
5 5 [ ] [ ]
6 6
7 7 == BEFORE NEXT RELEASE == == BEFORE NEXT RELEASE ==
8 [ ] ft: check apikey e-mail to have the correct info.
8 9 [ ] wh: lambda: if we get code 400, we do not set the cache correctly. [ ] wh: lambda: if we get code 400, we do not set the cache correctly.
9 10 [ ] wh: cloud - if we do not provide some events, we trigger no error! [ ] wh: cloud - if we do not provide some events, we trigger no error!
10 11 lambda is working! lambda is working!
File root/themes/default/mail/user/ak/new.body.txt changed (mode: 100644) (index 10ea590..688a0d3)
1 1 Hello! Hello!
2 2
3 3 A new API key has been added to your account: A new API key has been added to your account:
4 Comment: @@ki::comment@@
4 Name: @@name@@
5 Key ID: @@key_id@@
5 6 IP: @@ip@@ IP: @@ip@@
6 7
7 8 -- --
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