Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check if files are deletable before trying to delete them | Robin Appelman | 2014-11-26 | 1 | -1/+3 |
| | |||||
* | 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 |
|/ | |||||
* | Prevent division by zero | Lukas Reschke | 2014-10-24 | 1 | -1/+1 |
| | | | | Potentially fixes https://github.com/owncloud/core/issues/11742 | ||||
* | log exceptions when listing files | Jörn Friedrich Dreyer | 2014-10-08 | 1 | -0/+3 |
| | |||||
* | Do only follow HTTP and HTTPS redirects | Lukas Reschke | 2014-09-22 | 1 | -2/+7 |
| | | | | | | | | We do not want to follow redirects to other protocols since they might allow an adversary to bypass network restrictions. (i.e. a redirect to ftp:// might be used to access files of a FTP server which might be in a secure zone and not be reachable from the net but from the ownCloud server) Get final redirect manually using get_headers() Migrate to HTTPHelper class and add unit tests | ||||
* | Merge pull request #10922 from owncloud/explicit-scan-transactions | Lukas Reschke | 2014-09-09 | 1 | -1/+1 |
|\ | | | | | Use bigger transactions when doing explicit file system scans | ||||
| * | Use bigger transactions when doing explicit file system scans | Robin Appelman | 2014-09-08 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #10739 from owncloud/eventsource-public | Lukas Reschke | 2014-09-08 | 2 | -4/+4 |
|\ \ | | | | | | | Add EventSource to the public API | ||||
| * | | Better phpdoc and method naming | Robin Appelman | 2014-09-04 | 2 | -2/+2 |
| | | | |||||
| * | | Use the public api to get event sources | Robin Appelman | 2014-09-03 | 2 | -4/+4 |
| |/ | |||||
* / | Catch exceptions when moving files | Vincent Petry | 2014-09-05 | 1 | -4/+10 |
|/ | | | | | | | | When moving files on storages that don't expose permissions, the storage itself might throw an exception when the permission is denied. This fix ensures that exceptions are caught and forwarded to the client instead of just hanging. | ||||
* | Use public api for getting l10n | Robin Appelman | 2014-08-31 | 6 | -6/+6 |
| | |||||
* | kill OC::$session | Jörn Friedrich Dreyer | 2014-08-29 | 11 | -11/+11 |
| | | | | | | | | | | | | 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 | ||||
* | Merge pull request #10295 from owncloud/file_actions_error_handling | Björn Schießle | 2014-08-14 | 1 | -1/+2 |
|\ | | | | | file actions improved error handling | ||||
| * | no error if we try to delete a file which no longer exists | Bjoern Schiessle | 2014-08-11 | 1 | -1/+2 |
| | | |||||
| * | no special action for folder named 'Shared' needed | Bjoern Schiessle | 2014-08-11 | 1 | -1/+1 |
| | | |||||
* | | check quota when trying to download a file via new -> web | Jörn Friedrich Dreyer | 2014-08-08 | 1 | -0/+23 |
|/ | |||||
* | More error catching in list.php | Robin Appelman | 2014-07-01 | 1 | -7/+22 |
| | |||||
* | Handle StorageNotAvailableException in ajax/list.php | Robin Appelman | 2014-06-30 | 1 | -27/+37 |
| | |||||
* | Merge if statements | Joas Schilling | 2014-06-23 | 1 | -6/+2 |
| | |||||
* | Remove warning when deleting all entries | Vincent Petry | 2014-06-23 | 1 | -1/+2 |
| | | | | | When deleting all entries, only "allfiles" is defined but not "file" or "files", which caused a PHP warning to be logged. | ||||
* | 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 |
| | |||||
* | Add sorting to files list, trashbin and public files | Vincent Petry | 2014-04-28 | 1 | -1/+4 |
| | |||||
* | 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 |
| | | |||||
* | | Fixed dirInfo check for non existing dir in files ajax call | Vincent Petry | 2014-04-03 | 1 | -1/+1 |
| | | |||||
* | | Files, trashbin, public apps use ajax/JSON for the file list | Vincent Petry | 2014-04-02 | 5 | -113/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | Merge pull request #7107 from owncloud/load-apps-proper-master | Thomas Müller | 2014-03-28 | 4 | -18/+0 |
|\ \ | | | | | | | Load apps proper master | ||||
| * \ | Merge branch 'master' into load-apps-proper-master | Thomas Müller | 2014-03-21 | 13 | -97/+85 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files/ajax/rawlist.php cron.php ocs/v1.php | ||||
| * | | | remove superfluous $RUNTIME_APPTYPES | Thomas Müller | 2014-02-06 | 4 | -18/+0 |
| | | | | |||||
* | | | | 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. | ||||
* | | | Merge pull request #7651 from owncloud/close-session-faster-master | Thomas Müller | 2014-03-20 | 12 | -8/+14 |
|\ \ \ | | | | | | | | | Close session faster | ||||
| * \ \ | Merge branch 'master' into close-session-faster-master | Thomas Müller | 2014-03-19 | 1 | -44/+0 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files/ajax/upgrade.php | ||||
| * | | | | close the session on all file operations | Thomas Müller | 2014-03-10 | 13 | -9/+15 |
| | | | | | |||||
* | | | | | Improve sorting performance of large lists of files | Robin Appelman | 2014-03-19 | 1 | -3/+2 |
| |/ / / |/| | | | |||||
* | | | | drop file cache migration OC5 -> OC6 | Thomas Müller | 2014-03-18 | 1 | -44/+0 |
|/ / / | |||||
* | | | Fixed log warning when deleting a single file | Vincent Petry | 2014-03-07 | 1 | -1/+1 |
| | | | |||||
* | | | don't allow to create a file or folder named 'Shared' in the root folder, ↵ | Bjoern Schiessle | 2014-03-05 | 1 | -1/+1 |
| | | | | | | | | | | | | also exclude all combinations of lower and upper case letters | ||||
* | | | Update rawlist to work with new fileinfo object | Robin Appelman | 2014-02-27 | 1 | -31/+28 |
| | | | |||||
* | | | Merge pull request #6714 from owncloud/files-newfileinvalidcharsfix | Lukas Reschke | 2014-02-20 | 2 | -6/+12 |
|\ \ \ | |_|/ |/| | | Added extra checks for invalid file chars in newfile.php and newfolder.php | ||||
| * | | Added extra checks for invalid file chars in newfile.php and newfolder.php | Vincent Petry | 2014-02-18 | 2 | -6/+12 |
| | | | | | | | | | | | | | | | | | | | | | - added PHP utility function to check for file name validity - fixes issue where a user can create a file called ".." from the files UI - added extra checks to make sure newfile.php and newfolder.php also check for invalid characters | ||||
* | | | Merge pull request #7195 from owncloud/files-selectall | Vincent Petry | 2014-02-19 | 1 | -1/+14 |
|\ \ \ | | | | | | | | | Do not send file list for select all on Download/delete | ||||
| * | | | Do not send file list for select all on Download/delete | Vincent Petry | 2014-02-13 | 1 | -1/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - When all files are selected, do not send the whole file list - Download will trigger download for the parent folder, also works with root - Delete will send "allfiles" to the server that will find the file list or the passed directory by itself | ||||
* | | | | use a FileInfo object of the directory when generting the filelist | Robin Appelman | 2014-02-18 | 1 | -2/+3 |
| |/ / |/| | |