summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2022-04-0248-406/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #30438 from nextcloud/fix/caldav-trash-bin-deleted-at-intChristoph Wurst2022-04-011-72/+79
|\ | | | | Fix column/property types in CalDAV
| * Fix CalDAV subscriptions calendarorder column/prop typeChristoph Wurst2022-03-241-25/+33
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * Fix column/property type of the calendar orderChristoph Wurst2022-03-241-1/+1
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * Fix column/property type of the CalDAV deleted_at time stampChristoph Wurst2022-03-241-47/+46
| | | | | | | | | | | | | | | | The timestamp is an int, but we treated it as string. With this patch the property map is enriched with types and settype casts the value if necessary. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #31782 from nextcloud/fix/31780_31778/fix-ldap-wizardblizzz2022-04-011-1/+7
|\ \ | | | | | | Fix ldap wizard styling
| * | Fix ldap wizard stylingRichard Steinmetz2022-03-311-1/+7
| | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | Merge pull request #30550 from nextcloud/Valdnet-patch-1Valdnet2022-04-011-18/+18
|\ \ \ | | | | | | | | l10n: Change "rain" to "rainfall"
| * | | l10n: Change "rain" to "rainfall"Valdnet2022-03-311-18/+18
| | | | | | | | | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* | | | [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>