Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Add $freeSpace and $uploadLimit to files_sharing | Pellaeon Lin | 2014-01-17 | 1 | -0/+4 | |
|/ | ||||||
* | Merge branch 'master' into encryption_enable_public_upload | Bjoern Schiessle | 2013-11-27 | 1 | -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.php | Bjoern Schiessle | 2013-11-21 | 1 | -0/+1 | |
| | | ||||||
| * | fix undefined index errors if public share view | Bjoern Schiessle | 2013-11-21 | 1 | -0/+6 | |
| | | ||||||
* | | public upload now also works with encryption enabled | Bjoern Schiessle | 2013-11-21 | 1 | -3/+0 | |
|/ | ||||||
* | readd sharing token to public template | Jörn Friedrich Dreyer | 2013-11-15 | 1 | -0/+1 | |
| | | | | necessary for https://github.com/owncloud/apps/pull/1476 | |||||
* | Append file etag to preview URLs | Vincent Petry | 2013-10-28 | 1 | -1/+1 | |
| | | | | Fixes #5534 | |||||
* | Fixed zip download button for unlimited filesize in public mode | Vincent Petry | 2013-10-17 | 1 | -1/+2 | |
| | | | | | | Added missing condition to check whenever allowed zip size is unlimited. Fixes #3717 | |||||
* | Fix password screen for public shares | Morris Jobke | 2013-10-07 | 1 | -0/+2 | |
| | | | | | * Works in IE8, 9, 10, Firefox 24 and Chromium 30 * Credits to Julian Müller @Julian1998 | |||||
* | Merge branch 'master' into appframework-master | Thomas Müller | 2013-09-25 | 1 | -1/+2 | |
|\ | | | | | | | | | | | Conflicts: apps/files/lib/helper.php apps/files_trashbin/lib/helper.php | |||||
| * | remove unneccessary lib in namespace | Jörn Friedrich Dreyer | 2013-09-20 | 1 | -1/+1 | |
| | | ||||||
| * | namespaces use upcasefirst parts | Jörn Friedrich Dreyer | 2013-09-20 | 1 | -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 file | Jörn Friedrich Dreyer | 2013-09-18 | 1 | -0/+1 | |
| | | ||||||
* | | use \OC::$server->getPreviewManager() instead of \OCP\Preview | Thomas Müller | 2013-09-17 | 1 | -1/+1 | |
|/ | ||||||
* | Ajax calls for "files" and "files_trashbin" apps | Vincent Petry | 2013-09-13 | 1 | -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üller | 2013-09-12 | 1 | -0/+15 | |
| | | | | and sharing | |||||
* | move isMimeSupported out of template files | Georg Ehrke | 2013-08-21 | 1 | -0/+1 | |
| | ||||||
* | Merge master into oc_preview | Georg Ehrke | 2013-08-19 | 1 | -3/+3 | |
|\ | ||||||
| * | Use boolean casting for bitwise and result. | Andreas Fischer | 2013-08-17 | 1 | -1/+1 | |
| | | ||||||
| * | Compare result are already true/false | Bart Visscher | 2013-08-17 | 1 | -3/+3 | |
| | | ||||||
* | | fix merge conflicts | Georg Ehrke | 2013-08-05 | 1 | -0/+6 | |
|\| | ||||||
| * | Move styles from core to app | Victor Dubiniuk | 2013-07-29 | 1 | -0/+1 | |
| | | ||||||
| * | Allow apps to have own 404 content, closes #3225 | Victor Dubiniuk | 2013-07-29 | 1 | -0/+5 | |
| | | ||||||
* | | style fixes | Georg Ehrke | 2013-07-30 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'master' into oc_preview | Thomas Müller | 2013-07-30 | 1 | -0/+4 | |
|\| | | | | | | | | | | | Conflicts: 3rdparty lib/template.php | |||||
| * | No admin option to enable public upload in case encryption is enabled | Thomas Müller | 2013-07-14 | 1 | -1/+4 | |
| | | | | | | | | No upload on pubic page if public upload is disabled | |||||
| * | fixing Undefined index: publicUploadEnabled | Thomas Müller | 2013-07-12 | 1 | -0/+1 | |
| | | ||||||
* | | implement use of previews in sharing app | Georg Ehrke | 2013-07-11 | 1 | -0/+3 | |
|/ | ||||||
* | fixing check if public share is a folder or not | Thomas Müller | 2013-07-06 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'master' into fixing-3942-master | Thomas Müller | 2013-07-06 | 1 | -0/+3 | |
|\ | | | | | | | | | Conflicts: apps/files/ajax/upload.php | |||||
| * | no anonymous upload on files only folders | Thomas Müller | 2013-07-05 | 1 | -0/+3 | |
| | | ||||||
* | | on reshares we now recursively move to the root of all reshares - therefore ↵ | Thomas Müller | 2013-07-05 | 1 | -16/+2 | |
|/ | | | | some code has been refactured and added as a new public function | |||||
* | Add a "Wrong password." message, if the password | kondou | 2013-07-02 | 1 | -1/+1 | |
| | | | | | | for the public share was wrong. Fix #2725 | |||||
* | for now we disable public upload in case encryption is enabled | Thomas Mueller | 2013-06-28 | 1 | -1/+5 | |
| | ||||||
* | Public upload feature | Roman Geber | 2013-06-25 | 1 | -3/+15 | |
| | ||||||
* | Use the new session wrapper | Robin Appelman | 2013-05-28 | 1 | -3/+3 | |
| | ||||||
* | RUNTIME_NOSETUPFS no longer exists, using tearDownFS() in public links instead | Michael Gapczynski | 2013-05-22 | 1 | -1/+1 | |
| | ||||||
* | Don't display shared links if disabled | Michael Gapczynski | 2013-05-01 | 1 | -0/+7 | |
| | ||||||
* | let public link download handle json encoded file lists | Björn Schießle | 2013-03-13 | 1 | -1/+7 | |
| | ||||||
* | Offer download of whole shared dir only if it does not exceed zip input limit | Arthur Schiwon | 2013-03-07 | 1 | -1/+5 | |
| | ||||||
* | [files_sharing] From echo to p | Lukas Reschke | 2013-02-27 | 1 | -9/+8 | |
| | ||||||
* | Whitespace fixes | Bart Visscher | 2013-02-22 | 1 | -2/+1 | |
| | ||||||
* | Style cleanup files_sharing | Bart Visscher | 2013-02-21 | 1 | -2/+5 | |
| | ||||||
* | Share: fix downloading selected files from public shared folder | Robin Appelman | 2013-02-11 | 1 | -1/+1 | |
| | ||||||
* | Share: fix sorting of files in public shared folder | Robin Appelman | 2013-02-11 | 1 | -0/+12 | |
| | ||||||
* | Share: fix nested subfolders in public shared folders | Robin Appelman | 2013-02-11 | 1 | -3/+6 | |
| | ||||||
* | Share: fix breadcrumbs for public shared folder | Robin Appelman | 2013-02-11 | 1 | -1/+1 | |
| | ||||||
* | Share: fix downloading files from a public shared folder | Robin Appelman | 2013-02-11 | 1 | -1/+1 | |
| | ||||||
* | Set permissions to read only | Michael Gapczynski | 2013-02-10 | 1 | -0/+1 | |
| | ||||||
* | Remove additional old compatibility code | Michael Gapczynski | 2013-02-10 | 1 | -34/+1 | |
| |