Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #16969 from ↵ | Roeland Jago Douma | 2019-09-03 | 1 | -1/+1 |
|\ | | | | | | | | | nextcloud/bugfix/14350/thumbnail_should_open_thefile_not_sidebar When you click on thumbnail of a file, it should open the file not the sidebar | ||||
| * | Change filelist _onClickFile function so thumbnail to open the file instead ↵ | Greta Doci | 2019-09-02 | 1 | -1/+1 |
| | | | | | | | | | | | | of the sidebar Signed-off-by: Greta Doci <gretadoci@gmail.com> | ||||
* | | Fix grid view | Jonathan Matthews | 2019-08-19 | 1 | -0/+5 |
|/ | | | Signed-off-by: Jonathan Matthews <jgit@pixelnet.work> | ||||
* | Rename delete label to Delete folder/file | John Molakvoæ (skjnldsv) | 2019-08-14 | 1 | -1/+4 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | fix XSS when adding a file with a malicious name to favorites | Max Fichtelmann | 2019-07-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Max Fichtelmann <max.fichtelmann@procilon.de> | ||||
* | Trigger fallback code to get max contrast value and use integer there | Morris Jobke | 2019-07-25 | 1 | -2/+5 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Fix max contrast retrieval to limit minimum color for relative time | Morris Jobke | 2019-07-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #16151 from jameslao/master | Morris Jobke | 2019-07-15 | 1 | -1/+3 |
|\ | | | | | Update operationprogressbar.js | ||||
| * | Update operationprogressbar.js | James Lao | 2019-06-28 | 1 | -1/+3 |
| | | | | | | | | | | | | To fix issue #16137 Signed-off-by: james.lao@gmail.com <james.lao@gmail.com> | ||||
* | | Properly load permissions in showActions | Julius Härtl | 2019-07-05 | 1 | -1/+1 |
| | | | | | | | | | | | | When setViewerMode(false) is called, the permissions should be fetched from the available dirInfo Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | fix permissions for drag-n-drop uploads | Robin Appelman | 2019-07-01 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Fix window scroll container | Julius Härtl | 2019-06-19 | 1 | -2/+2 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Merge pull request #15767 from nextcloud/bugfix/0b-quota-create | Morris Jobke | 2019-05-28 | 2 | -6/+4 |
|\ | | | | | Hide newFile menu if quota is set to 0B | ||||
| * | Hide newFile menu if quota is set to 0B | Julius Härtl | 2019-05-28 | 2 | -6/+4 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Also allow dragging below the file list | Julius Härtl | 2019-05-27 | 1 | -0/+1 |
|/ | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Move OC.theme to the bundle and deprecate oc_defaults | Christoph Wurst | 2019-05-14 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Deprecate OC.fileIsBlacklisted and move it to the bundle | Christoph Wurst | 2019-05-14 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update file-upload.js | Valdnet | 2019-05-09 | 1 | -1/+1 |
| | | | Change the location of the translation file. | ||||
* | Merge pull request #15427 from ↵ | Morris Jobke | 2019-05-08 | 1 | -2/+2 |
|\ | | | | | | | | | nextcloud/refactor/oc-current-user-deprecate-bundle Deprecate oc_current_user, fix usage and move currentUser to the bundle | ||||
| * | Deprecate oc_current_user, fix usage and move currentUser to the bundle | Christoph Wurst | 2019-05-08 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Merge pull request #15432 from nextcloud/fix/14986/fix-public-upload | Morris Jobke | 2019-05-08 | 1 | -0/+4 |
|\ \ | |/ |/| | Fix public upload by also load the semaphore method | ||||
| * | Fix public upload by also load the semaphore method | Morris Jobke | 2019-05-07 | 1 | -0/+4 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #15302 from nextcloud/enhancement/files/table-head-sticky | Morris Jobke | 2019-05-07 | 1 | -2/+0 |
|\ \ | |/ |/| | Floating files header | ||||
| * | Floating files header | John Molakvoæ (skjnldsv) | 2019-05-07 | 1 | -2/+0 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | Do NOT assume all files are selected if the first checkbox is | John Molakvoæ (skjnldsv) | 2019-04-30 | 1 | -6/+18 |
|/ | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Use slient option to switch for regular file actions as well | Julius Härtl | 2019-04-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Check if OCA.Files.App is available before calling | Julius Härtl | 2019-04-08 | 1 | -1/+1 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Fix opening folders from different file lists | Julius Härtl | 2019-03-27 | 1 | -1/+6 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Always show full previews | Julius Härtl | 2019-03-27 | 1 | -18/+11 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Merge pull request #14776 from nextcloud/fix/files/size-color | Morris Jobke | 2019-03-21 | 1 | -7/+30 |
|\ | | | | | Use max contrast variable to cap the generated colours | ||||
| * | Use max contrast variable to cap the generated colours | John Molakvoæ (skjnldsv) | 2019-03-21 | 1 | -7/+30 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | Show sharing in menu in grid view | John Molakvoæ (skjnldsv) | 2019-03-21 | 3 | -11/+21 |
|/ | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | [app:files] Use current directory for hashing. | Evilham | 2019-03-13 | 1 | -4/+3 |
| | | | | | | | | | | This fixes collisions that were causing uploads to break in a very terrible way. Kudos to @kesselb for finding the problematic place and to @hottwister for the proposed solution. Fixes #10527. | ||||
* | Remove the upload and memory setting | Joas Schilling | 2019-03-04 | 1 | -70/+0 |
| | | | | | | | | | | * Remove unneeded private method phpFileSize() * Bump autoloader * Remove setUploadLimit tests * Remove integrity check hacks for upload limit Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #14251 from tomasz-grobelny/upload_reliability_improvements | Roeland Jago Douma | 2019-02-26 | 2 | -19/+25 |
|\ | | | | | Limit number of simultaneous MKCOL requests to server to increase upload reliability | ||||
| * | Limit number of simultaneous MKCOL requests to server to increase upload ↵ | Tomasz Grobelny | 2019-02-16 | 2 | -19/+25 |
| | | | | | | | | | | | | reliability Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net> | ||||
* | | Use proper scroll container when dragging files | Julius Härtl | 2019-02-20 | 1 | -6/+5 |
|/ | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Merge pull request #12652 from tomasz-grobelny/operation_progress_improvements3 | John Molakvoæ | 2019-02-14 | 8 | -106/+243 |
|\ | | | | | Operation progress improvements | ||||
| * | Merge branch 'master' into operation_progress_improvements3 | Tomasz Grobelny | 2019-01-29 | 6 | -13/+35 |
| |\ | | | | | | | | | | Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net> | ||||
| * | | Fix unit tests | Tomasz Grobelny | 2018-11-24 | 1 | -4/+7 |
| | | | | | | | | | | | | Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net> | ||||
| * | | Use reportOperationProgress for removing files | Tomasz Grobelny | 2018-11-24 | 1 | -43/+43 |
| | | | | | | | | | | | | | | | | | | Fix copying files Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net> | ||||
| * | | Properly handle errors (including 500) | Tomasz Grobelny | 2018-11-24 | 1 | -2/+6 |
| | | | | | | | | | | | | Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net> | ||||
| * | | Add progress reporting to move and copy operations | Tomasz Grobelny | 2018-11-24 | 4 | -33/+60 |
| | | | | | | | | | | | | Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net> | ||||
| * | | Fix progress bar label | Tomasz Grobelny | 2018-11-24 | 4 | -14/+21 |
| | | | | | | | | | | | | Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net> | ||||
| * | | Move progress bar to separate component | Tomasz Grobelny | 2018-11-24 | 6 | -22/+108 |
| | | | | | | | | | | | | Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net> | ||||
| * | | Restructuring code in file-upload.js | Tomasz Grobelny | 2018-11-24 | 1 | -27/+37 |
| | | | | | | | | | | | | Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net> | ||||
* | | | Use the new method instead of the deprecated wrapper | Joas Schilling | 2019-02-06 | 1 | -4/+11 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | HBOX-297 trim in webfrontend for new files to stay compatible with windows | Christian Aigner | 2019-02-01 | 2 | -2/+2 |
| | | | |||||
* | | | Add drop zone for favorites quick access in navigation | fnuesse | 2019-02-01 | 2 | -0/+45 |
| | | | | | | | | | | | | Signed-off-by: fnuesse <felix.nuesse@t-online.de> | ||||
* | | | Fix drop zone shadow | fnuesse | 2019-02-01 | 1 | -0/+2 |
| | | | | | | | | | | | | Signed-off-by: fnuesse <felix.nuesse@t-online.de> |