summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #18212 from nextcloud/bugfix/noid/subject-message-mixed-upRoeland Jago Douma2019-12-041-10/+14
|\ | | | | Fix mixed up message and subject on notifications for file transfer
| * Fix mixed up message and subject on notifications for file transferJoas Schilling2019-12-031-10/+14
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2019-12-0456-198/+316
|/
* Merge pull request #17930 from nextcloud/rakekniven-patch-1John Molakvoæ2019-12-031-5/+5
|\ | | | | l10n: Triple dot to ellipsis
| * Add space before ellipsisJohn Molakvoæ2019-12-031-5/+5
| |
| * l10n: Triple dot to ellipsisrakekniven2019-11-131-5/+5
| | | | | | | | | | Reported at Transifex. Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
* | Merge pull request #18120 from ↵John Molakvoæ2019-12-0310-15/+128
|\ \ | | | | | | | | | | | | nextcloud/bugfix/11087/dav_principal_backend_respect_sharing_settings respect shareapi_allow_share_dialog_user_enumeration in Principal backend for Sabre/DAV
| * | respect shareapi_allow_share_dialog_user_enumeration in Principal backend ↵Georg Ehrke2019-12-0310-15/+128
| | | | | | | | | | | | | | | | | | for Sabre/DAV Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | Merge pull request #18140 from nextcloud/bugfix/17814/csp-svgRoeland Jago Douma2019-12-031-0/+3
|\ \ \ | | | | | | | | Allow inline styles for theming images
| * | | Allow inline styles for theming imagesJulius Härtl2019-11-271-0/+3
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #15952 from nextcloud/feature/noid/inherited-sharesRoeland Jago Douma2019-12-0320-178/+734
|\ \ \ \ | |_|/ / |/| | | Inherited Shares
| * | | fixing tests + avoid duplicate in getFormattedShares()Maxence Lange2019-12-032-9/+13
| | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | | Inherited share UIJohn Molakvoæ (skjnldsv)2019-12-0314-120/+399
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | integration testsMaxence Lange2019-12-031-8/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> add tests on non-owner pov Signed-off-by: Maxence Lange <maxence@artificial-owl.com> duplicate Signed-off-by: Maxence Lange <maxence@artificial-owl.com> small fixes Signed-off-by: Maxence Lange <maxence@artificial-owl.com> removed tags Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | | Inherited SharesMaxence Lange2019-12-035-49/+318
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> working on users with resharing rights Signed-off-by: Maxence Lange <maxence@artificial-owl.com> -getLogger() Signed-off-by: Maxence Lange <maxence@artificial-owl.com> cleaning Signed-off-by: Maxence Lange <maxence@artificial-owl.com> fix type Signed-off-by: Maxence Lange <maxence@artificial-owl.com> Update SharingRightsException.php
* | | | Merge pull request #18028 from nextcloud/enhancement/user-create-eventsRoeland Jago Douma2019-12-031-67/+72
|\ \ \ \ | | | | | | | | | | Add typed create user events
| * | | | Add typed create user eventsChristoph Wurst2019-12-031-67/+72
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | add update all button (#17512)John Molakvoæ2019-12-0310-15/+53
|\ \ \ \ \ | |_|/ / / |/| | | | add update all button
| * | | | Add update all buttonGreta Doci2019-11-2610-15/+53
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Greta Doci <gretadoci@gmail.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | [tx-robot] updated from transifexNextcloud bot2019-12-03114-392/+784
| | | | |
* | | | | Also allow transfer ownership of filesChristoph Wurst2019-12-026-16/+25
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | Add a transfer ownership background jobRoeland Jago Douma2019-12-0222-20/+1207
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This job can be initiated by a user to transfer a file/folder to a target user. The target user will have to accept the job. Once that is done the transfers is initiated in the background. Both parties get notified when the job is done. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Fix testsJohn Molakvoæ (skjnldsv)2019-12-026-17/+16
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | | Create sharing entry point with constantsJohn Molakvoæ (skjnldsv)2019-12-0210-19/+76
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | | Fix files_sharing app LoadSidebar eventJohn Molakvoæ (skjnldsv)2019-12-027-96/+194
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2019-12-0226-20/+420
| | | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2019-12-018-36/+36
| | | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2019-11-3060-4/+464
| | | | |
* | | | | Merge pull request #18113 from nextcloud/bugfix/15967/webcal_cache_headersRoeland Jago Douma2019-11-294-1/+100
|\ \ \ \ \ | | | | | | | | | | | | Add refresh-interval to exported calendars
| * | | | | Add refresh-interval to exported calendarsGeorg Ehrke2019-11-274-1/+100
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | | | Merge pull request #18142 from nextcloud/fix/provisioning_api/users-typingRoeland Jago Douma2019-11-291-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix provisioning_api getUsers types
| * | | | | | Fix provisioning_api getUsers typesJohn Molakvoæ (skjnldsv)2019-11-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | | | Set common-name to user's displayname if none is setGeorg Ehrke2019-11-292-6/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2019-11-29152-568/+758
| |_|_|/ / / |/| | | | |
* | | | | | adjust unit testArthur Schiwon2019-11-281-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | Set fileInfo in the rule matcherJulius Härtl2019-11-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | add convenience interfaces so entities can provide presentable detailsArthur Schiwon2019-11-282-3/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the File entity starts with a display text (used by talk) Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | expose user of running flowsArthur Schiwon2019-11-281-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | allow user flows when the acting user is legitimate, but not its ownerArthur Schiwon2019-11-284-30/+145
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | for instance, when a sharee changes a file, the owner can act upon Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | Merge pull request #17625 from nextcloud/enh/noid/direct-editingRoeland Jago Douma2019-11-289-2/+377
|\ \ \ \ \ | | | | | | | | | | | | Direct editing API to allow file editing using a one-time token
| * | | | | Only expose link to info endpoint in capabiltiesJulius Härtl2019-11-276-42/+120
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | Expose editor id for creatorsJulius Härtl2019-11-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | Add mimetype to creatorsJulius Härtl2019-11-271-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | Code style fixes and cleanupJulius Härtl2019-11-273-6/+18
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | Move editor list to capabilitiesJulius Härtl2019-11-273-48/+42
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | Add background job for token cleanupJulius Härtl2019-11-272-0/+32
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | Direct editing API to allow file editing using a one-time token forJulius Härtl2019-11-276-1/+262
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mobile apps Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | Merge pull request #17725 from nextcloud/enh/share_exp_internalRoeland Jago Douma2019-11-2811-32/+171
|\ \ \ \ \ \ | | | | | | | | | | | | | | Allow internal shares to have a default expiration date
| * | | | | | Fix testsRoeland Jago Douma2019-11-271-2/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | | Compile assetsnpmbuildbot[bot]2019-11-272-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>