summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* announce added user and group backend later as there might be interdepsArthur Schiwon2020-09-111-3/+3
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Compile assetsJohn Molakvoæ (skjnldsv)2020-09-1020-0/+30
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix settings chunk loadingJohn Molakvoæ (skjnldsv)2020-09-1024-40/+8
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #22635 from ↵Roeland Jago Douma2020-09-1028-36/+36
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/l10n-1.4.1 Bump @nextcloud/l10n from 1.4.0 to 1.4.1
| * Bump @nextcloud/l10n from 1.4.0 to 1.4.1dependabot-preview[bot]2020-09-1028-36/+36
| | | | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/l10n](https://github.com/nextcloud/nextcloud-l10n) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/nextcloud/nextcloud-l10n/releases) - [Changelog](https://github.com/nextcloud/nextcloud-l10n/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-l10n/compare/v1.4.0...v1.4.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #22771 from nextcloud/fix/noid/ldap-group-add-user-updateblizzz2020-09-101-1/+4
|\ \ | | | | | | switch to typed event for LDAPs user added to group case
| * | switch to typed event for LDAPs user added to group caseArthur Schiwon2020-09-101-1/+4
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #22739 from nextcloud/bugfix/16989Morris Jobke2020-09-101-2/+9
|\ \ \ | |_|/ |/| | Don't fail if copying a file of 0 byte size
| * | Properly catch exception from writing to stream when copying a fileJulius Härtl2020-09-101-2/+9
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Compile assetsnpmbuildbot[bot]2020-09-1024-30/+30
| |/ |/| | | | | Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Merge pull request #22747 from nextcloud/s3-isdir-emptyMorris Jobke2020-09-101-2/+3
|\ \ | | | | | | fix s3 doesDirectoryExist check for empty directories
| * | Set delimiter so that the CommonPrefixes response can properly be determinedJulius Härtl2020-09-101-1/+2
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | fix s3 doesDirectoryExist check for empty directoriesRobin Appelman2020-09-101-1/+1
| |/ | | | | | | | | | | | | | | | | | | if a directory is empty, only the 'marker' object `/` exists. since not all s3 implementations return just the prefix when listing objects by prefix, when listing objects by the folder prefix, nothing will be returned if the directory is empty. by not including the trailing slash in the prefix, the folder marked will always be returned if it exists Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #22615 from nextcloud/fix/22606/popover-flutterMorris Jobke2020-09-103-3/+4
|\ \ | | | | | | Change status popover container
| * | Change status popover containerRaimund Schlüßler2020-09-083-3/+4
| | | | | | | | | | | | Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
* | | Merge pull request #22765 from ↵Morris Jobke2020-09-101-3/+3
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/allow-to-get-activities-for-files-by-email-again Allow to get activities for files by email again
| * | | Allow to get activities for files by email againJoas Schilling2020-09-101-3/+3
| | |/ | |/| | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #22744 from nextcloud/shared-cached-permissionsMorris Jobke2020-09-101-6/+5
|\ \ \ | |/ / |/| | only get the permissions from the share source if it's not already cached
| * | only get the permissions from the share source if it's not already cachedRobin Appelman2020-09-091-6/+5
| | | | | | | | | | | | | | | | | | this prevents having to setup the share source when doing metadata stuff on the share root Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Fix reading empty files from objectstorageRoeland Jago Douma2020-09-091-2/+8
|/ / | | | | | | | | | | | | | | Since we try to do range requests this will fail hard. However since empty files are not that interesting to read anyways we just read from an emptry memory stream. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #22648 from nextcloud/bugfix/noid/transfer-all-sharesJoas Schilling2020-09-091-2/+2
|\ \ | | | | | | Transfer shares if no path provided
| * | Transfer shares if no path providedJulius Härtl2020-09-071-2/+2
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | emit typed event for user managementArthur Schiwon2020-09-085-21/+69
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #22647 from nextcloud/fix/noid/depcreated-methods-settingsRoeland Jago Douma2020-09-081-2/+11
|\ \ \ | | | | | | | | fix use of removed escapeHTML in settings.js
| * | | fixes use of removed escapeHTML in settings.jsArthur Schiwon2020-09-071-2/+11
| |/ / | | | | | | | | | | | | | | | - solves non-working "additional settings" sections (at least) Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #22469 from ↵Joas Schilling2020-09-081-3/+3
|\ \ \ | |_|/ |/| | | | | | | | nextcloud/bugfix/noid/oracle-casting-select-distinct Don't use SELECT DISTINCT when to_char() is used in a WHERE statement
| * | Don't use SELECT DISTINCT when to_char() is used in a WHERE statementJoas Schilling2020-09-071-3/+3
| | | | | | | | | | | | | | | | | | Nice bug in Oracle Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #22650 from nextcloud/fix/noid/fix-psalm-warningMorris Jobke2020-09-071-0/+3
|\ \ \ | | | | | | | | Only load viewer in settings if the viewer app is enabled
| * | | Only load viewer in settings if the viewer app is enabledMorris Jobke2020-09-071-0/+3
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Merge pull request #22644 from nextcloud/fix/license-headers-20-2Morris Jobke2020-09-0721-8/+25
|\ \ \ \ | |_|_|/ |/| | | Update license headers for Nextcloud 20 (again)
| * | | Update license headers for Nextcloud 20 (again)Christoph Wurst2020-09-0721-8/+25
| |/ / | | | | | | | | | | | | | | | | | | There are still lots of outdated headers, so time for another round of updates. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #22548 from nextcloud/bugfix/noid/improved_status_cleanupRoeland Jago Douma2020-09-0716-59/+237
|\ \ \ | |/ / |/| | Improved status cleanup
| * | Always use IUserStatus constsGeorg Ehrke2020-09-078-34/+32
| | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | Add MigrationStep to add better IndizesGeorg Ehrke2020-09-074-1/+60
| | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | Do not display Offline statuses in the Dashboard widgetGeorg Ehrke2020-09-072-6/+6
| | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | Better cleanup routine for statusesGeorg Ehrke2020-09-076-5/+117
| | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | HeartbeatController: PHPDoc fixesGeorg Ehrke2020-09-071-0/+2
| | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | Introduce consts for statusesGeorg Ehrke2020-09-0711-50/+57
| |/ | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* / Fix weather status icon selector with nextcloud/vue updateJoas Schilling2020-09-073-5/+5
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #22136 from nextcloud/design/reasons-to-use-nextcloudRoeland Jago Douma2020-09-0765-69/+242
|\ | | | | Add 'Reasons to use Nextcloud in your organization' call to action in settings
| * Add 'Reasons to use Nextcloud in your organization' call to action in settingsJan C. Borchardt2020-09-0765-69/+242
| | | | | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* | Merge pull request #21945 from nextcloud/fix-contact-download-pictureJohn Molakvoæ2020-09-073-5/+6
|\ \ | | | | | | Changed Content-Disposition header to download Contact Photo with correct extension
| * | Change Content-Disposition HeaderJacob Neplokh2020-09-053-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Make ALLOWED_CONTENT_TYPES public in order to use - Add $fileName variable which uses "$node->getName()" to get the proper file name and "$file->getMimeType()" along with the ALLOWED_CONTENT_TYPES array in PhotoCache.php to get the proper file extension - Make "$fileName" the name of the file in the Content-Disposition header when downloading a Contact's photo - Add filename to the CardDAV integration image export test header - Change headers in ImageExportPluginTest to reflect changes Signed-off-by: Jacob Neplokh <me@jacobneplokh.com>
* | | [tx-robot] updated from transifexNextcloud bot2020-09-0712-20/+110
| | |
* | | Merge pull request #22583 from nextcloud/fix/noid/remove-unused-codeRoeland Jago Douma2020-09-066-133/+69
|\ \ \ | | | | | | | | LDAP: remove unused methods and DB values
| * | | add repair step to clean up DB off lastFeatureRefresh entries in user prefsArthur Schiwon2020-09-044-1/+69
| | | | | | | | | | | | | | | | | | | | | | | | - also removes related app setting "updateAttributesInterval" Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | these code bits were part of old logic that was already refactored outArthur Schiwon2020-09-042-132/+0
| | | | | | | | | | | | | | | | | | | | | | | | - only references were in unit tests Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | [tx-robot] updated from transifexNextcloud bot2020-09-0636-12/+172
| |/ / |/| |
* | | [tx-robot] updated from transifexNextcloud bot2020-09-05130-426/+578
| | |
* | | Merge pull request #22531 from nextcloud/fix/save-statusesJohn Molakvoæ2020-09-041-1/+5
|\ \ \ | | | | | | | | Fix dashboard statuses toggling