| Commit message (Expand) | Author | Age | Files | Lines |
* | Add "Crop image previews" setting to files | Nina Pypchenko | 2021-01-14 | 1 | -1/+12 |
* | Check for target folder available quota when uploading | Julius Härtl | 2020-11-17 | 1 | -0/+2 |
* | Bump jquery from 2.2.4 to 3.1.0 | Christoph Wurst | 2020-11-13 | 1 | -1/+1 |
* | Bring back the restore share button | Vincent Petry | 2020-10-22 | 1 | -3/+1 |
* | Fix sidebar legacy fileinfo | John Molakvoæ (skjnldsv) | 2020-10-17 | 1 | -2/+2 |
* | Upgrade lifecycle and vue parent context | John Molakvoæ (skjnldsv) | 2020-10-07 | 1 | -2/+8 |
* | Move Files Sidebar to proper javascript standard | John Molakvoæ (skjnldsv) | 2020-10-07 | 1 | -1/+10 |
* | Expose currently active file list though OCA.Files.App | Julius Härtl | 2020-08-25 | 1 | -0/+3 |
* | Remove outdated legacy search scripts | John Molakvoæ (skjnldsv) | 2020-08-04 | 1 | -14/+1 |
* | Use DOMContentLoaded and fix sharebymail loading issue | John Molakvoæ (skjnldsv) | 2020-07-20 | 1 | -2/+2 |
* | provide feedback about minimum length needed to trigger search | Robin Appelman | 2020-07-15 | 1 | -1/+6 |
* | Allow opening files for editing in new tabs | Azul | 2020-04-09 | 1 | -8/+37 |
* | refactor: fileActions.getCurrentDefaultFileAction() | Azul | 2020-04-08 | 1 | -6/+3 |
* | Fix default action for deleted shares | GretaD | 2020-03-09 | 1 | -1/+20 |
* | Remove deprecated global variables | Christoph Wurst | 2020-03-09 | 1 | -1/+1 |
* | Show proper file name when fetching details fails | Julius Härtl | 2020-02-12 | 1 | -2/+2 |
* | Removed nested call to beforeunload | Joas Schilling | 2020-02-06 | 1 | -3/+0 |
* | Fix legacy tabs | John Molakvoæ (skjnldsv) | 2020-01-29 | 1 | -3/+2 |
* | Adjust filelist color handling to new dark theme value | Julius Härtl | 2020-01-24 | 1 | -6/+5 |
* | Do not show sidebar on rename (fixes #18613) | Julius Härtl | 2020-01-15 | 1 | -2/+4 |
* | Properly set current file info when switching the details view | Julius Härtl | 2020-01-15 | 1 | -0/+8 |
* | Fix Sidebar enabled check | John Molakvoæ (skjnldsv) | 2019-12-19 | 1 | -1/+2 |
* | Properly reload file list on share accept | John Molakvoæ (skjnldsv) | 2019-12-04 | 1 | -0/+7 |
* | Use function to open a sidebar file | John Molakvoæ (skjnldsv) | 2019-11-13 | 1 | -3/+3 |
* | Add LoadSidebar event | John Molakvoæ (skjnldsv) | 2019-10-29 | 1 | -2/+7 |
* | Add OCA.Files.Sidebar | John Molakvoæ (skjnldsv) | 2019-10-29 | 1 | -42/+27 |
* | Allow registering header sections in the file lists | Julius Härtl | 2019-10-23 | 1 | -0/+60 |
* | Remove deprecated legacy file actions | Julius Härtl | 2019-10-14 | 1 | -6/+2 |
* | Allow options to be passed to `FileList.createFile`, so that `scrollTo` can b... | Thomas Ebert | 2019-09-16 | 1 | -3/+4 |
* | Merge pull request #16969 from nextcloud/bugfix/14350/thumbnail_should_open_t... | Roeland Jago Douma | 2019-09-03 | 1 | -1/+1 |
|\ |
|
| * | Change filelist _onClickFile function so thumbnail to open the file instead o... | Greta Doci | 2019-09-02 | 1 | -1/+1 |
* | | Fix grid view | Jonathan Matthews | 2019-08-19 | 1 | -0/+5 |
|/ |
|
* | Trigger fallback code to get max contrast value and use integer there | Morris Jobke | 2019-07-25 | 1 | -2/+5 |
* | Fix max contrast retrieval to limit minimum color for relative time | Morris Jobke | 2019-07-24 | 1 | -1/+1 |
* | Properly load permissions in showActions | Julius Härtl | 2019-07-05 | 1 | -1/+1 |
* | fix permissions for drag-n-drop uploads | Robin Appelman | 2019-07-01 | 1 | -1/+1 |
* | Fix window scroll container | Julius Härtl | 2019-06-19 | 1 | -2/+2 |
* | Merge pull request #15767 from nextcloud/bugfix/0b-quota-create | Morris Jobke | 2019-05-28 | 1 | -6/+3 |
|\ |
|
| * | Hide newFile menu if quota is set to 0B | Julius Härtl | 2019-05-28 | 1 | -6/+3 |
* | | Also allow dragging below the file list | Julius Härtl | 2019-05-27 | 1 | -0/+1 |
|/ |
|
* | Move OC.theme to the bundle and deprecate oc_defaults | Christoph Wurst | 2019-05-14 | 1 | -1/+1 |
* | Merge pull request #15302 from nextcloud/enhancement/files/table-head-sticky | Morris Jobke | 2019-05-07 | 1 | -2/+0 |
|\ |
|
| * | Floating files header | John Molakvoæ (skjnldsv) | 2019-05-07 | 1 | -2/+0 |
* | | Do NOT assume all files are selected if the first checkbox is | John Molakvoæ (skjnldsv) | 2019-04-30 | 1 | -6/+18 |
|/ |
|
* | Use max contrast variable to cap the generated colours | John Molakvoæ (skjnldsv) | 2019-03-21 | 1 | -7/+30 |
* | Merge pull request #12652 from tomasz-grobelny/operation_progress_improvements3 | John Molakvoæ | 2019-02-14 | 1 | -75/+68 |
|\ |
|
| * | Merge branch 'master' into operation_progress_improvements3 | Tomasz Grobelny | 2019-01-29 | 1 | -4/+8 |
| |\ |
|
| * | | Fix unit tests | Tomasz Grobelny | 2018-11-24 | 1 | -4/+7 |
| * | | Use reportOperationProgress for removing files | Tomasz Grobelny | 2018-11-24 | 1 | -43/+43 |
| * | | Properly handle errors (including 500) | Tomasz Grobelny | 2018-11-24 | 1 | -2/+6 |