Subject | Hash | Author | Date (UTC) |
---|---|---|---|
Corrected stupid space char inside cache key | 5958389c03b7536d6332a51e30b112ad3a520571 | Catalin(ux) M. BOIE | 2019-11-10 21:15:32 |
nginx: remove text/html because it is always added to gzip_types | f8717bc9ac127e806696f088389c2911a6d37e28 | Catalin(ux) M. BOIE | 2019-11-09 13:05:54 |
vm: get rid of i386 (we move to x86_64) | 67662a7b71f1b21f53fe7fa819afdf366ad3b4b4 | Catalin(ux) M. BOIE | 2019-11-09 07:58:05 |
SELinux: allow httpd_t to map rocketgit_exec_t files | 6d3550736af317791be3d6355dd90bf64de323f5 | Catalin(ux) M. BOIE | 2019-11-09 00:36:03 |
Added rg_git_repo_is_empty function plus func test | a13c5439fceffd8b1474f1105ca37c7b703d2fc9 | Catalin(ux) M. BOIE | 2019-11-08 04:34:34 |
TODO updates, user_min/max defaults changed | d2f35a43f5de793565e0df9889d587c524df5f20 | Catalin(ux) M. BOIE | 2019-11-06 16:32:08 |
More rg_exec2 fixes | 808297884e42942c83762040c4247c7cf9a593e8 | Catalin(ux) M. BOIE | 2019-11-06 16:31:09 |
Always set rg[hostname] - used also for ssh connections for TOTP | 1a7a693617ac521967b8df73245cd704004b76b5 | Catalin(ux) M. BOIE | 2019-11-06 04:10:59 |
White space corrections | 92a1b944842439b9476a954daa2a65c5acfca85c | Catalin(ux) M. BOIE | 2019-11-05 18:52:08 |
README updates | b57e3765de34c5e4ed7afa8384f24b6337352b17 | Catalin(ux) M. BOIE | 2019-11-01 03:18:48 |
download page updates | 0185da40f7b2779c886b9c3e67b10fe69b1b112c | Catalin(ux) M. BOIE | 2019-11-01 03:13:14 |
css: small updates | 59ae919c798d64f74ed8bdeb08241e4e76840afe | Catalin(ux) M. BOIE | 2019-10-30 21:33:37 |
comparison: updated pagespeed and other changes | 3f423b7b0a98c0342e5d855c254812d37a03a5b8 | Catalin(ux) M. BOIE | 2019-10-30 21:27:20 |
html: specify logo size to avoid re-render | b2ce82a59029e93438e9e6792f6aa6f7e44741c7 | Catalin(ux) M. BOIE | 2019-10-30 21:15:10 |
git(rocketgit_t) needs to map rocketgit_var_t files | 2b10062807dd4f478e136aea1c239e117b46caed | Catalin(ux) M. BOIE | 2019-10-30 21:02:18 |
css: gravatar is displayed as block to get rid of below extra space | b02dc575be2ccd8b99eff7509f8a7e62c57654a6 | Catalin(ux) M. BOIE | 2019-10-30 20:58:03 |
SELinux: more rights added | 2e71284e917886f9ef2b0dcb005f63ff8153df1f | Catalin(ux) M. BOIE | 2019-10-30 17:30:08 |
We need also php-json for API | f53e706bea1f29bb678ca39c2295ac8354af76d8 | Catalin(ux) M. BOIE | 2019-10-30 17:26:35 |
Small changes in several places | 357571a8a8821b82f072bf83808342693e9a649c | Catalin(ux) M. BOIE | 2019-10-30 17:13:29 |
SELinux: php tries to map the config file | 3e2115c88e7b424171060f14aa2cf4c856bf5e58 | Catalin(ux) M. BOIE | 2019-10-30 15:09:12 |
File | Lines added | Lines deleted |
---|---|---|
inc/apikeys.inc.php | 1 | 1 |
File inc/apikeys.inc.php changed (mode: 100644) (index 35f78f7..8897220) | |||
... | ... | function rg_ak_update_use($db, $uid, $key_id, $ip, $cmd) | |
237 | 237 | $update_last_use = TRUE; | $update_last_use = TRUE; |
238 | 238 | ||
239 | 239 | $key = 'user' . '::' . $uid . '::' . 'apikeys' | $key = 'user' . '::' . $uid . '::' . 'apikeys' |
240 | . ' ::' . 'list' . '::' . $key_id; | ||
240 | . '::' . 'list' . '::' . $key_id; | ||
241 | 241 | $c = rg_cache_get($key); | $c = rg_cache_get($key); |
242 | 242 | if ($c !== FALSE) { | if ($c !== FALSE) { |
243 | 243 | if (isset($c['first_use']) && ($c['first_use'] > 0)) | if (isset($c['first_use']) && ($c['first_use'] > 0)) |