aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Unify links to php.netJ0WI2020-09-1731-466/+466
| | | | | | Update all links to https://www.php.net/ Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* Merge pull request #22844 from nextcloud/enh/richdocumentscode-armMorris Jobke2020-09-175-4/+53
|\ | | | | Support architecture limitations for apps and allow richdocumentscode_arm64 though htaccess
| * Allow to specify supported architectures in appinfo.xmlJulius Härtl2020-09-173-0/+43
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Add htaccess exception for richdocumentscode_arm64Julius Härtl2020-09-171-1/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Install richdocumentscode depending on the architectureJulius Härtl2020-09-171-3/+9
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #22898 from ↵Morris Jobke2020-09-172-4/+4
|\ \ | | | | | | | | | | | | nextcloud/fix/16696/add-spaces-and-fix-variable-name Fix variable name and add spaces around path in info log line
| * | Fix variable name and add spaces around path in info log lineMorris Jobke2020-09-172-4/+4
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #22903 from ↵Morris Jobke2020-09-171-1/+1
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/techdebt/16696/no-need-to-get-full-path-again Do not fetch the normalized full path again if it is already available
| * | | Do not fetch the normalized full path again if it is already availableMorris Jobke2020-09-171-1/+1
| |/ / | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #22902 from ↵Morris Jobke2020-09-171-1/+1
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix/16696/proper-target-path-for-share-event Create proper target path for shared storage fopen event
| * | | Create proper target path for shared storage fopen eventMorris Jobke2020-09-171-1/+1
| |/ / | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #22867 from nextcloud/shared-storage-init-lessRoeland Jago Douma2020-09-175-21/+90
|\ \ \ | |/ / |/| | Shared storage optimizations
| * | optimize View::getPath if we already know the storage idRobin Appelman2020-09-163-19/+23
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | disable update checking for shared storagesRobin Appelman2020-09-154-6/+71
| | | | | | | | | | | | | | | | | | update checking is already handled by the share source Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #22890 from ↵Roeland Jago Douma2020-09-175-29/+14
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/techdebt/18680/help-static-code-analysis-understand-code Help static code analysis to understand code
| * | | Update baselineMorris Jobke2020-09-161-22/+0
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | Help static code analysis to understand code.Daniel Kesselberg2020-09-164-7/+14
| | | | | | | | | | | | | | | | | | | | | | | | It adds proper type hints to private namespace to allow private namespace methods. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | Merge pull request #22874 from nextcloud/Valdnet-patch-4Roeland Jago Douma2020-09-171-1/+1
|\ \ \ \ | | | | | | | | | | l10n: Add parentheses
| * | | | l10n: Change the size of the letterValdnet2020-09-161-1/+1
| | | | |
| * | | | l10n: Add parenthesesValdnet2020-09-161-1/+1
| | |_|/ | |/| |
* | | | Merge pull request #22885 from ↵Morris Jobke2020-09-173-9/+8
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/show-group-displayname-in-workflows Show group display name in workflows
| * | | | Show group display name in workflowsJoas Schilling2020-09-163-9/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2020-09-1786-92/+112
| | | | |
* | | | | Merge pull request #22888 from nextcloud/techdebt/18680/remove-unused-codeMorris Jobke2020-09-162-2/+1
|\ \ \ \ \ | | | | | | | | | | | | Remove not needed semicolon and PHPDoc hint
| * | | | | Remove not needed semicolon and PHPDoc hintMorris Jobke2020-09-162-2/+1
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | Merge pull request #22880 from nextcloud/crl/noid/revoke-secsignidRoeland Jago Douma2020-09-161-17/+18
|\ \ \ \ \ | | | | | | | | | | | | Revoke secsignid
| * | | | | Revoke secsignidMorris Jobke2020-09-161-17/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See nextcloud/app-certificate-requests#343 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | Merge pull request #22884 from nextcloud/phpdoc/21873/define-deprecated-versionMorris Jobke2020-09-161-91/+92
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Specific version for @deprecated PHPDoc
| * | | | | Specific version for @deprecated PHPDocMorris Jobke2020-09-161-91/+92
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | Merge pull request #22883 from nextcloud/techdebt/noid/remove-phanMorris Jobke2020-09-1634-2750/+1
|\ \ \ \ \ | |/ / / / |/| | | | Remove phan config - was replaced by Psalm
| * | | | Remove @suppress SqlInjectionCheckerMorris Jobke2020-09-1620-47/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | Remove phan config - was replaced by PsalmMorris Jobke2020-09-1614-2703/+1
|/ / / / | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Merge pull request #22865 from nextcloud/dashboard/design-fixingMorris Jobke2020-09-163-5/+5
|\ \ \ \ | | | | | | | | | | Dashboard design detail fixing
| * | | | Dashboard recompileJan C. Borchardt2020-09-152-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
| * | | | Dashboard: Fix 'Get more widgets' button sizeJan C. Borchardt2020-09-153-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
| * | | | Dashboard: Change heading padding to relative so it adjusts based on screen ↵Jan C. Borchardt2020-09-153-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | size, ref #22864 Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
| * | | | Fix v-deep overwrite for weather and status buttons, ref #22864Jan C. Borchardt2020-09-153-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* | | | | Merge pull request #22866 from nextcloud/fix/recommendations-altMorris Jobke2020-09-163-4/+4
|\ \ \ \ \ | |_|_|/ / |/| | | | Fix recommendation design details
| * | | | Recommendations recompileJan C. Borchardt2020-09-152-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
| * | | | Recommended apps: Fix loading spinner colorJan C. Borchardt2020-09-151-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
| * | | | Recommended apps: Empty alt text since the app logo is decorativeJan C. Borchardt2020-09-151-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* | | | | [tx-robot] updated from transifexNextcloud bot2020-09-168-2/+46
| | | | |
* | | | | Merge pull request #22870 from nextcloud/dependabot/composer/psalm/phar-3.16dependabot-preview[bot]2020-09-151-5/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Bump psalm/phar from 3.15 to 3.16dependabot-preview[bot]2020-09-151-5/+5
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | Bumps [psalm/phar](https://github.com/psalm/phar) from 3.15 to 3.16. - [Release notes](https://github.com/psalm/phar/releases) - [Commits](https://github.com/psalm/phar/compare/3.15...3.16) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | Merge pull request #22859 from nextcloud/fix/reasons-to-use-pdfRoeland Jago Douma2020-09-151-0/+0
|\ \ \ \ | |/ / / |/| | | Fix duplicate sentence in 'Reasons to use Nextcloud.pdf'
| * | | Fix duplicate sentence in 'Reasons to use Nextcloud.pdf'Jan C. Borchardt2020-09-151-0/+0
| | | | | | | | | | | | | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* | | | [tx-robot] updated from transifexNextcloud bot2020-09-15230-374/+716
| | | |
* | | | Merge pull request #22860 from nextcloud/fix/22796/update-l10nignoreMorris Jobke2020-09-1510-21/+11
|\ \ \ \ | |_|/ / |/| | | Update .l10nignore for apps to exclude bundled JS files
| * | | Update .l10nignore for apps to exclude bundled JS filesMorris Jobke2020-09-1510-21/+11
|/ / / | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #22857 from nextcloud/bugfix/activity-490/doc-fixesMorris Jobke2020-09-151-0/+2
|\ \ \ | | | | | | | | It is very highly recommended to set an object for better filtering