Commit Graph

242 Commits (3115053bbb3a1ba5d0bb3562bea6b7ef94a09cd0)

Author SHA1 Message Date
Bjoern Schiessle 043cd1d02b set incognitoMode to true, getUser should always return false during public upload 12 years ago
Bjoern Schiessle 5b75b15292 no error if we try to delete a file which no longer exists 12 years ago
Bjoern Schiessle 5bbecdb9ee no special action for folder named 'Shared' needed 12 years ago
Jörn Friedrich Dreyer c24957565c check quota when trying to download a file via new -> web 12 years ago
Robin Appelman 8339618ead More error catching in list.php 12 years ago
Robin Appelman 4526bc0ba6 Handle StorageNotAvailableException in ajax/list.php 12 years ago
Joas Schilling c98b7fe7fc Merge if statements 12 years ago
Vincent Petry 909e505c2e Remove warning when deleting all entries 12 years ago
Vincent Petry 9ef7410abe Fixed uploading by drag and drop into folder 12 years ago
Thomas Müller 201cc59fe0 php upload errors are written to log 12 years ago
Vincent Petry 688f6162da Add sorting to files list, trashbin and public files 12 years ago
Thomas Müller 6d373e97c3 remove unused exit() 13 years ago
Vincent Petry 7c9537f33a Fixed dirInfo check for non existing dir in files ajax call 13 years ago
Vincent Petry 0be9de5df5 Files, trashbin, public apps use ajax/JSON for the file list 13 years ago
Vincent Petry e72b2e6e3b Fix public upload to not close session when encryption is on 13 years ago
Robin Appelman 214357ca68 Improve sorting performance of large lists of files 13 years ago
Thomas Müller 6b9ae27b90 drop file cache migration OC5 -> OC6 13 years ago
Thomas Müller 58c216d0e8 close the session on all file operations 13 years ago
Vincent Petry 5671aac5ca Fixed log warning when deleting a single file 13 years ago
Bjoern Schiessle 2e73c957e5 don't allow to create a file or folder named 'Shared' in the root folder, also exclude all combinations of lower and upper case letters 13 years ago
Robin Appelman 7c92e2e3ad Update rawlist to work with new fileinfo object 13 years ago
Luke Policinski b01492fecd Feature Added : Ability to drag and drop in Chrome 13 years ago
Luke Policinski 79a6d89bcc Feature Added : Ability to drag and drop in Chrome 13 years ago
Vincent Petry 797e0a614c Added extra checks for invalid file chars in newfile.php and newfolder.php 13 years ago
Robin Appelman d18b9f6ea4 use a FileInfo object of the directory when generting the filelist 13 years ago
Vincent Petry d5397d813c Do not send file list for select all on Download/delete 13 years ago
Joas Schilling 9619459e37 Send correct path on file upload when using public app 13 years ago
Joas Schilling af7366cd30 Only add files to file list when uploading to current directory 13 years ago
Thomas Müller 21207c6a73 remove superfluous $RUNTIME_APPTYPES 13 years ago
Vincent Petry 58c7042e70 Added error message for when target folder was removed 13 years ago
Thomas Müller 23a4d0d44e OC_Util::setupFS($user) will create a data dir for the given string - no matter if the user really exists - OCP\JSON::checkUserExists($owner); introduces a ready to use check which will bail out with an JSON error 13 years ago
Vincent Petry 335b2f40a6 Fixed download file from URL error messages 13 years ago
Vincent Petry 008c3b80d6 Files app backend now normalizes paths before rendering templates 13 years ago
Vincent Petry 31181e4348 Fixed storage stats to be based on current directory 13 years ago
Vincent Petry 35dd568f8f Added missing comma to make the next diff cleaner 13 years ago
Vincent Petry e62ca4ea4f Append file etag to preview URLs 13 years ago
Andreas Fischer eb2d66d1a0 Fix double not in newfile/newfolder language. 13 years ago
Jörn Friedrich Dreyer 4991a7bd06 fix translations 13 years ago
Jörn Friedrich Dreyer a9735c8a6f cleanup array value assignment 13 years ago
Jörn Friedrich Dreyer af7ec3169b cleanup precondition checking when creating new files / folders 13 years ago
Jörn Friedrich Dreyer bc0faa1c4e use correct filename in error result json 13 years ago
Thomas Müller bf46e0c317 fixing undefined variable $newname 13 years ago
Jörn Friedrich Dreyer 45e6d96702 prevent user from creating or renaming sth. to an existing filename 13 years ago
Vincent Petry 9cfb438ff7 Fixed upload permissions distinction between public and logged in upload 13 years ago
Vincent Petry 09b084dfed Fixed file permissions after public upload 13 years ago
Thomas Müller 7c6ed6ab33 catch exceptions while uploading and pass on the error message 13 years ago
kondou feb7028a78 Remove require in rawlist.php 13 years ago
kondou 013e9c27d2 Fix require in apps/files/ajax/rawlist.php 13 years ago
Jörn Friedrich Dreyer 4b3e56bcf9 remove unneccessary lib in namespace 13 years ago
Jörn Friedrich Dreyer 9e39118b52 namespaces use upcasefirst parts 13 years ago