| Commit message (Expand) | Author | Age | Files | Lines |
* | Use Webdav PUT for uploads in the web browser | Vincent Petry | 2016-10-24 | 1 | -283/+0 |
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
* | Fix apps/ | Joas Schilling | 2016-07-21 | 1 | -2/+3 |
* | smaller files drop fixes | Arthur Schiwon | 2016-06-11 | 1 | -1/+7 |
* | Make uploading possible via select and cleanup CSS | Lukas Reschke | 2016-06-09 | 1 | -0/+23 |
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -4/+4 |
* | Fix uploading when free space is unlimited | Vincent Petry | 2016-03-07 | 1 | -1/+1 |
* | Defer quota check in web UI when overwriting shared file | Vincent Petry | 2016-02-17 | 1 | -2/+6 |
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+2 |
* | Replacing ini_get instances with inigetwrapper usages | Clark Tomlinson | 2015-11-23 | 1 | -1/+1 |
* | Make public link share page work with Webdav and add operations | Vincent Petry | 2015-11-22 | 1 | -5/+2 |
* | 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 |
* | 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 |
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -1/+33 |
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -32/+1 |
* | 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 |
* | Get rid of `stripslashes()` | Lukas Reschke | 2015-01-13 | 1 | -2/+2 |
* | 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 owncloud/issue/6101-remove-namespace-permissio... | Morris Jobke | 2014-11-26 | 1 | -3/+3 |
|\ |
|
| * | 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 |
* | set incognitoMode to true, getUser should always return false during public u... | Bjoern Schiessle | 2014-08-18 | 1 | -1/+3 |
* | 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 |
|\ |
|
| * | 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 |
* | | Fix public upload to not close session when encryption is on | Vincent Petry | 2014-03-24 | 1 | -1/+4 |
* | | 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 |
* | Only add files to file list when uploading to current directory | Joas Schilling | 2014-02-07 | 1 | -2/+4 |
* | Added error message for when target folder was removed | Vincent Petry | 2014-01-29 | 1 | -2/+4 |
* | OC_Util::setupFS($user) will create a data dir for the given string - no matt... | Thomas Müller | 2014-01-21 | 1 | -0/+1 |
* | Append file etag to preview URLs | Vincent Petry | 2013-10-28 | 1 | -0/+2 |
* | Fixed upload permissions distinction between public and logged in upload | Vincent Petry | 2013-10-17 | 1 | -2/+7 |
* | Fixed file permissions after public upload | Vincent Petry | 2013-10-14 | 1 | -2/+2 |
* | 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 |
* | Merge branch 'master' into fix_3728_with_file_exists_dialog | Jörn Friedrich Dreyer | 2013-09-19 | 1 | -2/+4 |
|\ |
|
| * | 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 |