aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Change license mail aliasJohn Molakvoæ (skjnldsv)2021-01-224-2/+6
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add SGI and TGA preview supportJohn Molakvoæ (skjnldsv)2021-01-225-2/+74
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2021-01-2232-12/+282
|
* Merge pull request #25253 from nextcloud/fix/noid/log-noiseMorris Jobke2021-01-211-1/+1
|\ | | | | silence log message
| * silence log messageArthur Schiwon2021-01-211-1/+1
| | | | | | | | | | | | | | - this appears too often (in some configurations) when qualifying group members which do not meet the criteria Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #25255 from nextcloud/dav-storage-copy-directoryMorris Jobke2021-01-211-1/+1
|\ \ | | | | | | also use storage copy when dav copying directories
| * | also use storage copy when dav copying directoriesRobin Appelman2021-01-211-1/+1
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #25257 from nextcloud/dependabot/composer/sabre/dav-4.1.4Morris Jobke2021-01-211-0/+0
|\ \ \ | |_|/ |/| | Bump sabre/dav from 4.1.3 to 4.1.4
| * | Bump sabre/dav from 4.1.3 to 4.1.4Christoph Wurst2021-01-211-0/+0
|/ / | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #25252 from ↵Morris Jobke2021-01-211-0/+0
|\ \ | | | | | | | | | | | | nextcloud/dependabot/composer/giggsey/libphonenumber-for-php-8.12.16 Bump giggsey/libphonenumber-for-php from 8.12.4 to 8.12.16
| * | Bump giggsey/libphonenumber-for-php from 8.12.4 to 8.12.16Christoph Wurst2021-01-211-0/+0
|/ / | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #25214 from ↵Morris Jobke2021-01-214-3/+38
|\ \ | | | | | | | | | | | | nextcloud/dependabot/composer/phpseclib/phpseclib-2.0.30 Bump phpseclib/phpseclib from 2.0.25 to 2.0.30
| * | Also load CA properly in integrity checkRoeland Jago Douma2021-01-201-1/+17
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | phpsec lib can't parse multiple certs in one goRoeland Jago Douma2021-01-201-2/+20
| | | | | | | | | | | | | | | | | | So we have to split it manually and do it ourselves Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Bump phpseclib/phpseclib from 2.0.25 to 2.0.30Christoph Wurst2021-01-192-0/+1
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #25238 from nextcloud/enh/noid/apps-defacto-in-rootRoeland Jago Douma2021-01-211-9/+2
|\ \ \ | | | | | | | | Apps folder is defacto in root folder and not above
| * | | Apps folder is defacto in root folder and not aboveMorris Jobke2021-01-201-9/+2
| | |/ | |/| | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #25240 from nextcloud/enh/noid/re-use-fetched-dependenciesRoeland Jago Douma2021-01-218-47/+45
|\ \ \ | | | | | | | | Re-use fetched dependencies in lib/base.php
| * | | Re-use fetched dependencies in lib/base.phpMorris Jobke2021-01-208-47/+45
| |/ / | | | | | | | | | | | | | | | | | | | | | Reduces calls to DI container by reusing already fetched dependencies. For status.php it went from 355 to 344. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #25119 from nextcloud/version/21/beta7v21.0.0beta7Roeland Jago Douma2021-01-211-2/+2
|\ \ \ | | | | | | | | 21 beta7
| * | | 21 beta7Roeland Jago Douma2021-01-141-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | 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