Subject | Hash | Author | Date (UTC) |
---|---|---|---|
ldap: if we have no server, it is useless to continue processing | c022b68a942f471e51cb8343bfef1cda390b27b1 | Catalin(ux) M. BOIE | 2019-11-16 06:30:47 |
Do not try to access a repo if is deleted | 0a6b1bb704fbeaf60ba053ecc0c323a80f0e397c | Catalin(ux) M. BOIE | 2019-11-15 19:49:31 |
Some git tweaks to deal with empty repositories | c42a22e41cd6d29862e13077e60374ceb7b0c946 | Catalin(ux) M. BOIE | 2019-11-14 03:30:12 |
Texts updates + cosmetic | 70246eecb7b63460d28f20b5e2f3c9c1c50852ae | Catalin(ux) M. BOIE | 2019-11-14 03:29:33 |
Docker updates | aa4cf359af2c7c1e20e4f33c478f2bbcd134f081 | Catalin(ux) M. BOIE | 2019-11-14 03:24:05 |
Because of docker, we are now using HTTP_HOST insead of SERVER_NAME | 9cf31231d760daac43e1c3454c5a308d69ea4898 | Catalin(ux) M. BOIE | 2019-11-14 03:22:37 |
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 |
File | Lines added | Lines deleted |
---|---|---|
inc/ldap.inc.php | 3 | 0 |
File inc/ldap.inc.php changed (mode: 100644) (index 7336784..99b8f91) | |||
... | ... | function rg_ldap_login($db, $user, $pass, &$ui) | |
286 | 286 | break; | break; |
287 | 287 | } | } |
288 | 288 | ||
289 | if (empty($sl['list'])) | ||
290 | break; | ||
291 | |||
289 | 292 | // First, we try to find the user in cache | // First, we try to find the user in cache |
290 | 293 | // TODO: make the cache to expire | // TODO: make the cache to expire |
291 | 294 | $r = rg_ldap_sync_get_cache($db, $user); | $r = rg_ldap_sync_get_cache($db, $user); |