summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update license script appsChristoph Wurst2019-12-051-15/+41
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #18250 from nextcloud/fix/gallery/photos/shippedRoeland Jago Douma2019-12-051-1/+1
|\ | | | | Fix shipped.json
| * Fix shipped.jsonRoeland Jago Douma2019-12-051-1/+1
|/ | | | | | We no longer ship gallery but ship photos Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #18234 from nextcloud/version/18/beta1v18.0.0beta1Roeland Jago Douma2019-12-051-2/+2
|\ | | | | 18 Beta 1
| * 18 Beta 1Roeland Jago Douma2019-12-041-2/+2
| | | | | | | | 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-057-26/+210
|\ \ \ | | | | | | | | Allow filtering the search results to the users home storage
| * | | add @since to limitToHomeRobin Appelman2019-12-031-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | remove old 'owner' filterRobin Appelman2019-12-031-5/+0
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | Allow filtering the search results to the users home storageRobin Appelman2019-12-037-26/+214
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-052-5/+10
|\ \ \ \ | | | | | | | | | | Remove whitespace above file list ref #17891
| * | | | Remove whitespace above file listFabian Dreßler2019-11-182-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts #16366 and fixes #17891 Signed-off-by: Fabian Dreßler <nudelsalat@clouz.de>
* | | | | Merge pull request #18130 from ↵Roeland Jago Douma2019-12-052-7/+28
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/prevent-creating-users-with-existing-files Prevent creating users with existing files
| * | | | | I love unit tests that mock unnecessary stuffJoas Schilling2019-12-041-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | Prevent creating users with existing filesJoas Schilling2019-12-041-7/+19
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Merge pull request #18144 from nextcloud/enh/gs/always_search_lookupRoeland Jago Douma2019-12-055-8/+33
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Sharee API GS fixes
| * | | | | 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-0546-42/+318
|/ / / /
* | | | Merge pull request #18121 from nextcloud/feature/setup-install-recommended-appsRoeland Jago Douma2019-12-0412-31/+102
|\ \ \ \ | | | | | | | | | | Add checkbox to install recommended apps during setup
| * | | | Add checkbox to install recommended apps during setupChristoph Wurst2019-12-0412-31/+102
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | | Replaced history icon by the Material one (#18206)John Molakvoæ2019-12-042-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Replaced history icon by the Material one
| * | | | | Replaced png history iconKilian Périsset2019-12-031-0/+0
| | | | | |
| * | | | | Replaced history icon by the Material oneKilian P2019-12-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Asked here : https://github.com/nextcloud/android/pull/4865 The purpose is to replace the "too small" restore icon on server and Android.
* | | | | | Merge pull request #18226 from nextcloud/ignore-phpunit-8-fileRoeland Jago Douma2019-12-041-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Ignore .phpunit.result.cache
| * | | | | | Ignore .phpunit.result.cacheJoas Schilling2019-12-041-0/+1
| | |_|/ / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.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 #18163 from nextcloud/fix_file_sizeRoeland Jago Douma2019-12-041-1/+3
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | fix filename size
| * | | | | | fix filename size, add commentGreta Doci2019-12-041-1/+3
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Greta Doci <gretadoci@gmail.com>
* | | | | | 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 #17833 from nextcloud/propagator-no-negative-sizesRoeland Jago Douma2019-12-046-2/+83
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | dont set folder size to negative values during propagation
| * | | | | | | | dont set folder size to negative values during propagationRobin Appelman2019-11-262-2/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | normally this shouldn't be a problem, but cache/storage desync might cause this so this adds some failsafe to ensure we dont corrupt the cache further the minimum value is set to -1 instead of 0 in order to triger a background scan on the folder and figure out the size properly Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | | | add LEAST and GREATER to db function builderRobin Appelman2019-11-264-0/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | | | Merge pull request #18161 from nextcloud/fix/noid/absocsroute-subfolderRoeland Jago Douma2019-12-041-2/+3
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | fix generation of an url to an absolute ocs route when NC in subfolder
| * | | | | | | | | fix generation of an url to an absolute ocs route when NC in subfolderArthur Schiwon2019-11-291-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | | | | | 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>