summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix size of header menus (#16057)John Molakvoæ2019-12-071-9/+4
|\ | | | | Fix size of header menus
| * Move to proper scroll container and add more space to heightJulius Härtl2019-10-041-12/+4
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Fix horizontal scrollbar in user menuJan-Christoph Borchardt2019-10-041-1/+1
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * Fix size of header menusJulius Härtl2019-10-041-0/+3
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2019-12-0750-122/+276
| |
* | rejig right to left join for sqlite's satisfaction (#18254)John Molakvoæ2019-12-061-3/+3
|\ \ | | | | | | rejig right to left join for sqlite's satisfaction
| * | rejig right to left join for sqlite's satisfactionArthur Schiwon2019-12-061-3/+3
|/ / | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #18262 from ↵Roeland Jago Douma2019-12-062-3/+3
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/workflow-eventnames-fallback Make sure event names is always an array
| * | Make sure event names is always an arrayJulius Härtl2019-12-062-3/+3
|/ / | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2019-12-0688-6/+288
| |
* | Merge pull request #18242 from nextcloud/directEditingEditorWithIdRoeland Jago Douma2019-12-051-0/+1
|\ \ | | | | | | add id to editor of direct editing
| * | add id to editor of direct editingtobiasKaminsky2019-12-051-0/+1
| | | | | | | | | | | | Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
* | | Merge pull request #18216 from nextcloud/fix/license-scriptRoeland Jago Douma2019-12-052476-3706/+7283
|\ \ \ | | | | | | | | Fix license header script and update headers
| * | | Update license headersChristoph Wurst2019-12-052476-3691/+7242
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | 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