aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js
Commit message (Collapse)AuthorAgeFilesLines
* fix: legacy files favorite event node typeJohn Molakvoæ2023-07-111-1/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* chore: remove old favorites viewJohn Molakvoæ2023-07-055-649/+0
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(files): fix favorites legacy to vue handling and sortingJohn Molakvoæ2023-07-051-0/+12
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(files): Only render the menu if there are actions to showJulius Härtl2023-06-291-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* address reviewSimon 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>
* only print deprecation logs if debug mode is enabledSimon L2023-06-242-5/+5
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* Move deprecation warnings to debugSimon L2023-06-242-5/+5
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* reload filelist when adding or removing sharesRobin Appelman2023-05-221-2/+5
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Remove some dead code in files appVarun Patil2023-05-171-3/+0
| | | | Signed-off-by: Varun Patil <varunpatil@ucla.edu>
* 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>
| * Add comments for prevents the selection of encrypted folderskavita.sonawane@t-systems.com2022-11-221-0/+1
| | | | | | | | Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>
| * Filelist:-Deselecting all files checkboxes within cells of encrypted folderkavita.sonawane@t-systems.com2022-11-221-1/+2
| | | | | | | | Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>
* | Also cancel XHR when cancelling uploadsVincent Petry2022-11-181-0/+9
|/ | | | | | Fixes issue when cancelling a long list of uploads. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Fix sidebar not automatically hidden in Files appDaniel Calviño Sánchez2022-11-092-3/+3
| | | | | | | | | | | | | | | | Although the Files app creates the legacy sidebar (details view) it is then replaced with the newer Vue app sidebar. Due to this ".detailsView" no longer finds an element and therefore nothing was hidden when "hideAppSidebar($('.detailsView'))" was called (for example, when changing to another section). However, "OC.Apps.hideAppSidebar()" does not properly work either with the Vue sidebar used in the Files app (once hidden the sidebar is not shown again). For simplicity, and to avoid any possible side effect in other apps from changing "OC.Apps.hideAppSidebar", now "OC.Files.Sidebar.close()" is used instead. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Require a token for "Edit locally"Joas Schilling2022-10-111-5/+16
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* do not show editlocally on mobileszaimen2022-10-111-23/+25
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* Merge pull request #34134 from nextcloud/Valdnet-patch-4Joas Schilling2022-09-271-2/+2
|\ | | | | l10n: Fix text string
| * l10n: Correct text stringValdnet2022-09-191-2/+2
| | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* | Remove port parameter which is included in hostChristopher Ng2022-09-211-1/+1
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Use computer icon for edit locally file actionChristopher Ng2022-09-211-2/+2
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Add edit locally file actionChristopher Ng2022-09-202-0/+33
|/ | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Reset global search on files sidebar navigation changeChristopher Ng2022-09-151-0/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Fix grid view toggleVincent Petry2022-09-142-29/+44
| | | | | | | | | | Move grid view logic to the files app itself because the button does not belong to any specific file list. Then inject the grid view state when switching file lists. Signed-off-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>