Commit Graph

5310 Commits (47566b0c4282d49347e7a12f2df1ab38a1966ac8)
 

Author SHA1 Message Date
Lukas Reschke 777eb1d8b1 CSRF check in the settings 13 years ago
Lukas Reschke ec7bb86b28 Fixes a problem with the user creation ("User already existed" even if the user don't exists.) Thanks to Phil Reinhardt for pointing this out. 13 years ago
Michael Gapczynski f955e5e9b2 Move line counter so we only count lines towards the offset that are equal or above the log level 13 years ago
Michael Gapczynski 90e4af312a Fix time formatting for minutes, prepend 0 if minutes is less than 10 13 years ago
Michael Gapczynski 466d7c0d99 Improvements and bug fix for log reading, fixes bug oc-982 13 years ago
Frank Karlitschek b967530795 increase the time limit again to a sensible granularity of 1 min. 13 years ago
Bjoern Schiessle ca26bcc581 close file after write process 13 years ago
Bjoern Schiessle e91b4bc2ac allow user to upload his own root certificate for secure webdav mount 13 years ago
Thomas Tanghus 75d01b065d Make export batch size configurable. 13 years ago
Thomas Tanghus cafbd02337 Fix endless loop when no addressbooks. 13 years ago
Thomas Tanghus a1872412bf Correct hack ;) 13 years ago
Thomas Tanghus ab1b4f1f03 Fugly fixed include. 13 years ago
Bjoern Schiessle 963faf6458 CURLOPT_SSL_VERIFYPEER=false shouldn't be in master 13 years ago
Bjoern Schiessle ba8dee0520 introduce subclassed client.php and revert changes to 3rdparty 13 years ago
Bjoern Schiessle 8353517969 use OC_Connector_Sabre_Client 13 years ago
Thomas Tanghus a5a1d929ca No need for being protected. 13 years ago
Thomas Tanghus 59b38e668d Missing requesttoken 13 years ago
Bart Visscher 5e0b80dc8d Contacts: Fix copy&paste error 13 years ago
Bjoern Schiessle 5bf050b13b moved performance improvement from isLoggedIn() to userExists() to avoid webdav problems 13 years ago
Bjoern Schiessle bd494f562f fixed faulty commit 13 years ago
Bjoern Schiessle 51774cca6b use OC_Filesystem for rollback 13 years ago
Bjoern Schiessle 378fa2bc86 check if caview really exists 13 years ago
Bjoern Schiessle 55cde0e5aa moved remove and rename hook to libs/hooks.php 13 years ago
Bjoern Schiessle aa3b575ceb disabled user upload of root certificates until sabredav client can handle them 13 years ago
Bjoern Schiessle f86ecb3bf7 send ca cert path to sabredav client 13 years ago
Thomas Tanghus 9d00f4d2fb Correct db default value. 13 years ago
Thomas Tanghus dac2c14ae9 Add missing CSRF check. 13 years ago
Thomas Tanghus 5d79444852 Missing update script. 13 years ago
Thomas Tanghus 706a13544b Remove ugly activation hack. 13 years ago
Bart Visscher 280c59e914 More helpfull debug msg for redirectToDefaultPage 13 years ago
Bart Visscher 621b83df72 Remove referer check, this is unreliable. The header doesnt need te exist, or can be wrong 13 years ago
Bart Visscher 9ea34cae43 Simplified remote.php file loading 13 years ago
Bjoern Schiessle e258da5c3c certificate should be only visible for users 13 years ago
Bjoern Schiessle 5d61b85a1d allow users to upload ssl root certificates for the webdav client 13 years ago
Thomas Tanghus b2eac08ad3 Query contacts in batches of 20. Possible fix for oc-1126. 13 years ago
Sam Tuke 825d92d59c Added undo functionality to delete user procedure on user settings page 13 years ago
Thomas Tanghus 6d3afb3857 Moved action buttons down to the add field menu. Fixes oc-1155. 13 years ago
Brice Maron 3b09aa8578 Correct Postgresql connection with space in password. Work around php bug 13 years ago
Brice Maron 799e34acd4 Add slash to app url if not set fix oc-1169 13 years ago
Georg Ehrke 393eefa5d2 replace some direct links with OC.imagePath 13 years ago
Sam Tuke b1c9785eb3 Merge branch 'master' of gitorious.org:owncloud/owncloud 13 years ago
Sam Tuke a775deaf22 Moved hooks and versions.php into new lib directory 13 years ago
Bjoern Schiessle aec6eea235 use filesystem abstraction layer to copy file versions 13 years ago
Bjoern Schiessle 4bc9e4e012 wrong var name fixed 13 years ago
Georg Ehrke ca2b1f7863 fix encoding fail in calendar app - bugfix for oc-1194 13 years ago
Brice Maron 8a1c279183 Escape pg connection string on setup 13 years ago
Tom Needham 88cbbc86b8 Text editor: Always use UTF-8 to keep Ace happy. 13 years ago
Arthur Schiwon 0a6f7b33c3 LDAP: make it UTF-8 save 13 years ago
Arthur Schiwon 52822652bc provide multibyte aware helper functions mb_str_replace, mb_substr_replace and mb_array_change_key_case for handling with UTF 8 13 years ago
Bjoern Schiessle ab036d4764 webdav client crashes for secure connections if he doesn't have the right root certificate for ssl verification. For the moment I print at least a useful error message to the OC log and the Apache log 13 years ago