summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Rescan categories in small batches to reduce memory usage.Thomas Tanghus2012-07-091-9/+12
|
* Move code to OC_Contacts_App::scanCategories().Thomas Tanghus2012-07-091-16/+1
|
* Added default parameter $reset to allow for incremental rescan.Thomas Tanghus2012-07-091-2/+4
|
* Remove deleted address book from list.Thomas Tanghus2012-07-081-0/+1
|
* Simplify VCF generation.Thomas Tanghus2012-07-081-8/+5
|
* Make it possible to import files using CR as eol.Thomas Tanghus2012-07-081-0/+5
|
* Implemented VCFExportPlugin.Thomas Tanghus2012-07-085-0/+112
|
* Implemented Sabre iCalendar Export Plugin.Thomas Tanghus2012-07-083-1/+8
|
* Set the loading class on the property being changed, not on its container. ↵Thomas Tanghus2012-07-081-3/+3
| | | | Now on all the places relevant ;-)
* Set the loading class on the property being changed, not on its container.Thomas Tanghus2012-07-081-3/+3
|
* Return error messages in correct format.Thomas Tanghus2012-07-081-4/+4
|
* Add missing requesttoken.Thomas Tanghus2012-07-082-0/+2
|
* CSRF checksLukas Reschke2012-07-072-0/+4
|
* CSRF checksLukas Reschke2012-07-071-0/+1
|
* CSRF checksLukas Reschke2012-07-074-0/+5
|
* CSRF checksLukas Reschke2012-07-071-0/+1
|
* CSRF checksLukas Reschke2012-07-076-0/+6
|
* CSRF checkLukas Reschke2012-07-073-0/+6
|
* Uninitialized variableLukas Reschke2012-07-071-0/+1
|
* CSRF check in the settingsLukas Reschke2012-07-0713-1/+15
|
* Fixes a problem with the user creation ("User already existed" even if the ↵Lukas Reschke2012-07-071-3/+2
| | | | user don't exists.) Thanks to Phil Reinhardt for pointing this out.
* Move line counter so we only count lines towards the offset that are equal ↵Michael Gapczynski2012-07-061-4/+6
| | | | or above the log level
* Fix time formatting for minutes, prepend 0 if minutes is less than 10Michael Gapczynski2012-07-061-1/+1
|
* Improvements and bug fix for log reading, fixes bug oc-982Michael Gapczynski2012-07-061-14/+27
|
* increase the time limit again to a sensible granularity of 1 min.Frank Karlitschek2012-07-061-1/+1
| | | | Please talk to me before changing this.
* close file after write processBjoern Schiessle2012-07-061-0/+1
|
* allow user to upload his own root certificate for secure webdav mountBjoern Schiessle2012-07-066-6/+46
|
* Make export batch size configurable.Thomas Tanghus2012-07-061-2/+3
|
* Fix endless loop when no addressbooks.Thomas Tanghus2012-07-061-3/+10
|
* Correct hack ;)Thomas Tanghus2012-07-061-1/+1
|
* Fugly fixed include.Thomas Tanghus2012-07-061-1/+1
|
* CURLOPT_SSL_VERIFYPEER=false shouldn't be in masterBjoern Schiessle2012-07-061-2/+1
|
* introduce subclassed client.php and revert changes to 3rdpartyBjoern Schiessle2012-07-062-7/+168
|
* use OC_Connector_Sabre_ClientBjoern Schiessle2012-07-061-6/+6
|
* No need for being protected.Thomas Tanghus2012-07-061-1/+1
|
* Missing requesttokenThomas Tanghus2012-07-061-1/+1
|
* Contacts: Fix copy&paste errorBart Visscher2012-07-051-1/+1
|
* moved performance improvement from isLoggedIn() to userExists() to avoid ↵Bjoern Schiessle2012-07-051-8/+8
| | | | webdav problems
* fixed faulty commitBjoern Schiessle2012-07-051-2/+2
|
* use OC_Filesystem for rollbackBjoern Schiessle2012-07-051-1/+4
|
* check if caview really existsBjoern Schiessle2012-07-052-4/+6
|
* moved remove and rename hook to libs/hooks.phpBjoern Schiessle2012-07-053-39/+39
|
* disabled user upload of root certificates until sabredav client can handle themBjoern Schiessle2012-07-051-1/+1
|
* send ca cert path to sabredav clientBjoern Schiessle2012-07-052-0/+12
|
* Correct db default value.Thomas Tanghus2012-07-051-1/+1
|
* Add missing CSRF check.Thomas Tanghus2012-07-052-1/+2
|
* Missing update script.Thomas Tanghus2012-07-041-0/+25
|
* Remove ugly activation hack.Thomas Tanghus2012-07-044-108/+78
|
* More helpfull debug msg for redirectToDefaultPageBart Visscher2012-07-041-4/+5
|
* Remove referer check, this is unreliable. The header doesnt need te exist, ↵Bart Visscher2012-07-041-15/+0
| | | | or can be wrong