summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* announce added user and group backend later as there might be interdepsArthur Schiwon2020-09-111-3/+3
* Compile assetsJohn Molakvoæ (skjnldsv)2020-09-1020-0/+30
* Fix settings chunk loadingJohn Molakvoæ (skjnldsv)2020-09-1024-40/+8
* Merge pull request #22635 from nextcloud/dependabot/npm_and_yarn/nextcloud/l1...Roeland Jago Douma2020-09-1028-36/+36
|\
| * Bump @nextcloud/l10n from 1.4.0 to 1.4.1dependabot-preview[bot]2020-09-1028-36/+36
* | 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 caseArthur Schiwon2020-09-101-1/+4
* | | Merge pull request #22739 from nextcloud/bugfix/16989Morris Jobke2020-09-101-2/+9
|\ \ \ | |_|/ |/| |
| * | Properly catch exception from writing to stream when copying a fileJulius Härtl2020-09-101-2/+9
* | | Compile assetsnpmbuildbot[bot]2020-09-1024-30/+30
| |/ |/|
* | Merge pull request #22747 from nextcloud/s3-isdir-emptyMorris Jobke2020-09-101-2/+3
|\ \
| * | Set delimiter so that the CommonPrefixes response can properly be determinedJulius Härtl2020-09-101-1/+2
| * | fix s3 doesDirectoryExist check for empty directoriesRobin Appelman2020-09-101-1/+1
| |/
* | Merge pull request #22615 from nextcloud/fix/22606/popover-flutterMorris Jobke2020-09-103-3/+4
|\ \
| * | Change status popover containerRaimund Schlüßler2020-09-083-3/+4
* | | Merge pull request #22765 from nextcloud/bugfix/noid/allow-to-get-activities-...Morris Jobke2020-09-101-3/+3
|\ \ \
| * | | Allow to get activities for files by email againJoas Schilling2020-09-101-3/+3
| | |/ | |/|
* | | 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 cachedRobin Appelman2020-09-091-6/+5
* | | Fix reading empty files from objectstorageRoeland Jago Douma2020-09-091-2/+8
|/ /
* | Merge pull request #22648 from nextcloud/bugfix/noid/transfer-all-sharesJoas Schilling2020-09-091-2/+2
|\ \
| * | Transfer shares if no path providedJulius Härtl2020-09-071-2/+2
* | | emit typed event for user managementArthur Schiwon2020-09-085-21/+69
* | | Merge pull request #22647 from nextcloud/fix/noid/depcreated-methods-settingsRoeland Jago Douma2020-09-081-2/+11
|\ \ \
| * | | fixes use of removed escapeHTML in settings.jsArthur Schiwon2020-09-071-2/+11
| |/ /
* | | Merge pull request #22469 from nextcloud/bugfix/noid/oracle-casting-select-di...Joas Schilling2020-09-081-3/+3
|\ \ \ | |_|/ |/| |
| * | Don't use SELECT DISTINCT when to_char() is used in a WHERE statementJoas Schilling2020-09-071-3/+3
* | | 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 enabledMorris Jobke2020-09-071-0/+3
* | | | Merge pull request #22644 from nextcloud/fix/license-headers-20-2Morris Jobke2020-09-0721-8/+25
|\ \ \ \ | |_|_|/ |/| | |
| * | | Update license headers for Nextcloud 20 (again)Christoph Wurst2020-09-0721-8/+25
| |/ /
* | | Merge pull request #22548 from nextcloud/bugfix/noid/improved_status_cleanupRoeland Jago Douma2020-09-0716-59/+237
|\ \ \ | |/ / |/| |
| * | Always use IUserStatus constsGeorg Ehrke2020-09-078-34/+32
| * | Add MigrationStep to add better IndizesGeorg Ehrke2020-09-074-1/+60
| * | Do not display Offline statuses in the Dashboard widgetGeorg Ehrke2020-09-072-6/+6
| * | Better cleanup routine for statusesGeorg Ehrke2020-09-076-5/+117
| * | HeartbeatController: PHPDoc fixesGeorg Ehrke2020-09-071-0/+2
| * | Introduce consts for statusesGeorg Ehrke2020-09-0711-50/+57
| |/
* / Fix weather status icon selector with nextcloud/vue updateJoas Schilling2020-09-073-5/+5
|/
* 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 settingsJan C. Borchardt2020-09-0765-69/+242
* | Merge pull request #21945 from nextcloud/fix-contact-download-pictureJohn Molakvoæ2020-09-073-5/+6
|\ \
| * | Change Content-Disposition HeaderJacob Neplokh2020-09-053-5/+6
* | | [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
|\ \ \
| * | | add repair step to clean up DB off lastFeatureRefresh entries in user prefsArthur Schiwon2020-09-044-1/+69
| * | | these code bits were part of old logic that was already refactored outArthur Schiwon2020-09-042-132/+0
* | | | [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
|\ \ \