Page MenuHomePhabricator
Feed All Stories

Jan 9 2019

andyboeh committed rWRA88eb45335af3: Add PKGBUILD.
Add PKGBUILD
Jan 9 2019, 7:32 PM
andyboeh committed rWRA71f06dd8dd9b: Initial commit..
Initial commit.
Jan 9 2019, 7:24 PM

Dec 17 2018

andyboeh committed rLTPRES3cbedfd9a789: Try to fix device detection, add new device (Logitech R500).
Try to fix device detection, add new device (Logitech R500)
Dec 17 2018, 7:22 PM

Nov 9 2018

andyboeh committed rLTPRES707fadbf698f: Add a few Python3 fixes.
Add a few Python3 fixes
Nov 9 2018, 3:08 PM

Oct 25 2018

andyboeh committed rLTPRES3b42acb967f6: Initial port to Qt5.
Initial port to Qt5
Oct 25 2018, 4:35 PM

Oct 13 2018

andyboeh committed rMD887b305db32c: Fix a few bugs in Threading.
Fix a few bugs in Threading
Oct 13 2018, 4:34 PM

Oct 11 2018

andyboeh committed rMDf9f7e96bb484: Move to object-threading model and fix a few Python 3 bugs.
Move to object-threading model and fix a few Python 3 bugs
Oct 11 2018, 6:37 PM

Oct 4 2018

andyboeh committed rMDe3f73e7cf5a1: Update PKGBUILD dependencies.
Update PKGBUILD dependencies
Oct 4 2018, 6:32 PM
andyboeh committed rMDf84b54ec3301: Port to PyQt5 - tested not extensively.
Port to PyQt5 - tested not extensively
Oct 4 2018, 6:32 PM
andyboeh committed rMDa64c707b81ba: Port to Python 3 - for now, it needs a953c93 of python-xlib applied to work….
Port to Python 3 - for now, it needs a953c93 of python-xlib applied to work…
Oct 4 2018, 6:32 PM
andyboeh committed rMD0c34f81dc6f6: Fix typo.
Fix typo
Oct 4 2018, 6:32 PM

Sep 27 2018

andyboeh committed rMDb5c11bf33abc: Completely rework handling of events to make it more robust..
Completely rework handling of events to make it more robust.
Sep 27 2018, 5:57 AM

Aug 22 2018

andreas edited projects for T75: Google CalDAV client support, added: webdavclient PlugIn; removed davcal PlugIn - discontinued.

Thanks for the report. I do not use Google calendar, so I never had the necessity to implement it (I only sync against Nextcloud).

Aug 22 2018, 9:36 AM · webdavclient PlugIn
janimatti.hatinen created T75: Google CalDAV client support in the S1 Open Source space.
Aug 22 2018, 12:45 AM · webdavclient PlugIn

May 3 2018

andreas added a comment to T52: Change default authentication settings.

While this works in an action plugin when registering the DOKUWIKI_STARTED event, the configuration manager does not reflect the changes - IMHO this is misleading. It should be possible to save the changes using config plugin's config manager classes - I'll investigate that.

May 3 2018, 12:02 PM · authg2fa PlugIn

Apr 27 2018

splitbrain added a comment to T52: Change default authentication settings.

$conf is global. You can change it from your plugin.

Apr 27 2018, 2:01 PM · authg2fa PlugIn
andreas added a comment to T52: Change default authentication settings.

As far as I know, a plugin cannot overwrite core settings, only plugin settings. As these are core settings, those changes have to be made manually. However, even if it was possible to change the settings, I would prefer not to change settings automatically.

Apr 27 2018, 1:58 PM · authg2fa PlugIn

Apr 11 2018

mgrep created T52: Change default authentication settings.
Apr 11 2018, 12:34 PM · authg2fa PlugIn

Apr 5 2018

Andreas Boehler <andreas@aboehler.at> committed rMDf466bcfa956d: Reduce resource usage.
Reduce resource usage
Apr 5 2018, 5:26 PM

Mar 18 2018

Andreas Boehler <andreas@aboehler.at> committed rMD4a39d3498c87: Add documentation.
Add documentation
Mar 18 2018, 11:17 AM

Jan 30 2018

yu added a watcher for ownCloud user_sql PlugIn: yu.
Jan 30 2018, 2:36 PM

Jan 19 2018

Andreas Boehler <andreas@aboehler.at> committed rMD3b40572761ba: Improve logging, try to fix a few bugs..
Improve logging, try to fix a few bugs.
Jan 19 2018, 2:51 PM

Dec 6 2017

Andreas Boehler <andreas@aboehler.at> committed rMD5ea0a95ad490: Port to logging module and increase timeout.
Port to logging module and increase timeout
Dec 6 2017, 8:22 AM

Nov 24 2017

Andreas Boehler <andreas@aboehler.at> committed rDAVCAL851026a13c75: Update PlugIn Info.
Update PlugIn Info
Nov 24 2017, 10:45 PM
Andreas Boehler <andreas@aboehler.at> committed rDAVCAL4aeddad04e3b: Update fullcalendar to 3.7.0 and remove the translations for jQuery datetime..
Update fullcalendar to 3.7.0 and remove the translations for jQuery datetime.
Nov 24 2017, 10:45 PM
Diffusion closed T50: Localization is wrong and overwrites jQueryUI datapicker as Resolved by committing rDAVCAL4aeddad04e3b: Update fullcalendar to 3.7.0 and remove the translations for jQuery datetime..
Nov 24 2017, 10:45 PM · davcal PlugIn - discontinued

Nov 22 2017

Andreas Boehler <andreas@aboehler.at> committed rMD25e064646e24: Update PKGBUILD.
Update PKGBUILD
Nov 22 2017, 8:34 PM
andreas changed the visibility for monitorDaemon.
Nov 22 2017, 8:25 PM

Nov 19 2017

Andreas Boehler <andreas@aboehler.at> committed rMDfe91ec06d413: Fix loading/applying settings.
Fix loading/applying settings
Nov 19 2017, 12:37 PM

Nov 17 2017

Andreas Boehler <andreas@aboehler.at> committed rDAVCAL81332090f764: Event Management WiP.
Event Management WiP
Nov 17 2017, 10:09 PM
Andreas Boehler <andreas@aboehler.at> committed rDAVCAL42ccc183adf9: Try to fix some XSS vulnerabilities, ref T51.
Try to fix some XSS vulnerabilities, ref T51
Nov 17 2017, 10:09 PM

Nov 15 2017

andreas added a comment to T50: Localization is wrong and overwrites jQueryUI datapicker.

OK, I can see the problem with the datepicker in bureaucracy now. This seems to be a "feature" of the underlying fullcalendar.js library, though. I'll need to investigate that a bit further.

Nov 15 2017, 7:02 PM · davcal PlugIn - discontinued
andreas added a comment to T51: Lots of XSS vulnerabilities.

Thanks for your comment, much appreciated! It should be fixed now, would you mind having a look again?

Nov 15 2017, 6:54 PM · davcal PlugIn - discontinued
Andreas Boehler <andreas@aboehler.at> committed rDAVCALfba5a06844d8: Try to fix some XSS vulnerabilities, ref T51.
Try to fix some XSS vulnerabilities, ref T51
Nov 15 2017, 6:54 PM
Andreas Boehler <andreas@aboehler.at> committed rDAVCARD7ddcc8b498be: Try to fix XSS vulnerabilities, ref T51.
Try to fix XSS vulnerabilities, ref T51
Nov 15 2017, 6:53 PM
splitbrain added a comment to T50: Localization is wrong and overwrites jQueryUI datapicker.

Yes, I had the problem with 2017-02-19e and the current hg checkout of your plugin.

Nov 15 2017, 4:36 PM · davcal PlugIn - discontinued
splitbrain created T51: Lots of XSS vulnerabilities.
Nov 15 2017, 3:23 PM · davcal PlugIn - discontinued
andreas claimed T50: Localization is wrong and overwrites jQueryUI datapicker.
Nov 15 2017, 3:01 PM · davcal PlugIn - discontinued
Andreas Boehler <andreas@aboehler.at> committed rDAVCAL736206e8267f: Event management WiP.
Event management WiP
Nov 15 2017, 2:59 PM
Andreas Boehler <andreas@aboehler.at> committed rDAVCAL44f79c6fb95f: Fix language in datetimepicker, ref T50.
Fix language in datetimepicker, ref T50
Nov 15 2017, 2:59 PM
andreas added a comment to T50: Localization is wrong and overwrites jQueryUI datapicker.

Thanks for the report. I cannot reproduce this on 2017-02-29e, the interface language of davcal follows DokuWiki's language for de, en, fr and nl. There is indeed a bug regarding datetimepicker which is always English (easy fix).

Nov 15 2017, 2:51 PM · davcal PlugIn - discontinued
splitbrain added a comment to T50: Localization is wrong and overwrites jQueryUI datapicker.

Of course this breaks the localization of the calendar view itself.

Nov 15 2017, 2:42 PM · davcal PlugIn - discontinued
splitbrain created T50: Localization is wrong and overwrites jQueryUI datapicker.
Nov 15 2017, 2:32 PM · davcal PlugIn - discontinued

Nov 9 2017

19blue85 added a comment to T49: davcal Plugin for dokuwiki Release 2017-02-19e "Frusterick Manners" don´t display inputs.

Perfect now it works again :) I thought i made a mistake.

Nov 9 2017, 2:35 PM · davcal PlugIn - discontinued
andreas added a comment to T49: davcal Plugin for dokuwiki Release 2017-02-19e "Frusterick Manners" don´t display inputs.

No problem, I introduced a nice regression - I should definitely do more regression testing before pushing updates!
Anyway, please try the latest update published just now. The problem was/is the "C:" in <C:calendar-data> which confused the XML parser - I fixed it in 447fc5d456c1.

Nov 9 2017, 2:23 PM · davcal PlugIn - discontinued
19blue85 added a comment to T49: davcal Plugin for dokuwiki Release 2017-02-19e "Frusterick Manners" don´t display inputs.

I'm sorry to hesitate you again.
Today i was working on the dokuwiki and recognised, that the plugin still dont work.
After that i saw the update for webdav
I updated the webdav plugin but nothing changed.

Nov 9 2017, 1:11 PM · davcal PlugIn - discontinued

Nov 8 2017

andreas closed T49: davcal Plugin for dokuwiki Release 2017-02-19e "Frusterick Manners" don´t display inputs as Resolved.
Nov 8 2017, 2:34 PM · davcal PlugIn - discontinued
andreas added a comment to T49: davcal Plugin for dokuwiki Release 2017-02-19e "Frusterick Manners" don´t display inputs.

OK, I'm glad you got it working. I'm pushing an update anyway just now, since you discovered a bug with this broken XML tag.

Nov 8 2017, 2:34 PM · davcal PlugIn - discontinued
19blue85 added a comment to T49: davcal Plugin for dokuwiki Release 2017-02-19e "Frusterick Manners" don´t display inputs.

It works now!
I updated davical from version 1.1.3 to 1.1.5 about backport package made a resync and now I see the data.
So I guess there where changes made for debian stretch.

Nov 8 2017, 2:25 PM · davcal PlugIn - discontinued
19blue85 added a comment to T49: davcal Plugin for dokuwiki Release 2017-02-19e "Frusterick Manners" don´t display inputs.

Thanks for the quick response. Obvisily nothing changed i deleted brwoser cache etc.
Do you need access to my system?

Nov 8 2017, 12:56 PM · davcal PlugIn - discontinued
andreas added a comment to T49: davcal Plugin for dokuwiki Release 2017-02-19e "Frusterick Manners" don´t display inputs.

OK, could you try the following:
In function clean_response (helper.php:1364), add as first line of the function:

$response = preg_replace('/xmlns[^=]*="[^"]*"/i', '', $response);

This might fix it, if not, we need to find another solution.

Nov 8 2017, 12:21 PM · davcal PlugIn - discontinued
andreas triaged T49: davcal Plugin for dokuwiki Release 2017-02-19e "Frusterick Manners" don´t display inputs as High priority.

Thanks, that is the relevant part. The function clean_response messes the response up when davical is used (I only test against Sabre/DAV resp. NextCloud). It might take a bit until I come up with a solution, but I'll make that a high priority task.

Nov 8 2017, 12:06 PM · davcal PlugIn - discontinued
19blue85 added a comment to T49: davcal Plugin for dokuwiki Release 2017-02-19e "Frusterick Manners" don´t display inputs.

snip.png (596×879 px, 30 KB)

Nov 8 2017, 11:33 AM · davcal PlugIn - discontinued
andreas added a comment to T49: davcal Plugin for dokuwiki Release 2017-02-19e "Frusterick Manners" don´t display inputs.

This is helpful, although webdavclient doesn't seem to log the raw response. There seems to be an empty tag <''> which is closed by </multistatus> and that probably confuses simplexml_load_string().
Could you add the following line in helper.php on line 1126 (right before $response = $this->clean_response(...))

Nov 8 2017, 10:06 AM · davcal PlugIn - discontinued
19blue85 added a comment to T49: davcal Plugin for dokuwiki Release 2017-02-19e "Frusterick Manners" don´t display inputs.

output.png (1×843 px, 45 KB)

here is the output. do you need more?

Nov 8 2017, 9:49 AM · davcal PlugIn - discontinued
andreas added a comment to T49: davcal Plugin for dokuwiki Release 2017-02-19e "Frusterick Manners" don´t display inputs.

Hm, seems to be related to davical. Unfortunately, I can't test this since I do not have a davical installation.
Please enable debug logging and force a sync. Then, you should be able to see some XML output in the debug log - be aware that your calendar data is included here!

Nov 8 2017, 9:39 AM · davcal PlugIn - discontinued
19blue85 added a comment to T49: davcal Plugin for dokuwiki Release 2017-02-19e "Frusterick Manners" don´t display inputs.

view.png (557×1 px, 32 KB)

Nov 8 2017, 9:34 AM · davcal PlugIn - discontinued
19blue85 added a comment to T49: davcal Plugin for dokuwiki Release 2017-02-19e "Frusterick Manners" don´t display inputs.

Actual i found this at the apache error.log

Nov 8 2017, 9:24 AM · davcal PlugIn - discontinued
andreas claimed T49: davcal Plugin for dokuwiki Release 2017-02-19e "Frusterick Manners" don´t display inputs.
Nov 8 2017, 8:31 AM · davcal PlugIn - discontinued
andreas added a comment to T49: davcal Plugin for dokuwiki Release 2017-02-19e "Frusterick Manners" don´t display inputs.

What exactly are you trying to achieve? You want to synchronise your DokuWiki calendar to davical, right?
Did you configure WebDAV connections in the Admin section? If so, were you able to display the available calendars?

Nov 8 2017, 8:12 AM · davcal PlugIn - discontinued
19blue85 created T49: davcal Plugin for dokuwiki Release 2017-02-19e "Frusterick Manners" don´t display inputs.
Nov 8 2017, 8:08 AM · davcal PlugIn - discontinued

Oct 29 2017

Andreas Boehler <andreas@aboehler.at> committed rMDa7d8bf05ba5c: Fix working with disabled outputs.
Fix working with disabled outputs
Oct 29 2017, 4:45 PM

Oct 27 2017

andreas added a comment to T48: Auth no required.

I don't really understand your question. What I've understood is that a user should have read/write access to a calendar when he's logged in to DokuWiki. This is the exact behaviour. Put simply:

Oct 27 2017, 8:37 AM · davcal PlugIn - discontinued

Oct 26 2017

algorys created T48: Auth no required.
Oct 26 2017, 12:44 PM · davcal PlugIn - discontinued

Oct 25 2017

Andreas Boehler <andreas@aboehler.at> committed rMDd5ff2ffd8601: Add Settings GUI and license.
Add Settings GUI and license
Oct 25 2017, 7:16 PM

Oct 19 2017

Andreas Boehler <andreas@aboehler.at> committed rMD108fa5a01e42: Add autostart load/apply and grace period.
Add autostart load/apply and grace period
Oct 19 2017, 6:10 PM

Oct 18 2017

Andreas Boehler <andreas@aboehler.at> committed rMDad12a4fdf805: Fix TrayIcon, add PKGBUILD and icons.
Fix TrayIcon, add PKGBUILD and icons
Oct 18 2017, 9:54 PM
Andreas Boehler <andreas@aboehler.at> committed rLTPRESe978b7d6ed0b: Fix empty icon in SystemTray.
Fix empty icon in SystemTray
Oct 18 2017, 9:42 PM
Andreas Boehler <andreas@aboehler.at> committed rMD21227fbcbc9d: Update and fixes, seems to work properly now....
Update and fixes, seems to work properly now...
Oct 18 2017, 5:50 PM
Andreas Boehler <andreas@aboehler.at> committed rMD836eaac1d216: Add eric configuration.
Add eric configuration
Oct 18 2017, 5:50 PM
Andreas Boehler <andreas@aboehler.at> committed rMD632a21b1145a: Implement basic configuration applying - untested.
Implement basic configuration applying - untested
Oct 18 2017, 5:50 PM

Oct 12 2017

Andreas Boehler <andreas@aboehler.at> committed rMD7676764d048a: Initial commit - applying configuration missing.
Initial commit - applying configuration missing
Oct 12 2017, 9:32 PM

Jul 28 2017

Andreas Boehler <andreas@aboehler.at> committed rDAVCAL289b4fc06c1a: Make private URLs more secure, thanks to jvoisin. This fixes T46..
Make private URLs more secure, thanks to jvoisin. This fixes T46.
Jul 28 2017, 2:46 PM
Diffusion closed T46: Please don't use `uniqid` as Resolved by committing rDAVCAL289b4fc06c1a: Make private URLs more secure, thanks to jvoisin. This fixes T46..
Jul 28 2017, 2:46 PM · davcal PlugIn - discontinued

Jun 30 2017

Andreas Boehler <andreas@aboehler.at> committed rLTPRESd94d916979ef: Make compatible with Okular's presentation mode.
Make compatible with Okular's presentation mode
Jun 30 2017, 2:57 PM

Jun 20 2017

jvoisin added a comment to T45: Please document how to run it under nginx.

Sure :)

Jun 20 2017, 6:55 PM · davcal PlugIn - discontinued
jvoisin added a comment to T46: Please don't use `uniqid`.

Well, we're generating secret material, so I guess it's cryptography ;)

Jun 20 2017, 6:52 PM · davcal PlugIn - discontinued
andreas claimed T46: Please don't use `uniqid`.
Jun 20 2017, 5:32 PM · davcal PlugIn - discontinued
andreas claimed T47: Updating sabre-dav.
Jun 20 2017, 5:32 PM · davcal PlugIn - discontinued
andreas lowered the priority of T47: Updating sabre-dav from Normal to Wishlist.

That's right, as davcal is tested and being developed with this version of sabredav (which is also patched to support PHP7). I'm not going to update for no good reason, feel free to provide a patch, though.

Jun 20 2017, 5:31 PM · davcal PlugIn - discontinued
jvoisin created T47: Updating sabre-dav.
Jun 20 2017, 11:53 AM · davcal PlugIn - discontinued
andreas closed T45: Please document how to run it under nginx as Invalid.

Thanks for the documentation, please feel free to add it to the Wiki at www.dokuwiki.org/plugin:davcal

Jun 20 2017, 7:57 AM · davcal PlugIn - discontinued
andreas closed T40: cram-md5 encrptet passwords support ? as Resolved.

Closing, since user_sql is on hold.

Jun 20 2017, 7:56 AM · ownCloud user_sql PlugIn
andreas lowered the priority of T46: Please don't use `uniqid` from Normal to Wishlist.

Thanks for your suggestion, I did not know that random_compat exists.
However, I still consider the implementation with uniqid as appropriate, because:

Jun 20 2017, 7:53 AM · davcal PlugIn - discontinued

Jun 19 2017

jvoisin created T46: Please don't use `uniqid`.
Jun 19 2017, 11:48 PM · davcal PlugIn - discontinued
jvoisin created T45: Please document how to run it under nginx.
Jun 19 2017, 11:35 PM · davcal PlugIn - discontinued

Jun 2 2017

pdeman added a comment to T44: can't create new event on the calendar.

yes it works perfectly now. thanks !

Jun 2 2017, 4:27 PM · davcal PlugIn - discontinued

May 30 2017

andreas added a comment to T44: can't create new event on the calendar.

Could you check whether the latest update fixes your problem? The downside is a scrollbar that appears, at least for me.

May 30 2017, 9:20 PM · davcal PlugIn - discontinued
Andreas Boehler <andreas@aboehler.at> committed rDAVCAL4a71e837f15f: Fix event creation, this should fix T44.
Fix event creation, this should fix T44
May 30 2017, 9:19 PM
Diffusion closed T44: can't create new event on the calendar as Resolved by committing rDAVCAL4a71e837f15f: Fix event creation, this should fix T44.
May 30 2017, 9:19 PM · davcal PlugIn - discontinued
andreas added a comment to T44: can't create new event on the calendar.

Oh well: this doesn't happen in Chromium, only in Firefox!

May 30 2017, 7:13 PM · davcal PlugIn - discontinued
andreas added a comment to T44: can't create new event on the calendar.

Finally, I'm able to reproduce your problem, at least partially: It happens to me only in month view and only in the lower three rows of the calendar. It does not happen with an older version of davcal, so it might be either a regression or a bug in fullcalendar (which was updated due to a newer jQuery version in DokuWiki).

May 30 2017, 7:07 PM · davcal PlugIn - discontinued
pdeman added a comment to T44: can't create new event on the calendar.

Is there anything that I should change ? every plugins look up-to-date.

May 30 2017, 2:16 PM · davcal PlugIn - discontinued

May 24 2017

pdeman added a comment to T44: can't create new event on the calendar.

Hi,
I have only one calendar on the page.
I call it the easiest way possible: {{davcal>}}

May 24 2017, 11:00 AM · davcal PlugIn - discontinued
andreas added a comment to T44: can't create new event on the calendar.

OK, let's debug that a bit further:

May 24 2017, 9:28 AM · davcal PlugIn - discontinued

May 23 2017

pdeman added a comment to T44: can't create new event on the calendar.

does someone have any idea about our problem ?

May 23 2017, 5:13 PM · davcal PlugIn - discontinued

May 17 2017

pdeman added a comment to T44: can't create new event on the calendar.

here is what is on the server log:
[Tue May 16 14:13:15 2017] [error] [client ip adresse] client denied by server configuration: /usr/share/dokuwiki/data/security.png, referer: https://ourwebsite.fr/doku.php?id=clic:calendrierseeg&do=admin

May 17 2017, 8:31 AM · davcal PlugIn - discontinued

May 16 2017

pdeman added a comment to T44: can't create new event on the calendar.

Hi,
in the developer tools, in console, nothing happens when I click on a day.
I have this :
"JQMIGRATE: Migrate is installed, version 3.0.0 jquery.php:20:440
Use of getPreventDefault() is deprecated. Use defaultPrevented instead."
it appears at the begining.
I have nothing added to the console when I click on a day or when I modify an events.
I'll look on the webserver log.

May 16 2017, 5:32 PM · davcal PlugIn - discontinued
andreas added a comment to T44: can't create new event on the calendar.

Hm, that sounds indeed a bit weird. Are there any error message in either the webserver log or the browser log? Could you open Developer Tools in Firefox or Chrome (F12 for both of them), click on a day and see if there is an error logged in the console?
Sometimes, also the installation of another, presumably unrelated, plugin trigger an error?

May 16 2017, 5:21 PM · davcal PlugIn - discontinued
pdeman created T44: can't create new event on the calendar.
May 16 2017, 4:58 PM · davcal PlugIn - discontinued