aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2022-03-042-0/+22
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-03-032-8/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Hide preview if it is in full screen mode (viewer is open)Julius Härtl2022-03-021-3/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2022-02-282-4/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-02-272-216/+274
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-02-252-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-02-242-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix all modals after vue 5.0szaimen2022-02-221-1/+1
| | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* replace button with vue button componentVanessa Pertsch2022-02-211-4/+6
|
* Redirection now only happens when dir is emptyCarl Schwan2022-02-211-4/+4
| | | | | | Otherwise dir it's just ignored and fileid is used Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Merge pull request #31143 from nextcloud/fix/dont-redirect-file-indexVincent Petry2022-02-181-1/+1
|\ | | | | Don't redirect when loading files index page
| * Don't redirect when loading files index pageCarl Schwan2022-02-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently we are redirecting from ?dir=/&fileid=2 to ?dir=/. This is an issue because we then need to load two pages with full file system setup and authentification instead of one and the assets won't start loading until the second page is delivered to the user. Additionally when loading ?dir=/, we then change the url back to ?dir=/&fileid=2 (without reload) so that the next time we load the page again we do the same thing again. Depending on the speed of the server and internet connection we can save 100ms to 400ms, improving the user experience. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | [tx-robot] updated from transifexNextcloud bot2022-02-172-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | try to fix broken tooltipszaimen2022-02-141-1/+0
| | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | [tx-robot] updated from transifexNextcloud bot2022-02-142-12/+38
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #30953 from ↵Vincent Petry2022-02-101-7/+6
|\ | | | | | | | | nextcloud/feat/init-storage-when-transferring-ownership Init user's file system if not existing on ownership transfer
| * Init user's file system if not existing on ownership transferCarl Schwan2022-02-011-7/+6
| | | | | | | | | | | | | | | | This makes it a bit easier to transfer ownership when the new user hasn't already logged in. This still doesn't support encrypted storages because the keys are not generated yet. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Merge pull request #31097 from ↵Vincent Petry2022-02-101-1/+5
|\ \ | | | | | | | | | | | | nextcloud/bugfix/31096/fix-shares-transfer-guest-to-nonguest Fix path handling when transferring incoming shares
| * | Fix path handling when transferring incoming sharesVincent Petry2022-02-101-1/+5
| |/ | | | | | | | | | | | | | | | | When transferring incoming shares from a guest user without specifying a path, the $path is empty. The fix properly handles that situation to avoid looking for shares in a path with doubled slashes which failed to find shares to transfer. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Merge pull request #31081 from ↵Joas Schilling2022-02-091-2/+10
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/dont-provide-favorite-activity-setting Don't provide favorite activity settings
| * | Don't provide favorite activity settingsJoas Schilling2022-02-091-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | Since mails and notifications are only available for actions of other users it does not make sense to allow changing this. It also prevents the common misunderstanding with "file was changed inside a favorited folder" Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #30925 from ↵Louis2022-02-082-5/+24
|\ \ \ | |/ / |/| | | | | | | | paierlep/feature/breadcrumb_menu_parent_folder_visible Show the child folders in the breadcrumb menu when on a parent entry.
| * | Show the parent folders in the breadcrumb menu when on a child entry.Christian Paier2022-02-022-5/+24
| |/ | | | | | | | | | | | | | | | | | | | | | | Previously, clicking on an menu item in the breadcrumb menu removed the parent entries of the path, i.e.: Clicking on the "to" entry in "/path/to/some/folder" changed the breadcrumb menu to show only the "/path/to" entries. With this change the breadcrumb menu changes this behaviour as the full path is still visible (and usable) but with the "to" entry beeing highlighted. Signed-off-by: Christian Paier <hallo+git@cpaier.com>
* / Fix bugs with incorrect currentFileList in the favorite and share by youCarl Schwan2022-02-031-0/+6
|/ | | | | | | | view This was causing bugs when trying to create new template in this views Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Merge pull request #30858 from nextcloud/fix/ajax-list-dir-content-on-fileLouis2022-01-271-1/+1
|\ | | | | Return 404 when AJAX tries to list dir content but file given
| * Return 404 when AJAX tries to list dir content but file givenMichaIng2022-01-261-1/+1
| | | | | | | | | | | | | | | | Due to a code mistake, the expected 404 return when AJAX tries to list a directory content with a non-directory file path given, does not happen. It instead fails with another exception. This commit restores the original intention to return 404 in the first place when passing a non-directory path with the "dir" parameter. Signed-off-by: MichaIng <micha@dietpi.com>
* | Use @nextcloud/sharing in files and files_sharingLouis Chemineau2022-01-261-2/+3
|/ | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> Update tests Signed-off-by: Louis Chemineau <louis@chmn.me>
* Auto fix warningsLouis Chemineau2022-01-215-15/+8
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* [tx-robot] updated from transifexNextcloud bot2022-01-202-24/+24
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [files] new internal link GET param to avoid setting 'openfile' on redirectJulien Veyssier2022-01-141-2/+2
| | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* Merge pull request #30530 from nextcloud/fix/search-urlJohn Molakvoæ2022-01-141-6/+5
|\
| * Fix wrong unified search link to folderJohn Molakvoæ2022-01-131-6/+5
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Properly hide progress bar after errorVincent Petry2022-01-121-5/+16
| | | | | | | | | | | | | | | | | | Whenever an error occurs, also hide the progress bar. The logic was also adjusted to properly detect uploads that are pending deletion, in which case the progress bar can already be hidden. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Properly abort uploadsVincent Petry2022-01-121-9/+36
| | | | | | | | | | | | | | | | | | Add a new approach for flagging an upload as aborted because we can't rely on the browser fully cancelling the request as we now seem to receive an error response from the server instead of a jQuery "abort" message. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Merge pull request #30572 from nextcloud/fix/lint_warningsLouis2022-01-1236-64/+65
|\ \ | | | | | | Fix lint warnings
| * | Replace license information to SPDX expressionLouis Chemineau2022-01-1128-29/+29
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | Add generic type and description when its missingLouis Chemineau2022-01-112-5/+5
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | Typing correctionsLouis Chemineau2022-01-119-31/+32
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Trigger "changeDirectory" even on URL changeVincent Petry2022-01-112-9/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using the browser back button or clicking on sections on the left sidebar (like favorites), the "changeDirectory" jQuery event did not get called, so apps like recommendations would not notice the directory change. This fixes the issue by also setting changeUrl to true when the file list's directory got changed as a result from a URL change. Added optional changedThroughUrl argument to make sure the event recipient knows if the change was done through a URL change and make it possible prevent a loop in the onDirectoryChange handler that actually changes the URL when the origin was already from a URL change. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | Merge pull request #30570 from nextcloud/rakekniven-branch3Joas Schilling2022-01-1124-454/+0
|\ \ \ | |/ / |/| | Removed obselete language files - Pt. II
| * | Removed obselete language files - Pt. IIrakekniven2022-01-1024-454/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For these files there are no associated languages setup at Transifex. Fix for #30501 Related to nextcloud/docker-ci#341 Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* | | Merge pull request #30567 from nextcloud/bugfix/noid/npm-ci-for-karmaVincent Petry2022-01-102-2/+7
|\ \ \ | |/ / |/| | Use npm ci when running JS tests
| * | Fix JS tests after test lib updatesVincent Petry2022-01-102-2/+7
| | | | | | | | | | | | | | | | | | | | | Prevent XHR during load by checking window.TESTING. Adjust some expected values. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | Merge pull request #30561 from nextcloud/rakekniven-branch2John Molakvoæ2022-01-1020-2380/+0
|\ \ \ | |/ / |/| |
| * | Removed obselete language filesrakekniven2022-01-0920-2380/+0
| |/ | | | | | | | | | | | | | | Those files are remnants of old languages after renaming, mapping or deleting. Fix for #30501 Related to https://github.com/nextcloud/docker-ci/issues/341
* | Fix dynamic loadingJohn Molakvoæ (skjnldsv)2022-01-081-26/+0
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Split common vendor chunkJohn Molakvoæ (skjnldsv)2022-01-082-4/+5
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Eslint fixJohn Molakvoæ (skjnldsv)2022-01-089-32/+53
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Delete outdated bundlesJohn Molakvoæ (skjnldsv)2022-01-087-1110/+2
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Move bundles to /distJohn Molakvoæ (skjnldsv)2022-01-084-6/+5
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>