| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused legacy ajax/list.php in files app | Vincent Petry | 2023-01-09 | 1 | -108/+0 |
* | Return 404 when AJAX tries to list dir content but file given | MichaIng | 2022-01-26 | 1 | -1/+1 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 2 | -3/+1 |
* | Drop \OCP\User | Christoph Wurst | 2021-05-21 | 1 | -1/+1 |
* | tain-escape the cookie input | Roeland Jago Douma | 2021-02-09 | 1 | -4/+18 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -1/+1 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 2 | -1/+2 |
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 2 | -12/+12 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 2 | -2/+3 |
* | Replace hardcoded status headers with calls to http_response_code() | Morris Jobke | 2018-06-26 | 1 | -1/+1 |
* | Move calls to \OCP\JSON to private \OC_JSON | Roeland Jago Douma | 2018-03-22 | 1 | -5/+5 |
* | Remove deprecated URL functions for OCP\Util | Roeland Jago Douma | 2018-03-13 | 1 | -1/+1 |
* | Move storagestats endpoint to proper controller | Roeland Jago Douma | 2018-03-13 | 1 | -40/+0 |
* | Use proper method to log exceptions | Morris Jobke | 2018-03-12 | 1 | -3/+3 |
* | Use ::class statement instead of string | Morris Jobke | 2018-01-29 | 1 | -3/+7 |
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+1 |
* | Fix comparisons in the files app | Joas Schilling | 2017-08-01 | 1 | -1/+1 |
* | share api expanded by tags (#26583) | Michael Jobst | 2017-04-11 | 1 | -1/+0 |
* | Merge pull request #1883 from nextcloud/downstream-26145 | Morris Jobke | 2016-10-25 | 1 | -5/+5 |
|\ |
|
| * | Storage 503 message improvements | Vincent Petry | 2016-10-24 | 1 | -5/+5 |
* | | 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 | 4 | -4/+4 |
* | Fix apps/ | Joas Schilling | 2016-07-21 | 4 | -5/+9 |
* | 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 | 4 | -10/+10 |
* | Http Range requests support in downloads | Piotr Filiciak | 2016-05-20 | 1 | -1/+10 |
* | 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 | 4 | -4/+5 |
* | Merge pull request #11131 from owncloud/use-phpini-wrapper | Thomas Müller | 2015-12-07 | 1 | -1/+1 |
|\ |
|
| * | Replacing ini_get instances with inigetwrapper usages | Clark Tomlinson | 2015-11-23 | 1 | -1/+1 |
* | | Move files/ajax/scan.php to background job | Lukas Reschke | 2015-11-28 | 1 | -94/+0 |
* | | Skip unavailable storages in scanner | Robin Appelman | 2015-11-27 | 1 | -1/+1 |
* | | Dont output paths in scan.php | Robin Appelman | 2015-11-25 | 1 | -8/+0 |
|/ |
|
* | Make public link share page work with Webdav and add operations | Vincent Petry | 2015-11-22 | 1 | -5/+2 |
* | Make files app use Webdav for most operations | Vincent Petry | 2015-11-22 | 5 | -400/+0 |
* | update licence headers via script | Morris Jobke | 2015-10-05 | 3 | -1/+2 |
* | allow ".." in folder names | Individual IT Services | 2015-09-14 | 1 | -1/+1 |
* | Prevent scanner going crazy with unavailable storages | Vincent Petry | 2015-08-24 | 1 | -4/+8 |
* | Merge pull request #17175 from owncloud/add-download-feedback | Morris Jobke | 2015-07-30 | 1 | -0/+11 |
|\ |
|
| * | Add proper download started feedback | Morris Jobke | 2015-07-07 | 1 | -0/+11 |
* | | Remove ajax/mimeicon.php and its route | Roeland Jago Douma | 2015-07-09 | 1 | -27/+0 |
|/ |
|
* | 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 |