summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* update testsRobin Appelman2019-12-051-4/+56
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Fix restoring shared versionsRoeland Jago Douma2019-12-052-11/+8
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Allow to unfavorite all files (#18241)John Molakvoæ2019-12-051-2/+1
|\ | | | | Allow to unfavorite all files
| * Allow to unfavorite all filesJoas Schilling2019-12-051-2/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #17941 from nextcloud/search-by-ownerRoeland Jago Douma2019-12-052-7/+154
|\ \ | | | | | | Allow filtering the search results to the users home storage
| * | Allow filtering the search results to the users home storageRobin Appelman2019-12-032-7/+154
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is done by adding a ```xml <d:eq> <d:prop> <oc:owner-id/> </d:prop> <d:literal>$userId</d:literal> </d:eq> ``` clause to the search query. Searching by `owner-id` can only be done with the current user id and the comparison can not be inside a `<d:not>` or `<d:or>` statement Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #17989 from Noodlesalat/fix-padding-top-filelistRoeland Jago Douma2019-12-051-5/+9
|\ \ \ | | | | | | | | Remove whitespace above file list ref #17891
| * | | Remove whitespace above file listFabian Dreßler2019-11-181-5/+9
| | | | | | | | | | | | | | | | | | | | | | | | This reverts #16366 and fixes #17891 Signed-off-by: Fabian Dreßler <nudelsalat@clouz.de>
* | | | Use lookup by defaultJohn Molakvoæ (skjnldsv)2019-12-053-7/+20
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | Expose capability if the lookup server should be queried by defaultRoeland Jago Douma2019-12-051-0/+5
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Always do sharee lookup on lookup server in GSRoeland Jago Douma2019-12-051-1/+8
| |_|/ |/| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Fix removing groups that have a slash in the name (#18228)John Molakvoæ2019-12-053-4/+4
|\ \ \ | | | | | | | | Fix removing groups that have a slash in the name
| * | | Fix removing groups that have a slash in the nameGary Kim2019-12-053-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* | | | [tx-robot] updated from transifexNextcloud bot2019-12-0542-36/+310
|/ / /
* | | Merge pull request #18121 from nextcloud/feature/setup-install-recommended-appsRoeland Jago Douma2019-12-049-27/+84
|\ \ \ | | | | | | | | Add checkbox to install recommended apps during setup
| * | | Add checkbox to install recommended apps during setupChristoph Wurst2019-12-049-27/+84
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | Merge pull request #17920 from nextcloud/fix/15258/ext-storage-respect-deletionJoas Schilling2019-12-043-0/+62
|\ \ \ \ | |/ / / |/| | | when a user was deleted remove them from applicable list, unless...
| * | | extend with group deletion handlingArthur Schiwon2019-11-282-6/+25
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | when a user was delete remove them from applicable list, unlessArthur Schiwon2019-11-283-0/+43
| | | | | | | | | | | | | | | | | | | | | | | | it is the only user, then remove the mount Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Merge pull request #18222 from nextcloud/fix/files/reload-on-share-acceptRoeland Jago Douma2019-12-041-0/+7
|\ \ \ \ | | | | | | | | | | Properly reload file list on share accept
| * | | | Properly reload file list on share acceptJohn Molakvoæ (skjnldsv)2019-12-041-0/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | Merge pull request #17913 from ↵Roeland Jago Douma2019-12-041-1/+6
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/transfer-ownership-move-files-error-handling Catch file transfer error and stop transfer ownership command
| * | | | | Catch file transfer error and stop transfer ownership commandChristoph Wurst2019-11-271-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | Fix files app LoadSidebar event (#18213)John Molakvoæ2019-12-0413-23/+103
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix files app LoadSidebar event
| * | | | | | Properly query filesJohn Molakvoæ (skjnldsv)2019-12-046-11/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | | | Use own getIconUrl methodJohn Molakvoæ (skjnldsv)2019-12-043-5/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | | | Fix files app LoadSidebar eventJohn Molakvoæ (skjnldsv)2019-12-0411-14/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | | | | Merge pull request #18220 from nextcloud/fix/theming/testsRoeland Jago Douma2019-12-041-0/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix the theming tests
| * | | | | | | Fix the theming testsRoeland Jago Douma2019-12-041-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | | [tx-robot] updated from transifexNextcloud bot2019-12-0442-14/+182
| |_|_|/ / / / |/| | | | | |
* | | | | | | 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
| | | | | | | |