Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | don't allow to create a file or folder named 'Shared' in the root folder, ↵ | Bjoern Schiessle | 2014-03-06 | 1 | -1/+1 |
| | | | | also exclude all combinations of lower and upper case letters | ||||
* | Send correct path on file upload when using public app | Joas Schilling | 2014-02-14 | 1 | -4/+12 |
| | | | | Fix issue #7152 | ||||
* | Only add files to file list when uploading to current directory | Joas Schilling | 2014-02-10 | 1 | -2/+4 |
| | | | | Fix Issue #6683 | ||||
* | OC_Util::setupFS($user) will create a data dir for the given string - no ↵ | Thomas Müller | 2014-01-21 | 1 | -0/+1 |
| | | | | | | | matter if the user really exists - OCP\JSON::checkUserExists($owner); introduces a ready to use check which will bail out with an JSON error Conflicts: lib/public/json.php | ||||
* | Files app backend now normalizes paths before rendering templates | Vincent Petry | 2013-11-14 | 1 | -1/+1 |
| | | | | | | | | Before rendering breadcrumbs or the file list, the paths are now normalized. This prevents the UI to show "." breadcrumbs in case the path contains sections with "/./" Fixes #5848 | ||||
* | Fixed storage stats to be based on current directory | Vincent Petry | 2013-11-06 | 1 | -1/+7 |
| | | | | | | | | Previously, the storage statistics were always for the root dir. This means that the upload button would always show the limit for the root dir, even when uploading to a shared dir or external storage. This fix adds a "dir" argument to getstoragestats.php. | ||||
* | Added missing comma to make the next diff cleaner | Vincent Petry | 2013-10-31 | 1 | -1/+1 |
| | |||||
* | Append file etag to preview URLs | Vincent Petry | 2013-10-28 | 2 | -1/+4 |
| | | | | Fixes #5534 | ||||
* | Fix double not in newfile/newfolder language. | Andreas Fischer | 2013-10-27 | 2 | -2/+2 |
| | |||||
* | fix translations | Jörn Friedrich Dreyer | 2013-10-23 | 2 | -10/+10 |
| | |||||
* | cleanup array value assignment | Jörn Friedrich Dreyer | 2013-10-23 | 1 | -8/+4 |
| | |||||
* | cleanup precondition checking when creating new files / folders | Jörn Friedrich Dreyer | 2013-10-23 | 2 | -19/+50 |
| | | | | | | - use i18n - use trim when checking for empty file / folder name - use more verbose error descriptions | ||||
* | use correct filename in error result json | Jörn Friedrich Dreyer | 2013-10-23 | 1 | -1/+1 |
| | |||||
* | fixing undefined variable $newname | Thomas Müller | 2013-10-22 | 1 | -1/+1 |
| | |||||
* | prevent user from creating or renaming sth. to an existing filename | Jörn Friedrich Dreyer | 2013-10-22 | 1 | -0/+15 |
| | | | | | | | | - show tooltip when violating naming constraints while typing - when target filename exists on server fallback to dialog to interrupt the users flow because something unexpected went wrong - fixes #5062 - also fixes some whitespace and codestyle issues in files js - uses css selector over filterAttr in touched js files | ||||
* | Fixed upload permissions distinction between public and logged in upload | Vincent Petry | 2013-10-17 | 1 | -2/+7 |
| | | | | Fixes #5370 | ||||
* | Fixed file permissions after public upload | Vincent Petry | 2013-10-14 | 1 | -2/+2 |
| | | | | Fixes #5328 | ||||
* | catch exceptions while uploading and pass on the error message | Thomas Müller | 2013-10-08 | 1 | -23/+28 |
| | |||||
* | Remove require in rawlist.php | kondou | 2013-10-02 | 1 | -4/+0 |
| | | | | Thanks @tanghus for pointing out the unneccessity of it. | ||||
* | Fix require in apps/files/ajax/rawlist.php | kondou | 2013-10-02 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into appframework-master | Thomas Müller | 2013-09-25 | 5 | -23/+61 |
|\ | | | | | | | | | | | Conflicts: apps/files/lib/helper.php apps/files_trashbin/lib/helper.php | ||||
| * | remove unneccessary lib in namespace | Jörn Friedrich Dreyer | 2013-09-20 | 5 | -10/+10 |
| | | |||||
| * | namespaces use upcasefirst parts | Jörn Friedrich Dreyer | 2013-09-20 | 5 | -10/+10 |
| | | | | | | | | | | 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! | ||||
| * | Merge branch 'master' into fix_3728_with_file_exists_dialog | Jörn Friedrich Dreyer | 2013-09-19 | 1 | -2/+4 |
| |\ | | | | | | | | | | | | | Conflicts: apps/files/js/filelist.js | ||||
| | * | adding comma to get cleaner diffs in the future | Thomas Müller | 2013-09-18 | 1 | -1/+1 |
| | | | |||||
| | * | add permissions of the file to the json response | Thomas Müller | 2013-09-18 | 1 | -1/+2 |
| | | | |||||
| * | | Merge branch 'master' into fix_3728_with_file_exists_dialog | Jörn Friedrich Dreyer | 2013-09-17 | 2 | -31/+66 |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files/css/files.css apps/files/js/file-upload.js apps/files/js/filelist.js apps/files/js/files.js apps/files_sharing/js/public.js core/js/jquery.ocdialog.js core/js/oc-dialogs.js | ||||
| * | | fix upload of multiple files | Jörn Friedrich Dreyer | 2013-09-06 | 1 | -23/+38 |
| | | | |||||
| * | | refactor replace and autorename resolution in upload.php | Jörn Friedrich Dreyer | 2013-09-06 | 1 | -39/+33 |
| | | | |||||
| * | | Merge branch 'master' into fix_3728_with_file_exists_dialog | Jörn Friedrich Dreyer | 2013-09-04 | 5 | -24/+43 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files/ajax/upload.php apps/files/js/file-upload.js apps/files/js/filelist.js apps/files/js/files.js apps/files/templates/part.list.php | ||||
| * | | | reduced complexity, added listing conflicts to dialog | Jörn Friedrich Dreyer | 2013-08-22 | 1 | -0/+1 |
| | | | | |||||
| * | | | progress fixes | Jörn Friedrich Dreyer | 2013-08-16 | 1 | -4/+5 |
| | | | | |||||
| * | | | fix whitespace, check selected files before starting upload | Jörn Friedrich Dreyer | 2013-08-14 | 1 | -8/+31 |
| | | | | |||||
* | | | | use \OC::$server->getPreviewManager() instead of \OCP\Preview | Thomas Müller | 2013-09-17 | 1 | -3/+3 |
| |_|/ |/| | | |||||
* | | | Merge pull request #4853 from owncloud/external-shared_mimetype-icons | Thomas Müller | 2013-09-15 | 1 | -11/+9 |
|\ \ \ | | | | | | | | | Use external and shared icons in OC.Dialogs.filepicker() | ||||
| * | | | Use external and shared icons in OC.Dialogs.filepicker() | kondou | 2013-09-14 | 1 | -11/+9 |
| | | | | |||||
* | | | | Fixed ajax support to also update the current dir permissions | Vincent Petry | 2013-09-13 | 1 | -0/+4 |
| | | | | |||||
* | | | | Ajax calls for "files" and "files_trashbin" apps | Vincent Petry | 2013-09-13 | 1 | -20/+18 |
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | | Merge pull request #4816 from owncloud/fixing-723-master | Jan-Christoph Borchardt | 2013-09-12 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Fixing 723 master | ||||
| * | | | adding calls to \OCA\files\lib\Helper::determineIcon($i) in files, trashbin ↵ | Thomas Müller | 2013-09-12 | 1 | -0/+1 |
| | |/ | |/| | | | | | | | and sharing | ||||
* | | | Clean up rawlist.php and fix non-array request | kondou | 2013-09-12 | 1 | -20/+30 |
| | | | |||||
* | | | Split some lines, use ===, avoid unnecessary operation | kondou | 2013-09-11 | 1 | -5/+7 |
| | | | |||||
* | | | Use usort() instead of uasort() to not maintain keys | kondou | 2013-09-06 | 1 | -1/+1 |
| | | | |||||
* | | | Sort files by name, not by mimetype | kondou | 2013-09-05 | 1 | -0/+9 |
| | | | |||||
* | | | Only use mimetype_list and clean up a bit | kondou | 2013-09-05 | 1 | -9/+10 |
| | | | |||||
* | | | Make it possible to pass rawlist.php an JSON array, to filter by more than ↵ | kondou | 2013-09-05 | 1 | -5/+17 |
|/ / | | | | | | | one mimetype | ||||
* | | use gerMimeTypeDetector detectPath instead of getMimeType | Georg Ehrke | 2013-08-30 | 1 | -1/+1 |
| | | |||||
* | | backport of #4357 to master | Thomas Müller | 2013-08-27 | 1 | -10/+14 |
| | | |||||
* | | Merge pull request #4497 from owncloud/newlines_at_eof_kondou | Kondou | 2013-08-18 | 1 | -1/+1 |
|\ \ | | | | | | | Add newlines at the end of files | ||||
| * | | Add _many_ newlines at the end of files | kondou | 2013-08-18 | 1 | -1/+1 |
| | | |