summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* feat(out-of-office): Migrate frontend to OCS endpointJoas Schilling2023-12-013-6/+7
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* feat(out-of-office): Add OCS endpoint to set and clear absenceJoas Schilling2023-12-013-0/+350
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #41931 from nextcloud/techdebt/noid/add-typingJoas Schilling2023-12-011-6/+6
|\ | | | | techdebt(Middleware): Add more specific array types so its clickable in IDEs
| * techdebt(Middleware): Add more specific array types so its clickable in IDEsJoas Schilling2023-11-301-6/+6
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #41928 from nextcloud/bugfix/noid/fix-copyright-headersJoas Schilling2023-12-017-68/+46
|\ \ | | | | | | fix(copyright): Fix copyright doc blocks
| * | fix(copyright): Fix copyright doc blocksJoas Schilling2023-11-307-68/+46
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-12-01160-110/+506
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #41937 from ↵Andy Scherzinger2023-11-302-0/+21
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/dont-throw-500-when-max-delay-reached fix(bruteforce-protection): Don't throw a 500 when MaxDelayReached is…
| * | fix(bruteforce-protection): Don't throw a 500 when MaxDelayReached is thrownJoas Schilling2023-11-302-0/+21
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #41885 from nextcloud/fix-enforced-options-shareF. E Noel Nfebe2023-11-309-43/+42
|\ \ \ | | | | | | | | Improve share logic for enforced password & expiry date
| * | | chore(assets): Recompile assetsnextcloud-command2023-11-306-7/+7
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | Improve share logic for enforced password & expiry datefenn-cs2023-11-303-36/+35
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * It's possible for the admin to enforce and expiry date after, some shares have been created. This commit makes possible to update the share with the new admin constraints. * This commit would users to modify enforced expiry to anything within range and less than the enforced limit in the pre-create dialog for public shares. * This commit fixes, unable to update share without updating password. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | | Merge pull request #41924 from nextcloud/artonge/debt/comment_sync_live_photosLouis2023-11-301-93/+131
|\ \ \ | | | | | | | | Add comment in SyncLivePhotosListener
| * | | Add comment in SyncLivePhotosListenerLouis Chemineau2023-11-301-93/+131
| | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | Merge pull request #41729 from nextcloud/disable-old-unified-search-defaultF. E Noel Nfebe2023-11-301-5/+2
|\ \ \ \ | |_|_|/ |/| | | Enable new global search by default
| * | | Enable new global search by defaultfenn-cs2023-11-301-5/+2
|/ / / | | | | | | | | | | | | | | | | | | | | | The new global search would now be activated by default and users, have the option to revert to the old unified search by setting `unified_search.enabled` to true in the NC `config.php` file. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | | Merge pull request #41923 from nextcloud/fix/app-menu-icon-sizeAndy Scherzinger2023-11-303-4/+7
|\ \ \ | |_|/ |/| | fix(core): app icon alignment in app menu
| * | chore(assets): recompile assetsGrigorii K. Shartsev2023-11-302-3/+3
| | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
| * | fix(core): app icon alignment in app menuGrigorii K. Shartsev2023-11-301-1/+4
| |/ | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* | Merge pull request #41799 from ↵Anna2023-11-301-55/+53
|\ \ | | | | | | | | | nextcloud/fix/revert-user-status-composer-classloader
| * | fix(userstatus): revert ClassLoader changesAnna Larch2023-11-281-55/+53
| | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | Merge pull request #41808 from nextcloud/accessibility/breadcrumbsFerdinand Thiessen2023-11-303-3/+5
|\ \ \ | |_|/ |/| | accessibility fix - changed the dir attribute to have valid value
| * | accessibility fix - changed the dir attribute to have valid value, keeping ↵Eduardo Morales2023-11-303-3/+5
| | | | | | | | | | | | | | | | | | | | | previous value as data-dir Signed-off-by: Eduardo Morales <emoral435@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Merge pull request #41765 from nextcloud/artonge/feat/sync_live_photosLouis2023-11-3013-8/+468
|\ \ \ | |/ / |/| | Synchronize operation on live photo files
| * | Synchronize operation on live photo filesLouis Chemineau2023-11-2913-8/+468
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-30296-2256/+626
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #41911 from nextcloud/update/vue/masterAndy Scherzinger2023-11-299-14/+14
|\ \ \ | | | | | | | | update @nextcloud/upload to 1.0.2
| * | | update @nextcloud/uploader to 1.0.2root2023-11-299-14/+14
|/ / / | | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Merge pull request #41771 from nextcloud/always-emit-search-eventAndy Scherzinger2023-11-293-6/+5
|\ \ \ | | | | | | | | Always emit search event
| * | | Always emit search eventfenn-cs2023-11-293-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For BOD, it's better to always emit the search event so apps (all of which we don't know) responding to this effect would receive notifications when the search happens within these apps. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | | | Merge pull request #41855 from nextcloud/bugfix/41352/fix-settings-app-iconsJoas Schilling2023-11-2913-10/+31
|\ \ \ \ | |/ / / |/| | | fix(theming): Fix color inverted icons based on theming and dark mode
| * | | Fix more active entry iconsJoas Schilling2023-11-296-6/+18
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | fix(theming): Fix color inverted icons based on theming and dark modeJoas Schilling2023-11-297-4/+13
| |/ / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #41785 from nextcloud/fix-open-search-resultAndy Scherzinger2023-11-294-9/+9
|\ \ \ | |/ / |/| | Migrate openResult method to SearchResult component
| * | Migrate openResult method to SearchResult componentfenn-cs2023-11-294-9/+9
|/ / | | | | | | | | | | | | | | | | After moving the `SearchResult` to its own component and leaving out the openResult method, the search results do not lead anywhere but but error out. Signed-off-by: fenn-cs <fenn25.fn@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #41792 from nextcloud/avoid-mutating-propFerdinand Thiessen2023-11-294-6/+15
|\ \ | | | | | | Handle close GlobalSearchModal gracefully
| * | chore(assets): Recompile assetsnextcloud-command2023-11-292-3/+3
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | Handle close GlobalSearchModal gracefullyfenn-cs2023-11-292-3/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current close infrastructure modifies a prop which has no real effect aside bugs. In addition, calling the `NcModal.close()` as the primary way to close the search modal instead of using the states defined in `GlobalSearch` view causing re-open bugs (Modal cannot open, needs to click twice, and other weird stuff). Signed-off-by: fenn-cs <fenn25.fn@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Merge pull request #41867 from nextcloud/update-mimetype-msgChristoph Wurst2023-11-293-4/+4
|\ \ \ | | | | | | | | fix: change mime type for msg file
| * | | fix: change mime type for msg fileDaniel Kesselberg2023-11-293-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | Merge pull request #41816 from nextcloud/fix/dav/single-day-oooChristoph Wurst2023-11-294-5/+11
|\ \ \ \ | |_|/ / |/| | | fix(dav): Allow single-day out of office
| * | | fix(dav): Allow single-day out of officeChristoph Wurst2023-11-294-5/+11
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #41781 from nextcloud/minor-ui-updates-global-searchAndy Scherzinger2023-11-2915-37/+46
|\ \ \ \ | | | | | | | | | | UI updates for global search
| * | | | Fix date filter wording & improve search feedbackfenn-cs2023-11-2913-30/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Show loading when actually loading, instead of no content - Change modified label to `Date` as it applies to a bunch of things. Signed-off-by: fenn-cs <fenn25.fn@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | Unbold user names in SearchableListfenn-cs2023-11-291-0/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
| * | | | Improve accesibility for search tags/chipsfenn-cs2023-11-291-7/+11
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | - Use stand font of filter tags/chips - No bold - Use close icon and no close thick Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | | | Merge pull request #41866 from nextcloud/fix/dav/login-timezoneChristoph Wurst2023-11-292-6/+34
|\ \ \ \ | |_|/ / |/| | | fix(dav): Prioritize timezone from core/login
| * | | fix(dav): Prioritize timezone from core/loginChristoph Wurst2023-11-292-6/+34
| |/ / | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #41703 from nextcloud/fix/dav/ooo-date-conversionChristoph Wurst2023-11-294-7/+7
|\ \ \ | |/ / |/| | fix(dav): Convert dates without tz drift
| * | fix(dav): Timezone drift of OOO eventChristoph Wurst2023-11-291-1/+1
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>