| Commit message (Expand) | Author | Age | Files | Lines |
* | update license headers and authors | Morris Jobke | 2015-06-25 | 7 | -7/+1 |
* | Verify if path exists | Lukas Reschke | 2015-06-18 | 1 | -0/+4 |
* | Catch exceptions in files ajax calls | Vincent Petry | 2015-06-03 | 4 | -21/+59 |
* | fix filepicker | Morris Jobke | 2015-04-13 | 1 | -2/+24 |
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 11 | -40/+275 |
* | adding storage specific filename verification - refs #13640 | Thomas Müller | 2015-03-09 | 2 | -32/+20 |
* | remove $content parameter | Thomas Müller | 2015-03-02 | 1 | -7/+4 |
* | Remove "Download from URL" feature | Lukas Reschke | 2015-03-02 | 1 | -107/+14 |
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 11 | -269/+42 |
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 11 | -42/+269 |
* | Merge pull request #14199 from owncloud/cast-type-manually | Morris Jobke | 2015-02-19 | 11 | -24/+24 |
|\ |
|
| * | Do not change behaviour of 'false' | Joas Schilling | 2015-02-13 | 1 | -2/+2 |
| * | Manually type-case all AJAX files | Lukas Reschke | 2015-02-13 | 11 | -26/+26 |
* | | Merge pull request #13505 from owncloud/streamline-scanning-code | Thomas Müller | 2015-02-19 | 1 | -1/+5 |
|\ \ |
|
| * | | Streamline auth and CSRF check in scan.php | Lukas Reschke | 2015-01-20 | 1 | -1/+5 |
* | | | Ensure that passed argument is always a string | Lukas Reschke | 2015-02-13 | 1 | -1/+1 |
| |/
|/| |
|
* | | Merge pull request #13502 from owncloud/streamline-authentication-in-newfile | Morris Jobke | 2015-02-07 | 1 | -6/+3 |
|\ \ |
|
| * | | Streamline CSRF and login check | Lukas Reschke | 2015-01-20 | 1 | -6/+3 |
| |/ |
|
* / | Catch exception properly | Lukas Reschke | 2015-02-04 | 1 | -1/+6 |
|/ |
|
* | Remove stripslashes() from newfolder.php | Lukas Reschke | 2015-01-19 | 1 | -2/+1 |
* | Check for existence of $_GET keys | Lukas Reschke | 2015-01-14 | 1 | -2/+2 |
* | Get rid of `stripslashes()` | Lukas Reschke | 2015-01-13 | 5 | -9/+8 |
* | Merge pull request #13279 from owncloud/upload-original-name | Morris Jobke | 2015-01-12 | 1 | -2/+2 |
|\ |
|
| * | Send the proper original name for uploaded files | Robin Appelman | 2015-01-12 | 1 | -2/+2 |
* | | Check for existence of $_GET keys | Lukas Reschke | 2015-01-09 | 1 | -5/+5 |
|/ |
|
* | Verify existence of $_GET key | Lukas Reschke | 2015-01-09 | 1 | -1/+3 |
* | Add error handling to getstoragestats.php | Robin Appelman | 2015-01-06 | 1 | -1/+5 |
* | Only populate tags in main file list | Vincent Petry | 2014-12-18 | 1 | -0/+1 |
* | Merge pull request #12698 from owncloud/handle_readonly_shared_files | Morris Jobke | 2014-12-12 | 1 | -6/+18 |
|\ |
|
| * | show readonly message in file conflict dialog, make it always selected | Jörn Friedrich Dreyer | 2014-12-11 | 1 | -6/+18 |
* | | Skip headers that can not be split | Victor Dubiniuk | 2014-12-08 | 1 | -0/+3 |
|/ |
|
* | Check if files are deletable before trying to delete them | Robin Appelman | 2014-11-26 | 1 | -1/+3 |
* | 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 |
|/ |
|
* | Prevent division by zero | Lukas Reschke | 2014-10-24 | 1 | -1/+1 |
* | 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 |
* | 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 | Robin Appelman | 2014-09-08 | 1 | -1/+1 |
* | | Merge pull request #10739 from owncloud/eventsource-public | Lukas Reschke | 2014-09-08 | 2 | -4/+4 |
|\ \ |
|
| * | | 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 |
|/ |
|
* | 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 |
* | set incognitoMode to true, getUser should always return false during public u... | Bjoern Schiessle | 2014-08-18 | 1 | -1/+3 |
* | Merge pull request #10295 from owncloud/file_actions_error_handling | Björn Schießle | 2014-08-14 | 1 | -1/+2 |
|\ |
|
| * | 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 |