summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2022-07-06136-162/+400
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #32993 from nextcloud/fixes-for-quota-text-in-navigation-barDaniel Calviño Sánchez2022-07-053-5/+11
|\ | | | | Fixes for quota text in navigation bar
| * Fix quota text not updated after copying or moving a fileDaniel Calviño Sánchez2022-06-231-2/+8
| | | | | | | | | | | | | | | | | | | | Note that the quota may change too when files are moved if the file is moved, for example, to or from a folder shared by other user. Besides the quota the storage statistics are also updated, similar to what is done when a file is deleted. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * Fix quota text not updated when no quota is setDaniel Calviño Sánchez2022-06-231-1/+1
| | | | | | | | | | | | | | The JavaScript code that updates the quota text expects the element to have "quotatext" as id. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * Fix quota text shown escapedDaniel Calviño Sánchez2022-06-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | "t()" escapes and sanitizes the returned text by default, so strings like "<" are converted to "&lt;". However, the "jQuery.text()" parameter does not need to be escaped, as "&lt;" is shown literally as "&lt;" rather than "<". Now "jQuery.html()" is used instead, which "unescapes" the given text and sets it as a new text node (as the text in the parameter does not contain markup for elements, only text). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Merge pull request #33107 from nextcloud/enh/a11y-dynamic-grid-toggle-tooltipPytal2022-07-053-9/+13
|\ \
| * | Change tooltip title of files grid view toggle dynamicallyChristopher Ng2022-07-043-9/+13
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | add missing GET param to getstoragestats urlJulien Veyssier2022-07-051-1/+1
| | | | | | | | | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* | | Fix 404 when using index.php in the urlCarl Schwan2022-07-051-2/+4
| | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Merge pull request #33109 from nextcloud/fix/l10n-home-breadcrumbJohn Molakvoæ2022-07-051-1/+1
|\ \ \
| * | | Fix translation of home breadcrumbChristopher Ng2022-07-041-1/+1
| |/ / | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* / / [tx-robot] updated from transifexNextcloud bot2022-07-0526-16/+18
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.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>