summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Fix translation of home breadcrumbChristopher Ng2022-07-041-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Merge pull request #33090 from ↵Carl Schwan2022-07-041-54/+76
|\ | | | | | | | | nextcloud/fix/noid/proppatch-properties-transaction-rollback DAV custom props: catch Exception and rollback transaction in case
| * DAV custom props: catch Exception and rollback transaction in caseArthur Schiwon2022-07-011-54/+76
| | | | | | | | | | | | | | | | - before exceptions were not caught, a started transaction might not have been finished - also resolve depractions and use IQueryBuilder Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #33097 from nextcloud/rakekniven-patch-2Simon L2022-07-041-1/+1
|\ \ | | | | | | l10n: Fixed typo
| * | l10n: Fixed typorakekniven2022-07-041-1/+1
| | | | | | | | | | | | | | | | | | | | | Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-07-0438-30/+286
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-07-0320-2/+30
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-07-0230-20/+22
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #32576 from ↵Joas Schilling2022-07-019-1/+354
|\ \ | | | | | | | | | | | | nextcloud/feature/spreed-7321/automatic-DND-outside-of-availability 🤖 Automatically set user status to ⛔ DND outside of 📅 availability
| * | Inject userId directlyJoas Schilling2022-07-011-7/+6
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Fix typo of availabilityJoas Schilling2022-07-011-1/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Remove unused importJoas Schilling2022-07-011-1/+0
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Fix predefined messageJoas Schilling2022-07-011-1/+6
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Add UI to opt-in on the status automationJoas Schilling2022-07-013-0/+92
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Add status automationJoas Schilling2022-07-011-2/+12
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Fix determination of cron job runJoas Schilling2022-07-013-8/+95
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | User status automation background jobJoas Schilling2022-07-013-0/+161
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #33043 from nextcloud/Valdnet-patch-2Carl Schwan2022-07-011-1/+1
|\ \ | |/ |/| l10n: Separate words
| * l10n: Separate wordsValdnet2022-07-011-1/+1
| | | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2022-07-0142-78/+90
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #33068 from nextcloud/enh/note-trashbin-expirationPytal2022-06-301-1/+1
|\ \
| * | Add trashbin export expiration noticeChristopher Ng2022-06-291-1/+1
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | use an en-dash for the userstatus panelszaimen2022-06-301-1/+1
| | | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-06-3018-6/+58
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #33067 from nextcloud/trashbin-skip-size-cacheblizzz2022-06-291-5/+11
|\ \ \ | | | | | | | | use size from cache to determine whether to skip the trashbin
| * | | use size from cache to determine whether to skip the trashbinRobin Appelman2022-06-291-5/+11
| |/ / | | | | | | | | | | | | | | | this way large folders also get skipped Signed-off-by: Robin Appelman <robin@icewind.nl>
* / / Use Button component to show more workflowsChristopher Ng2022-06-291-8/+14
|/ / | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | [tx-robot] updated from transifexNextcloud bot2022-06-2916-0/+76
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #33053 from nextcloud/fix/undefined-loggerPytal2022-06-2813-17/+24
|\ \
| * | Fix undefined loggerChristopher Ng2022-06-2813-17/+24
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Merge pull request #33034 from nextcloud/td/noid/ldap_group_updaterblizzz2022-06-282-66/+85
|\ \ \ | |/ / |/| | cleanup LDAP's UpdateGroups
| * | adjust testsArthur Schiwon2022-06-281-20/+31
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | simplify blizzz2022-06-281-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
| * | delete groups in chunks instead of one by oneArthur Schiwon2022-06-281-5/+11
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | cleanup LDAP's UpdateGroupsArthur Schiwon2022-06-281-41/+43
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | - TimedJob from API - DI of config - property types - throws hints in phpdoc - argument and return types - replace depracet execute() with executeStatement or -Query - a missing return statement Co-authored-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #33007 from nextcloud/cleanup/federation-appCarl Schwan2022-06-2823-643/+368
|\ \ | |/ |/| Summer cleanup of the federation app
| * Fix many issues with the testsCarl Schwan2022-06-287-108/+85
| | | | | | | | | | | | | | - Return type were not correct - willReturn and with confusion Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * Cleanup CardDav SyncServiceCarl Schwan2022-06-244-75/+24
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * Summer cleanup of the federation appCarl Schwan2022-06-2418-469/+268
| | | | | | | | | | | | | | | | | | | | - Use IEventDispatcher instead of deprecated symfony dispatcher - Use LoggerInterface where possible - Use php 7.4 properties - Add type hinting where possible - Move federation hooks to a seperate listener Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | [tx-robot] updated from transifexNextcloud bot2022-06-28130-766/+1088
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #32561 from nextcloud/port/vue-personal-federationPytal2022-06-2714-322/+282
|\ \
| * | Port federatedfilesharing personal settings to vueCarl Schwan2022-06-1514-322/+282
| | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Merge pull request #32998 from nextcloud/fix/setting_nameLouis2022-06-273-11/+5
|\ \ \ | | | | | | | | Rename setting name to reduce its length
| * | | Rename setting name to reduce its lengthLouis Chemineau2022-06-273-11/+5
| | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | [tx-robot] updated from transifexNextcloud bot2022-06-272-0/+28
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-06-252-0/+26
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #32863 from nextcloud/feature/add-comments-expire-dateblizzz2022-06-241-0/+5
|\ \ \ \ | | | | | | | | | | Add comments expire date
| * | | | Fix test to check the expire dateVitor Mattos2022-06-201-0/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Vitor Mattos <vitor@php.rio>
* | | | | [tx-robot] updated from transifexNextcloud bot2022-06-2414-10/+118
| |/ / / |/| | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #32962 from nextcloud/getstoragestat-change-urlCarl Schwan2022-06-232-3/+3
|\ \ \ \ | | | | | | | | | | Remove .php from url