←Prev date Next date→ Show only urls(Click on time to select a line by its url)

WhoWhatWhen
Gwaynejoined #tikiwiki [01:33]
......... (idle for 41mn)
fabriciusjoined #tikiwiki [02:14]
.................... (idle for 1h38mn)
chibaguyjoined #tikiwiki [03:52]
...... (idle for 28mn)
marclaportejoined #tikiwiki [04:20]
midbrainjoined #tikiwiki [04:22]
...................................... (idle for 3h6mn)
chibaguyjoined #tikiwiki [07:28]
................. (idle for 1h22mn)
Tiki-KGB03gezzzan r49484 10trunk/tiki-install.php * [MOD] boostrapped and simplified installer authentication screen layout [08:50]
......... (idle for 40mn)
redflojoined #tikiwiki [09:30]
......... (idle for 40mn)
xavijoined #tikiwiki [10:10]
................. (idle for 1h20mn)
Tiki|botjoined #tikiwiki
New Forum Posts: Anybody using TRIM? - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=50942
New Forum Posts: Content Field and Editor in Blog - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=50941
New Forum Posts: Users list with Real Name & pic in 12.x: porting module users_list from mods? - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=50939
[11:30]
.... (idle for 19mn)
rodrigoprimojoined #tikiwiki [11:51]
xaviJyhem ?
anyone else using ISPConfig3 ?
(& Tiki, of course)
or anyone using mod_security and Tiki 12?
[11:57]
Telesightjoined #tikiwiki [12:09]
.... (idle for 16mn)
xaviJyhem, for later, in case you have any clue: https://doc.tiki.org/ISPConfig#Errors [12:25]
arildbjoined #tikiwiki [12:28]
Hi, I need to store some password in Tiki (to connect to an external system). Does anybody know if there is some "secure" password storage in Tiki? [12:40]
Telesightjoined #tikiwiki [12:41]
xavihi arildb . :-) I haven't used it, but there is (was?) some admin panel for that somewhere....
xavi checking
[12:41]
arildbxavi: thanks [12:42]
xaviarildb: see this https://doc.tiki.org/Clipperz+online+password+manager [12:43]
arildbchecking [12:44]
xavihowever, I can't find it in admin panels in 12.x [12:44]
arildbI think there was some issue with Clipperz about a license change/payments [12:44]
xaviyes, that's true. I can see the info in 11.x : tiki-admin.php?page=security > "Clipperz online password management", but it's not foudn any more in 12.x [12:46]
arildbI prefer a more local (in installation) solution, I believe.
There is mcrypt which does a reversable encryption.
[12:46]
xavisounds a nice (future) feature :-) [12:47]
arildbUsing the user preferences to stoer the username/password + mcrypt may be a solution
Maybe add a new lib to encrypt (reversaby) passwords, then is mcrypt is available use it, otherwise just use Base64 encryption.....some thought
mcrypt requires a key, which must be stored somehow...and kept secure...
would keeping this in a PHP file be good enough?
[12:47]
xavimmm, arildb, can this OpenPGP help somehow? tiki-admin.php?page=security&cookietab=6&highlight=openpgp_gpg_signer_passfile [12:50]
arildbchecking [12:50]
Since a reversable encryption is required, it comes down to the availablity of the "final" signing key, I guess. If this key could come fromthe client machine/browser, it would not be possible to locate it by having direct machine access (hosting admin). This would be the preferred solution, I believe
Maybe store the signing key ina cookie, and if not found prompt the user for it.....
maybe with an option to store the encryption key in the user preferences too, which would be less secure, but the system would then always find the key and not prompt the user.
changing the encryption algorithm for the password storage, must rehash all passwords...and not fail to avoid invalidating any password.
xavi: any thoughts?
[12:56]
xavixavi reading
mmm, becoming away from my skills. I can understadn what you mean, but I'm not skilled enough to suggest improvements or potential points of failure
[13:05]
arildbok [13:07]
xavisounds neat to my little understanding
you'd better ask in the devel list, maybe?
[13:07]
arildbyes, maybe better
or maybe just do it... ;-)
[13:07]
xavi:-D
yeah, "show me the code" :-)
[13:08]
arildbeasier to discuss then [13:08]
xavisome people in teh devel list might think... :-)
yes
glad to point to another potential way of solving your need, reusing current features in tiki code :-)
s/solving your need/having yourself solve your own need
[13:08]
arildbI will take a look at it
trying to access https://doc.tiki.org bring me to the installer
[13:11]
xavi:-/
it must be the periodic update of the *.t.o servers
[13:13]
arildbnow back again [13:13]
xaviwait a few mins, and it'll automagically work again
ok
[13:14]
.... (idle for 18mn)
anyone good at regexps?
what does this mean?: (S+) INTERFACE (S+) line protocol BOUNCE
[13:32]
Telesight1joined #tikiwiki [13:40]
.... (idle for 15mn)
Jyhempolom
xavi: I never saw that error, but thanks for the link. I learned a lot on th jailroots :)
[13:55]
xavimoloq
:-) ok
[13:56]
Jyhemis that perl regexp ? [13:56]
xavithat's the benefit of sharing know-how
I guess. It's from "sec" (there is a deb pacakge)
[13:57]
JyhemIt's either (one or more non-space characters)(1 space)INTERFACE(1 space)(one or more non-space characters)
non-space being anything not space, tab, linefeed maybe, etc
[13:57]
xaviok, thanks [13:58]
Jyhemor it's (one or more space-like characters)(1 space)INTERFACE(1 space)(one or more space-like characters) [13:59]
xaviso I gues I can use that to create a new "sec" rule, to what out for those weird errors in the ispconfig3 server
..to match for the string "Handler for (null) returned invalid result code 70007"
with simply:
(S+)Handler for (null) returned invalid result code 70007
or even better, with the ending (S+), because the log line doesn't end with that, but with the referer url
(S+)Handler for (null) returned invalid result code 70007(S+)
[13:59]
JyhemProbably (S+)Handler for (null) returned invalid result code 70007(S+)
because these are real parentheses
[14:02]
xaviah, ok, thks
btw, Jyhem, have you ever used the PHP mode PHP-FPM ?
[14:03]
Jyhemwhy don't you try first without the (S+) ? [14:04]
xaviok, I'll try (I'm going to play first with some regexp helpers I found for Ubuntu in the repos ;-) )
I've just started my own doc page for regexps, after so many years of saving links in different computers and (paper) notebooks: http://seeds4c.org/regexps
[14:04]
Jyhemxavi: not on any server I currently manage ( php5-fpm nor fcgiwrap) [14:06]
xaviok. so you are using in your ispconfig-powered server the default PHP-FCGI? [14:06]
Jyhemxavi: you need three pages or three sections for the regexp styles :) [14:06]
xaviwhy 3? (newbie here still)
perl and?
[14:07]
Jyhemone in vim, one on command-lines [14:07]
xaviok. he he, I'll discard vim (on ofense intended). Command-lines are kind of bash regexps? [14:08]
Jyhemyes [14:08]
xavithks. I'll google a bit for that. As far as I know, everytime I needed regexps, I found someway (command, param, argument, etc) to say "perl like"...
but thanks for hints, I'll keep that in mind
[14:09]
.... (idle for 15mn)
chibaguyjoined #tikiwiki [14:24]
ricks99joined #tikiwiki [14:29]
....... (idle for 32mn)
polom y'all [15:01]
Tiki-KGB03manivannans r49485 10branches/12.x/lib/core/Tracker/Field/TextArea.php
[FIX] Changes added to fix PluginTracker input word count limit for text area not working Ref:http://dev.tiki.org/item5096.
[15:04]
..... (idle for 22mn)
xavihi ricks99
Jyhem , fyi, I just updated this, http://seeds4c.org/Regular+expressions#Ubuntu , after testing the ubuntu packages. Some seem very nice and handy!
bbl (lunch here)
[15:26]
Tiki-KGB03manivannans r49486 10branches/12.x/templates/tiki-list_kaltura_media_entries.tpl
[FIX] Changes added to fix Kaltura user interface issue in browse media and action access Ref:http://dev.tiki.org/item5028.
[15:28]
03eromneg r49487 10branches/12.x/templates/tiki-editpage.tpl
[FIX] this per page 'show title' option doesn't make sense if the 'wiki_page_name_above' pref is not on - so add a check for this. Also it should be noted that this 'show title' toggling only seems to apply to the 'wiki_page_name_above' pref and not the 'feature_page_title' pref
[15:34]
arildb_joined #tikiwiki [15:41]
ricks99left #tikiwiki [15:45]
.................... (idle for 1h36mn)
fabriciusjoined #tikiwiki [17:21]
..... (idle for 23mn)
Tiki-KGB03jonnybradley r49488 10branches/12.x/lib/setup/ 10mobile.php 10javascript.php
[FIX] js: Set jqueryTiki.useInlineComment just once from the pref and disable it in setup/mobile (tidier)
03jonnybradley r49489 10branches/12.x/lib/ 10setup/javascript.php 10tiki-js.js * [FIX] help: Obey help system prefs in plugin edit popup (thanks eromneg)
[17:44]
03jonnybradley r49490 10(7 files in 5 dirs)
[MRG] Automatic merge, branches/12.x 49462 to 49489
Conflicts in templates/tiki-editpage.tpl resolved manually
(the autotoc & page title prefs logic from 12.x had been mysteriously removed from trunk, so restored and ammended as per r49487)
[18:02]
marclaportejoined #tikiwiki [18:08]
...... (idle for 26mn)
Tiki-KGB03xavidp r49491 10branches/12.x/lang/ca/language.php * a few strings from the new versions of the * wizards translated [18:34]
03xavidp r49492 10branches/12.x/lang/ca/language.php * typo and a couple more strings translated [18:40]
ricks99joined #tikiwiki [18:41]
..... (idle for 22mn)
Emenemsjoined #tikiwiki [19:03]
marclaportejoined #tikiwiki [19:07]
.... (idle for 19mn)
Hi! Anyone know of a way to check in logs on permission changes? (ex.: group now has permission X) [19:26]
.... (idle for 18mn)
Tiki-KGB03arildb r49493 10trunk/ 10db/tiki.sql 10installer/schema/20131231_add_sheet_metadata_tiki.sql * [FIX] database error. longblob cannot have a default value [19:44]
03lphuberdeau r49494 10trunk/templates/user_conditions/approval.tpl * [ENH] Limit the space used by conditions, as most license agreements [19:56]
03arildb r49495 10trunk/ 10(6 files in 3 dirs) * [NEW] Secure data/password storage, using mcrypt [20:02]
OpExjoined #tikiwiki [20:04]
OptionExHello [20:05]
arildbxavi: The (first draft) of the secure password storage has been committed [20:05]
xaviwohoo, arildb, nice! (& hard work)
hi OptionEx
[20:06]
arildb:-) [20:06]
xavimarclaporte: no idea, sorry (is this logged?) [20:06]
OptionExI was wondering if someone could guide me in troubleshooting a problem. [20:07]
xaviOptionEx: try it. Describe your problem, as detailed as possible [20:07]
OptionExI'm getting a "blank page" error when editing a page, but only in Firefox.
Chrome works A-OK. Php mem is 256.
[20:08]
xaviurl? tiki version? mmeory allocated to php? [20:08]
ricks99OptionEx: When saving? Or when opening to edit? Also, are you using wiki or wysiwyg mode? [20:08]
OptionExVer 12 LTS
Happens when saving, OR when canceling an edit on the page. Changes seem to go through when saving, however. The page just blanks out and I have to reload.
I'm using the default editor for 12 LTS ( which I guess is wiki editing? )
[20:09]
xavican you reproduce it in http://demo.tiki.org ? (12.x) [20:11]
ricks99only in FF? wonder if a FF plugin or extension is interfering? [20:11]
OptionExricks99: Could be. I'll try on demo.tiki.org and see if I can recreate. [20:11]
Tiki-KGB03lphuberdeau r49496 10trunk/lib/core/Services/Broker.php * [FIX] Modal had stopped working [20:12]
OptionExThanks for your interest in helping out. [20:12]
xavithks, so that we have some public url we others can test and help you
s/we others/where others
OptionEx: you are welcome
... welcome to the Tiki Community! :-)
[20:12]
OptionExThanks : )
ricks99: I think you're on to something. Seems like I can recreate the problem on the demo site. I'll play around some more and try to nail down the things that cause problems. Then I'll supply my add-ons.
[20:13]
ricks99try disabling all ur FF plugins. then re-enable 1 by 1
will be a PITA, but only way to figure it out :(
[20:15]
OptionExricks99: Yep. Here we go! ...
Ack. Gotta reboot FF to disable some of these (chatting via web interface). brb.
joined #tikiwiki
[20:15]
Tiki-KGB03arildb r49497 10trunk/lib/crypt/cryptlib.php * [DOC] Correct comment. CryptLib automatically locates the "correct key phase" [20:20]
OptionExUgh. Enabled add-ons one at a time, and everything works now. [20:24]
ricks99lol
1st rule of troubleshooting. when in doubt, reboot ;P
[20:24]
OptionExI wonder if it was some kind of weird caching issue in the browser? I am on a shared server, so I don't know if server load was causing the problem before.
I hate not knowing what caused the problem, because I know it'll come back at some point (at the worst time, of course)
Anyway, thanks for the troubleshooting guidance.
[20:25]
ricks99glad all is working now for you.
and welcome to Tiki :)
[20:27]
OptionExIn the meantime, I'll just continue my sacrifices to the Internet Gods and hope that they show mercy on me.
Thx
[20:28]
...... (idle for 26mn)
dbalieirojoined #tikiwiki [20:54]
..... (idle for 21mn)
OptionExWow, the minichat module is pretty cool. [21:15]
Tiki-KGB03xavidp r49498 10branches/12.x/ 03modules/mod-func-users_list.php 03templates/modules/mod-users_list.tpl * [NEW]Ported module users_list ( http://doc.tiki.org/Module+users_list [21:16]
arildb_joined #tikiwiki [21:22]
xavic u
left #tikiwiki
[21:22]
fabricius1joined #tikiwiki [21:25]
Tiki-KGB03arildb r49499 10trunk/ 10tiki-login.php 10tiki-change_password.php 10lib/prefs/feature.php 10templates/admin/include_security.tpl * [FIX] Add feature: feature_user_encryption to control the CryptLib activation [21:38]
.... (idle for 18mn)
03arildb r49500 10trunk/lib/tikilib.php * [FIX] Add TikiLib::lib type "crypt", to create CryptLib instances [21:56]
marclaporteI have an old proposals branch and I get: svn switch https://svn.code.sf.net/p/tikiwiki/code/branches/6.x .
svn: Server sent unexpected return value (403 Forbidden) in response to PROPFIND request for '/svnroot/tikiwiki/branches/6.x/lib/htmlpurifier_tiki/HTMLPurifier.tiki.php'
[21:59]
.... (idle for 15mn)
Tiki-KGB03lphuberdeau r49501 10trunk/ 10(6 files in 6 dirs)
[MOD] Send emails from notifications when required, includes some path changes because strange things happen to paths during the shutdown process
[22:14]
fabriciusjoined #tikiwiki [22:15]
Tiki-KGB03lphuberdeau r49502 10trunk/lib/core/Services/User/ConditionsController.php * [ENH] Add message to indicate missing checkbox, lost with inclusion of decline [22:18]
03lphuberdeau r49503 10trunk/lib/core/Services/Broker.php * [FIX] Notice
03robertplummer r49504 10trunk/ 10lib/payment/paypallib.php 10templates/admin/include_payment.tpl 10lib/prefs/payment.php
[NEW]Added method to be able to referance paypal by invoice id.
[NEW] password,and siganature from PayPal Pro account
[22:26]
fabriciusjoined #tikiwiki [22:31]
.... (idle for 17mn)
Tiki-KGB03lphuberdeau r49505 10trunk/ 10(6 files in 5 dirs) * [MOD] Inline styles in email content from the site's CSS files
03arildb r49506 10trunk/ 10(6 files in 3 dirs)
[FIX] Use global cryptlib instance and TikiLib::lib, instead of class method.
[FIX] CryptLib - When changing user password, validate the decryption before rehashing the password
[FIX] Call $cryptlib->onChangeUserPassword when a user changes the password in the user preferences
[22:48]
03arildb r49507 10trunk/lib/crypt/cryptlib.php * [DOC] Better CryptLib documentation [23:04]
fabriciusjoined #tikiwiki [23:09]
...... (idle for 28mn)
Tiki|botjoined #tikiwiki
New Forum Posts: Storing secure password in Tiki - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=50947
[23:37]
Tiki-KGB03arildb r49508 10trunk/lib/prefs/feature.php
[FIX] Rename CryptLib feature to "User Encryption" (was: Tiki User Encryption).
[DOC] Better feature documentation, including link to help page
[23:50]

←Prev date Next date→ Show only urls(Click on time to select a line by its url)