Commit Graph

141 Commits (8eda6617618e0a1f650afc4e6766e799b4e62b82)

Author SHA1 Message Date
Lukas Reschke 5f07fb15dc Fix case-sensitivity 12 years ago
Lukas Reschke 988c85d292 Refactor file sharing public link handling 12 years ago
Vincent Petry 6cbabdf217 Fixed array detection on public download 12 years ago
Lukas Reschke 99e9e762d1 Do not double decode values 12 years ago
kondou 2a4c51389c Use a route instead of s.php and convert tokens asap 12 years ago
Clark Tomlinson 27de0e5621 Hiding add to your own cloud if server2server sharing is not enabled 12 years ago
Jörn Friedrich Dreyer f551917a3c kill OC::$session 12 years ago
Thomas Müller 2fb8fcf6cb we can only close the session if encryption is not used 12 years ago
Thomas Müller b68275baba close session right before the download starts - this enables parallel downloads 12 years ago
Robin Appelman 2005c162bd Fix prompting for password 12 years ago
Morris Jobke 57ef089aac drop allowZIPdownload and maxZIPSize as options 12 years ago
Vincent Petry 6fd084243b Fixed many issues, clean up 12 years ago
Vincent Petry 9d38e3602b Namespacing for FileList, FileActions and trashbin app 12 years ago
Thomas Müller 6e75b37d04 disable download button if zip download is disabled 12 years ago
Vincent Petry 9f62059efa Fix file summary to use the whole file list 12 years ago
Vincent Petry 3101663129 Removed redundant free space and upload limit in public page 12 years ago
Vincent Petry 0be9de5df5 Files, trashbin, public apps use ajax/JSON for the file list 12 years ago
Robin Appelman f33d35cd07 Fix svg icons for public shares and external/shared files 12 years ago
Robin Appelman 181bbd4325 Remove usage of legacy OC_Appconfig 12 years ago
Pellaeon Lin 946fccc0dd Remove unused template variable assignment of files_sharing/template/public.php 12 years ago
Pellaeon Lin 8c56e21ced Move template variable assignment to correct place 12 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 12 years ago
Thomas Müller 9fd4cb1b66 adding password protection check to getShareByToken() 12 years ago
Thomas Müller 4ec6debe2b remove unused variable 12 years ago
Vincent Petry f4c198b907 Fixed isPreviewAvailable warnings in log 12 years ago
Pellaeon Lin 4726a2021b Add $freeSpace and $uploadLimit to files_sharing 12 years ago
Robin Appelman 1462fba37c use OC_Util::basename 12 years ago
Thomas Müller 807b885a0e reuse file upload as used within files app - remove public upload button 12 years ago
Robin Appelman d279ddd9a2 Show the name of the shared folder in the breadcrumb when viewing a publicly shared folder 12 years ago
Jan-Christoph Borchardt 2bdd014f83 first mobile style rules, hide extra columns in files view and scroll header 12 years ago
Bjoern Schiessle 9d16353e09 disable trahs in files_sharing/public.php 13 years ago
Bjoern Schiessle c9646ddc4c fix undefined index errors if public share view 13 years ago
Bjoern Schiessle b27fc42e1f public upload now also works with encryption enabled 13 years ago
Jörn Friedrich Dreyer 11425d142d readd sharing token to public template 13 years ago
Vincent Petry e62ca4ea4f Append file etag to preview URLs 13 years ago
Vincent Petry b4bffad99a Fixed zip download button for unlimited filesize in public mode 13 years ago
Morris Jobke 4af220d09e Fix password screen for public shares 13 years ago
Jörn Friedrich Dreyer 4b3e56bcf9 remove unneccessary lib in namespace 13 years ago
Jörn Friedrich Dreyer 9e39118b52 namespaces use upcasefirst parts 13 years ago
Jörn Friedrich Dreyer 12ff268e60 move upload dialog css to separate file 13 years ago
Thomas Müller 9b420e8660 use \OC::$server->getPreviewManager() instead of \OCP\Preview 13 years ago
Vincent Petry 1304b511e9 Ajax calls for "files" and "files_trashbin" apps 13 years ago
Thomas Müller 9d661eab23 adding calls to \OCA\files\lib\Helper::determineIcon($i) in files, trashbin and sharing 13 years ago
Georg Ehrke 224b80f906 move isMimeSupported out of template files 13 years ago
Andreas Fischer 4bb0e1567b Use boolean casting for bitwise and result. 13 years ago
Bart Visscher 29b6dd53a0 Compare result are already true/false 13 years ago
Georg Ehrke ac6a3133ec style fixes 13 years ago
Victor Dubiniuk dec7b2fa40 Move styles from core to app 13 years ago
Victor Dubiniuk 97f2c393c1 Allow apps to have own 404 content, closes #3225 13 years ago
Thomas Müller 79d23463f8 No admin option to enable public upload in case encryption is enabled 13 years ago