summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2022-04-0148-28/+42
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #31779 from nextcloud/fix/ldap-wizard-getconnectionVincent Petry2022-03-311-1/+1
|\ | | | | Fix assignment of the LDAP Wizard connection
| * Fix assignment of the LDAP Wizard connectionChristoph Wurst2022-03-311-1/+1
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #31240 from nextcloud/Valdnet-patch-3Louis2022-03-312-2/+2
|\ \ | |/ |/| l10n: Add a dot
| * Fix testValdnet2022-03-311-1/+1
| | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
| * l10n: Delete dotValdnet2022-02-171-2/+2
| | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
| * l10n: Add a dotValdnet2022-02-171-1/+1
| | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* | Merge pull request #31602 from nextcloud/fix/user_ldap-fix-last-change-updatesVincent Petry2022-03-313-4/+9
|\ \ | | | | | | Do not update _lastChanged on auto-detected attributes
| * | Avoid updating _lastChange when nothing is changed in the configurationCôme Chilliet2022-03-313-3/+4
| | | | | | | | | | | | | | | | | | | | | Had to set at least one var when creating an empty configuration in order to save the default values. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Do not update _lastChanged on auto-detected attributesCôme Chilliet2022-03-311-1/+5
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Merge pull request #31770 from nextcloud/fix/systemtag_loadingblizzz2022-03-311-6/+5
|\ \ \ | | | | | | | | Change script loading order in worflowengine
| * | | Change script loading order in worflowengineLouis Chemineau2022-03-311-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | Fix: https://github.com/nextcloud/server/issues/31709 Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | Merge pull request #31679 from ↵Côme Chilliet2022-03-313-2/+56
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | nextcloud/bugfix/noid/ensure-string-columns-to-be-maximum-of-4000 Ensure string column limit of 4.000 characters
| * | | Remove unneeded preSchemaChange and return null if no changesCôme Chilliet2022-03-311-10/+2
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Fix files_external column lengthJoas Schilling2022-03-253-2/+64
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-03-3114-74/+90
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #31683 from nextcloud/fix/31681/oracle-str-colCôme Chilliet2022-03-307-8/+123
|\ \ \ \ | | | | | | | | | | limit ldap_dn columns to 4000
| * | | | Build autoloadersCôme Chilliet2022-03-302-0/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Use the new octetLength function to filter lines to migrateCôme Chilliet2022-03-301-8/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Adapt max length limit in AbstactMapping to match databaseCôme Chilliet2022-03-301-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | shrink ldap_dn column to 4000Arthur Schiwon2022-03-301-0/+117
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | limit ldap_dn columns to 4000Arthur Schiwon2022-03-303-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - enlarging string cols from 255 to more than 4000 fails on default Oracle installations for invalid datatype conversion Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | add beta channel advice to the updatenotification sectionszaimen2022-03-301-0/+4
|/ / / / | | | | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | Merge pull request #31759 from nextcloud/fix/fix-composer-autoloaderCôme Chilliet2022-03-30125-375/+200
|\ \ \ \ | | | | | | | | | | Build autoloader with new composer version
| * | | | Build autoloader with new composer versionCôme Chilliet2022-03-30125-375/+200
| | |/ / | |/| | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* / | | Fix vendor loading in user_ldap wizardLouis Chemineau2022-03-302-1/+1
|/ / / | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | [tx-robot] updated from transifexNextcloud bot2022-03-3036-82/+128
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Show filename in output messageChristopher Ng2022-03-291-5/+4
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Skip import of current calendar on errorChristopher Ng2022-03-291-10/+18
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Merge pull request #31575 from nextcloud/enh/add-trashbin-migratorCôme Chilliet2022-03-294-4/+148
|\ \ \ | | | | | | | | Add trashbin migrator to export and import trashbin data
| * | | Add a guard to check that trashbin folder is a folderCôme Chilliet2022-03-241-1/+8
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Improve wording of output for trashbin migratorCôme Chilliet2022-03-241-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Rename PATH constants to show if folder or fileCôme Chilliet2022-03-221-7/+7
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Rename $insert var to $qbCôme Chilliet2022-03-171-8/+8
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Add trashbin migrator to export and import trashbin dataCôme Chilliet2022-03-174-4/+141
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Fix user counts updates on user add/removePetre T2022-03-291-8/+46
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Petre Tudor <petre.tudor@dorkfar.com> Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | Merge pull request #31711 from nextcloud/mount-cache-external-shareVincent Petry2022-03-291-0/+3
|\ \ \ \ | | | | | | | | | | invalidate mount cache after accepting or renaming federated share
| * | | | invalidate mount cache after accepting or renaming federated shareRobin Appelman2022-03-251-0/+3
| | |/ / | |/| | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #31609 from nextcloud/fix/migrate-away-from-iloggerCôme Chilliet2022-03-299-56/+56
|\ \ \ \ | | | | | | | | | | Migrate from ILogger to LoggerInterface in lib/private
| * | | | Prepare for ILogger drop in RootCollectionTestCôme Chilliet2022-03-241-5/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Fix more ILogger related problems from testsCôme Chilliet2022-03-241-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Fix ILogger instances in application tests for core parametersCôme Chilliet2022-03-242-4/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Adapt more code to migration to LoggerInterfaceCôme Chilliet2022-03-246-48/+48
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | Merge pull request #31696 from ↵Côme Chilliet2022-03-291-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/user_ldap-fix-migration-lengthcheck-oracle Use getLengthExpression to measure field length instead of like
| * | | | | Add octetLength and charLength to function builder, and testsCôme Chilliet2022-03-241-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | Use getLengthExpression to measure field length instead of likeCôme Chilliet2022-03-241-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | Merge pull request #31736 from nextcloud/bugfix/noid/disable-bulkuploadJoas Schilling2022-03-292-2/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | Disable bulk upload by not advertising it
| * | | | | | Also comment out in testJoas Schilling2022-03-282-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | Disable bulk upload by not advertising itVincent Petry2022-03-281-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been reported broken on many instances. Disable it for now until it can be fixed. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2022-03-292-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>