summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/public.php
Commit message (Expand)AuthorAgeFilesLines
* update licence headers via scriptMorris Jobke2015-10-051-1/+0
* Update license headersJenkins for ownCloud2015-03-261-5/+18
* Cache \OC\URLGenerator::imagePathLukas Reschke2015-03-171-1/+1
* Revert "Updating license headers"Morris Jobke2015-02-261-17/+6
* Show 404 page when accessing empty share URLLukas Reschke2015-02-251-1/+7
* Updating license headersJenkins for ownCloud2015-02-231-6/+17
* Fix case-sensitivityLukas Reschke2014-11-181-1/+1
* Refactor file sharing public link handlingLukas Reschke2014-11-141-204/+16
* Fixed array detection on public downloadVincent Petry2014-10-131-1/+1
* Do not double decode valuesLukas Reschke2014-09-111-1/+1
* Use a route instead of s.php and convert tokens asapkondou2014-09-041-0/+4
* Hiding add to your own cloud if server2server sharing is not enabledClark Tomlinson2014-09-031-0/+3
* kill OC::$sessionJörn Friedrich Dreyer2014-08-291-3/+3
* Merge pull request #10303 from owncloud/sharing-breadcrumb-folder-nameRobin Appelman2014-08-111-1/+1
|\
| * use OC_Util::basenameRobin Appelman2014-01-151-1/+1
* | we can only close the session if encryption is not usedThomas Müller2014-08-071-1/+4
* | close session right before the download starts - this enables parallel downloadsThomas Müller2014-08-051-0/+1
* | Fix prompting for passwordRobin Appelman2014-06-141-0/+1
* | drop allowZIPdownload and maxZIPSize as optionsMorris Jobke2014-06-021-5/+0
* | Fixed many issues, clean upVincent Petry2014-05-151-1/+1
* | Namespacing for FileList, FileActions and trashbin appVincent Petry2014-05-151-2/+1
* | disable download button if zip download is disabledThomas Müller2014-05-021-1/+2
* | Fix file summary to use the whole file listVincent Petry2014-04-281-0/+1
* | Removed redundant free space and upload limit in public pageVincent Petry2014-04-031-4/+0
* | Files, trashbin, public apps use ajax/JSON for the file listVincent Petry2014-04-021-84/+6
* | Fix svg icons for public shares and external/shared filesRobin Appelman2014-02-191-1/+2
* | Remove usage of legacy OC_AppconfigRobin Appelman2014-02-131-2/+4
* | Remove unused template variable assignment of files_sharing/template/public.phpPellaeon Lin2014-02-061-5/+0
* | Move template variable assignment to correct placePellaeon Lin2014-02-061-4/+5
* | Merge branch 'master' into pr-exceed_upload_limit_msgPellaeon Lin2014-01-301-7/+10
|\ \
| * \ Merge branch 'master' into mobile-styleThomas Müller2014-01-231-5/+7
| |\ \
| | * \ Merge branch 'master' into fixing-gallery-password-protected-access-masterThomas Müller2014-01-211-3/+3
| | |\ \
| | | * | OC_Util::setupFS($user) will create a data dir for the given string - no matt...Thomas Müller2014-01-211-3/+3
| | * | | adding password protection check to getShareByToken()Thomas Müller2014-01-211-1/+1
| | |/ /
| | * / Fixed isPreviewAvailable warnings in logVincent Petry2014-01-171-1/+1
| | |/
| | * Show the name of the shared folder in the breadcrumb when viewing a publicly ...Robin Appelman2014-01-151-0/+2
| * | remove unused variableThomas Müller2014-01-201-1/+0
| * | reuse file upload as used within files app - remove public upload buttonThomas Müller2014-01-151-1/+2
| * | first mobile style rules, hide extra columns in files view and scroll headerJan-Christoph Borchardt2014-01-141-0/+1
| |/
* / Add $freeSpace and $uploadLimit to files_sharingPellaeon Lin2014-01-171-0/+4
|/
* Merge branch 'master' into encryption_enable_public_uploadBjoern Schiessle2013-11-271-0/+7
|\
| * disable trahs in files_sharing/public.phpBjoern Schiessle2013-11-211-0/+1
| * fix undefined index errors if public share viewBjoern Schiessle2013-11-211-0/+6
* | public upload now also works with encryption enabledBjoern Schiessle2013-11-211-3/+0
|/
* readd sharing token to public templateJörn Friedrich Dreyer2013-11-151-0/+1
* Append file etag to preview URLsVincent Petry2013-10-281-1/+1
* Fixed zip download button for unlimited filesize in public modeVincent Petry2013-10-171-1/+2
* Fix password screen for public sharesMorris Jobke2013-10-071-0/+2
* Merge branch 'master' into appframework-masterThomas Müller2013-09-251-1/+2
|\
| * remove unneccessary lib in namespaceJörn Friedrich Dreyer2013-09-201-1/+1