Commit Graph

1814 Commits (6324daecc08e947e9290228a5bf6dca49ceeabaa)

Author SHA1 Message Date
Georg Ehrke e707e94857 subadmins can now add users 13 years ago
Michael Gapczynski 1ff2dd8f63 Listen to post_deleteUser, post_addToGroup, and post_removeFromGroup hooks 13 years ago
Michael Gapczynski cc6c940b9a Implement post_removeFromGroup() 13 years ago
Michael Gapczynski 82dea705d4 Add option to delete() to check the owner of the first search of reshares 13 years ago
Michael Gapczynski 0e9ab5cf2a Fix post_deleteUser(), column name changed and item_source is no longer needed 13 years ago
Michael Gapczynski 459bcd8d5e Update documentation 13 years ago
Michael Gapczynski bbbfc2c565 Fix delete(), it was going in an infinite loop 13 years ago
Michael Gapczynski 8de69fcb18 Update documentation 13 years ago
Michael Gapczynski 51a4518396 Add support for CRUDS permissions 13 years ago
Robin Appelman b45d3ced79 fix remote and public.php 13 years ago
Thomas Mueller 967c6d7d3c allow command line based installation/setup 13 years ago
Bjoern Schiessle 80ed5412f1 if the '/Shared' was the modified directory, than scan it. 13 years ago
Michael Gapczynski f638340d1f Add check for folder item type as well 13 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 13 years ago
Michael Gapczynski ecae3ea430 Rename parents to collectionTypes, getCollectionItemTypes() shouldn't include the original item type 13 years ago
Michael Gapczynski bdcfa4bb63 Add check if file is found in file cache 13 years ago
Michael Gapczynski 632fc6ec61 Fix log write() parameters in wrong order 13 years ago
Lukas Reschke ac5abc5603 Handling exceptions 13 years ago
Michael Gapczynski e887fd7ba8 Catch exceptions from PHPMailer 13 years ago
Michael Gapczynski 71491612e3 Move line counter so we only count lines towards the offset that are equal or above the log level 13 years ago
Michael Gapczynski bc3462f022 Improvements and bug fix for log reading, fixes bug oc-982 13 years ago
Michael Gapczynski 281bf62af9 Fix log write() parameters in wrong order 13 years ago
Lukas Reschke 8afcddf44f Handling exceptions 13 years ago
Michael Gapczynski 66da0a2151 Catch exceptions from PHPMailer 13 years ago
Michael Gapczynski ccb5e99395 Generate random token for private links (more entropy than past private links) 13 years ago
Bjoern Schiessle 9af74a9c80 use readfile() instead iof fopen() for file download over webdav. 13 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 13 years ago
Michael Gapczynski c21ff29a53 Fix getItems() calls 13 years ago
Michael Gapczynski 7c908a0016 Sharing files working using share API 13 years ago
Bjoern Schiessle e7a0c4f0bb use readfile() instead iof fopen() for file download over webdav. 13 years ago
Johannes Willnecker 570ea787f1 fixed typo 13 years ago
Johannes Willnecker 3e53bf4a86 Fix for oc-972, oc-1144 and oc-1191 13 years ago
Robin Appelman b470869114 when checking for updates in the filecache, explicitly state that we are querying a folder 13 years ago
Georg Ehrke d0b625352c some work on subadmins 13 years ago
Jörn Friedrich Dreyer e59a1806cf remove superfluous ?> at the end of .php files (left out apps/*/templates) 13 years ago
Bjoern Schiessle 82a57f0ce3 revert performance improvements in userExists() because it breaks new user creation 13 years ago
Bjoern Schiessle 7d41d3aba8 webdav ssl cleanup 13 years ago
Thomas Tanghus 6116dc6b65 Added default parameter $reset to allow for incremental rescan. 13 years ago
Bart Visscher e8010209bb Custom chunking support 13 years ago
Lukas Reschke b46d3019ca Uninitialized variable 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 466d7c0d99 Improvements and bug fix for log reading, fixes bug oc-982 13 years ago
Bjoern Schiessle e91b4bc2ac allow user to upload his own root certificate for secure webdav mount 13 years ago
Bjoern Schiessle ba8dee0520 introduce subclassed client.php and revert changes to 3rdparty 13 years ago
Bjoern Schiessle 5bf050b13b moved performance improvement from isLoggedIn() to userExists() to avoid webdav problems 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
Brice Maron 3b09aa8578 Correct Postgresql connection with space in password. Work around php bug 13 years ago
Michael Gapczynski 96dea9507a Return false for single item checks and an empty array for multiple item checks 13 years ago