Commit Graph

1394 Commits (ede2b8a55f640f7ad33fb73f78e73bbee2f64a72)

Author SHA1 Message Date
Michael Gapczynski ede2b8a55f Missed a is_readable() call in local filestorage 14 years ago
Michael Gapczynski f7b89f0475 Add CRUDS permissions calls to filesystem, deprecate is_readable() and is_writable() 14 years ago
Michael Gapczynski 1ff2dd8f63 Listen to post_deleteUser, post_addToGroup, and post_removeFromGroup hooks 14 years ago
Michael Gapczynski cc6c940b9a Implement post_removeFromGroup() 14 years ago
Michael Gapczynski 82dea705d4 Add option to delete() to check the owner of the first search of reshares 14 years ago
Michael Gapczynski 0e9ab5cf2a Fix post_deleteUser(), column name changed and item_source is no longer needed 14 years ago
Michael Gapczynski 459bcd8d5e Update documentation 14 years ago
Michael Gapczynski bbbfc2c565 Fix delete(), it was going in an infinite loop 14 years ago
Michael Gapczynski 8de69fcb18 Update documentation 14 years ago
Michael Gapczynski 51a4518396 Add support for CRUDS permissions 14 years ago
Michael Gapczynski f638340d1f Add check for folder item type as well 14 years ago
Michael Gapczynski 63b6f20e05 Move already shared with check out of user and group cases, and add check for already shared with inside a collection 14 years ago
Michael Gapczynski ecae3ea430 Rename parents to collectionTypes, getCollectionItemTypes() shouldn't include the original item type 14 years ago
Michael Gapczynski bdcfa4bb63 Add check if file is found in file cache 14 years ago
Michael Gapczynski 281bf62af9 Fix log write() parameters in wrong order 14 years ago
Lukas Reschke 8afcddf44f Handling exceptions 14 years ago
Michael Gapczynski 66da0a2151 Catch exceptions from PHPMailer 14 years ago
Michael Gapczynski ccb5e99395 Generate random token for private links (more entropy than past private links) 14 years ago
Michael Gapczynski a7416b1cd8 Add back returning only the item if the limit is 1 and now check that the format is set to none 14 years ago
Michael Gapczynski c21ff29a53 Fix getItems() calls 14 years ago
Michael Gapczynski 7c908a0016 Sharing files working using share API 14 years ago
Bjoern Schiessle e7a0c4f0bb use readfile() instead iof fopen() for file download over webdav. 14 years ago
Johannes Willnecker 570ea787f1 fixed typo 14 years ago
Johannes Willnecker 3e53bf4a86 Fix for oc-972, oc-1144 and oc-1191 14 years ago
Jörn Friedrich Dreyer e59a1806cf remove superfluous ?> at the end of .php files (left out apps/*/templates) 14 years ago
Bjoern Schiessle 82a57f0ce3 revert performance improvements in userExists() because it breaks new user creation 14 years ago
Bjoern Schiessle 7d41d3aba8 webdav ssl cleanup 14 years ago
Thomas Tanghus 6116dc6b65 Added default parameter $reset to allow for incremental rescan. 14 years ago
Lukas Reschke b46d3019ca Uninitialized variable 14 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. 14 years ago
Michael Gapczynski f955e5e9b2 Move line counter so we only count lines towards the offset that are equal or above the log level 14 years ago
Michael Gapczynski 466d7c0d99 Improvements and bug fix for log reading, fixes bug oc-982 14 years ago
Bjoern Schiessle e91b4bc2ac allow user to upload his own root certificate for secure webdav mount 14 years ago
Bjoern Schiessle ba8dee0520 introduce subclassed client.php and revert changes to 3rdparty 14 years ago
Bjoern Schiessle 5bf050b13b moved performance improvement from isLoggedIn() to userExists() to avoid webdav problems 14 years ago
Bart Visscher 280c59e914 More helpfull debug msg for redirectToDefaultPage 14 years ago
Bart Visscher 621b83df72 Remove referer check, this is unreliable. The header doesnt need te exist, or can be wrong 14 years ago
Brice Maron 3b09aa8578 Correct Postgresql connection with space in password. Work around php bug 14 years ago
Michael Gapczynski 96dea9507a Return false for single item checks and an empty array for multiple item checks 14 years ago
Michael Gapczynski 5e8ef33190 Clean up in the dropdown for unsharing 14 years ago
Bjoern Schiessle aec6eea235 use filesystem abstraction layer to copy file versions 14 years ago
Michael Gapczynski 4185bd6292 Load shared addressbooks inside OC_Contacts_Addressbook instead of the index, add public functions getItemShared(With)BySource() for contacts app 14 years ago
Bjoern Schiessle 4bc9e4e012 wrong var name fixed 14 years ago
Brice Maron 8a1c279183 Escape pg connection string on setup 14 years ago
Michael Gapczynski 77b582e4e6 Change getItems() return to a 3-dimensional array to handle multiple shares of the same item 14 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 14 years ago
Michael Gapczynski dd56416a39 Remove the method getItemsSharedStatuses, it is easy enough to just pass the format instead 14 years ago
Lukas Reschke 90331a3fa1 Remove forced download 14 years ago
Lukas Reschke f8cebed348 Don't display error messages 14 years ago
Georg Ehrke e4960c3bb4 fix a small PHP fail 14 years ago