Subject | Hash | Author | Date (UTC) |
---|---|---|---|
Fixed UTF-8 chars whn connecting by ssh and issueing command repos | c363832f1e7c6bc3672f823ac5c0c2f3244b4615 | Catalin(ux) M. BOIE | 2015-06-09 16:04:04 |
Add caching by using ETag / If-None-Match | 132cd07d19e33b382ab4e7a0a0b0e057fe316652 | Catalin(ux) M. BOIE | 2015-06-09 16:03:27 |
Add debug support for rpm instalation. | c091b24f82c135b5606181f417d2f18151d951ae | Catalin(ux) M. BOIE | 2015-06-06 11:00:44 |
SSH key fingerprint: add SHA256 support | f774edcd0c17f66dd4de54aa35a543bbafaff609 | Catalin(ux) M. BOIE | 2015-06-04 20:31:35 |
Put features first in menu | 33a9cef11227407d2cdf63056e71b66dd6106f62 | Catalin(ux) M. BOIE | 2015-06-02 19:44:51 |
Switch to v2 images | e0d94a44d7093be83b82ea5227c0afcba22a5d27 | Catalin(ux) M. BOIE | 2015-05-27 03:36:13 |
Remove 'qcow2' reference because was not the place | ec800590fd07b69f377387c8353d50f6a9430ff8 | Catalin(ux) M. BOIE | 2015-05-27 03:35:32 |
Instruct used to follow the README file after rpm install | 1e1f092339a0fb4ab7c7ead080d68c1d04686d29 | Catalin(ux) M. BOIE | 2015-05-27 03:30:23 |
Lots of fixes, mostly on templating stuff. | eb7e8f94fa4a2f5d82f913bcd7113287172cd450 | Catalin(ux) M. BOIE | 2015-05-25 18:51:36 |
Lots of changes all over the place. | 9b39ce5e62255ff390926ef11c37b98d1d8751d2 | Catalin(ux) M. BOIE | 2015-05-22 03:25:46 |
Invites now accepts a file as the body of the e-mail and php_errormsg fixes. | 31ccba6e43e02c34fa2139fe352c3799feecd249 | Catalin(ux) M. BOIE | 2015-05-09 04:17:40 |
Allow compression inside TLS | 00828bd5eaf5ad08ff7736a6c5627c21179a8e20 | Catalin(ux) M. BOIE | 2015-05-06 17:09:07 |
Bump version to 0.32 | 8a9194a00721f0f6c55ab4bc986e23962357f250 | Catalin(ux) M. BOIE | 2015-05-05 21:20:30 |
Small fixes all over the place | baaa5336810128456e63d5e5a8cb111c81fe162d | Catalin(ux) M. BOIE | 2015-05-05 21:20:12 |
Forgot to initialize a variable. | beca8b9e01c37c6101f9a61f8ecf8cb744f1bd41 | Catalin(ux) M. BOIE | 2015-05-04 22:23:37 |
Bump version to 0.31 | a03215399419416798da2fbaf51a71959f112bc6 | Catalin(ux) M. BOIE | 2015-05-04 21:52:29 |
Small fixes, mainy CSS. | f0a08c03ae739e59d1a608234cbb0988cca6a351 | Catalin(ux) M. BOIE | 2015-05-04 21:51:58 |
Mostly text changes. | d70ca5530fe3ef23f02f8a2563e957529fe0ea5c | Catalin(ux) M. BOIE | 2015-05-04 20:17:59 |
Fixed an AVC related to apache logging. | 21f0a49a7c51687e38046437eca2bfe7a2c86d78 | Catalin(ux) M. BOIE | 2015-04-24 15:35:11 |
Lots of fixes, mostly CSS | 7f079cf057ae0545827ba0090b816ac181bd2139 | Catalin(ux) M. BOIE | 2015-04-22 18:39:21 |
File | Lines added | Lines deleted |
---|---|---|
TODO | 0 | 2 |
inc/ssh.inc.php | 2 | 1 |
rocketgit.spec.in | 1 | 1 |
File TODO changed (mode: 100644) (index cba2e18..dffe47a) | |||
14 | 14 | why the push failed. Carefull, not too much info. For example: | why the push failed. Carefull, not too much info. For example: |
15 | 15 | "You have no key uploaded, go to ..." | "You have no key uploaded, go to ..." |
16 | 16 | [ ] For 'log' and 'tree' we have decorations for links! | [ ] For 'log' and 'tree' we have decorations for links! |
17 | [ ] When we have UTF-8 chars, the ssh 'repos' command does not show correctly | ||
18 | the date (translated to left). | ||
19 | 17 | [ ] In "Tree" section, seems the path is doubled. | [ ] In "Tree" section, seems the path is doubled. |
20 | 18 | [ ] Hint: where in fs you can find the repo. | [ ] Hint: where in fs you can find the repo. |
21 | 19 | [ ] Hints should not call rg_template, let next rg_template_table to do it. | [ ] Hints should not call rg_template, let next rg_template_table to do it. |
File inc/ssh.inc.php changed (mode: 100644) (index ba65986..d00ebef) | |||
... | ... | function rg_ssh_repos($db, $uid) | |
35 | 35 | if ($rows > 0) { | if ($rows > 0) { |
36 | 36 | echo "Repositories (name, creation, disk used):\n"; | echo "Repositories (name, creation, disk used):\n"; |
37 | 37 | while (($row = rg_sql_fetch_array($res))) { | while (($row = rg_sql_fetch_array($res))) { |
38 | echo substr(substr($row['name'], 0, 40) . $pad, 0, 32) | ||
38 | $_name = mb_substr($row['name'], 0, 40, 'UTF-8'); | ||
39 | echo mb_substr($_name . $pad, 0, 32, 'UTF-8') | ||
39 | 40 | . " " . gmdate("Y-m-d", $row['itime']) | . " " . gmdate("Y-m-d", $row['itime']) |
40 | 41 | . " " . rg_1024($row['disk_used_mb'] * 1024 * 1024) | . " " . rg_1024($row['disk_used_mb'] * 1024 * 1024) |
41 | 42 | . "\n"; | . "\n"; |
File rocketgit.spec.in changed (mode: 100644) (index ad2e733..b8d149b) | |||
... | ... | Source: http://kernel.embedromix.ro/us/rocketgit/%{name}-%{version}.tar.gz | |
13 | 13 | URL: http://kernel.embedromix.ro/us/ | URL: http://kernel.embedromix.ro/us/ |
14 | 14 | BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot | BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot |
15 | 15 | BuildArch: noarch | BuildArch: noarch |
16 | Requires: httpd, php, php-cli, php-pgsql, xinetd | ||
16 | Requires: httpd, php, php-cli, php-pgsql, php-mbstring, xinetd | ||
17 | 17 | Requires: git, postgresql-server | Requires: git, postgresql-server |
18 | 18 | Requires: util-linux | Requires: util-linux |
19 | 19 | # SELinux stuff | # SELinux stuff |