summaryrefslogtreecommitdiffstats
path: root/apps/files/js
Commit message (Expand)AuthorAgeFilesLines
* fix: checkbox now allows shift-click and multi-selectEduardo Morales2024-02-221-2/+4
* fix: Avoid triggering a defered sidebar open if openFile is already handling ...Julius Härtl2023-11-241-3/+6
* fix(files): prevent redirect on heading column sortJohn Molakvoæ2023-11-091-0/+4
* fix(files): remove resetting and reload curr dir on showGrigorii K. Shartsev2023-10-311-7/+0
* fix(files): add silent mode in legacy navigationGrigorii K. Shartsev2023-10-311-2/+4
* Clear progress bar text when hiding itDaniel Calviño Sánchez2023-10-091-0/+1
* fix: Hide set reminder action on public sharesChristopher Ng2023-09-071-1/+1
* fix: Upload progress shows number of files to upload and current indexFerdinand Thiessen2023-08-261-6/+20
* fix: Make smooth bitrate and remaining upload time work when unsetFerdinand Thiessen2023-08-261-6/+6
* Smooth time remaining, bitrate and stabilize user informationPhlogi2023-08-261-14/+40
* fix(files): Fix legacy files list sortingFerdinand Thiessen2023-08-191-5/+16
* adjust add buttonSimon L2023-08-163-6/+9
* enh: use alarm iconChristopher Ng2023-08-101-1/+1
* fix: prevent sidebar from openingChristopher Ng2023-08-101-1/+3
* feat(files_reminders): emit action menu openedChristopher Ng2023-08-101-1/+5
* feat(files_reminders): register file actionChristopher Ng2023-08-101-0/+16
* fix(files): url used to retrive storage statsMax2023-08-011-2/+2
* fix(files): Only render the menu if there are actions to showJulius Härtl2023-06-301-2/+2
* Move deprecation warnings to debugSimon L2023-06-242-5/+5
* reload filelist when adding or removing sharesRobin Appelman2023-05-241-2/+5
* fix(search): fix load moreJohn Molakvoæ2023-05-161-1/+1
* feat(system-tags): show inline in filesJohn Molakvoæ2023-05-022-0/+129
* Merge pull request #37948 from nextcloud/artonge/fix/dont_show_tags_action_wh...Simon L2023-04-271-6/+8
|\
| * Do not show Tags action when systemtag is disabledLouis Chemineau2023-04-271-6/+8
* | Create new file/folder labelsChristopher Ng2023-04-274-6/+14
|/
* feat(files): implement sorting per viewJohn Molakvoæ2023-04-062-3/+7
* feat(files): actions apiJohn Molakvoæ2023-04-061-1/+4
* feat(files): custom columnsJohn Molakvoæ2023-04-061-1/+1
* feat(files_trashbin): migrate to vueJohn Molakvoæ2023-04-061-3/+2
* Adjust breadcrumb navigation structure to the navigation listjulia.kirschenheuter2023-04-041-3/+5
* feat(s3): Use multipart upload for chunked uploadingJulius Härtl2023-03-082-3/+22
* Prevent scrolling hover .files-controlsLouis Chemineau2023-02-081-0/+5
* Do not open the sidebar automatically on small widthsSimon L2023-02-021-2/+6
* Merge pull request #36331 from tpayen/fix/globalNewButtonLouis2023-01-311-1/+1
|\
| * fix(files) Call .action of local elementThomas P2023-01-301-1/+1
* | feat: update newfilemenu.js for rich-workspaceLuka Trovic2023-01-301-6/+17
|/
* Fix scrolling while dragging in file list viewLouis Chemineau2023-01-051-17/+19
* Add component testingJohn Molakvoæ2023-01-042-8/+0
* Fix preview cropJohn Molakvoæ2023-01-044-15/+22
* Port settings to ModalJohn Molakvoæ2023-01-043-98/+48
* Port Files navigation to vueJohn Molakvoæ2023-01-042-23/+32
* Replace custom tooltips with native ones in filesjulia.kirschenheuter2022-12-228-49/+10
* Merge pull request #35521 from nextmcloud/nmcpr/1416-prevents-selection-of-en...Simon L2022-12-061-4/+4
|\
| * Prevents the selection of encrypted files when scroll the pagekavita.sonawane@t-systems.com2022-12-011-4/+4
* | Merge pull request #35299 from nextmcloud/nmcpr/1416-prevents-selection-of-en...Vincent Petry2022-11-221-1/+7
|\|
| * Prevent selection of encrypted folderskavita.sonawane@t-systems.com2022-11-221-1/+4
| * Prevents the selection of encrypted folder on next page loadkavita.sonawane@t-systems.com2022-11-221-1/+1
| * Prevents the selection of encrypted folder on scroll pagekavita.sonawane@t-systems.com2022-11-221-1/+2
| * Add comments for prevents the selection of encrypted folderskavita.sonawane@t-systems.com2022-11-221-0/+1
| * Filelist:-Deselecting all files checkboxes within cells of encrypted folderkavita.sonawane@t-systems.com2022-11-221-1/+2