aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-06-1328-182/+382
|
* [tx-robot] updated from transifexNextcloud bot2018-06-1248-2/+96
|
* properly lock the target file on dav upload when not using part filesRobin Appelman2018-06-111-15/+23
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #9558 from nextcloud/fix/9489/trashbin_previewsMorris Jobke2018-06-115-55/+73
|\ | | | | Previews on for all trashbin files
| * Previews on for all trashbin filesRoeland Jago Douma2018-06-055-55/+73
| | | | | | | | | | | | | | | | | | | | * Previews possible for all files in the trashbin * Set caching * Use the fileid to find the file * Fix test Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #9814 from nextcloud/bugfix/6032/delete_group_with_slashMorris Jobke2018-06-111-1/+1
|\ \ | | | | | | Make the DELETION of groups match greedy on the groupID
| * | Make the DELETION of groups match greedy on the groupIDRoeland Jago Douma2018-06-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | fixes #6032 Now since the match is greedy it will also eat the / Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #9807 from nextcloud/fix-highlighting-of-the-upload-drop-zoneJohn Molakvoæ2018-06-112-16/+36
|\ \ \ | | | | | | | | Fix highlighting of the upload drop zone
| * | | Do not show an error message when draging and dropping textDaniel Calviño Sánchez2018-06-081-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the browser reports a drag of items other than files (for example, text) and then triggers a drop event with no files no error message should be shown to the user, as in that case there would be no highlight of the drop zone and no indication that the drop would be valid (except for the mouse cursor); the error message should be shown only when the drop event with no files follows a file drag. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | Remove no longer needed special handling for FirefoxDaniel Calviño Sánchez2018-06-081-15/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The highlighting was removed in Firefox when the cursor was no longer moving to handle the behaviour of reporting a file drag and then providing no files in the drop event. That behaviour (which was only present in Firefox 48 and 49) is already handled with the "dropnofiles" callback, so that special handling is no longer needed. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | Use "dropnofiles" callback to disable the drop state in the UIDaniel Calviño Sánchez2018-06-081-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a file is dragged from the desktop to the file list the file list is highlighted, and when the file is finally dropped or the drag operation is cancelled the highlighting is removed. In some cases, due to a wrong implementation, a browser may end a file drag with a drop with no files (for example, when a folder or text is dragged), which would cause the highlight to not be removed. Now those cases are handled with the "dropnofiles" callback, which restores the UI and also shows a message to the user. The error message is just a generic one, as in some cases it is not even possible to know whether the problem came from a text drag or a folder drag, and whether the problem appears or not depends on the browser, version and even operating system. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | Add callback to clean up after misbehaved drag and drop eventsDaniel Calviño Sánchez2018-06-081-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The jQuery Plugin triggers the "dragover" callback when the browser triggers the "dragover" event and the types in their DataTransfer include a "Files" item. It also triggers the "drop" callback when the browser triggers the "drop" event and the list of files in its DataTransfer is not empty. Unfortunately some browsers may trigger "dragover" events with a DataTransfer that includes a "Files" item and then trigger a "drop" event with an empty list of files. When that happens the actions performed in the "dragXXX" callbacks could be left hanging if they were expected to be finished in the "drop" callback (for example, if the drop zone was highlighted during the drag to be then restored when the file was finally dropped). This commit adds the "dropnofiles" callback to be able to handle those situations. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | Remove duplicated codeDaniel Calviño Sánchez2018-06-081-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | "disableDropState" was set as the event handler in 8d4e5747f386a0, but the duplicated code was accidentally added back in 786e858d23c4a4. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | | Merge pull request #9798 from ↵Morris Jobke2018-06-111-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/enable_caldav_for_public_calendars enable caldav for webdav subtree public-calendars
| * | | | enable caldav for webdav subtree public-calendarsGeorg Ehrke2018-06-081-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2018-06-112-0/+6
| | | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2018-06-1010-4/+32
| |_|/ / |/| | |
* | | | [tx-robot] updated from transifexNextcloud bot2018-06-0916-0/+52
| | | |
* | | | Bump webpack from 4.11.1 to 4.12.0 in /apps/updatenotificationdependabot[bot]2018-06-082-133/+132
| |/ / |/| | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.11.1 to 4.12.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.11.1...v4.12.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | Merge pull request #9786 from ↵Morris Jobke2018-06-084-7/+85
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/feature/noid/external_sftp_password_and_key Add SFTP auth mechanism to use a password and private key for SFTP
| * | | Add SFTP auth mechanism to use a password and public key for SFTPRoeland Jago Douma2018-06-074-7/+85
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2018-06-08102-934/+998
| | | |
* | | | allow setting notify credentials in environmentRobin Appelman2018-06-071-0/+8
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #9616 from nextcloud/zero-quota-fixJohn Molakvoæ2018-06-072-5/+6
|\ \ \ \ | | | | | | | | | | Allow 0 quota by provisioning api
| * | | | Allow 0 quota by provisioning apiJohn Molakvoæ (skjnldsv)2018-06-072-5/+6
| |/ / / | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* / / / Mock the timefactory in the theming testsRoeland Jago Douma2018-06-072-10/+7
|/ / / | | | | | | | | | | | | | | | | | | Now that the cache logic is moved to the theming controller we must properly overwrite this service. Else it could do :boom: in tests. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Fix updatenotifications vars and groups requestJohn Molakvoæ (skjnldsv)2018-06-075-49/+53
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Makefile updatenotification fixJohn Molakvoæ (skjnldsv)2018-06-071-1/+1
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Bump updatenotificationJohn Molakvoæ (skjnldsv)2018-06-0712-2321/+3335
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #9676 from ↵Roeland Jago Douma2018-06-072-4/+4
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/updatenotification/vue-template-compiler-2.5.16 Bump vue-template-compiler from 2.5.13 to 2.5.16 in /apps/updatenotification
| * | | Bump vue-template-compiler from 2.5.13 to 2.5.16 in /apps/updatenotificationdependabot[bot]2018-05-302-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [vue-template-compiler](https://github.com/vuejs/vue) from 2.5.13 to 2.5.16. - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.5.13...v2.5.16) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | [tx-robot] updated from transifexNextcloud bot2018-06-074-2/+8
| |/ / |/| |
* | | Merge pull request #9678 from ↵Roeland Jago Douma2018-06-062-4/+4
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/updatenotification/vue-2.5.16 Bump vue from 2.5.13 to 2.5.16 in /apps/updatenotification
| * | | Bump vue from 2.5.13 to 2.5.16 in /apps/updatenotificationdependabot[bot]2018-05-302-4/+4
| |/ / | | | | | | | | | | | | | | | | | | Bumps [vue](https://github.com/vuejs/vue) from 2.5.13 to 2.5.16. - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.5.13...v2.5.16) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | Merge pull request #9744 from ↵John Molakvoæ2018-06-062-8/+8
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/updatenotification/cross-env-5.1.6 Bump cross-env from 5.1.3 to 5.1.6 in /apps/updatenotification
| * | | Bump cross-env from 5.1.3 to 5.1.6 in /apps/updatenotificationdependabot[bot]2018-06-042-8/+8
| | |/ | |/| | | | | | | | | | | | | | | | | | | Bumps [cross-env](https://github.com/kentcdodds/cross-env) from 5.1.3 to 5.1.6. - [Release notes](https://github.com/kentcdodds/cross-env/releases) - [Changelog](https://github.com/kentcdodds/cross-env/blob/master/CHANGELOG.md) - [Commits](https://github.com/kentcdodds/cross-env/compare/v5.1.3...v5.1.6) Signed-off-by: dependabot[bot] <support@dependabot.com>
* / | [tx-robot] updated from transifexNextcloud bot2018-06-0614-2/+18
|/ /
* | Merge pull request #9641 from ↵Morris Jobke2018-06-044-80/+0
|\ \ | | | | | | | | | | | | nextcloud/techdep/noid/caching_explicit_in_response Move caching logic to response
| * | Fix usageRoeland Jago Douma2018-06-044-80/+0
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2018-06-0410-28/+30
|/ /
* | [tx-robot] updated from transifexNextcloud bot2018-06-036-4/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2018-06-026-146/+156
| |
* | Add tests for handling anonymous authRobin Appelman2018-06-011-0/+71
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Add sabre plugin to allow anonymous options requests to the dav rootRobin Appelman2018-06-015-0/+68
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Fix the master unit testsRoeland Jago Douma2018-06-012-0/+4
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #9609 from ↵Morris Jobke2018-06-011-0/+67
|\ \ | | | | | | | | | | | | nextcloud/bugfix/3830/invitations_for_shared_calendars send invitations for shared calendars
| * | send invitations for shared calendarsGeorg Ehrke2018-05-251-0/+67
| | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | Merge pull request #9550 from ↵Morris Jobke2018-06-018-89/+172
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/override_freebusy_sharing_rules allow admins to disable FreeBusy without modifying ShareAPI capabilities
| * | | allow admins to override FreeBusy capabilities without modifying ShareAPI ↵Georg Ehrke2018-05-228-89/+172
| | | | | | | | | | | | | | | | | | | | | | | | capabilities Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | [tx-robot] updated from transifexNextcloud bot2018-06-0126-8/+138
| | | |