summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* Revert "[stable21] Hash job argument"John Molakvoæ2022-01-202-121/+17
|
* [tx-robot] updated from transifexNextcloud bot2022-01-202-24/+24
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Add hashed attribute column for indexed job existence checkJulius Härtl2022-01-182-17/+121
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix linkToRouteJohn Molakvoæ2022-01-141-5/+2
|
* Fix wrong unified search link to folderJohn Molakvoæ2022-01-141-0/+3
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Properly hide progress bar after errorVincent Petry2022-01-131-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-131-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>
* Trigger "changeDirectory" even on URL changeVincent Petry2022-01-122-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>
* Recompile JSVincent Petry2022-01-104-4/+4
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* 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>
* Fix uploading text positionJohn Molakvoæ2022-01-041-9/+25
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Manual compilationLouis Chemineau2021-12-302-2/+2
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* fix template picker for file actions using the fileInfoModelJulien Veyssier2021-12-301-2/+5
| | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* [tx-robot] updated from transifexNextcloud bot2021-12-252-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Limit more contact searchesJoas Schilling2021-12-131-1/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #30056 from nextcloud/backport/29735/stable21Louis2021-12-082-23/+22
|\ | | | | [stable21] find users for background scan one by one
| * fix testsRobin Appelman2021-12-022-7/+3
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * stop background scan early if a users still has unscanned files after ↵Robin Appelman2021-12-021-1/+7
| | | | | | | | | | | | background scan Signed-off-by: Robin Appelman <robin@icewind.nl>
| * find users for background scan one by oneRobin Appelman2021-12-021-22/+19
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Reload page on 401 since there is an authentification problemCarl Schwan2021-12-081-5/+3
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Stop reloading file list when getting 401 error on root dirCarl Schwan2021-12-081-0/+4
| | | | | | | | | | | | | | | | When reaching the root dir, instead of reloading the file list we reload the page completely. This trigger a redirection to the login page automatically with the correct ?redirect_url= in thr url. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Merge pull request #30138 from nextcloud/backport/30134/stable21Julius Härtl2021-12-081-1/+1
|\ \
| * | do not trigger events when setting active view in gotopluginJulien Veyssier2021-12-071-1/+1
| |/ | | | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* / [tx-robot] updated from transifexNextcloud bot2021-12-082-0/+2
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #29794 from nextcloud/backport/29605/stable21MichaIng2021-11-212-30/+4
|\ | | | | [stable21] Normalize file name before existence check in scanner
| * Move storage encoding compatibility warning logicVincent Petry2021-11-192-30/+4
| | | | | | | | | | | | | | | | | | | | | | The encoding check for file names is now happening the Scanner, and an event will be emitted only if the storage doesn't contain the encoding compatibility wrapper. The event is listened to by the occ scan command to be able to display a warning in case of file name mismatches when they have NFD encoding. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2021-11-212-0/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2021-11-202-2/+2
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-11-184-6/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-11-172-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-11-142-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-11-132-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-11-122-0/+98
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Manual compilationLouis Chemineau2021-11-094-4/+4
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* refs #11864 handle empty dir drop in Files UIJulien Veyssier2021-11-082-3/+19
| | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* [tx-robot] updated from transifexNextcloud bot2021-11-036-138/+174
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-11-022-0/+28
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-11-012-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Move to combined files entrypointJulius Härtl2021-10-2615-18/+12
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix "No entries in this …" templateJoas Schilling2021-10-262-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Implement local filtering in file listJulius Härtl2021-10-262-0/+44
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2021-10-252-12/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-10-212-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-10-202-0/+38
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix bug introduced on drag and drop external filespjft2021-10-172-1/+7
| | | | | | | | | | | | | | | | | | Drag and drop of external (OS filesystem) to subdirectories in the browser would fail on specific cases, mainly when the subdirectory was no longer off the root folder. This seemed to have been an issue introduced with the subdirectory free space calculation [here](https://github.com/nextcloud/server/commit/f9536b08096ed1c80391af36d33a18198be1fced) and it seems to fail for any subdirectory that doesn't belong to the root folder. Bug reports: - https://help.nextcloud.com/t/drag-drop-into-subfolders/120731 - https://github.com/nextcloud/server/issues/24720 I couldn't find any reference on scenarios or quota management that would suggest when a subdirectory's free space would be different to the parent's free space, other than when on the root folder, where subdirectories can be external mounts. As such, if my understanding is correct (please review), this calculation can - and should - be made by getting the free space from the first subdirectory in the total path, which caters for all subdirectory scenarios. Please advise, happy to help improve this. Co-authored-by: John Molakvoæ <skjnldsv@users.noreply.github.com> Signed-off-by: pjft <pjft@users.noreply.github.com>
* [tx-robot] updated from transifexNextcloud bot2021-10-072-0/+16
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* file-upload: Correctly handle error responses for HTTP2Jakub Onderka2021-10-061-1/+1
| | | | Signed-off-by: Jakub Onderka <ahoj@jakubonderka.cz>
* [tx-robot] updated from transifexNextcloud bot2021-09-282-12/+20
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Don't allow to change activity settings that don't workJoas Schilling2021-09-271-2/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2021-09-222-10/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>