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-02-04[tx-robot] updated from transifexNextcloud bot
2021-02-03Parse calendar object for attendees and emit interaction eventsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-02-03Emit an interaction event for calendar event user attendeesChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-02-03Emit an interaction event for calendar share recipientsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-02-03[tx-robot] updated from transifexNextcloud bot
2021-02-02Merge pull request #25400 from nextcloud/dependabot/npm_and_yarn/marked-1.2.8Julius Härtl
2021-02-02Bump marked from 1.2.7 to 1.2.8dependabot-preview[bot]
Bumps [marked](https://github.com/markedjs/marked) from 1.2.7 to 1.2.8. - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/release.config.js) - [Commits](https://github.com/markedjs/marked/compare/v1.2.7...v1.2.8) 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-02-02[tx-robot] updated from transifexNextcloud bot
2021-02-01[tx-robot] updated from transifexNextcloud bot
2021-01-31[tx-robot] updated from transifexNextcloud bot
2021-01-30[tx-robot] updated from transifexNextcloud bot
2021-01-29Merge pull request #25383 from nextcloud/bugfix/24893Roeland Jago Douma
Properly handle SMB ACL blocking scanning a directory
2021-01-29Merge pull request #25218 from ↵Christoph Wurst
nextcloud/fix/25213/do-no-remove-vali-dav-group-shares do not remove valid group shares
2021-01-29Properly handle SMB ACL blocking scanning a directoryJulius Härtl
This makes sure that a possible ForbiddenException is properly passed through the storage as a ForbiddenException and can be catched when trying to fetch the quota info of a parent folder Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-01-29Merge pull request #25101 from nextcloud/fix/noid/ldap-known-groupsChristoph Wurst
LDAP: make actually use of batch read known groups
2021-01-29[tx-robot] updated from transifexNextcloud bot
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