aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Run code checker on more shipped appsLukas Reschke2016-11-031-1/+2
| | | | | | | | | | Adds: - sharebymail - systemtags - theming - workflowengine Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Merge pull request #1978 from nextcloud/remove-send-mail-optionMorris Jobke2016-11-029-30/+49
|\ | | | | Remove send mail option
| * remove the 'shareapi_allow_mail_notification' settingBjoern Schiessle2016-11-024-4/+47
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * remove 'send mail notification' option from sharing, replaced by ↵Bjoern Schiessle2016-11-025-26/+2
| | | | | | | | | | | | send-by-mail feature Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Merge pull request #1511 from nextcloud/master-kill-upload-limitRoeland Jago Douma2016-11-026-37/+2
|\ \ | | | | | | Remove upload_limit in files app as it is not needed with PUT upload
| * | Remove upload_limit in files app as it is not needed with PUT upload (#26069)Vincent Petry2016-11-026-37/+2
| | | | | | | | | | | | | | | | | | | | | The web UI now uses for PUT uploads which aren't restricted by PHP's upload_max_filesize and post_max_size Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Merge pull request #1984 from nextcloud/improve-error-messages-federated-sharingLukas Reschke2016-11-022-8/+15
|\ \ \ | | | | | | | | improved error messages in case federated sharing fails
| * | | catch all exception and return a user friendly exception messageBjoern Schiessle2016-11-022-8/+15
| |/ / | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | Merge pull request #1971 from nextcloud/fix-checkbox-glitchRoeland Jago Douma2016-11-022-5/+5
|\ \ \ | |/ / |/| | Fix checkbox left margin glitch
| * | Fix #1782John Molakvoæ2016-11-022-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | Fix checkbox left margin glitch Fix tests fix unit tests Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #1940 from nextcloud/new-appstoreMichael Grosser2016-11-024-27/+8
|\ \ \ | |/ / |/| | Use new appstore API
| * | Add update supportLukas Reschke2016-10-311-2/+1
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | Fix testsLukas Reschke2016-10-311-1/+2
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | Use new appstore APILukas Reschke2016-10-312-24/+5
| | | | | | | | | | | | | | | | | | This change introduces the new appstore API in Nextcloud. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Merge pull request #1887 from nextcloud/downstream-26370Morris Jobke2016-11-021-2/+8
|\ \ \ | | | | | | | | Added functions to check etag of elements - integration tests
| * | | Fix OCS API to be able to remove group shares from self as recipientRoeland Jago Douma2016-11-021-2/+8
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #1975 from ↵Roeland Jago Douma2016-11-024-38/+66
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | nextcloud/federated-sharing-always-https-by-default use https by default if no protocol is given.
| * | | use https by default if no protocol is given. Only use unsecure connection ↵Bjoern Schiessle2016-11-024-38/+66
| |/ / | | | | | | | | | | | | | | | if it is explicitely given Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | Merge pull request #657 from nextcloud/share-by-mailJoas Schilling2016-11-0214-263/+1919
|\ \ \ | |/ / |/| | New share provider: Share by mail
| * | import exceptionBjoern Schiessle2016-11-011-0/+1
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | remove unused variableBjoern Schiessle2016-11-011-1/+0
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | add new method getSharesInFolder(), see #339Bjoern Schiessle2016-11-012-1/+84
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | add tests for the share-by-mail providerBjoern Schiessle2016-11-012-8/+622
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | always show correct place holder, mention share by mail only if the share ↵Bjoern Schiessle2016-11-013-0/+126
| | | | | | | | | | | | | | | | | | provider is enabled Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | enabled by default and add to shipped.jsonBjoern Schiessle2016-11-011-0/+1
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | unit tests updated and new addedBjoern Schiessle2016-11-014-186/+159
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | find and show share-by mail linksBjoern Schiessle2016-11-011-0/+1
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | don't show 'notify by mail' option or permissions not available for mail sharesBjoern Schiessle2016-11-012-2/+3
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | send mail for share-by-mail sharesBjoern Schiessle2016-11-013-6/+177
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | if we have a exact match, either for the federated cloud id or for theBjoern Schiessle2016-11-011-26/+41
| | | | | | | | | | | | | | | | | | | | | email address we only return the exact match. It is highly unlikely that the exact same email address and federated cloud id exists Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | unified way to display remote shares and mail sharesBjoern Schiessle2016-11-012-2/+4
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | show correct display name if we have the user in one of our address booksBjoern Schiessle2016-11-011-4/+24
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | improve search for federated cloud ids and email adressesBjoern Schiessle2016-11-011-8/+58
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | handle case if no share-by-mail share provider is loadedBjoern Schiessle2016-11-012-1/+11
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | update permissionsBjoern Schiessle2016-11-012-2/+10
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | add share by mail share providerBjoern Schiessle2016-11-013-1/+626
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | introduce share by mail, ui partBjoern Schiessle2016-11-011-67/+23
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | [tx-robot] updated from transifexNextcloud bot2016-11-0216-0/+70
|/ /
* | Merge pull request #339 from nextcloud/share-types-by-folderLukas Reschke2016-11-014-4/+138
|\ \ | | | | | | Add getShareTypesInFolder to optimize folder listening
| * | Add defaultShareProvider & federatedshareprovider testsRoeland Jago Douma2016-11-011-0/+45
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Fix merging backend resultsRoeland Jago Douma2016-11-012-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | * Merge share types correctly * Filter share types * Order share types Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Add remoteprovider getsharesinfolder functionRoeland Jago Douma2016-10-311-2/+40
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Add getShareTypesInFolder to optimize folder listeningRobin Appelman2016-10-313-4/+52
| |/ | | | | | | Signed-off-by: Robin Appelman <icewind@owncloud.com>
* / [tx-robot] updated from transifexNextcloud bot2016-11-0122-42/+290
|/
* Merge pull request #1935 from nextcloud/downstream-ldap-26Lukas Reschke2016-10-311-1/+1
|\ | | | | Add prefix to the connection
| * Add prefix to the connectionJuan Pablo Villafáñez2016-10-271-1/+1
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #1903 from nextcloud/fix-log-in-buttonLukas Reschke2016-10-312-10/+3
|\ \ | | | | | | remove slight transparency of primary action button, ref #1615
| * | also fix log in button confirm arrow when theming, fix #1615Jan-Christoph Borchardt2016-10-252-0/+3
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | remove slight transparency of primary action button, ref #1615Jan-Christoph Borchardt2016-10-252-10/+0
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | [tx-robot] updated from transifexNextcloud bot2016-10-3124-10/+96
| | |