summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Merge pull request #28882 from nextcloud/backport/28871/stable21MichaIng2021-09-2110-19/+40
|\ | | | | [stable21] Fix file creation from template without ext
| * Use legacy call of generateOcsUrlLouis2021-09-213-3/+3
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * Fix partial backportLouis Chemineau2021-09-209-14/+13
| | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * Fix file creation from template without extJohn Molakvoæ2021-09-172-5/+27
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Fix files view change and undefined currentFileListJohn Molakvoæ2021-09-171-1/+1
|/ | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2021-09-112-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #28770 from nextcloud/backport/28754/stable21szaimen2021-09-101-1/+2
|\ | | | | [stable21] Fix trashbin files view sticky action bar
| * Fix trashbin files view sticky action barSimounet2021-09-091-1/+2
| | | | | | | | Signed-off-by: Simounet <contact@simounet.net>
* | [tx-robot] updated from transifexNextcloud bot2021-09-102-0/+2
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-09-092-2/+16
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>