summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* l10n: Delete apostropheValdnet2022-06-0710-22/+22
| | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* [tx-robot] updated from transifexNextcloud bot2022-06-078-4/+14
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-06-066-2/+82
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-06-056-0/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-06-04184-254/+330
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* l10n: Fix escaping issuerakekniven2022-06-031-1/+1
| | | | | | | | | | | At Transifex the string is cut and shown `For the server to work properly, it` I modified this without vue knowledge. @CarlSchwan Can you check please? Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #32620 from nextcloud/bugfix/noid/reset-status-on-clearAtJoas Schilling2022-06-038-26/+19
|\ | | | | Also reset the status on clearAt
| * Also reset the status on clearAtJoas Schilling2022-05-278-26/+19
| | | | | | | | | | | | | | | | | | When you set yourself to "DND - In a meeting" for one hour, the expectation is that you are also "online"/normal again when the meeting is over. So we extend the logic to also include the status itself to be reverted. Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #32716 from nextcloud/Valdnet-patch-2Valdnet2022-06-031-1/+1
|\ \ | | | | | | l10n: Change to a capital letter
| * | l10n: Change to a capital letterValdnet2022-06-031-1/+1
| | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* | | Merge pull request #32715 from nextcloud/enh/direct-editing-capabilitiesJohn Molakvoæ2022-06-035-28/+58
|\ \ \ | |/ / |/| | Only load direct editing capabilities when required
| * | Only load direct editing capabilities when requiredJulius Härtl2022-06-035-28/+58
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | [tx-robot] updated from transifexNextcloud bot2022-06-034-2/+70
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #32570 from ↵Côme Chilliet2022-06-021-5/+1
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix/remove-at-matcher-in-federatedfilesharing-tests Remove at() matcher from tests in federatedfilesharing
| * | | Remove at() matcher from tests in federatedfilesharingCôme Chilliet2022-05-241-5/+1
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Merge pull request #28703 from nextcloud/enhancement/caldav-reminders-loggingChristoph Wurst2022-06-022-25/+46
|\ \ \ \ | | | | | | | | | | Debug log what happens during reminders processing
| * | | | Debug log what happens during reminders processingChristoph Wurst2022-06-012-25/+46
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | Merge pull request #32696 from nextcloud/fix/use-image-from-ocpblizzz2022-06-022-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Use Image class from public API
| * | | | | Use Image class from public APIChristopher Ng2022-06-022-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | | [tx-robot] updated from transifexNextcloud bot2022-06-0218-12/+88
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #32471 from nextcloud/fix-wrong-dav-activitiesChristoph Wurst2022-06-013-4/+111
|\ \ \ \ \ | | | | | | | | | | | | Make sure activities are not created when a deleted calendar object expires
| * | | | | Make sure activities are not created when a deleted calendar object expiresThomas Citharel2022-05-183-4/+111
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes https://github.com/nextcloud/activity/issues/784 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | | | Merge pull request #32686 from nextcloud/perf/make-x-hash-optinblizzz2022-06-011-9/+20
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Make X-HAS-{MD5/SHA256} opt-in
| * | | | | Make X-HAS-{MD5/SHA256} opt-inCarl Schwan2022-06-011-9/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is not always needed and slow down the upload Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | [tx-robot] updated from transifexNextcloud bot2022-06-0112-0/+102
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Fix share permissions renderingLouis Chemineau2022-05-311-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The `SHARE` permissions falls into the `default` case in the switch case, causing the rendering to look like ` , Upload, Read`. This PR changes the return value of the `default` case and adds a `filter` to remove those values. Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | | Merge pull request #32502 from nextcloud/cleanup/worflow-adminLouis2022-05-312-21/+23
|\ \ \ \ \ \ | | | | | | | | | | | | | | Use SettingsSection in workflowengine settings
| * | | | | | Use SettingsSection in workflowengine settingsCarl Schwan2022-05-312-21/+23
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | Merge pull request #32583 from jld3103/fix/nextcloud-android-user-agent-matchJoas Schilling2022-05-311-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Fix Nextcloud Android app not showing proper name
| * | | | | Fix Nextcloud Android app not showing proper namejld31032022-05-301-1/+1
| | | | | |
* | | | | | Merge pull request #32509 from nextcloud/fix/theming-colours-primaryJohn Molakvoæ2022-05-311-2/+4
|\ \ \ \ \ \
| * | | | | | Properly calculate primary element based on background luminanceJohn Molakvoæ2022-05-201-2/+4
| | |/ / / / | |/| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | | | [tx-robot] updated from transifexNextcloud bot2022-05-312-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #32206 from nextcloud/enh/migrator-add-estimatedsize-getterPytal2022-05-304-4/+92
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Update calendar estimationChristopher Ng2022-05-301-6/+17
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | Update contacts estimationChristopher Ng2022-05-301-7/+14
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | Skip avatar on failureChristopher Ng2022-05-301-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | Update method nameChristopher Ng2022-05-304-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | Move new IMigrator method to a specific interface ISizeEstimationMigratorCôme Chilliet2022-05-304-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | Implement getExportEstimatedSize in migratorsCôme Chilliet2022-05-304-0/+68
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | Merge pull request #32591 from nextcloud/fix/node-testVincent Petry2022-05-302-74/+296
|\ \ \ \ \ | |/ / / / |/| | | | Fix node tests ci
| * | | | Fix node tests ciCarl Schwan2022-05-302-74/+296
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update jest snapshot - Fix importing 3rdparty vue components - Disable temporarely tests using nextcloud-vue/Button Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | [tx-robot] updated from transifexNextcloud bot2022-05-304-4/+44
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2022-05-2926-6/+80
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #32594 from ↵Carl Schwan2022-05-271-10/+20
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/groupfolder-not-loading-when-share-disabled Fix loading groupfolder info when share api is disabled
| * | | | | Fix loading groupfolder info when share api is disabledCarl Schwan2022-05-271-10/+20
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | Merge pull request #32349 from nextcloud/enh/projects-eventCarl Schwan2022-05-272-10/+13
|\ \ \ \ \ | |_|_|_|/ |/| | | | Add event to load additional scripts for projects
| * | | | Move files_sharing over to new event for projectsJulius Härtl2022-05-122-10/+13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Fix unit testsJoas Schilling2022-05-271-4/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Don't overwrite certain values if the refreshing comes in via short updatesJoas Schilling2022-05-272-6/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This e.g. happens from the talk participant list which only has the status, message and icon. Due to the overwriting e.g. the clearAt was overwritten with null and afterwards the status modal showed "Invalid date" as "Clear at" Signed-off-by: Joas Schilling <coding@schilljs.com>