aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #41937 from nextcloud/bugfix/noid/dont-throw-500-when-max-...Andy Scherzinger2023-11-302-0/+21
|\
| * fix(bruteforce-protection): Don't throw a 500 when MaxDelayReached is thrownJoas Schilling2023-11-302-0/+21
* | Merge pull request #41885 from nextcloud/fix-enforced-options-shareF. E Noel Nfebe2023-11-309-43/+42
|\ \
| * | chore(assets): Recompile assetsnextcloud-command2023-11-306-7/+7
| * | Improve share logic for enforced password & expiry datefenn-cs2023-11-303-36/+35
* | | Merge pull request #41924 from nextcloud/artonge/debt/comment_sync_live_photosLouis2023-11-301-93/+131
|\ \ \
| * | | Add comment in SyncLivePhotosListenerLouis Chemineau2023-11-301-93/+131
* | | | Merge pull request #41729 from nextcloud/disable-old-unified-search-defaultF. E Noel Nfebe2023-11-301-5/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Enable new global search by defaultfenn-cs2023-11-301-5/+2
|/ / /
* | | Merge pull request #41923 from nextcloud/fix/app-menu-icon-sizeAndy Scherzinger2023-11-303-4/+7
|\ \ \ | |_|/ |/| |
| * | chore(assets): recompile assetsGrigorii K. Shartsev2023-11-302-3/+3
| * | fix(core): app icon alignment in app menuGrigorii K. Shartsev2023-11-301-1/+4
| |/
* | Merge pull request #41799 from nextcloud/fix/revert-user-status-composer-clas...Anna2023-11-301-55/+53
|\ \
| * | fix(userstatus): revert ClassLoader changesAnna Larch2023-11-281-55/+53
* | | Merge pull request #41808 from nextcloud/accessibility/breadcrumbsFerdinand Thiessen2023-11-303-3/+5
|\ \ \ | |_|/ |/| |
| * | accessibility fix - changed the dir attribute to have valid value, keeping pr...Eduardo Morales2023-11-303-3/+5
* | | Merge pull request #41765 from nextcloud/artonge/feat/sync_live_photosLouis2023-11-3013-8/+468
|\ \ \ | |/ / |/| |
| * | Synchronize operation on live photo filesLouis Chemineau2023-11-2913-8/+468
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-30296-2256/+626
* | | Merge pull request #41911 from nextcloud/update/vue/masterAndy Scherzinger2023-11-299-14/+14
|\ \ \
| * | | update @nextcloud/uploader to 1.0.2root2023-11-299-14/+14
|/ / /
* | | Merge pull request #41771 from nextcloud/always-emit-search-eventAndy Scherzinger2023-11-293-6/+5
|\ \ \
| * | | Always emit search eventfenn-cs2023-11-293-6/+5
* | | | Merge pull request #41855 from nextcloud/bugfix/41352/fix-settings-app-iconsJoas Schilling2023-11-2913-10/+31
|\ \ \ \ | |/ / / |/| | |
| * | | Fix more active entry iconsJoas Schilling2023-11-296-6/+18
| * | | fix(theming): Fix color inverted icons based on theming and dark modeJoas Schilling2023-11-297-4/+13
| |/ /
* | | Merge pull request #41785 from nextcloud/fix-open-search-resultAndy Scherzinger2023-11-294-9/+9
|\ \ \ | |/ / |/| |
| * | Migrate openResult method to SearchResult componentfenn-cs2023-11-294-9/+9
|/ /
* | Merge pull request #41792 from nextcloud/avoid-mutating-propFerdinand Thiessen2023-11-294-6/+15
|\ \
| * | chore(assets): Recompile assetsnextcloud-command2023-11-292-3/+3
| * | Handle close GlobalSearchModal gracefullyfenn-cs2023-11-292-3/+12
* | | Merge pull request #41867 from nextcloud/update-mimetype-msgChristoph Wurst2023-11-293-4/+4
|\ \ \
| * | | fix: change mime type for msg fileDaniel Kesselberg2023-11-293-4/+4
* | | | Merge pull request #41816 from nextcloud/fix/dav/single-day-oooChristoph Wurst2023-11-294-5/+11
|\ \ \ \ | |_|/ / |/| | |
| * | | fix(dav): Allow single-day out of officeChristoph Wurst2023-11-294-5/+11
* | | | Merge pull request #41781 from nextcloud/minor-ui-updates-global-searchAndy Scherzinger2023-11-2915-37/+46
|\ \ \ \
| * | | | Fix date filter wording & improve search feedbackfenn-cs2023-11-2913-30/+32
| * | | | Unbold user names in SearchableListfenn-cs2023-11-291-0/+3
| * | | | Improve accesibility for search tags/chipsfenn-cs2023-11-291-7/+11
| | |/ / | |/| |
* | | | Merge pull request #41866 from nextcloud/fix/dav/login-timezoneChristoph Wurst2023-11-292-6/+34
|\ \ \ \ | |_|/ / |/| | |
| * | | fix(dav): Prioritize timezone from core/loginChristoph Wurst2023-11-292-6/+34
| |/ /
* | | Merge pull request #41703 from nextcloud/fix/dav/ooo-date-conversionChristoph Wurst2023-11-294-7/+7
|\ \ \ | |/ / |/| |
| * | fix(dav): Timezone drift of OOO eventChristoph Wurst2023-11-291-1/+1
| * | fix(dav): Convert dates without tz driftChristoph Wurst2023-11-293-6/+6
|/ /
* | Merge pull request #41818 from nextcloud/techdebt/noid/clarify-ooo-return-dataAndy Scherzinger2023-11-292-7/+4
|\ \
| * | fix(OOO): Make the returned data more explicitJoas Schilling2023-11-292-7/+4
* | | Merge pull request #41803 from nextcloud/register-eml-msgAndy Scherzinger2023-11-293-1/+16
|\ \ \ | |/ / |/| |
| * | fix: add mimetype for eml and msgDaniel Kesselberg2023-11-283-1/+16
| |/
* | Merge pull request #41759 from nextcloud/fix/dav/ooo-form-mandatory-messageChristoph Wurst2023-11-294-11/+41
|\ \
| * | fix(dav): Make ooo settings a form and the message requiredChristoph Wurst2023-11-274-11/+41