summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-1867-167/+167
| | | | | | | | | | Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard) from 0.3.0 to 0.5.0. - [Release notes](https://github.com/nextcloud/coding-standard/releases) - [Changelog](https://github.com/nextcloud/coding-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/coding-standard/compare/v0.3.0...v0.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2021-02-1814-4/+142
|
* Merge pull request #25681 from nextcloud/techdebt/noid/cleanup-provisioningRoeland Jago Douma2021-02-172-13/+10
|\ | | | | Cleanup appinfo usage
| * Cleanup appinfo usageJoas Schilling2021-02-162-13/+10
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Move getChangesForAddressBook to QueryBuilderRoeland Jago Douma2021-02-171-12/+32
| | | | | | | | | | | | Makes psalm happy, and makes me happy. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #25440 from ↵Roeland Jago Douma2021-02-171-1/+3
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/cache-the-user-backend-info-for-30s Cache the user backend info for 5mins
| * | Cache the user backend info for 300sJoas Schilling2021-02-151-1/+3
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-02-1716-6/+470
| |/ |/|
* | Drop redundant indesRoeland Jago Douma2021-02-1613-8/+182
| | | | | | | | | | | | | | Those indexes are already covered by others. So those can just be used. THose extra indexes just take up space. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #25669 from nextcloud/fix/psalm/encryptallChristoph Wurst2021-02-161-1/+1
|\ \ | | | | | | Harden EncryptAll check for empty email
| * | Harden EncryptAll check for empty emailRoeland Jago Douma2021-02-151-1/+1
| | | | | | | | | | | | | | | | | | | | | Reported by psalm For #25641 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2021-02-168-2/+140
|/ /
* | Fix some RedundantCast in dav codeRoeland Jago Douma2021-02-152-3/+3
| | | | | | | | | | | | For #25641 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #25655 from nextcloud/bugfix/noid/dark-mode-applist-iconsRoeland Jago Douma2021-02-151-2/+2
|\ \ | | | | | | Fix app icon list in dark mode
| * | Fix app icon list in dark modeJoas Schilling2021-02-151-2/+2
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #25653 from nextcloud/fix/psalm/offlineuserkesselb2021-02-151-8/+8
|\ \ | | | | | | Some psalm OfflineUser fixes
| * | Some psalm OfflineUser fixesRoeland Jago Douma2021-02-151-8/+8
| | | | | | | | | | | | | | | | | | For #25641 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #25595 from ↵Roeland Jago Douma2021-02-151-13/+34
|\ \ \ | |/ / |/| | | | | | | | nextcloud/enh/caldavbackend/getChangesForCalendar_querybuilder Move getChangesForCalendar to QueryBuilder
| * | Move getChangesForCalendar to QueryBuilderRoeland Jago Douma2021-02-151-13/+34
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #25594 from wankdanker/files_sharing_owner_display_nameRoeland Jago Douma2021-02-153-3/+3
|\ \ \ | | | | | | | | Use ownerDisplayName for SharingEntry Tooltip
| * | | Use ownerDisplayName for SharingEntry TooltipDan VerWeire2021-02-123-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some NC installations may use a LDAP UUID for the username. If that is the case, then the tooltip for who a file/folder was shared by may say something like `Shared with Steve McQueen (smqueen@yada.com) by FKDJ39-38D794JG-4398GJODF9H3G-4534`. This commit changes the value showed for the owner to the full display name. Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | | | Merge pull request #25578 from nextcloud/enh/simplify_weatherserviceChristoph Wurst2021-02-151-23/+18
|\ \ \ \ | | | | | | | | | | Always use the cache
| * | | | Always use the cacheRoeland Jago Douma2021-02-111-23/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If there is no cache available we will use the null cache. Which (you guessed it) just doesn't do anything. This makes the code flow a bit nicer and psalm a bit happier. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #25625 from nextcloud/enh/psalm/substrChristoph Wurst2021-02-152-3/+6
|\ \ \ \ \ | | | | | | | | | | | | Check substr results
| * | | | | Check substr resultsRoeland Jago Douma2021-02-152-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Else this might lead to unexpeted errors. Found by psalm. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | Merge pull request #25636 from nextcloud/fix/psalm/closure_return_typesChristoph Wurst2021-02-154-7/+7
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Add some closure return types
| * | | | | Add some closure return typesRoeland Jago Douma2021-02-144-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Found by psalm Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | Some psalm fixes in the settings appRoeland Jago Douma2021-02-152-3/+10
| |/ / / / |/| | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #25580 from nextcloud/enh/fix/psalm_pluginmanagerRoeland Jago Douma2021-02-152-101/+129
|\ \ \ \ \ | |_|_|_|/ |/| | | | Enhancing the dav pluginmanager
| * | | | Fix PluginManager annotationRoeland Jago Douma2021-02-142-101/+129
| |/ / / | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2021-02-1510-50/+134
| | | |
* | | | Use correct namespace (casing) in CalendarHomeRoeland Jago Douma2021-02-141-1/+1
|/ / / | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2021-02-146-50/+156
| | |
* | | Revert "use the configured forwarded headers for the setup check"Roeland Jago Douma2021-02-132-39/+40
| | |
* | | Merge pull request #25619 from ↵dependabot-preview[bot]2021-02-132-2/+2
|\ \ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/moment-timezone-0.5.33
| * | | Bump moment-timezone from 0.5.32 to 0.5.33dependabot-preview[bot]2021-02-132-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.32 to 0.5.33. - [Release notes](https://github.com/moment/moment-timezone/releases) - [Changelog](https://github.com/moment/moment-timezone/blob/develop/changelog.md) - [Commits](https://github.com/moment/moment-timezone/compare/0.5.32...0.5.33) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | | | Merge pull request #25604 from ↵Roeland Jago Douma2021-02-131-2/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/fix-hover-background-for-dark-mode Fix hover background for dark mode
| * | | | Fix hover background for dark modeJoas Schilling2021-02-121-2/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #25608 from nextcloud/trusted-proxy-check-correct-headerRoeland Jago Douma2021-02-132-40/+39
|\ \ \ \ \ | | | | | | | | | | | | use the configured forwarded headers for the setup check
| * | | | | use the configured forwarded headers for the setup checkRobin Appelman2021-02-122-40/+39
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | instead of always checking against the same header Signed-off-by: Robin Appelman <robin@icewind.nl>
* | / / / [tx-robot] updated from transifexNextcloud bot2021-02-1314-86/+118
| |/ / / |/| | |
* | | | add event for when a direct download is triggeredRobin Appelman2021-02-129-15/+98
|/ / / | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | / [tx-robot] updated from transifexNextcloud bot2021-02-1216-26/+74
| |/ |/|
* | Do not send imip email to invalid recipientsChristoph Wurst2021-02-112-0/+19
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #25378 from nextcloud/bugfix/noid/mention-match-improvementsRoeland Jago Douma2021-02-112-10/+8
|\ | | | | Improve mention matches
| * Improve mention matchesJoas Schilling2021-02-062-10/+8
| | | | | | | | | | | | The previous regex didn't correctly match users with . ' or - Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2021-02-114-16/+26
| |
* | Some psalm fixes for the DashboardControllerRoeland Jago Douma2021-02-101-14/+14
| | | | | | | | | | | | | | * Use the AppFramework IInitialState * Set return type Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #25435 from nextcloud/fix/favorite-iconRoeland Jago Douma2021-02-101-1/+1
|\ \ | | | | | | Fix favorite dark icon
| * | Fix favorite dark iconGretaD2021-02-021-1/+1
| | | | | | | | | | | | Signed-off-by: GretaD <gretadoci@gmail.com>