Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Collapse)Author
2021-01-28Merge pull request #25360 from nextcloud/fix/update-autoloadersRoeland Jago Douma
Update all composer autoloader files
2021-01-28Merge pull request #25361 from nextcloud/fix/noid/typehint-break-fpRoeland Jago Douma
fix parameter provided as string not array
2021-01-28fix parameter provided as string not arrayArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-01-28Update all composer autoloader filesChristoph Wurst
The format changed between 2.0.8 and 2.0.9. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-01-28Bump bundlesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-01-28Fix button sizeJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-01-28Move TemplateProvider registration to boot context and make template type ↵Julius Härtl
registration lazy Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-01-28Hide new template directory entry after creating and allow setting existing ↵Julius Härtl
directories Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-01-28Skip template picker if none availableJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-01-28Add template pickerJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-01-28files: Create files from template APIJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-01-28[tx-robot] updated from transifexNextcloud bot
2021-01-27Merge pull request #25189 from nextcloud/file-tree-repairRoeland Jago Douma
add command to repair broken filesystem trees
2021-01-27Bump core-js from 3.8.2 to 3.8.3dependabot-preview[bot]
Bumps [core-js](https://github.com/zloirock/core-js) from 3.8.2 to 3.8.3. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/compare/v3.8.2...v3.8.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-01-27cast intsRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-01-27handle the cache where a cache entry with the correct path has already been ↵Robin Appelman
recreated Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-01-27also repair storage idRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-01-27add command to repair broken filesystem treesRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-01-27[tx-robot] updated from transifexNextcloud bot
2021-01-26Merge pull request #24633 from nextcloud/jospoortvliet-patch-1Roeland Jago Douma
Update UpdateNotification.vue
2021-01-26[tx-robot] updated from transifexNextcloud bot
2021-01-25Merge pull request #25309 from nextcloud/enh/dashboard-default-layoutRoeland Jago Douma
Add config to specify a default dashboard layout
2021-01-25Merge pull request #25310 from nextcloud/dav-validate-email-addressesRoeland Jago Douma
[CalDAV] Validate notified emails
2021-01-25Catch NotFoundException when querying quotaVincent Petry
Fixes parent folder that becomes inaccessible when it contains a non-existing / broken entry because the quota check made the PROPFIND on parent fail altogether. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-01-25[CalDAV] Validate notified emailsThomas Citharel
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2021-01-25Add config to specify a default dashboard layoutJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-01-25[tx-robot] updated from transifexNextcloud bot
2021-01-24[tx-robot] updated from transifexNextcloud bot
2021-01-23[tx-robot] updated from transifexNextcloud bot
2021-01-22Merge pull request #25281 from nextcloud/enh/comments/moment_onceChristoph Wurst
Only include moments once in comments
2021-01-22Merge pull request #25273 from ↵Morris Jobke
nextcloud/enhancement/hide-two-factor-settings-if-no-providers Do not show 2FA settings if the user has no providers available
2021-01-22Only include moments once in commentsRoeland Jago Douma
Shaves off a decent amount of the code size. Let alone the parsing. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-01-22Merge pull request #25274 from ↵Roeland Jago Douma
nextcloud/fix/19647/federated_users_are_not_valid_users Do not obtain userFolder of a federated user
2021-01-22Merge pull request #25128 from nextcloud/ldapprovider-get-propertyblizzz
extend ILDAPProvider to allow reading arbitrairy ldap attributes for users
2021-01-22Do not show 2FA settings if the user has no providers availableChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-01-22Do not obtain userFolder of a federated userRoeland Jago Douma
Federated shares are somewhat special. So we can't move the files from the main user and we should try to get it from the intialized root already. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-01-22[tx-robot] updated from transifexNextcloud bot
2021-01-22Merge pull request #25253 from nextcloud/fix/noid/log-noiseMorris Jobke
silence log message
2021-01-22Merge pull request #25255 from nextcloud/dav-storage-copy-directoryMorris Jobke
also use storage copy when dav copying directories
2021-01-21also use storage copy when dav copying directoriesRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-01-21silence log messageArthur Schiwon
- this appears too often (in some configurations) when qualifying group members which do not meet the criteria Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-01-21Merge pull request #25214 from ↵Morris Jobke
nextcloud/dependabot/composer/phpseclib/phpseclib-2.0.30 Bump phpseclib/phpseclib from 2.0.25 to 2.0.30
2021-01-21Merge pull request #25240 from nextcloud/enh/noid/re-use-fetched-dependenciesRoeland Jago Douma
Re-use fetched dependencies in lib/base.php
2021-01-21[tx-robot] updated from transifexNextcloud bot
2021-01-20Re-use fetched dependencies in lib/base.phpMorris Jobke
Reduces calls to DI container by reusing already fetched dependencies. For status.php it went from 355 to 344. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2021-01-20Merge pull request #25229 from ↵Vincent Petry
nextcloud/bugfix/noid/darkmode-popover-adjustments Dark mode adjustments for popover
2021-01-20Dark mode adjustments for popoverVincent Petry
Add new popover classes from @nextcloud/vue's Popover and PopoverMenu* components. This fixes issues where the menu icons were not inverted. Adjusted border for both the avatar popover menu and also actions popover menu to make them easier to distinguish from the background. Now using border color for the popover arrow to make it more visible outside the border. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-01-20Fix potential empty resultJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-01-20Compare and store the login name via the eventJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-01-20Also fix the username when it changedJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>