summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | Merge pull request #25234 from ↵John Molakvoæ2021-01-215-5/+14
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/fix-encoding-issue-with-oc.notification.show Fix encoding issue with OC.Notification.show
| * | | | | | | | Fix encoding issue with OC.Notification.showJoas Schilling2021-01-205-5/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | | | Merge pull request #25236 from nextcloud/mkdir-explicit-chmodJulius Härtl2021-01-211-1/+4
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | explicitly set permissions on newly created folders
| * | | | | | | | | explicitly set permissions on newly created foldersRobin Appelman2021-01-201-1/+4
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this works around any `umask` that might be set and limiting the folder permissions Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | | | [tx-robot] updated from transifexNextcloud bot2021-01-2124-50/+596
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | Merge pull request #25229 from ↵Vincent Petry2021-01-201-2/+19
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/darkmode-popover-adjustments Dark mode adjustments for popover
| * | | | | | | Dark mode adjustments for popoverVincent Petry2021-01-201-2/+19
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new popover classes from @nextcloud/vue's Popover and PopoverMenu* components. This fixes issues where the menu icons were not inverted. Adjusted border for both the avatar popover menu and also actions popover menu to make them easier to distinguish from the background. Now using border color for the popover arrow to make it more visible outside the border. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | | | | Merge pull request #25212 from nextcloud/enh/preview-markdownMorris Jobke2021-01-201-0/+110
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | Enhance markdown file preview rendering
| * | | | | | Fix typo in comment Morris Jobke2021-01-201-1/+1
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | | | Enhance markdown file preview renderingJulius Härtl2021-01-201-0/+110
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | | Merge pull request #25224 from ↵Morris Jobke2021-01-204-4/+24
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/24600/fix-saving-user-credentials Update handling of user credentials
| * | | | | | Fix potential empty resultJoas Schilling2021-01-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | Compare and store the login name via the eventJoas Schilling2021-01-203-5/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | Also fix the username when it changedJoas Schilling2021-01-201-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | Don't save credentials of another userJoas Schilling2021-01-201-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | Merge pull request #25217 from nextcloud/enh/drop_indexRoeland Jago Douma2021-01-204-1/+57
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Drop authtoken_version_index
| * | | | | | Drop authtoken_version_indexRoeland Jago Douma2021-01-204-1/+57
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The index was used when deleting old tokens. On top of that the index is of course not that great since the version is either 1 or 2. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | Merge pull request #25223 from ↵Roeland Jago Douma2021-01-201-14/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | nextcloud-pr-bot/automated/noid/psalm-baseline-update [Automated] Update psalm-baseline.xml
| * | | | | Update psalm baselineNextcloud-PR-Bot2021-01-201-14/+1
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2021-01-2022-0/+44
| | | | |
* | | | | Merge pull request #25151 from nextcloud/bugfix/noid/ie11-dashboard-syntax-errorMorris Jobke2021-01-193-3/+4
|\ \ \ \ \ | | | | | | | | | | | | Fix IE 11 dashboard syntax error
| * | | | | Fix IE 11 dashboard syntax errorVincent Petry2021-01-153-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | | | Merge pull request #25216 from nextcloud/enh/ca-bundleMorris Jobke2021-01-191-240/+33
|\ \ \ \ \ \ | | | | | | | | | | | | | | Bump CA bundle
| * | | | | | Bump CA bundleRoeland Jago Douma2021-01-191-240/+33
| | |_|/ / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | Merge pull request #25173 from nextcloud/enh/webp_supportRoeland Jago Douma2021-01-195-2/+55
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add support for webp
| * | | | | | Add support for webpRoeland Jago Douma2021-01-195-2/+55
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Including handling in OC_Image But also a preview provider Of course only works if your php actually supports webp Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | Merge pull request #25184 from ↵Roeland Jago Douma2021-01-191-0/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | nextcloud/feature/noid/first-class-citizen-notifications Directly add notifications element
| * | | | | Directly add notifications elementJoas Schilling2021-01-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since there seems to be an issue with the old way notifications is mounted, we now hardcode it. Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Merge pull request #25198 from ↵Christoph Wurst2021-01-191-0/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/composer/pear/archive_tar-1.4.12 Bump pear/archive_tar from 1.4.11 to 1.4.12
| * | | | | | Bump pear/archive_tar from 1.4.11 to 1.4.12Christoph Wurst2021-01-191-0/+0
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | Merge pull request #25153 from ↵Roeland Jago Douma2021-01-196-21/+20
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/force-signature-verification-on-occ Force signature verification of apps on occ
| * | | | | | Fix markupJoas Schilling2021-01-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | Add a warning when trying to run integrity:check-core on gitJoas Schilling2021-01-181-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | Cleanup the constructorJoas Schilling2021-01-183-15/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | Force run the verification of the signature on occJoas Schilling2021-01-182-5/+8
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | [tx-robot] updated from transifexNextcloud bot2021-01-1934-48/+96
| | | | | |
* | | | | | Merge pull request #25186 from ↵Morris Jobke2021-01-181-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/dont-log-keys-on-verifySignature Don't log keys on checkSignature
| * | | | | | Don't log keys on checkSignatureJoas Schilling2021-01-181-0/+1
| | |/ / / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Merge pull request #25187 from ↵Morris Jobke2021-01-181-0/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/composer/symfony/polyfill-intl-normalizer-1.22.0 Bump symfony/polyfill-intl-normalizer from 1.20.0 to 1.22.0
| * | | | | | Bump symfony/polyfill-intl-normalizer from 1.20.0 to 1.22.0Christoph Wurst2021-01-181-0/+0
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | Merge pull request #25182 from nextcloud/bugfix/noid/readd-element-idJohn Molakvoæ2021-01-183-3/+7
|\ \ \ \ \ \ | | | | | | | | | | | | | | Readd element ID after component mount.
| * | | | | | Readd element ID after component mount.Joas Schilling2021-01-183-3/+7
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Merge pull request #25181 from nextcloud/crl/update-revoked-gravatar.crtRoeland Jago Douma2021-01-181-18/+18
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update CRL due to revoked gravatar.crl
| * | | | | | Update CRL due to revoked gravatar.crlMorris Jobke2021-01-181-18/+18
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/nextcloud/app-certificate-requests/pull/362 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | Merge pull request #25185 from nextcloud/bugfix/share-errorsRoeland Jago Douma2021-01-183-5/+17
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Show the actual error on share requests
| * | | | | Show the actual error on share requestsJulius Härtl2021-01-183-5/+17
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #25168 from nextcloud/fix/cards_abiduriMorris Jobke2021-01-181-0/+1
|\ \ \ \ \ | | | | | | | | | | | | Add cards_abiduri index on install
| * | | | | Add cards_abiduri index on installRoeland Jago Douma2021-01-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Else we directly tell the admin to add this on install. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | Merge pull request #25059 from ↵Morris Jobke2021-01-181-0/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/composer/web-auth/webauthn-lib-3.3.1 Bump web-auth/webauthn-lib from 3.1.1 to 3.3.1
| * | | | | | Bump web-auth/webauthn-lib from 3.1.1 to 3.3.1Christoph Wurst2021-01-181-0/+0
| | |/ / / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>