summaryrefslogtreecommitdiffstats
path: root/apps/files/js
Commit message (Collapse)AuthorAgeFilesLines
* fix(files): legacy humanFileSize testsJohn Molakvoæ2023-10-045-15/+15
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Render inline system tags using new DAV properties APILucas Azevedo2023-09-132-129/+0
| | | | Signed-off-by: Lucas Azevedo <lhs_azevedo@hotmail.com>
* fix: Hide set reminder action on public sharesChristopher Ng2023-09-071-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix: Upload progress shows number of files to upload and current indexFerdinand Thiessen2023-08-211-6/+20
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: Make smooth bitrate and remaining upload time work when unsetFerdinand Thiessen2023-08-211-6/+6
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Smooth time remaining, bitrate and stabilize user informationPhlogi2023-08-211-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>
* adjust add buttonSimon L2023-08-153-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-091-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix: prevent sidebar from openingChristopher Ng2023-08-091-1/+3
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat(files_reminders): emit action menu openedChristopher Ng2023-08-091-1/+5
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat(files_reminders): register file actionChristopher Ng2023-08-091-0/+16
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat(files): migrate recent viewJohn Molakvoæ (skjnldsv)2023-08-022-122/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* fix(files): url used to retrive storage statsMax2023-07-311-2/+2
| | | | Signed-off-by: Max <max@nextcloud.com>
* 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>