Subject | Hash | Author | Date (UTC) |
---|---|---|---|
Cosmetic changes for the theme | e8ed0db5fd9b41c5a63e1e171adb615a33817da8 | Catalin(ux) M. BOIE | 2018-08-29 21:32:36 |
samples updated | b42d3dd5947ae9bcf3994854219e759d93abcafa | Catalin(ux) M. BOIE | 2018-08-29 21:32:03 |
docker updates | f26097f046666d3ab5ca96e69f6fc458188a33ed | Catalin(ux) M. BOIE | 2018-08-29 21:31:16 |
Cosmetic changes | d5069178bed9736db02c3233e95564ad7b429e17 | Catalin(ux) M. BOIE | 2018-08-29 21:30:42 |
tests: added helper for totp enrollment | bad21ca093b427b200b3fbdcf2a2e1dd1820f93a | Catalin(ux) M. BOIE | 2018-08-29 20:59:17 |
Store the timestamp of the deletion for a repo, not 1 | e761b36efaa37fc3c453e8382127e340bc736bc7 | Catalin(ux) M. BOIE | 2018-06-04 18:00:35 |
totp: urlencode must be used when building the url for 2fa | f85ea05bf4b456cc0430e78f2705347dc79343ae | Catalin(ux) M. BOIE | 2018-05-29 17:39:06 |
totp: remove expired entries | 06cd360eff667740bcf8a580447cb86f3c2e6850 | Catalin(ux) M. BOIE | 2018-05-29 17:38:16 |
Show disk size in users list | 9cc05cb0307cf31d6d2ebacda0846b0774e704d7 | Catalin(ux) M. BOIE | 2017-12-25 08:09:22 |
Added timeout for ldap bind/search operations | 502fbf1287f1ad37f7c6c82c473c9b472d3fa65a | Catalin(ux) M. BOIE | 2017-11-26 15:46:51 |
Default uid_attr for ldap is now 'uid' | 6e3993359d506d76ec739dd87fa682eea6b5a3b6 | Catalin(ux) M. BOIE | 2017-11-26 14:57:58 |
lock cache must not store 'ok' field | 5a600b275fcf50c2df2cb0253a80aa99ae145b0d | Catalin(ux) M. BOIE | 2017-11-26 14:41:33 |
CURLOPT_SSLCERT must not be provided in newer versions of curl | d14ad10139a9a5f4f59961fbaa3fe371754e806a | Catalin(ux) M. BOIE | 2017-11-26 14:25:32 |
Newer git, by providing an empty user, will not sent the user. This is bad, switch to using 'guest' user | 0c84bf03fa4ceb3fe4b832c39134116d8cea6105 | Catalin(ux) M. BOIE | 2017-11-26 14:23:11 |
Fixed edit_no_check's pass field usage | ebd3ff1f73009bcf5943589e19ee8a573d80f6ac | Catalin(ux) M. BOIE | 2017-11-26 14:20:45 |
Small fix for typos in test runner | a85032bd5854816c8df6e8d23a1817e462a6f31e | Catalin(ux) M. BOIE | 2017-11-26 13:47:18 |
We must set oversize_diff, even if also_patch is false | c347c23a5ecc022a4354cfa27088fe3db5cddeea | Catalin(ux) M. BOIE | 2017-11-26 13:43:31 |
Added debug for rg_cache_merge function | 740eb3b5dbd19ff8ab852ff745c4cad4b1b1a4fb | Catalin(ux) M. BOIE | 2017-11-26 13:42:38 |
Improved a little bit the way the tests are run | c169ce030975bd0580d867a806df9c401a2b38e8 | Catalin(ux) M. BOIE | 2017-11-26 13:42:06 |
Latest git breaks anonymous push - fix it by using 'guest' user instead of the empty one | b3d1265cc9b44786c0fd7aa2988c5614f62db978 | Catalin(ux) M. BOIE | 2017-11-26 12:39:43 |
File | Lines added | Lines deleted |
---|---|---|
root/themes/default/admin/ldap/add_edit.html | 3 | 3 |
File root/themes/default/admin/ldap/add_edit.html changed (mode: 100644) (index 7cfe412..1b005f5) | |||
4 | 4 | ||
5 | 5 | @@errmsg@@ | @@errmsg@@ |
6 | 6 | ||
7 | <form method="post" action="/op/admin/settings/add"> | ||
7 | <form method="post" action="/op/admin/ldap/add"> | ||
8 | 8 | <input type="hidden" name="ldap::id" value="@@ldap::id@@" /> | <input type="hidden" name="ldap::id" value="@@ldap::id@@" /> |
9 | 9 | <input type="hidden" name="doit" value="1" /> | <input type="hidden" name="doit" value="1" /> |
10 | 10 | <input type="hidden" name="token" value="@@rg_form_token@@" /> | <input type="hidden" name="token" value="@@rg_form_token@@" /> |
20 | 20 | </p> | </p> |
21 | 21 | ||
22 | 22 | <p> | <p> |
23 | <label for="prio">Priority (bigger number less priority)</label><br /> | ||
23 | <label for="prio">Priority (bigger number = less priority)</label><br /> | ||
24 | 24 | <input type="text" name="ldap::prio" id="prio" value="@@ldap::prio@@" /> | <input type="text" name="ldap::prio" id="prio" value="@@ldap::prio@@" /> |
25 | 25 | </p> | </p> |
26 | 26 | ||
30 | 30 | </p> | </p> |
31 | 31 | ||
32 | 32 | <p> | <p> |
33 | <label for="url">URLs (space separated; example: ldaps://ldap.example.org ldaps://backup.example.org)</label><br /> | ||
33 | <label for="url">URLs (space separated; example: ldaps://ldap.example.org ldaps://backup.example.org:8636)</label><br /> | ||
34 | 34 | <input type="text" name="ldap::url" id="url" value="@@ldap::url@@" /> | <input type="text" name="ldap::url" id="url" value="@@ldap::url@@" /> |
35 | 35 | </p> | </p> |
36 | 36 |