Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-27[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-25[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-24[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-22Redirection now only happens when dir is emptybackport/31143/stable22Carl Schwan
Otherwise dir it's just ignored and fileid is used Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-02-18Merge pull request #31051 from nextcloud/backport/30995/stable22Vincent Petry
[stable22] Fix bugs with incorrect currentFileList in the favorite and share by you view
2022-02-18Don't redirect when loading files index pageCarl Schwan
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>
2022-02-17Don't provide favorite activity settingsJoas Schilling
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>
2022-02-17[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-16Merge pull request #31203 from nextcloud/backport/31097/stable22Louis
[stable22] Fix path handling when transferring incoming shares
2022-02-16Fix path handling when transferring incoming sharesVincent Petry
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>
2022-02-16try to fix broken tooltipszaimen
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-02-14[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-07Fix bugs with incorrect currentFileList in the favorite and share by youCarl Schwan
view This was causing bugs when trying to create new template in this views Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-01-20Revert "[stable22] Hash job argument"John Molakvoæ
2022-01-20[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-01-18Add hashed attribute column for indexed job existence checkJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-01-14[files] new internal link GET param to avoid setting 'openfile' on redirectJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2022-01-14Fix wrong unified search link to folderJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-01-13Properly hide progress bar after errorVincent Petry
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>
2022-01-13Properly abort uploadsVincent Petry
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>
2022-01-12Trigger "changeDirectory" even on URL changeVincent Petry
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>
2022-01-10Recompile JSVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-01-10Fix JS tests after test lib updatesVincent Petry
Prevent XHR during load by checking window.TESTING. Adjust some expected values. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-01-04Fix uploading text positionJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2021-12-30fix template picker for file actions using the fileInfoModelJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2021-12-25[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-12-13Limit more contact searchesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-12-08Merge pull request #30057 from nextcloud/backport/29735/stable22Louis
[stable22] find users for background scan one by one
2021-12-08Reload page on 401 since there is an authentification problemCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-12-08Stop reloading file list when getting 401 error on root dirCarl Schwan
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>
2021-12-08[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-12-07do not trigger events when setting active view in gotopluginJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2021-12-06fix testsRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-12-06stop background scan early if a users still has unscanned files after ↵Robin Appelman
background scan Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-12-06find users for background scan one by oneRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-11-22Merge pull request #29795 from nextcloud/backport/29605/stable22Vincent Petry
[stable22] Normalize file name before existence check in scanner
2021-11-21[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-11-20[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-11-19Move storage encoding compatibility warning logicVincent Petry
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>
2021-11-18[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-11-17[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-11-14[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-11-13[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-11-12[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-11-08refs #11864 handle empty dir drop in Files UIJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2021-11-06Bump @nextcloud/initial-state from 1.2.0 to 1.2.1dependabot[bot]
Bumps [@nextcloud/initial-state](https://github.com/nextcloud/nextcloud-initial-state) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/nextcloud/nextcloud-initial-state/releases) - [Changelog](https://github.com/nextcloud/nextcloud-initial-state/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-initial-state/compare/v1.2.0...v1.2.1) --- updated-dependencies: - dependency-name: "@nextcloud/initial-state" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2021-11-03[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-11-02[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-11-01[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-10-26Fix "No entries in this …" templateJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>