summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Various improvements related to the recent implementation of temporary passwordsCyrille Bollu2022-06-087-24/+80
| | | | | | | | | | | | | | | for mail shares: 1- Changes style of "forgot password?" and "Back" button 2- Adds information about share password's expiration time in the emails sent. 3- Shows password expiration time in the Share menu 4- Fixes an issue when the message "Password expires..." would be shown for non email share types (which don't have temporary passswords) 5- At share's creation, password should only be sent when it's a permanent one See also https://github.com/nextcloud/server/issues/31952 Signed-off-by: Cyrille Bollu <cyrpub@bollu.be> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #32744 from nextcloud/bugfix/noid/easier-federation-debuggingJoas Schilling2022-06-081-0/+1
|\ | | | | Always log errors from sending federation api requests to ease debugging
| * Always log errors from sending federation api requests to ease debuggingJoas Schilling2022-06-071-0/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2022-06-088-6/+14
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.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