summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* update icewind/smb to 3.1.0Robin Appelman2019-02-0654-198/+547
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #13908 from ↵Morris Jobke2019-01-303-6/+6
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/accessibility/vue-loader-15.6.2 Bump vue-loader from 15.6.1 to 15.6.2 in /apps/accessibility
| * Bump vue-loader from 15.6.1 to 15.6.2 in /apps/accessibilitydependabot[bot]2019-01-303-6/+6
| | | | | | | | | | | | | | | | | | | | Bumps [vue-loader](https://github.com/vuejs/vue-loader) from 15.6.1 to 15.6.2. - [Release notes](https://github.com/vuejs/vue-loader/releases) - [Changelog](https://github.com/vuejs/vue-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-loader/commits) Signed-off-by: dependabot[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #13907 from ↵dependabot[bot]2019-01-303-6/+6
|\ \ | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/updatenotification/vue-loader-15.6.2
| * | Bump vue-loader from 15.6.1 to 15.6.2 in /apps/updatenotificationdependabot[bot]2019-01-303-6/+6
| |/ | | | | | | | | | | | | | | | | | | Bumps [vue-loader](https://github.com/vuejs/vue-loader) from 15.6.1 to 15.6.2. - [Release notes](https://github.com/vuejs/vue-loader/releases) - [Changelog](https://github.com/vuejs/vue-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-loader/commits) Signed-off-by: dependabot[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #13891 from nextcloud/remove-external-failure-notificationMorris Jobke2019-01-301-18/+0
|\ \ | | | | | | Remove warning in case of external storage error
| * | Remove warning in case of external storage errorJohn Molakvoæ (skjnldsv)2019-01-291-18/+0
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #13412 from nextcloud/forward-password-policyRoeland Jago Douma2019-01-301-1/+5
|\ \ \ | | | | | | | | forward error message from password policy
| * | | forward error message from password policyRobin Appelman2019-01-071-1/+5
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #12364 from tomasz-grobelny/file_range_selectJohn Molakvoæ2019-01-304-26/+124
|\ \ \ \ | |_|_|/ |/| | | Ability to select file ranges with mouse or touchscreen
| * | | Add more accessible method of selecting file rangesTomasz Grobelny2019-01-244-26/+124
| | | | | | | | | | | | | | | | Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net>
* | | | Merge pull request #13830 from nextcloud/fix/shared_versionsRoeland Jago Douma2019-01-301-2/+15
|\ \ \ \ | | | | | | | | | | Allow shared versions again in legacy backend
| * | | | Allow shared versions again in legacy backendRoeland Jago Douma2019-01-251-2/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To make sure that the versions in the legacy backend are shared again we have to check the storage of a file. Since all shared files are still on the owners storage. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #13886 from nextcloud/trashbin-original-location-fallbackRoeland Jago Douma2019-01-301-1/+5
|\ \ \ \ \ | | | | | | | | | | | | add fallback for trashbin original location
| * | | | | add fallback for trashbin original locationRobin Appelman2019-01-291-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | Provide initial stateRoeland Jago Douma2019-01-296-19/+23
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | Merge pull request #13880 from nextcloud/enh/expose_subadmin_to_ocpRoeland Jago Douma2019-01-293-86/+7
|\ \ \ \ \ \ | | | | | | | | | | | | | | Expose subadmin to OCP
| * | | | | | Expose subadmin to OCPRoeland Jago Douma2019-01-293-86/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | Merge pull request #13883 from nextcloud/fix-dropping-a-folder-on-a-folder-rowRoeland Jago Douma2019-01-291-1/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Fix dropping a folder on a folder row
| * | | | | | Fix dropping a folder on a folder rowDaniel Calviño Sánchez2019-01-291-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the uploaded files have a relative path (that is, when a folder is uploaded) it is first ensured that all the parent folders exist, which is done by trying to create them. When a folder is created in the currently opened folder the file list is updated and a row for the new folder is added. However, this was done too when the folder already existed, which caused the previous row to be removed and a new one added to replace it. For security reasons, some special headers need to be set in requests; this is done automatically for jQuery by handling the "ajaxSend" event in the document. In the case of DAV requests, if the headers are not set the server rejects the request with "CSRF check not passed". When a file or folder is dropped on a folder row the jQuery upload events are chained from the initial drop event, which has the row as its target. In order to upload the file jQuery performs a request, which triggers the "ajaxSend" event in the row; this event then bubbles up to the document, which is then handled by adding the special headers to the request. However, when a folder was dropped on a folder row that folder row was removed when ensuring that the folder exists. The jQuery upload events were still triggered on the row, but as it had been removed it had no parent nodes, and thus the events did not bubble up. Due to this the "ajaxSend" event never reached the document when triggered on the removed row, the headers were not set, and the upload failed. All this is simply fixed by not removing the folder row when trying to create it if it existed already. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | | | | | Merge pull request #13865 from nextcloud/fix/noid/ldap-pagedsearch-multiplebasesMorris Jobke2019-01-291-5/+28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | fix paged search with multiple bases (LDAP)
| * | | | | | | iterate over bases instead of doing parallel searchArthur Schiwon2019-01-281-5/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | parallel search is not compatible with paged search, but the letter is usually always applied. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | | | Merge pull request #13843 from nextcloud/bugfix/11852-add-icon-caldavMorris Jobke2019-01-291-32/+32
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | Add ico as avatar
| * | | | | | | Use proper mime type for icoDaniel Kesselberg2019-01-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | | | | | Add ico as avatarDaniel Kesselberg2019-01-281-32/+32
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | | Merge pull request #13855 from tomasz-grobelny/faster_file_uploadChristoph Wurst2019-01-292-1/+6
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Throttle getstoragestats.php calls and allow simultaneous uploads
| * | | | | | Throttle getstoragestats.php calls and allow simultaneous uploadsTomasz Grobelny2019-01-272-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net>
* | | | | | | Merge pull request #5881 from nextcloud/command-move-calendarMorris Jobke2019-01-289-0/+899
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add command to move a calendar from an user to another
| * | | | | | | Handle moving calendar to an user who already has the shareThomas Citharel2019-01-164-51/+134
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extra: * Fix @ChristophWurst style remarks * Add a Note that share links have changed when calendars has user shares (see #13603) Signed-off-by: Thomas Citharel <tcit@tcit.fr> Fix forgotten test change Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | | | | | | Don't check group shares if shareWithGroupMembersOnly is falseThomas Citharel2019-01-162-29/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> Remove the system user check Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | | | | | | add list-calendars commandGeorg Ehrke2019-01-168-66/+519
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> Rebase and delete URI suggestion part Invite to use occ dav:list-calendars instead Signed-off-by: Thomas Citharel <tcit@tcit.fr> Fix autoload Signed-off-by: Thomas Citharel <tcit@tcit.fr> Use injection & test everything And rebase Signed-off-by: Thomas Citharel <tcit@tcit.fr> Add test for ListCalendars and refactoring Signed-off-by: Thomas Citharel <tcit@tcit.fr> Fix indentation Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | | | | | | Add command to move a calendar from an user to anotherThomas Citharel2019-01-165-0/+344
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> Add a basic check for displaynames in case we fail to get calendar from uri and put some sf console styles & refactor a bit Signed-off-by: Thomas Citharel <tcit@tcit.fr> basic Tests Signed-off-by: Thomas Citharel <tcit@tcit.fr> add forgotten createNamedParameter() Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | | | | | Merge pull request #13675 from imsolost/masterMorris Jobke2019-01-281-3/+2
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | Fixed some LGTM alerts
| * | | | | | | changed case on variable to match initial caseimsolost2019-01-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: imsolost <imsolost@gmail.com>
| * | | | | | | fixed replacement functions to catch all instances of parenthesisimsolost2019-01-251-3/+2
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: imsolost <imsolost@gmail.com>
* | | | | | | Bump vue-loader from 15.6.0 to 15.6.2 in /apps/oauth2dependabot[bot]2019-01-283-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [vue-loader](https://github.com/vuejs/vue-loader) from 15.6.0 to 15.6.2. - [Release notes](https://github.com/vuejs/vue-loader/releases) - [Changelog](https://github.com/vuejs/vue-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-loader/commits) Signed-off-by: dependabot[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | Bump vue-loader from 15.6.0 to 15.6.1 in /apps/updatenotificationdependabot[bot]2019-01-262-11/+11
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [vue-loader](https://github.com/vuejs/vue-loader) from 15.6.0 to 15.6.1. - [Release notes](https://github.com/vuejs/vue-loader/releases) - [Changelog](https://github.com/vuejs/vue-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-loader/commits) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | | | Bump vue-loader from 15.6.0 to 15.6.1 in /apps/accessibilitydependabot[bot]2019-01-262-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [vue-loader](https://github.com/vuejs/vue-loader) from 15.6.0 to 15.6.1. - [Release notes](https://github.com/vuejs/vue-loader/releases) - [Changelog](https://github.com/vuejs/vue-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-loader/commits) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | | | [tx-robot] updated from transifexNextcloud bot2019-01-268-16/+22
|/ / / / /
* | | | | Merge pull request #13815 from ↵Roeland Jago Douma2019-01-252-75/+73
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/accessibility/webpack-4.29.0 Bump webpack from 4.28.4 to 4.29.0 in /apps/accessibility
| * | | | | Bump webpack from 4.28.4 to 4.29.0 in /apps/accessibilitydependabot[bot]2019-01-252-75/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.28.4 to 4.29.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.28.4...v4.29.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | | | Merge pull request #13814 from ↵Roeland Jago Douma2019-01-252-51/+249
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/accessibility/@babel/preset-env-7.3.1 Bump @babel/preset-env from 7.2.3 to 7.3.1 in /apps/accessibility
| * | | | | | Bump @babel/preset-env from 7.2.3 to 7.3.1 in /apps/accessibilitydependabot[bot]2019-01-252-51/+249
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.2.3 to 7.3.1. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.2.3...v7.3.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | | | | Merge pull request #13801 from nextcloud/design/highcontrast-fixMorris Jobke2019-01-251-1/+3
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Fix for high contrast theme
| * | | | | | Accessibility: Fix header icon opacity with high contrast themeJan-Christoph Borchardt2019-01-241-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | | | | Bump vue-loader from 15.5.1 to 15.6.0 in /apps/accessibilitydependabot[bot]2019-01-252-14/+14
| |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [vue-loader](https://github.com/vuejs/vue-loader) from 15.5.1 to 15.6.0. - [Release notes](https://github.com/vuejs/vue-loader/releases) - [Changelog](https://github.com/vuejs/vue-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-loader/compare/v15.5.1...v15.6.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | | | Merge the str_replacementsJoas Schilling2019-01-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Fix linear-gradient for long comments on dark-themeJoas Schilling2019-01-241-6/+6
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #13778 from ↵Roeland Jago Douma2019-01-242-48/+240
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/updatenotification/@babel/preset-env-7.3.1 Bump @babel/preset-env from 7.2.3 to 7.3.1 in /apps/updatenotification
| * | | | | Bump @babel/preset-env from 7.2.3 to 7.3.1 in /apps/updatenotificationdependabot[bot]2019-01-242-48/+240
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.2.3 to 7.3.1. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.2.3...v7.3.1) Signed-off-by: dependabot[bot] <support@dependabot.com>