Commit Graph

112 Commits (a24d73aa0cde139c4aee0404c46c54bd1f94ada9)

Author SHA1 Message Date
Lukas Reschke 4270188252 Add callCheck to testremote.php 12 years ago
Vincent Petry efcd89cb18 Do not disclose share owner in public file list 12 years ago
Bjoern Schiessle 66f0db30b2 use uid provided by setupfs hook to mount server2server shares, otherwise mount will fail for public link shares 12 years ago
Vincent Petry 5376b0b123 Add back exit() 12 years ago
Vincent Petry f6e644b43f Catch storage exception in scanner for remote shares 12 years ago
Morris Jobke 28c8f5a0f9 Check for version before mounting a public link 12 years ago
Bjoern Schiessle 24993280ed Next step in server-to-server sharing next generation, see #12285 12 years ago
Joas Schilling 2c39aec8cb Replace deprecated constant with new class constant 12 years ago
Thomas Müller d9907b6fa3 move some deprecated usage of OC_Config and OC_AppConfig to \OC::server 12 years ago
Lukas Reschke aeb516c3c9 Check for blacklisted characters 12 years ago
Robin Appelman d0266c0bf8 Use public api for getting l10n 12 years ago
Volkan Gezer 3da69ed7d0 ssl capital 12 years ago
Robin Appelman 9509bc403a Give a better error message for external shares with self-signed ssl certificates 12 years ago
Robin Appelman c066320208 Also keep maxY into account when scaling a preview while preserving aspect ratio 12 years ago
Bjoern Schiessle 372d58544f no longer check if the external storage app is enabled, we use no the webdav implementation from core 12 years ago
Robin Appelman f2ebac5c76 Better error handeling in testremote 12 years ago
Robin Appelman 361607c72d testremote is for public access 12 years ago
Robin Appelman 5b1b6572f7 Make testremote more robust 12 years ago
Robin Appelman a469efb1f1 Add some safety checks 12 years ago
Robin Appelman 4bc8a2550d Fix public share webdav permissions 12 years ago
Robin Appelman 49f9b7ea8e fix modified date for external shares 12 years ago
Bjoern Schiessle 3bf7b54cd5 block server-to-server share if files_external is not activates, can be reverted once we moved to the webdav implementation in core 12 years ago
Bjoern Schiessle 84a651e46d add settings to disable server to server sharing 12 years ago
Robin Appelman e7b58ed2bd Properly expose read only public shares as read only 12 years ago
Robin Appelman 43c56fcd07 Generate a unique name 12 years ago
Robin Appelman 87b0021e56 Scan the entire remote share at once by requesting the full file tree from the remote server 12 years ago
Robin Appelman cf5a72c103 Add interface for adding a public share to a different ownCloud instance 12 years ago
Robin Appelman d7de35376d Add interface for accpeting external shares 12 years ago
Jörn Friedrich Dreyer b5a145b297 convert mail template editor to app framework for a restful api 12 years ago
Jörn Friedrich Dreyer 37afab87b5 minimal mail template editor for administrators, refs #7177 12 years ago
Lukas Reschke 2c483fdca2 Add missing \ 12 years ago
Lukas Reschke 0b7d9e2668 Cleanup code a little bit 12 years ago
Thomas Müller 20893cc3b3 Images on public sharing get downscaled to increase use experience - this will speed up loading time 12 years ago
Thomas Müller ac9e07c589 $RUNTIME_APPTYPES is no longer used - left over from pre OC4 12 years ago
Vincent Petry 688f6162da Add sorting to files list, trashbin and public files 12 years ago
Vincent Petry 0be9de5df5 Files, trashbin, public apps use ajax/JSON for the file list 13 years ago
Georg Ehrke c5742520e1 don't urldecode get var, php does this automatically 13 years ago
Thomas Müller 23a4d0d44e OC_Util::setupFS($user) will create a data dir for the given string - no matter if the user really exists - OCP\JSON::checkUserExists($owner); introduces a ready to use check which will bail out with an JSON error 13 years ago
Georg Ehrke c90e3e4f5b fix preview for reshared file 13 years ago
Bjoern Schiessle aee7781f22 fix public preview creation if a user ios logged in 13 years ago
Georg Ehrke d9e8ebabdc outsource sharing and deleted files previews to apps 13 years ago
Thomas Mueller 162a2c0fba moving sharing email code to core 14 years ago
Thomas Mueller 45074d5023 restoring feature to send sharing link via email 14 years ago
Sam Tuke 8b01286a5d Merged branch 'master' 14 years ago
Michael Gapczynski c53310e49b Remove unnecessary ajax file from files_sharing 14 years ago
Michael Gapczynski 25d474579a Removing most of files_sharing, the Share API implemented the majority of it 14 years ago
Michael Gapczynski b9bd54bd98 Add additional error handling for emailing private links 14 years ago
Michael Gapczynski 7d17c59a51 Fix group detection for sharing in case username contains '@', fix for oc-1270 14 years ago
Michael Gapczynski 5262cde6a6 Add additional error handling for emailing private links 14 years ago
Michael Gapczynski df9f5b902a Fix group detection for sharing in case username contains '@', fix for oc-1270 14 years ago