Commit Graph

272 Commits (99a97649f21cc9914d7eddbac68b428dc2a0da0d)

Author SHA1 Message Date
Lukas Reschke cc80ce70b4 Catch exception properly 12 years ago
Lukas Reschke e25a0303f4 Streamline CSRF and login check 12 years ago
Lukas Reschke 003fc183a2 Remove stripslashes() from newfolder.php 12 years ago
Lukas Reschke 96cd7c017a Check for existence of $_GET keys 12 years ago
Lukas Reschke 3ff3f641d6 Get rid of `stripslashes()` 12 years ago
Robin Appelman 6daedaf344 Send the proper original name for uploaded files 12 years ago
Lukas Reschke f65cf498f4 Check for existence of $_GET keys 12 years ago
Lukas Reschke 199276bcbb Verify existence of $_GET key 12 years ago
Robin Appelman 64e3ebae74 Add error handling to getstoragestats.php 12 years ago
Vincent Petry 4b1b93507d Only populate tags in main file list 12 years ago
Jörn Friedrich Dreyer c615b3527f show readonly message in file conflict dialog, make it always selected 12 years ago
Victor Dubiniuk adc7135429 Skip headers that can not be split 12 years ago
Robin Appelman 4321d7522e Check if files are deletable before trying to delete them 12 years ago
Joas Schilling 2c39aec8cb Replace deprecated constant with new class constant 12 years ago
Bjoern Schiessle 1d33503487 we no longer need to keep the session open for encryption 12 years ago
Lukas Reschke 3efac5a4f2 Prevent division by zero 12 years ago
Jörn Friedrich Dreyer 18e3856092 log exceptions when listing files 12 years ago
Lukas Reschke 6eeb905871 Do only follow HTTP and HTTPS redirects 12 years ago
Robin Appelman 644755df66 Use bigger transactions when doing explicit file system scans 12 years ago
Vincent Petry e43c9b84c4 Catch exceptions when moving files 12 years ago
Robin Appelman fa3393674c Better phpdoc and method naming 12 years ago
Robin Appelman 65608d7c92 Use the public api to get event sources 12 years ago
Robin Appelman d0266c0bf8 Use public api for getting l10n 12 years ago
Jörn Friedrich Dreyer f551917a3c kill OC::$session 12 years ago
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