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
path: root/apps
AgeCommit message (Collapse)Author
2022-01-23[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-01-22Fix accessing undefined offsetsCarl Schwan
Move this to inside the else clause of the count($matches) Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-01-22[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-01-21Merge pull request #30786 from nextcloud/fix-backport/30470/stable22John Molakvoæ
2022-01-21[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-01-20Revert "[stable22] Hash job argument"John Molakvoæ
2022-01-20Add test for samba kerberos sso in ciRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-01-20update icewind/smb to 3.5.2Robin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-01-20update to release smb libRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-01-20update icewind/smb to 3.5.1Robin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-01-20do not use deprecated query() methodArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-01-20add changes from Sebastian/dassIT and move default_realm to backendArthur Schiwon
- Sebastian added the switch depending on the preg_match result and with it the fall back to login credentials - I turned default_realm to a backend option (was previously suggested as system config key) Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-01-20add KerberosApacheAuth support to files_externalArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-01-20[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-01-19[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-18[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-01-17Merge pull request #30692 from nextcloud/backport/29923/stable22MichaIng
[stable22] Fix users can't login external mount user entered credentials not set
2022-01-17Merge pull request #30690 from nextcloud/backport/30645/stable22Louis
[stable22] New Files internal link GET param to avoid opening the file
2022-01-17Merge pull request #30687 from nextcloud/backport/30499/stable22John Molakvoæ
2022-01-16[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-01-15[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-01-15Add non-breaking space in the file sizeCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-01-15Improve layout for the public download pageCarl Schwan
This centers the content inside the pages, while also not hardcoded the size of the footer. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-01-14files_external SMB: throw InvalidArgument when user is not setAnderson Luiz Alves
Signed-off-by: Anderson Luiz Alves <alacn1@gmail.com>
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-14Remove inefficient fed share scannerVincent Petry
Remove scanAll which relies on the "shareinfo" endpoint that returns the full cache tree. The latter can become big for big shares and result in timeouts. Furthermode, the full tree would be retrieved again for each and every detected change which can become expensive quickly. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-01-14Fix psalm issuesCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-01-14Add helper method in WrapperCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-01-14The storage is not static anymoreCarl Schwan
Don't call twice $cache->getId Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-01-14Optimize FileSystemTags workflow for groupfolderCarl Schwan
In https://github.com/nextcloud/server/pull/28774 we disabled the caching for the groupfolder application since it worked due to the fact that in groupfolders, getFileIds could be called with the same $cacheId and path for actually different groupfolders. This revert this change and instead add the folderId from the groupFolder to the cacheId. This solve the issue of the uniqueness of the cacheId inside GroupFolder. Downside is that we introduce groupfolder specific implementation inside the server repo. The seconf optimization is to not consider paths starting with __groupfolders in executeCheck. This is due to the fact that files in the groupfolder application call two times executeCheck one time with the url __groupfolder/<folderId>/<path> and the other time with <path>. The first time will always return an empty systemTags array while the second call will return the correct system tags. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-01-14Merge pull request #30670 from nextcloud/backport/30363/stable22Carl Schwan
[stable22] improve accessibility settings on mobile
2022-01-14Merge pull request #30664 from nextcloud/backport/30530/stable22Vincent Petry
[stable22] Fix wrong unified search link to folder
2022-01-14address 2nd reviewszaimen
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-01-14address reviewszaimen
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-01-14improve accessibility settings on mobileszaimen
Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-01-14Remove useless indexes with duplicated names on backup tableCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-01-14Update autoloaderJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-01-14Fix user_ldap migration for long DNs supportCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-01-14Move duplicated code to a base class for group_mapping migrationsCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
2022-01-14Split dropTable and createTable in two migrationsCôme Chilliet
It is not possible to drop and create the same table in one migration Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-01-14Fix primary key change in user_ldap migrationCôme Chilliet
Use a backup table to copy the data, drop table and recreate it with correct primary key, then copy the data back and drop the backup table. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-01-14Fix wrong unified search link to folderJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-01-14[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-01-13Fix idn emails not working in sharesCarl Schwan
And add check before sending email that email address is valid Fix #30595 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
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-13[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@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-12Fix RequestURL check for cli commandsCarl Schwan
Fix https://github.com/nextcloud/files_automatedtagging/issues/526 Fix https://github.com/nextcloud/groupfolders/issues/1855 Signed-off-by: Carl Schwan <carl@carlschwan.eu>