summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #22843 from nextcloud/feature/share-link-filenameMorris Jobke2020-09-173-19/+27
|\ | | | | Show filename on share link download
| * Show filename on share link downloadJohn Molakvoæ (skjnldsv)2020-09-173-19/+27
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #22794 from nextcloud/version/20.0.0/rc1v20.0.0RC1Morris Jobke2020-09-172-4/+12
|\ \ | |/ |/| 20 RC1
| * Provide correct PHPDoc tags for public namespaceMorris Jobke2020-09-171-2/+10
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * 20 RC1Roeland Jago Douma2020-09-171-2/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #22919 from J0WI/https-stackoverflow.comMorris Jobke2020-09-172-4/+4
|\ \ | |/ |/| Update urls to stackoverflow.com to "HTTPS"
| * Update urls to stackoverflow.com to "HTTPS"J0WI2020-09-172-4/+4
| | | | | | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* | Merge pull request #22910 from nextcloud/user-quota-eventMorris Jobke2020-09-174-1/+76
|\ \ | | | | | | add event to allow apps to overwrite user quota
| * | Autoloader updateMorris Jobke2020-09-172-0/+2
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | add event to allow apps to overwrite user quotaRobin Appelman2020-09-172-1/+74
| |/ | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #22917 from nextcloud/Valdnet-patch-4Morris Jobke2020-09-171-2/+2
|\ \ | | | | | | l10n: Add parentheses for unification
| * | l10n: Add parentheses for unificationValdnet2020-09-171-2/+2
| |/
* | Merge pull request #22920 from nextcloud/Valdnet-patch-5Morris Jobke2020-09-171-1/+1
|\ \ | |/ |/| l10n: Add a dot
| * l10n: Add a dotValdnet2020-09-171-1/+1
|/
* 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>