aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* fix external storage controller testsRobin Appelman2020-03-131-0/+4
* Merge pull request #19915 from nextcloud/external-storage-password-placeholdersJoas Schilling2020-03-138-37/+65
|\
| * Use placeholder values for password fields in external storage webuiRobin Appelman2020-03-128-37/+65
* | Properly respect hide download on sharebymailRoeland Jago Douma2020-03-132-9/+17
* | Merge pull request #19777 from nextcloud/fix/viewer-publicJohn Molakvoæ2020-03-124-2/+20
|\ \
| * | Use dispatchTypedJohn Molakvoæ (skjnldsv)2020-03-111-1/+1
| * | Properly emit Viewer event on files and files_sharingJohn Molakvoæ (skjnldsv)2020-03-113-0/+17
| * | Fix import order and formattingJohn Molakvoæ (skjnldsv)2020-03-112-2/+3
* | | [tx-robot] updated from transifexNextcloud bot2020-03-1218-20/+352
* | | Merge pull request #19822 from nextcloud/sftp-read-streamRoeland Jago Douma2020-03-113-0/+384
|\ \ \ | |_|/ |/| |
| * | faster implementation of SFTP write streamRobin Appelman2020-03-103-0/+184
| * | Faster implementation of sftp read streamRobin Appelman2020-03-062-0/+200
* | | Merge pull request #19861 from nextcloud/bugfix/noid/load-remote-shares-also-...Joas Schilling2020-03-111-0/+4
|\ \ \
| * | | Don't break when one remote share is downJoas Schilling2020-03-091-0/+4
* | | | Merge pull request #19839 from nextcloud/dependabot/npm_and_yarn/nextcloud/vu...Roeland Jago Douma2020-03-1136-685/+685
|\ \ \ \
| * | | | Bump @nextcloud/vue from 1.3.1 to 1.4.0dependabot-preview[bot]2020-03-1036-685/+685
* | | | | [tx-robot] updated from transifexNextcloud bot2020-03-1126-6/+34
* | | | | Merge pull request #19173 from nextcloud/bugfix/noid/fix-displayname-of-conta...Roeland Jago Douma2020-03-105-135/+221
|\ \ \ \ \
| * | | | | Fix unit testsJoas Schilling2020-03-101-56/+75
| * | | | | Unify the code a bitJoas Schilling2020-03-104-53/+74
| * | | | | Use contacts name on federated activitiesJoas Schilling2020-03-104-38/+84
* | | | | | Merge pull request #19580 from nextcloud/debt/noid/outdated-checkRoeland Jago Douma2020-03-101-7/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Update check for outdated php version.Daniel Kesselberg2020-02-241-7/+3
* | | | | | Merge pull request #19812 from nextcloud/enh/noid/subscription-configRoeland Jago Douma2020-03-102-1/+16
|\ \ \ \ \ \
| * | | | | | Add system config flag to manually set that a subscription is availableJulius Härtl2020-03-101-1/+3
| * | | | | | Hide development notice when subscription is validJulius Härtl2020-03-061-0/+13
* | | | | | | Merge pull request #18555 from nextcloud/bugfix/18530/edit-own-userRoeland Jago Douma2020-03-1024-237/+13989
|\ \ \ \ \ \ \
| * | | | | | | Bump bundlesJulius Härtl2020-03-1018-226/+13971
| * | | | | | | Fix group navigationJulius Härtl2020-03-102-4/+9
| * | | | | | | Fix row height and display name inputJulius Härtl2020-03-101-0/+4
| * | | | | | | Allow to edit admin/own user in the user managementJulius Härtl2020-03-103-7/+5
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #19698 from nextcloud/fix/fix_image_preview_deleted_sharesRoeland Jago Douma2020-03-105-5/+30
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix default action for deleted sharesGretaD2020-03-095-5/+30
* | | | | | | Merge pull request #19871 from nextcloud/bugfix/14469/combine-move-activitiesRoeland Jago Douma2020-03-101-1/+5
|\ \ \ \ \ \ \
| * | | | | | | Combine move activities as wellJoas Schilling2020-03-101-1/+5
| | |_|_|/ / / | |/| | | | |
* | | | | | | [tx-robot] updated from transifexNextcloud bot2020-03-1036-72/+82
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #19704 from Nils160988/masterRoeland Jago Douma2020-03-092-5/+4
|\ \ \ \ \ \
| * | | | | | Fix testNils Wittenbrink2020-02-291-4/+3
| * | | | | | Fix hostname given in Apple config fileNils Wittenbrink2020-02-281-1/+1
* | | | | | | Merge pull request #19746 from nextcloud/locked-exception-forward-existingRoeland Jago Douma2020-03-091-1/+1
|\ \ \ \ \ \ \
| * | | | | | | pass the existing locks info when making locked exception with absolute pathsRobin Appelman2020-03-021-1/+1
* | | | | | | | Merge pull request #19820 from nextcloud/fix/mismatching-docblock-return-typeChristoph Wurst2020-03-091-1/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix mismatching docblock return typesChristoph Wurst2020-03-061-1/+3
* | | | | | | | | Merge pull request #19795 from nextcloud/enhancement/address-book-pluginsChristoph Wurst2020-03-099-20/+303
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | Prevent creation of reserved address book nameChristoph Wurst2020-03-091-0/+11
| * | | | | | | | Add address book pluginsChristoph Wurst2020-03-099-20/+292
* | | | | | | | | Remove deprecated global variablesChristoph Wurst2020-03-092-7/+7
|/ / / / / / / /
* | | | | | | | l10n: Fixed typorakekniven2020-03-093-4/+4
* | | | | | | | [tx-robot] updated from transifexNextcloud bot2020-03-0910-0/+12
* | | | | | | | Bump clipboard from 2.0.4 to 2.0.6dependabot-preview[bot]2020-03-084-9/+9