Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -0/+1 |
| | |||||
* | allow ".." in folder names | Individual IT Services | 2015-09-14 | 1 | -1/+1 |
| | | | | ".." are valid in folder names, only ".." by itself is invalid fix for #18987 | ||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -1/+0 |
| | |||||
* | Verify if path exists | Lukas Reschke | 2015-06-18 | 1 | -0/+4 |
| | | | | We need to check if the path exists and throw an error instead of handling this situation ungraciously. | ||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -1/+33 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -32/+1 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -1/+32 |
| | |||||
* | Manually type-case all AJAX files | Lukas Reschke | 2015-02-13 | 1 | -3/+3 |
| | | | | | | This enforces proper types on POST and GET arguments where I considered it sensible. I didn't update some as I don't know what kind of values they would support :see_no_evil: Fixes https://github.com/owncloud/core/issues/14196 for core | ||||
* | Get rid of `stripslashes()` | Lukas Reschke | 2015-01-13 | 1 | -2/+2 |
| | | | | This conversions are actually totally unneeded and probably left-overs from ages where the safe_mode was still a valid thing. | ||||
* | Send the proper original name for uploaded files | Robin Appelman | 2015-01-12 | 1 | -2/+2 |
| | |||||
* | show readonly message in file conflict dialog, make it always selected | Jörn Friedrich Dreyer | 2014-12-11 | 1 | -6/+18 |
| | |||||
* | Merge pull request #12421 from ↵ | Morris Jobke | 2014-11-26 | 1 | -3/+3 |
|\ | | | | | | | | | owncloud/issue/6101-remove-namespace-permission-constants Issue/6101 remove namespace permission constants | ||||
| * | Replace deprecated constant with new class constant | Joas Schilling | 2014-11-25 | 1 | -3/+3 |
| | | |||||
* | | we no longer need to keep the session open for encryption | Bjoern Schiessle | 2014-11-25 | 1 | -6/+2 |
|/ | |||||
* | Use public api for getting l10n | Robin Appelman | 2014-08-31 | 1 | -1/+1 |
| | |||||
* | kill OC::$session | Jörn Friedrich Dreyer | 2014-08-29 | 1 | -1/+1 |
| | | | | | | | | | | | | maintain deprecated \OC::$session when getting or setting the session via the server container or UserSession restore order os OC::$session and OC::$CLI remove unneded initialization of dummy session write back session when $useCustomSession is true log warning when deprecated app is used | ||||
* | set incognitoMode to true, getUser should always return false during public ↵ | Bjoern Schiessle | 2014-08-18 | 1 | -1/+3 |
| | | | | upload | ||||
* | Fixed uploading by drag and drop into folder | Vincent Petry | 2014-06-19 | 1 | -19/+21 |
| | |||||
* | php upload errors are written to log | Thomas Müller | 2014-05-22 | 1 | -1/+3 |
| | |||||
* | remove unused exit() | Thomas Müller | 2014-04-07 | 1 | -1/+0 |
| | |||||
* | Merge branch 'master' of https://github.com/lukepolo/core-1 into lukepolo-master | Thomas Müller | 2014-04-07 | 1 | -8/+18 |
|\ | | | | | | | | | Conflicts: apps/files/js/file-upload.js | ||||
| * | Feature Added : Ability to drag and drop in Chrome | Luke Policinski | 2014-02-19 | 1 | -2/+2 |
| | | |||||
| * | Feature Added : Ability to drag and drop in Chrome | Luke Policinski | 2014-02-19 | 1 | -8/+18 |
| | | |||||
* | | Files, trashbin, public apps use ajax/JSON for the file list | Vincent Petry | 2014-04-02 | 1 | -26/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Files app: - removed file list template, now rendering list from JSON response - FileList.addFile/addDir is now FileList.add() and takes a JS map with all required arguments instead of having a long number of function arguments - added unit tests for many FileList operations - fixed newfile.php, newfolder.php and rename.php to return the file's full JSON on success - removed obsolete/unused undo code - removed download_url / loading options, now using Files.getDownloadUrl() for that - server side now uses Helper::getFileInfo() to prepare file JSON response - previews are now client-side only Breadcrumbs are now JS only: - Added BreadCrumb class to handle breadcrumb rendering and events - Added unit test for BreadCrumb class - Moved all relevant JS functions to the BreadCrumb class Public page now uses ajax to load the file list: - Added Helper class in sharing app to make it easier to authenticate and retrieve the file's real path - Added ajax/list.php to retrieve the file list - Fixed FileActions and FileList to work with the ajax list Core: - Fixed file picker dialog to use the same list format as files app | ||||
* | | Fix public upload to not close session when encryption is on | Vincent Petry | 2014-03-24 | 1 | -1/+4 |
| | | | | | | | | | | The encryption app needs to create keys when uploading files, so the session needs to be kept open in such case. | ||||
* | | close the session on all file operations | Thomas Müller | 2014-03-10 | 1 | -0/+1 |
|/ | |||||
* | Send correct path on file upload when using public app | Joas Schilling | 2014-02-12 | 1 | -4/+12 |
| | | | | Fix issue #7152 | ||||
* | Only add files to file list when uploading to current directory | Joas Schilling | 2014-02-07 | 1 | -2/+4 |
| | | | | Fix Issue #6683 | ||||
* | Added error message for when target folder was removed | Vincent Petry | 2014-01-29 | 1 | -2/+4 |
| | | | | | | | | | | Whent trying to upload/rename/create files in a folder that was removed or rename, the correct error message is now shown. In the case of upload of multiple files, the upload is cancelled. This situation can happen if the target folder was renamed or removed from another browser window or client. | ||||
* | 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 | ||||
* | Append file etag to preview URLs | Vincent Petry | 2013-10-28 | 1 | -0/+2 |
| | | | | Fixes #5534 | ||||
* | 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 unneccessary lib in namespace | Jörn Friedrich Dreyer | 2013-09-20 | 1 | -2/+2 |
| | |||||
* | namespaces use upcasefirst parts | Jörn Friedrich Dreyer | 2013-09-20 | 1 | -2/+2 |
| | | | | | 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 |
| | | |||||
* | | 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 | 1 | -10/+16 |
|\| | | | | | | | | | | | | | | | | | 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 | ||||
| * | backport of #4357 to master | Thomas Müller | 2013-08-27 | 1 | -10/+14 |
| | | |||||
* | | 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 |
|/ | |||||
* | Merge branch 'master' into fixing-3942-master | Thomas Müller | 2013-07-06 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: apps/files/ajax/upload.php | ||||
| * | proper fix for getting the shared item if no user is logged in | Thomas Müller | 2013-07-05 | 1 | -4/+5 |
| | | |||||
| * | php 5.3 compliant now | Thomas Müller | 2013-07-05 | 1 | -1/+2 |
| | | |||||
| * | get the real physical folder name for anonymous upload | Thomas Müller | 2013-07-05 | 1 | -2/+7 |
| | |