Commit Graph

1634 Commits (ef3eebfd3e46276aa58d722e4e8986946872439c)

Author SHA1 Message Date
Bart Visscher 0b338a7a41 Add missing public to function definition 13 years ago
Bart Visscher 14af503374 Fix parameter order in OC_Filestorage_Common->hash 13 years ago
Bart Visscher cdd9ffc8a5 Add ETag support to the Sabre file connector. 13 years ago
Bjoern Schiessle 53bdb049cb adapted to new SabreDav version 13 years ago
Thomas Tanghus 0af454a23b Trying to get documentation to "Do The Right Thing" (TM) 13 years ago
Tom Needham 29d16f61fa Fix strict standards warnings 13 years ago
Thomas Tanghus de8ed98541 Added some more documentation to OCP\JSON. 13 years ago
Thomas Tanghus 10337c059c Added some documentation for OCP\JSON::callCheck() 13 years ago
Robin Appelman d393638cc8 forgot to make one function abstract 13 years ago
Robin Appelman c9be9ab251 remove unused variables 13 years ago
Robin Appelman 7152b8b4ee remove unused and depricated getFolderSize 13 years ago
Robin Appelman 39086ef63e dont try to create mountpoints automatically 13 years ago
Robin Appelman 48306a3c4f fix unused variables 13 years ago
Robin Appelman 0e111e1a17 fix increasing folder sizes in filecache for custom roots 13 years ago
Robin Appelman 57ed83f266 fix eventsource fallback when more then one eventsource is active 13 years ago
Robin Appelman 445f52ef8b dont check for filecache updates when getting quota info over webdav 13 years ago
Robin Appelman 98e769d269 dont use the mtimes stored in zip archives since they dont update correctly 13 years ago
Georg Ehrke abb9f52dd7 add isGroupAccessible in OC_SubAdmin 13 years ago
Georg Ehrke 05bc541276 add some doc for lib/subadmin.php 13 years ago
Robin Appelman 33b8de91ea allow a more flexible way of using user backends 13 years ago
Georg Ehrke 6e139f16e4 add isUserAccessible method to OC_SubAdmin class 13 years ago
Georg Ehrke a5bebb86a5 add checkSubAdminUser method to OC_JSON class 13 years ago
Robin Appelman f047fdbfaa revert to using fopen for webdav instead of readfile 13 years ago
Georg Ehrke ccb1c57745 add warning in log if OC_L10N::tA was called 13 years ago
Michael Gapczynski 72ebc2a32a Delete old session files, suggested by Torben Nehmer, see bug oc-736 13 years ago
Michael Gapczynski b1a7826d56 Check if user is already logged in for DAV auth, instead of logging in and creating new sessions for every request 13 years ago
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
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 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
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