aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js
Commit message (Collapse)AuthorAgeFilesLines
* fix: Return a file element even if the rendered list does not contained oneJulius Härtl2024-05-231-2/+12
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* fix: Keep download action for files and hide only for relevant filesJulius Härtl2024-05-222-0/+20
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* fix: checkbox now allows shift-click and multi-selectEduardo Morales2024-02-221-2/+4
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* fix: Avoid triggering a defered sidebar open if openFile is already handling ↵Julius Härtl2023-11-241-3/+6
| | | | | | that Signed-off-by: Julius Härtl <jus@bitgrid.net>
* fix(files): prevent redirect on heading column sortJohn Molakvoæ2023-11-091-0/+4
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(files): remove resetting and reload curr dir on showGrigorii K. Shartsev2023-10-311-7/+0
| | | | | | It is handled by new navigation with Vue Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* fix(files): add silent mode in legacy navigationGrigorii K. Shartsev2023-10-311-2/+4
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* Clear progress bar text when hiding itDaniel Calviño Sánchez2023-10-091-0/+1
| | | | | | | | | | | | When files are uploaded the progress bar text is set accordingly. However, other operations that show the progress bar, like deleting files, do not explicitly set any text. Due to that, when the progress bar was shown again after uploading files the text did not match the operation. To solve that now the text is cleared when the progress bar is hidden (it is not cleared when it is shown as in some cases the text is set already before showing the progress bar). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* fix: Hide set reminder action on public sharesChristopher Ng2023-09-071-1/+1
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit 8031ee862a014937cd9a9e2d6fcda0b9bc5a201b)
* fix: Upload progress shows number of files to upload and current indexFerdinand Thiessen2023-08-261-6/+20
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: Make smooth bitrate and remaining upload time work when unsetFerdinand Thiessen2023-08-261-6/+6
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Smooth time remaining, bitrate and stabilize user informationPhlogi2023-08-261-14/+40
| | | | | | | | Besides the existing moving average, a smoothing factor is introduced for the time remaining display as well as the bitrate. Furthermore, half of the buffer needs to be filled before the first prediction is displayed to the user. This reduces volatile and jumping durations towards the user and improves usability. Signed-off-by: Cyrill H. <phlogi@posteo.de> Co-authored-by: Carl Schwan <carl@carlschwan.eu>
* fix(files): Fix legacy files list sortingFerdinand Thiessen2023-08-191-5/+16
| | | | | | | The sorting was not saved since files2vue changes in Nextcloud 27, as a new API endpoint was introduced and the old one was dropped without adjusting the legacy file list to use it. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* adjust add buttonSimon L2023-08-163-6/+9
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* enh: use alarm iconChristopher Ng2023-08-101-1/+1
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit 893da9c395a5187131f35ca806de70a6d647f187)
* fix: prevent sidebar from openingChristopher Ng2023-08-101-1/+3
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit 10a921ea33450c143a0c2d8c5e72e1c5d59dff28)
* feat(files_reminders): emit action menu openedChristopher Ng2023-08-101-1/+5
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit 1acdb73a7d77d42f1c01c91baeb5ed46047d66d4)
* feat(files_reminders): register file actionChristopher Ng2023-08-101-0/+16
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit d6bf9e3c10846d403468e70b39ef34af61458094)
* fix(files): url used to retrive storage statsMax2023-08-011-2/+2
| | | | Signed-off-by: Max <max@nextcloud.com>
* fix(files): Only render the menu if there are actions to showJulius Härtl2023-06-301-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move deprecation warnings to debugSimon L2023-06-242-5/+5
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* reload filelist when adding or removing sharesRobin Appelman2023-05-241-2/+5
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix(search): fix load moreJohn Molakvoæ2023-05-161-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat(system-tags): show inline in filesJohn Molakvoæ2023-05-022-0/+129
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Merge pull request #37948 from ↵Simon L2023-04-271-6/+8
|\ | | | | | | | | nextcloud/artonge/fix/dont_show_tags_action_when_systemtag_is_disabled Do not show Tags action when systemtag is disabled
| * Do not show Tags action when systemtag is disabledLouis Chemineau2023-04-271-6/+8
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Create new file/folder labelsChristopher Ng2023-04-274-6/+14
|/ | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* feat(files): implement sorting per viewJohn Molakvoæ2023-04-062-3/+7
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat(files): actions apiJohn Molakvoæ2023-04-061-1/+4
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat(files): custom columnsJohn Molakvoæ2023-04-061-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat(files_trashbin): migrate to vueJohn Molakvoæ2023-04-061-3/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Adjust breadcrumb navigation structure to the navigation listjulia.kirschenheuter2023-04-041-3/+5
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* feat(s3): Use multipart upload for chunked uploadingJulius Härtl2023-03-082-3/+22
| | | | | | This allows to stream file chunks directly to S3 during upload. Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Prevent scrolling hover .files-controlsLouis Chemineau2023-02-081-0/+5
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Do not open the sidebar automatically on small widthsSimon L2023-02-021-2/+6
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* Merge pull request #36331 from tpayen/fix/globalNewButtonLouis2023-01-311-1/+1
|\ | | | | fix(files) Call .action of local element instead of global page
| * fix(files) Call .action of local elementThomas P2023-01-301-1/+1
| | | | | | | | | | | | When calling .action from the global page, newButton may conflict with other app-content which is similar to app-content-files Signed-off-by: Thomas Payen <thomas.payen@i-carre.net>
* | feat: update newfilemenu.js for rich-workspaceLuka Trovic2023-01-301-6/+17
|/ | | | Signed-off-by: Luka Trovic <luka@nextcloud.com>
* Fix scrolling while dragging in file list viewLouis Chemineau2023-01-051-17/+19
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Add component testingJohn Molakvoæ2023-01-042-8/+0
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix preview cropJohn Molakvoæ2023-01-044-15/+22
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Port settings to ModalJohn Molakvoæ2023-01-043-98/+48
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Port Files navigation to vueJohn Molakvoæ2023-01-042-23/+32
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Replace custom tooltips with native ones in filesjulia.kirschenheuter2022-12-228-49/+10
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Merge pull request #35521 from ↵Simon L2022-12-061-4/+4
|\ | | | | | | | | nextmcloud/nmcpr/1416-prevents-selection-of-encrypted-folders [BUGFIX] Prevents the selection of encrypted files at the bottom of the list(before scrolling)
| * Prevents the selection of encrypted files when scroll the pagekavita.sonawane@t-systems.com2022-12-011-4/+4
| | | | | | | | Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>
* | Merge pull request #35299 from ↵Vincent Petry2022-11-221-1/+7
|\| | | | | | | | | nextmcloud/nmcpr/1416-prevents-selection-of-encrypted-folders Prevents the selection of encrypted folders when clicking on the "Select all" checkbox
| * Prevent selection of encrypted folderskavita.sonawane@t-systems.com2022-11-221-1/+4
| | | | | | | | Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>
| * Prevents the selection of encrypted folder on next page loadkavita.sonawane@t-systems.com2022-11-221-1/+1
| | | | | | | | Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>
| * Prevents the selection of encrypted folder on scroll pagekavita.sonawane@t-systems.com2022-11-221-1/+2
| | | | | | | | Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>