Page MenuHomePhabricator
Feed All Stories

Sep 12 2016

andreas created T35: Add location field.
Sep 12 2016, 12:40 AM · davcal PlugIn - discontinued

Sep 10 2016

Andreas Boehler <andreas@aboehler.at> committed rUSQL599b774a4b6a: Check if tables and columns exist before saving them. This fixes T18..
Check if tables and columns exist before saving them. This fixes T18.
Sep 10 2016, 12:13 PM
Diffusion closed T18: Sanity-check settings as Resolved by committing rUSQL599b774a4b6a: Check if tables and columns exist before saving them. This fixes T18..
Sep 10 2016, 12:13 PM · ownCloud user_sql PlugIn
Andreas Boehler <andreas@aboehler.at> committed rUSQLae3328f418bd: Fix a few deprecated calls.
Fix a few deprecated calls
Sep 10 2016, 10:32 AM
andreas closed T34: Database error after reinstall as Invalid.

you're welcome, I'm closing this...

Sep 10 2016, 9:53 AM · ownCloud user_sql PlugIn

Sep 9 2016

thedespo added a comment to T34: Database error after reinstall.

hey, so you were right . when I set the field "User active" to "Block" and "Invert active values" , it works now. Thank you.

Sep 9 2016, 8:12 PM · ownCloud user_sql PlugIn
andreas added a comment to T34: Database error after reinstall.

By the way: If you go through the Joomla docs you'll notice that the column "activation" is meant for a completely different thing: It controls whether activation emails are to be sent!
You want the column "block" and, of course, need to check the "invert active value" box.

Sep 9 2016, 4:28 PM · ownCloud user_sql PlugIn
andreas added a comment to T34: Database error after reinstall.

I went over your screenshot of the app configuration again and I think I found your problem: You must activate "Invert Active Value" (I did not bother entering the table for "User Active Column" in the first place)

Sep 9 2016, 4:16 PM · ownCloud user_sql PlugIn
thedespo added a comment to T34: Database error after reinstall.

But my MySql Server ist configured by Plesk. Maybe here are another settings adjusted.

Sep 9 2016, 4:12 PM · ownCloud user_sql PlugIn
andreas added a comment to T34: Database error after reinstall.

I did not change the configuration of the sql server. I just created a new local user and selcted "Create database with same name and grant all permissions" in phpMyAdmin.

Sep 9 2016, 4:09 PM · ownCloud user_sql PlugIn
thedespo added a comment to T34: Database error after reinstall.

okay, that's strange. maybe its a misconfiguration of my mysql server? can you give me the config of your mysql server? so I can compare it

Sep 9 2016, 4:03 PM · ownCloud user_sql PlugIn
andreas added a comment to T34: Database error after reinstall.

I just did a fresh installation of Debian Jessie, ownCloud 9.1.0, user_sql 2.3 and Joomla 3.6.2. Everything went without problems, my Joomla user is in the list and is able to login.

Sep 9 2016, 2:36 PM · ownCloud user_sql PlugIn
thedespo added a comment to T34: Database error after reinstall.

Okay, Thanks for your time!

Sep 9 2016, 9:49 AM · ownCloud user_sql PlugIn
andreas added a comment to T34: Database error after reinstall.

That's really strange. The log doesn't even include information about ownCloud trying to list the users from the user_sql backend.

Sep 9 2016, 9:28 AM · ownCloud user_sql PlugIn

Sep 8 2016

thedespo added a comment to T34: Database error after reinstall.

Yes this is only the one server. i have duplicate the login information's to "default" and now without errors, but its no synchronizing (i cant see the Users of the another Database)

Sep 8 2016, 9:48 PM · ownCloud user_sql PlugIn
andreas added a comment to T34: Database error after reinstall.

Hm, looks quite fine to me.
Is this the only domain you serve ownCloud on? If yes, what happens if you duplicate your settings for domain "default"?

Sep 8 2016, 9:01 PM · ownCloud user_sql PlugIn
thedespo added a comment to T34: Database error after reinstall.

Hi Andreas, yes i click on "Save" after Verify Settings :)

Sep 8 2016, 8:33 PM · ownCloud user_sql PlugIn
andreas claimed T34: Database error after reinstall.
Sep 8 2016, 10:03 AM · ownCloud user_sql PlugIn
andreas added a comment to T34: Database error after reinstall.

It seems that either saving or loading of the settings fails (you did click on "Save", right?).
Could you give some more info, please:

Sep 8 2016, 10:03 AM · ownCloud user_sql PlugIn
thedespo created T34: Database error after reinstall.
Sep 8 2016, 9:51 AM · ownCloud user_sql PlugIn

Sep 2 2016

buxit closed T33: update for owncloud 9, nextcloud as Resolved.

i have now noticed that the users got copied from the external sql database to the oc_users table (probably by some broken owncloud upgrade in the past). the principal admin acount never was on user_sql and could always log in. with this admin account in "users" i activated "show user backend" — all relevant accounts had "database" written there, instead of SQL.

Sep 2 2016, 9:19 AM · ownCloud user_sql PlugIn

Sep 1 2016

andreas reopened T33: update for owncloud 9, nextcloud as "Open".
Sep 1 2016, 8:55 PM · ownCloud user_sql PlugIn
andreas closed T33: update for owncloud 9, nextcloud as Resolved.

Thanks for the logs. Could you try clearing your browser cache and cookies and logging in again? Did you check from a different computer?

Sep 1 2016, 8:55 PM · ownCloud user_sql PlugIn
buxit added a comment to T33: update for owncloud 9, nextcloud.

i'm not running any extra authentication plugins. the i'm using postgresql as the database backend.

Sep 1 2016, 3:49 PM · ownCloud user_sql PlugIn
andreas added a comment to T33: update for owncloud 9, nextcloud.

That's strange, I'm running on NextCloud 9 for quite some time now (actually, since its release).
I tested it on ownCloud 9.1 just yesterday and I did not notice any problems.

Sep 1 2016, 3:16 PM · ownCloud user_sql PlugIn
buxit created T33: update for owncloud 9, nextcloud.
Sep 1 2016, 3:09 PM · ownCloud user_sql PlugIn

Aug 31 2016

Andreas Boehler <andreas@aboehler.at> committed rDAVCAL361650a91b0e: Fix PHP7 incompatibility with Sabre/DAV and add a lot more debug calls. This….
Fix PHP7 incompatibility with Sabre/DAV and add a lot more debug calls. This…
Aug 31 2016, 1:28 PM
andreas closed T32: Problems with Outlook CalDav Synchronizer as Resolved.

OK, I found the problem: It's the PHP7 update and an incompatibility with the version of Sabre/DAV I'm using for davcal. See the problem for ownCloud, I applied their patch: https://github.com/owncloudarchive/calendar/issues/1002

Aug 31 2016, 1:26 PM · davcal PlugIn - discontinued
andreas claimed T32: Problems with Outlook CalDav Synchronizer.

I'm currently testing a few things, it seems that OutlookCalDavSynchronizer requests only events within a certain time span. davcal does not report any events back, so it looks like a problem somewhere within davcal.

Aug 31 2016, 12:00 PM · davcal PlugIn - discontinued

Aug 30 2016

Andreas Boehler <andreas@aboehler.at> committed rUSQL9ce3ff81b782: Push max-version to 9.1.
Push max-version to 9.1
Aug 30 2016, 3:39 PM
Andreas Boehler <andreas@aboehler.at> committed rUSQL837cf80a7d39: Fix a small bug when checking whether a user exists.
Fix a small bug when checking whether a user exists
Aug 30 2016, 3:39 PM
Andreas Boehler <andreas@aboehler.at> committed rUSQLc56cb0b9e0d1: Fix a small bug in mySQL Password handling.
Fix a small bug in mySQL Password handling
Aug 30 2016, 3:39 PM

Aug 17 2016

mentgit added a comment to T32: Problems with Outlook CalDav Synchronizer.

Your link is correct.

Aug 17 2016, 9:54 AM · davcal PlugIn - discontinued
andreas added a comment to T32: Problems with Outlook CalDav Synchronizer.

Did you use this one: https://sourceforge.net/projects/outlookcaldavsynchronizer/?

Aug 17 2016, 8:59 AM · davcal PlugIn - discontinued

Aug 16 2016

mentgit added a project to T32: Problems with Outlook CalDav Synchronizer: davcal PlugIn - discontinued.
Aug 16 2016, 6:07 PM · davcal PlugIn - discontinued
mentgit created T32: Problems with Outlook CalDav Synchronizer.
Aug 16 2016, 6:03 PM · davcal PlugIn - discontinued

Aug 4 2016

buxit added a watcher for ownCloud user_sql PlugIn: buxit.
Aug 4 2016, 1:00 PM

Jul 8 2016

Andreas Boehler <andreas@aboehler.at> committed rDAVCALf19962449df9: Improve color handling.
Improve color handling
Jul 8 2016, 10:04 AM

Jul 7 2016

Andreas Boehler <andreas@aboehler.at> committed rDAVCAL055e18dcb58e: Fix T31.
Fix T31
Jul 7 2016, 5:40 PM
Diffusion closed T31: Can't create new events as Resolved by committing rDAVCAL055e18dcb58e: Fix T31.
Jul 7 2016, 5:40 PM · davcal PlugIn - discontinued
andreas added a comment to T31: Can't create new events.

It seems that the previous commit accidentally broke the creation of new events by not defining a necessary variable in the client side JavaScript.

Jul 7 2016, 5:40 PM · davcal PlugIn - discontinued
andreas created T31: Can't create new events.
Jul 7 2016, 5:39 PM · davcal PlugIn - discontinued

Jul 5 2016

Andreas Boehler <andreas@aboehler.at> committed rDAVCAL8f8d6380fa9a: Fix a few bugs regarding permissions and included calendars.
Fix a few bugs regarding permissions and included calendars
Jul 5 2016, 11:43 AM

Jul 3 2016

Digitalin added a comment to T30: Updating creates an 500 internal error.

Problem fixed !

Jul 3 2016, 12:10 AM · davcal PlugIn - discontinued

Jul 2 2016

andreas added a comment to T30: Updating creates an 500 internal error.

Sorry, something went wrong during branch merge (one function in helper.php appeared twice) and I didn't test it thoroughly enough. Should be fixed now.

Jul 2 2016, 11:59 PM · davcal PlugIn - discontinued
Andreas Boehler <andreas@aboehler.at> committed rDAVCAL4828bdf15d78: Fix error 500 (sth went wrong during automatic merge - this fixes T30).
Fix error 500 (sth went wrong during automatic merge - this fixes T30)
Jul 2 2016, 11:58 PM
Diffusion closed T30: Updating creates an 500 internal error as Resolved by committing rDAVCAL4828bdf15d78: Fix error 500 (sth went wrong during automatic merge - this fixes T30).
Jul 2 2016, 11:58 PM · davcal PlugIn - discontinued
Digitalin updated the task description for T30: Updating creates an 500 internal error.
Jul 2 2016, 5:50 PM · davcal PlugIn - discontinued
Digitalin created T30: Updating creates an 500 internal error.
Jul 2 2016, 5:46 PM · davcal PlugIn - discontinued

Jul 1 2016

Andreas Boehler <andreas@aboehler.at> committed rDAVCALce5de2d25ce9: Merge with webdavclient.
Merge with webdavclient
Jul 1 2016, 11:51 AM
Andreas Boehler <andreas@aboehler.at> committed rDAVCAL821c43a015d5: Continue if the WebDAV settings are invalid.
Continue if the WebDAV settings are invalid
Jul 1 2016, 11:51 AM
Andreas Boehler <andreas@aboehler.at> committed rDAVCAL1549271a645e: Fix dragging of jQuery dialog boxes.
Fix dragging of jQuery dialog boxes
Jul 1 2016, 11:51 AM
Andreas Boehler <andreas@aboehler.at> committed rDAVCAL46da2d8a243f: Fix dragging of jQuery dialog boxes.
Fix dragging of jQuery dialog boxes
Jul 1 2016, 11:51 AM
Andreas Boehler <andreas@aboehler.at> committed rDAVCAL6f9603393b86: Small bugfix.
Small bugfix
Jul 1 2016, 11:51 AM
Andreas Boehler <andreas@aboehler.at> committed rDAVCALfa8576e4130e: Add default if run as {{davcalclient>}}.
Add default if run as {{davcalclient>}}
Jul 1 2016, 11:51 AM
Andreas Boehler <andreas@aboehler.at> committed rDAVCAL56d0ba582a5a: Fix PHP7 warnings in syntax plugins (again).
Fix PHP7 warnings in syntax plugins (again)
Jul 1 2016, 11:51 AM
Andreas Boehler <andreas@aboehler.at> committed rDAVCALdaebab27420a: Move most of the functionality from the CalDAV Backend class to the helper….
Move most of the functionality from the CalDAV Backend class to the helper…
Jul 1 2016, 11:51 AM
Andreas Boehler <andreas@aboehler.at> committed rDAVCAL77da315999bb: Add a z-index to the pagetools so that they are above the calendar.
Add a z-index to the pagetools so that they are above the calendar
Jul 1 2016, 11:51 AM
Andreas Boehler <andreas@aboehler.at> committed rDAVCAL5724e0236257: Fix PHP warning in tabular output.
Fix PHP warning in tabular output
Jul 1 2016, 11:51 AM
Andreas Boehler <andreas@aboehler.at> committed rDAVCALd3ec978c29df: Fix possible CSRF Attacks.
Fix possible CSRF Attacks
Jul 1 2016, 11:51 AM
Andreas Boehler <andreas@aboehler.at> committed rDAVCALe5663d298b7a: Add initial support for webdavclient.
Add initial support for webdavclient
Jul 1 2016, 11:51 AM
Andreas Boehler <andreas@aboehler.at> committed rDAVCALe1a311210967: Add write support for WebDAV calendars.
Add write support for WebDAV calendars
Jul 1 2016, 11:51 AM
andreas changed the edit policy for webdavclient PlugIn.
Jul 1 2016, 11:39 AM
Andreas Boehler <andreas@aboehler.at> committed rDAVCARD9f92b1b42241: Documentation update.
Documentation update
Jul 1 2016, 11:29 AM
Andreas Boehler <andreas@aboehler.at> committed rDAVCARDefa26dde82f2: Add basic filtering support.
Add basic filtering support
Jul 1 2016, 11:29 AM
Andreas Boehler <andreas@aboehler.at> committed rDAVCARD57ee0afbea6d: Add partial permission support.
Add partial permission support
Jul 1 2016, 11:29 AM
andreas closed T29: Choose a size for displaying as Wontfix.
Jul 1 2016, 10:46 AM · jorgchart PlugIn

Jun 12 2016

andreas added a comment to T29: Choose a size for displaying.

Hm, I don't think this can be achieved easily. All rendering is done using jorgchart, I just created a wrapper for DokuWiki.

Jun 12 2016, 7:54 PM · jorgchart PlugIn
Digitalin created T29: Choose a size for displaying.
Jun 12 2016, 12:16 PM · jorgchart PlugIn

Jun 1 2016

Andreas Boehler <andreas@aboehler.at> committed rDAVCARD2bbc76ec1944: Fix a few bugs...
Fix a few bugs..
Jun 1 2016, 6:02 PM

May 31 2016

Andreas Boehler <andreas@aboehler.at> committed rDAVCARD07dcd1321cd8: Fix a few bugs and add possibility to display the search term when a contact….
Fix a few bugs and add possibility to display the search term when a contact…
May 31 2016, 9:14 PM
Andreas Boehler <andreas@aboehler.at> committed rDAVCARDc6719230ba09: Fix editing contacts with pictures.
Fix editing contacts with pictures
May 31 2016, 9:14 PM

May 28 2016

Andreas Boehler <andreas@aboehler.at> committed rDAVCARDc0383ed024e4: Editing, creating and deleting contacts should now be working correctly.
Editing, creating and deleting contacts should now be working correctly
May 28 2016, 4:20 PM

May 26 2016

Andreas Boehler <andreas@aboehler.at> committed rDAVCARD646c904871e5: Fix composer (name clash with webdavclient), add editing supported (nearly….
Fix composer (name clash with webdavclient), add editing supported (nearly…
May 26 2016, 7:36 PM
Andreas Boehler <andreas@aboehler.at> committed rDAVCARD86ec2daf4de3: Creating contacts seems to work, editing needs a few more changes!.
Creating contacts seems to work, editing needs a few more changes!
May 26 2016, 1:07 PM
Andreas Boehler <andreas@aboehler.at> committed rDAVCARD932cbfbd0d8d: Add a lot of information to the popup and make its content configurable.
Add a lot of information to the popup and make its content configurable
May 26 2016, 1:07 PM

May 24 2016

Andreas Boehler <andreas@aboehler.at> committed rDAVCARDf0a8fdb810a6: Initial support for contact images.
Initial support for contact images
May 24 2016, 11:43 PM

May 22 2016

Andreas Boehler <andreas@aboehler.at> committed rDAVCARD872cdc6a32e3: FIx a few issues and add default to {{davcardclient>}}.
FIx a few issues and add default to {{davcardclient>}}
May 22 2016, 12:22 PM
Andreas Boehler <andreas@aboehler.at> committed rDAVCARD8ff4611b8091: Fix default URL and make searching case-insensitive.
Fix default URL and make searching case-insensitive
May 22 2016, 12:22 PM

May 17 2016

Andreas Boehler <andreas@aboehler.at> committed rDAVCARD8fea78d9b9aa: Working towards an edit/create/list interface.
Working towards an edit/create/list interface
May 17 2016, 10:48 PM

May 15 2016

Andreas Boehler <andreas@aboehler.at> committed rDAVCARD48336d87b484: Better style the Popup.
Better style the Popup
May 15 2016, 11:42 AM
Andreas Boehler <andreas@aboehler.at> committed rMETAEDITOR72dbc7a7c48d: Fix dragging issues in dialog boxes.
Fix dragging issues in dialog boxes
May 15 2016, 11:16 AM

May 13 2016

Andreas Boehler <andreas@aboehler.at> committed rDAVCARDd84fba263999: Add cache dependency and remove jQuery/AJAX calls.
Add cache dependency and remove jQuery/AJAX calls
May 13 2016, 5:48 PM

May 12 2016

Andreas Boehler <andreas@aboehler.at> committed rDAVCARDa9f93476bda8: Initial import, very limited functionality.
Initial import, very limited functionality
May 12 2016, 11:59 PM

May 11 2016

Andreas Boehler <andreas@aboehler.at> committed rDAVCALcd568f3df797: Fix PHP7 warnings in syntax plugins (again).
Fix PHP7 warnings in syntax plugins (again)
May 11 2016, 9:36 PM
Andreas Boehler <andreas@aboehler.at> committed rDAVCALd6910463fd41: Add a z-index to the pagetools so that they are above the calendar.
Add a z-index to the pagetools so that they are above the calendar
May 11 2016, 1:42 PM
Andreas Boehler <andreas@aboehler.at> committed rDAVCALc4f8b5a70d50: Move most of the functionality from the CalDAV Backend class to the helper….
Move most of the functionality from the CalDAV Backend class to the helper…
May 11 2016, 10:35 AM

May 7 2016

Andreas Boehler <andreas@aboehler.at> committed rDAVCALdd72c21561a8: Fix possible CSRF Attacks.
Fix possible CSRF Attacks
May 7 2016, 11:31 AM
Andreas Boehler <andreas@aboehler.at> committed rDAVCALf6d7edec1ecc: Fix PHP warning in tabular output.
Fix PHP warning in tabular output
May 7 2016, 11:31 AM

May 6 2016

Andreas Boehler <andreas@aboehler.at> committed rMETAEDITOR2a625e84d51a: Fix possible CSRF attacks.
Fix possible CSRF attacks
May 6 2016, 6:32 PM

May 3 2016

Andreas Boehler <andreas@aboehler.at> committed rDAVCAL19ee7c4ea7ee: Add support for overriding the color of included calendars.
Add support for overriding the color of included calendars
May 3 2016, 7:09 PM

Apr 28 2016

Andreas Boehler <andreas@aboehler.at> committed rDAVCALa4c87c21652c: Update PlugIn Info.
Update PlugIn Info
Apr 28 2016, 9:47 AM
Andreas Boehler <andreas@aboehler.at> committed rDAVCALa85dc54c4947: Security Fix: Tabular Calendar Output is now also permission-checked. This….
Security Fix: Tabular Calendar Output is now also permission-checked. This…
Apr 28 2016, 9:39 AM

Apr 26 2016

Andreas Boehler <andreas@aboehler.at> committed rDAVCAL6d152ef6cc98: Security Fix: all calendars are now permission-checked.
Security Fix: all calendars are now permission-checked
Apr 26 2016, 9:08 PM

Apr 23 2016

kril.denis added a comment to T27: Authorize by vbulletin database.

field column in a database - user and secret. but i don't know what kind of encrypt used.

Apr 23 2016, 8:49 PM · ownCloud user_sql PlugIn
andreas closed T27: Authorize by vbulletin database as Invalid.

You need to know the name of the table as well as the columns that vBulletin uses to store its information. Unfortunately, vBulletin is not Open Source, thus I am not able to help you here.

Apr 23 2016, 6:09 PM · ownCloud user_sql PlugIn

Apr 22 2016

kril.denis created T27: Authorize by vbulletin database.
Apr 22 2016, 10:23 PM · ownCloud user_sql PlugIn

Apr 21 2016

downhamdave closed T26: PHP7 error as Resolved.
Apr 21 2016, 9:13 PM · metaeditor PlugIn
downhamdave added a comment to T26: PHP7 error.
In T26#360, @andreas wrote:

Thanks for the report. Both are warnings, not errors.
I just fixed the Doku_Event_Handler in b80ed4c2e184.

I cannot reproduce the second warning regarding the header information, but you are using a different template. Could you try switching the template to the Dokuwiki default and check if the message still appears?

Apr 21 2016, 9:12 PM · metaeditor PlugIn
andreas added a comment to T26: PHP7 error.

Thanks for the report. Both are warnings, not errors.
I just fixed the Doku_Event_Handler in b80ed4c2e184.

Apr 21 2016, 9:30 AM · metaeditor PlugIn