Commit Graph

283 Commits (fb4cf532533d99abfd1b4f40ef6319d484f6ef85)

Author SHA1 Message Date
Thomas Müller 4bac595068 adding storage specific filename verification - refs #13640 10 years ago
Thomas Müller 345c527ed0 remove $content parameter 10 years ago
Lukas Reschke acabd81f42 Remove "Download from URL" feature 10 years ago
Morris Jobke 06aef4e8b1 Revert "Updating license headers" 10 years ago
Jenkins for ownCloud 6a1a4880f0 Updating license headers 10 years ago
Joas Schilling 200c0c89dc Do not change behaviour of 'false' 10 years ago
Lukas Reschke a7df23ceba Manually type-case all AJAX files 10 years ago
Lukas Reschke 9904b30070 Ensure that passed argument is always a string 10 years ago
Lukas Reschke cc80ce70b4 Catch exception properly 10 years ago
Lukas Reschke 3f5d4d82e4 Streamline auth and CSRF check in scan.php 10 years ago
Lukas Reschke e25a0303f4 Streamline CSRF and login check 10 years ago
Lukas Reschke 003fc183a2 Remove stripslashes() from newfolder.php 10 years ago
Lukas Reschke 96cd7c017a Check for existence of $_GET keys 10 years ago
Lukas Reschke 3ff3f641d6 Get rid of `stripslashes()` 10 years ago
Robin Appelman 6daedaf344 Send the proper original name for uploaded files 10 years ago
Lukas Reschke f65cf498f4 Check for existence of $_GET keys 10 years ago
Lukas Reschke 199276bcbb Verify existence of $_GET key 10 years ago
Robin Appelman 64e3ebae74 Add error handling to getstoragestats.php 10 years ago
Vincent Petry 4b1b93507d Only populate tags in main file list 10 years ago
Jörn Friedrich Dreyer c615b3527f show readonly message in file conflict dialog, make it always selected 10 years ago
Victor Dubiniuk adc7135429 Skip headers that can not be split 10 years ago
Robin Appelman 4321d7522e Check if files are deletable before trying to delete them 10 years ago
Joas Schilling 2c39aec8cb Replace deprecated constant with new class constant 10 years ago
Bjoern Schiessle 1d33503487 we no longer need to keep the session open for encryption 10 years ago
Lukas Reschke 3efac5a4f2 Prevent division by zero 11 years ago
Jörn Friedrich Dreyer 18e3856092 log exceptions when listing files 11 years ago
Lukas Reschke 6eeb905871 Do only follow HTTP and HTTPS redirects 11 years ago
Robin Appelman 644755df66 Use bigger transactions when doing explicit file system scans 11 years ago
Vincent Petry e43c9b84c4 Catch exceptions when moving files 11 years ago
Robin Appelman fa3393674c Better phpdoc and method naming 11 years ago
Robin Appelman 65608d7c92 Use the public api to get event sources 11 years ago
Robin Appelman d0266c0bf8 Use public api for getting l10n 11 years ago
Jörn Friedrich Dreyer f551917a3c kill OC::$session 11 years ago
Bjoern Schiessle 043cd1d02b set incognitoMode to true, getUser should always return false during public upload 11 years ago
Bjoern Schiessle 5b75b15292 no error if we try to delete a file which no longer exists 11 years ago
Bjoern Schiessle 5bbecdb9ee no special action for folder named 'Shared' needed 11 years ago
Jörn Friedrich Dreyer c24957565c check quota when trying to download a file via new -> web 11 years ago
Robin Appelman 8339618ead More error catching in list.php 11 years ago
Robin Appelman 4526bc0ba6 Handle StorageNotAvailableException in ajax/list.php 11 years ago
Joas Schilling c98b7fe7fc Merge if statements 11 years ago
Vincent Petry 909e505c2e Remove warning when deleting all entries 11 years ago
Vincent Petry 9ef7410abe Fixed uploading by drag and drop into folder 11 years ago
Thomas Müller 201cc59fe0 php upload errors are written to log 11 years ago
Vincent Petry 688f6162da Add sorting to files list, trashbin and public files 11 years ago
Thomas Müller 6d373e97c3 remove unused exit() 11 years ago
Vincent Petry 7c9537f33a Fixed dirInfo check for non existing dir in files ajax call 11 years ago
Vincent Petry 0be9de5df5 Files, trashbin, public apps use ajax/JSON for the file list 11 years ago
Vincent Petry e72b2e6e3b Fix public upload to not close session when encryption is on 11 years ago
Robin Appelman 214357ca68 Improve sorting performance of large lists of files 11 years ago
Thomas Müller 6b9ae27b90 drop file cache migration OC5 -> OC6 11 years ago