Commit Graph

150 Commits (311531ecce497663960877fc536ba94deff27bc0)

Author SHA1 Message Date
Joas Schilling 813f0a0f40
Fix apps/ 10 years ago
Lukas Reschke aba539703c
Update license headers 10 years ago
Thomas Müller 682821c71e Happy new year! 10 years ago
Morris Jobke b945d71384 update licence headers via script 10 years ago
Jenkins for ownCloud b585d87d9d Update license headers 11 years ago
Lukas Reschke 9e2ebf2dce Cache \OC\URLGenerator::imagePath 11 years ago
Morris Jobke 06aef4e8b1 Revert "Updating license headers" 11 years ago
Lukas Reschke fca4628a5c Show 404 page when accessing empty share URL 11 years ago
Jenkins for ownCloud 6a1a4880f0 Updating license headers 11 years ago
Lukas Reschke 5f07fb15dc Fix case-sensitivity 11 years ago
Lukas Reschke 988c85d292 Refactor file sharing public link handling 11 years ago
Vincent Petry 6cbabdf217 Fixed array detection on public download 11 years ago
Lukas Reschke 99e9e762d1 Do not double decode values 11 years ago
kondou 2a4c51389c Use a route instead of s.php and convert tokens asap 11 years ago
Clark Tomlinson 27de0e5621 Hiding add to your own cloud if server2server sharing is not enabled 11 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 12 years ago
Bjoern Schiessle c9646ddc4c fix undefined index errors if public share view 12 years ago
Bjoern Schiessle b27fc42e1f public upload now also works with encryption enabled 12 years ago
Jörn Friedrich Dreyer 11425d142d readd sharing token to public template 12 years ago
Vincent Petry e62ca4ea4f Append file etag to preview URLs 12 years ago
Vincent Petry b4bffad99a Fixed zip download button for unlimited filesize in public mode 12 years ago
Morris Jobke 4af220d09e Fix password screen for public shares 12 years ago
Jörn Friedrich Dreyer 4b3e56bcf9 remove unneccessary lib in namespace 12 years ago
Jörn Friedrich Dreyer 9e39118b52 namespaces use upcasefirst parts 12 years ago
Jörn Friedrich Dreyer 12ff268e60 move upload dialog css to separate file 12 years ago
Thomas Müller 9b420e8660 use \OC::$server->getPreviewManager() instead of \OCP\Preview 12 years ago