summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-07-04132-124/+168
|
* Merge pull request #15769 from nextcloud/part-file-non-creatableMorris Jobke2019-07-032-10/+53
|\ | | | | dont use part files for dav writes when the target folder doesn't have create permissions
| * add test for overwriting in non creatable directoryRobin Appelman2019-07-031-8/+46
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * dont use part files for dav writes when the target folder doesn't have ↵Robin Appelman2019-07-031-2/+7
| | | | | | | | | | | | create permissions Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #16186 from ↵Morris Jobke2019-07-035-189/+115
|\ \ | |/ |/| | | | | nextcloud/bugfix/noid/also-check-permissions-when-creating-a-share Better check reshare permissions part2
| * Remove duplicate testsJoas Schilling2019-07-031-144/+0
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Unify the permission checking in one place onlyJoas Schilling2019-07-034-47/+32
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Better check reshare permissions when creating a shareJoas Schilling2019-07-033-3/+88
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #16098 from nextcloud/design/header-textMorris Jobke2019-07-031-1/+0
|\ \ | | | | | | Show share link header text always in 2 rows
| * | Show share link header text always in 2 rowsJan-Christoph Borchardt2019-06-261-1/+0
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | Merge pull request #15817 from nextcloud/enh/autoloader_for_appsMorris Jobke2019-07-0328-0/+1828
|\ \ \ | |_|/ |/| | Add autoloaders for shipped apps
| * | Fix phanRoeland Jago Douma2019-06-271-0/+2
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Add autoloaders for shipped appsRoeland Jago Douma2019-06-2727-0/+1826
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #16200 from nextcloud/revert/16049-wrong-roundMorris Jobke2019-07-032-2/+2
|\ \ \ | | | | | | | | Revert incorrect rouding
| * | | Revert "Fix usage view tests"Daniel Kesselberg2019-07-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 7da7acd0 Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | Revert parts hide quota bar if unlimitedDaniel Kesselberg2019-07-021-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | [tx-robot] updated from transifexNextcloud bot2019-07-0344-18/+134
| | | |
* | | | Merge pull request #16199 from ↵Morris Jobke2019-07-022-3/+20
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/refresh_webcal_job_enhancements RefreshWebcalJob: replace ugly Regex with standard php utils
| * | | | RefreshWebcalJob: replace ugly Regex with standard php utilsGeorg Ehrke2019-07-022-3/+20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | | Merge pull request #16197 from nextcloud/feature/remote-wipe-emailMorris Jobke2019-07-025-5/+423
|\ \ \ \ \ | | | | | | | | | | | | Send emails when remote wipe starts/finishes
| * | | | | Send emails when remote wipe starts/finishesChristoph Wurst2019-07-025-5/+423
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | Merge pull request #15741 from mxss/fix/phpdoc-fixesMorris Jobke2019-07-024-2/+40
|\ \ \ \ \ | |/ / / / |/| | | | misc phpdoc fixes
| * | | | misc phpdoc fixesMax Kovalenko2019-05-274-0/+38
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Max Kovalenko <mxss1998@yandex.ru>
| * | | | fixed phpdoc parameter typesMax Kovalenko2019-05-271-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Max Kovalenko <mxss1998@yandex.ru>
* | | | | Merge pull request #16198 from nextcloud/fix/tests/usageMorris Jobke2019-07-021-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Fix usage view tests
| * | | | | Fix usage view testsRoeland Jago Douma2019-07-021-1/+1
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | Follow up to #16049 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #16174 from ↵Morris Jobke2019-07-021-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/fix-dyslexic-font-overwriting Only set the font if it was not set before
| * | | | | Only set the font if it was not set beforeJoas Schilling2019-07-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise Dyslexia setting can not set the font in the accessibility app Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Merge pull request #13186 from labor4/edit_carddav_typesMorris Jobke2019-07-021-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | add carddav-search (vCard2Array) option for X-ADDRESSBOOKSERVER-MEMBER
| * | | | | | add carddav-search option for X-ADDRESSBOOKSERVER-MEMBERlabor42019-06-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding field X-ADDRESSBOOKSERVER-MEMBER which can be used to relate persons to groups (macos behaviour). - groups are cards with field X-ADDRESSBOOKSERVER-KIND == 'group' - and all members' UUID/URI in the X-ADDRESSBOOKSERVER-MEMBER array of that group-card. Signed-off-by: labor4 <schreibtisch@labor4.ch>
* | | | | | | Merge pull request #16141 from nextcloud/fix/no-rating-no-scoreMorris Jobke2019-07-023-4/+6
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Do not show app score if it has no ratings
| * | | | | | Do not show app score if it has no ratingsChristoph Wurst2019-06-283-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | Do not fail hard on new user mail error (#16183)John Molakvoæ2019-07-021-2/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Do not fail hard on new user mail error
| * | | | | | | Do not fail hard on new user mail errorJohn Molakvoæ (skjnldsv)2019-07-021-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | | | | Merge pull request #15775 from ↵Georg Ehrke2019-07-0214-48/+805
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/refactor/decouple-remote-wipe-notifications Decouple remote wipe notifcation channels with events
| * | | | | | | | Decouple remote wipe notifcation channels with eventsChristoph Wurst2019-06-2714-48/+805
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | | | [tx-robot] updated from transifexNextcloud bot2019-07-02166-290/+332
| | | | | | | | |
* | | | | | | | | Merge pull request #16161 from ↵Roeland Jago Douma2019-07-018-13/+13
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/toastify-js-1.6.1 Bump toastify-js from 1.5.0 to 1.6.1
| * | | | | | | | | Bump toastify-js from 1.5.0 to 1.6.1dependabot-preview[bot]2019-07-018-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [toastify-js](https://github.com/apvarun/toastify-js) from 1.5.0 to 1.6.1. - [Release notes](https://github.com/apvarun/toastify-js/releases) - [Changelog](https://github.com/apvarun/toastify-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/apvarun/toastify-js/compare/1.5.0...1.6.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | | | | | | | Merge pull request #16159 from ↵Roeland Jago Douma2019-07-012-74/+124
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/webpack-cli-3.3.5 Bump webpack-cli from 3.3.4 to 3.3.5
| * | | | | | | | | | Bump webpack-cli from 3.3.4 to 3.3.5dependabot-preview[bot]2019-06-302-74/+124
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.4 to 3.3.5. - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/v3.3.4...v3.3.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | | | | | | | Merge pull request #16162 from ↵Roeland Jago Douma2019-07-012-5/+5
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/url-loader-2.0.1 Bump url-loader from 2.0.0 to 2.0.1
| * | | | | | | | | | Bump url-loader from 2.0.0 to 2.0.1dependabot-preview[bot]2019-06-302-5/+5
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [url-loader](https://github.com/webpack-contrib/url-loader) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/webpack-contrib/url-loader/releases) - [Changelog](https://github.com/webpack-contrib/url-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/url-loader/compare/v2.0.0...v2.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | | | | | | | Merge pull request #16175 from ↵Joas Schilling2019-07-011-6/+16
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/followup/16088/allow-apps-to-overwrite-the-maximum-length-when-reading-from-database Allow apps to overwrite the maximum length when reading from database
| * | | | | | | | | | Allow apps to overwrite the maximum length when reading from databaseJoas Schilling2019-07-011-6/+16
| | |_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | | | | Merge pull request #16168 from nextcloud/fix/16103Roeland Jago Douma2019-07-011-1/+0
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Remove fs package
| * | | | | | | | | | Remove fs packageJulius Härtl2019-07-011-1/+0
| | |_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | | | | | Merge pull request #16170 from nextcloud/dnd-upload-permissionsRobin Appelman2019-07-011-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | fix permissions for drag-n-drop uploads
| * | | | | | | | | fix permissions for drag-n-drop uploadsRobin Appelman2019-07-011-1/+1
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | | | Merge pull request #16136 from nextcloud/design/theming-body-loginJohn Molakvoæ2019-07-011-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix dark text in body-login box on light theming colors