summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/public.php
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
|\ | | | | | | | | | | | | | | | | Conflicts: apps/files_encryption/lib/helper.php apps/files_encryption/lib/keymanager.php apps/files_encryption/lib/stream.php apps/files_encryption/lib/util.php apps/files_encryption/tests/keymanager.php
| * 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
| | | | necessary for https://github.com/owncloud/apps/pull/1476
* Append file etag to preview URLsVincent Petry2013-10-281-1/+1
| | | | Fixes #5534
* Fixed zip download button for unlimited filesize in public modeVincent Petry2013-10-171-1/+2
| | | | | | Added missing condition to check whenever allowed zip size is unlimited. Fixes #3717
* Fix password screen for public sharesMorris Jobke2013-10-071-0/+2
| | | | | * Works in IE8, 9, 10, Firefox 24 and Chromium 30 * Credits to Julian Müller @Julian1998
* Merge branch 'master' into appframework-masterThomas Müller2013-09-251-1/+2
|\ | | | | | | | | | | Conflicts: apps/files/lib/helper.php apps/files_trashbin/lib/helper.php
| * remove unneccessary lib in namespaceJörn Friedrich Dreyer2013-09-201-1/+1
| |
| * namespaces use upcasefirst partsJörn Friedrich Dreyer2013-09-201-1/+1
| | | | | | | | | | when _ is left in namespace and files are named after their classes the autoloader will also find classes in the lib folder of an app its magic!
| * move upload dialog css to separate fileJörn Friedrich Dreyer2013-09-181-0/+1
| |
* | use \OC::$server->getPreviewManager() instead of \OCP\PreviewThomas Müller2013-09-171-1/+1
|/
* Ajax calls for "files" and "files_trashbin" appsVincent Petry2013-09-131-1/+1
| | | | | | | | | | | | | Frontend: - The files app list now uses ajax calls to refresh the list. - Added support the browser back button (history API). - Added mask + spinner while loading file list Backend: - Added utility function in core JS for parsing query strings. - Moved file list + breadcrumb template data code to helper functions - Fixed some file paths in trashbin app to be similar to the files app
* adding calls to \OCA\files\lib\Helper::determineIcon($i) in files, trashbin ↵Thomas Müller2013-09-121-0/+15
| | | | and sharing
* move isMimeSupported out of template filesGeorg Ehrke2013-08-211-0/+1
|
* Merge master into oc_previewGeorg Ehrke2013-08-191-3/+3
|\
| * Use boolean casting for bitwise and result.Andreas Fischer2013-08-171-1/+1
| |
| * Compare result are already true/falseBart Visscher2013-08-171-3/+3
| |
* | fix merge conflictsGeorg Ehrke2013-08-051-0/+6
|\|
| * Move styles from core to appVictor Dubiniuk2013-07-291-0/+1
| |
| * Allow apps to have own 404 content, closes #3225Victor Dubiniuk2013-07-291-0/+5
| |
* | style fixesGeorg Ehrke2013-07-301-1/+1
| |
* | Merge branch 'master' into oc_previewThomas Müller2013-07-301-0/+4
|\| | | | | | | | | | | Conflicts: 3rdparty lib/template.php
| * No admin option to enable public upload in case encryption is enabledThomas Müller2013-07-141-1/+4
| | | | | | | | No upload on pubic page if public upload is disabled
| * fixing Undefined index: publicUploadEnabledThomas Müller2013-07-121-0/+1
| |
* | implement use of previews in sharing appGeorg Ehrke2013-07-111-0/+3
|/
* fixing check if public share is a folder or notThomas Müller2013-07-061-1/+1
|
* Merge branch 'master' into fixing-3942-masterThomas Müller2013-07-061-0/+3
|\ | | | | | | | | Conflicts: apps/files/ajax/upload.php
| * no anonymous upload on files only foldersThomas Müller2013-07-051-0/+3
| |
* | on reshares we now recursively move to the root of all reshares - therefore ↵Thomas Müller2013-07-051-16/+2
|/ | | | some code has been refactured and added as a new public function
* Add a "Wrong password." message, if the passwordkondou2013-07-021-1/+1
| | | | | | for the public share was wrong. Fix #2725
* for now we disable public upload in case encryption is enabledThomas Mueller2013-06-281-1/+5
|
* Public upload featureRoman Geber2013-06-251-3/+15
|
* Use the new session wrapperRobin Appelman2013-05-281-3/+3
|
* RUNTIME_NOSETUPFS no longer exists, using tearDownFS() in public links insteadMichael Gapczynski2013-05-221-1/+1
|
* Don't display shared links if disabledMichael Gapczynski2013-05-011-0/+7
|
* let public link download handle json encoded file listsBjörn Schießle2013-03-131-1/+7
|
* Offer download of whole shared dir only if it does not exceed zip input limitArthur Schiwon2013-03-071-1/+5
|
* [files_sharing] From echo to pLukas Reschke2013-02-271-9/+8
|
* Whitespace fixesBart Visscher2013-02-221-2/+1
|
* Style cleanup files_sharingBart Visscher2013-02-211-2/+5
|
* Share: fix downloading selected files from public shared folderRobin Appelman2013-02-111-1/+1
|
* Share: fix sorting of files in public shared folderRobin Appelman2013-02-111-0/+12
|
* Share: fix nested subfolders in public shared foldersRobin Appelman2013-02-111-3/+6
|
* Share: fix breadcrumbs for public shared folderRobin Appelman2013-02-111-1/+1
|
* Share: fix downloading files from a public shared folderRobin Appelman2013-02-111-1/+1
|
* Set permissions to read onlyMichael Gapczynski2013-02-101-0/+1
|
* Remove additional old compatibility codeMichael Gapczynski2013-02-101-34/+1
|