Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test(imip): ensure charset is set for the text/calendar attachmentbug/53811/charset-imip | Daniel Kesselberg | 2025-07-06 | 1 | -0/+193 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | fix(imip): set charset for imip attachment | Daniel Kesselberg | 2025-07-06 | 1 | -4/+13 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-07-05 | 6 | -2/+30 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-07-04 | 4 | -0/+10 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #53418 from nextcloud/fix/timedjob-execution-time | Joas Schilling | 2025-07-03 | 3 | -2/+35 |
|\ | | | | | Fix TimedJob execution time to allow job execution exactly when scheduled | ||||
| * | test: check that UserStatusAutomation is cleaned upfix/timedjob-execution-time | Salvatore Martire | 2025-07-01 | 1 | -0/+27 |
| | | | | | | | | Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com> | ||||
| * | fix: delete UserStatusAutomation when user is deleted | Salvatore Martire | 2025-07-01 | 1 | -0/+5 |
| | | | | | | | | Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com> | ||||
| * | fix: adjust setTimeout value for ClearOldStatusesBackgroundJob | Salvatore Martire | 2025-07-01 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | These jobs that were setting their interval to 0 were not really running at every run of cron.php if the run was in the same second. To keep the same behaior, I am updating those intervals to 1 second. Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com> | ||||
* | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-07-03 | 14 | -0/+38 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #53728 from nextcloud/rector-phpunit10 | Robin Appelman | 2025-07-02 | 81 | -490/+206 |
|\ \ | | | | | | | chore/rector: make phpunit dataproviders phpunit 12 compatible | ||||
| * | | chore: run rectorrector-phpunit10 | Robin Appelman | 2025-07-01 | 81 | -490/+206 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-07-02 | 12 | -0/+42 |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-07-01 | 2 | -0/+10 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | chore: apply new CSFixer rules | Ferdinand Thiessen | 2025-07-01 | 117 | -396/+475 |
|/ | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> # Conflicts: # apps/settings/lib/SetupChecks/PhpOpcacheSetup.php | ||||
* | Merge pull request #53671 from nextcloud/fix/read-only-share-download | John Molakvoæ | 2025-07-01 | 2 | -12/+29 |
|\ | |||||
| * | feat(files_sharing): allow viewing files with download disabled | skjnldsv | 2025-06-26 | 2 | -12/+29 |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | Merge pull request #52976 from nextcloud/perf/realpath-custom-prop | Kate | 2025-07-01 | 1 | -0/+5 |
|\ \ | |||||
| * | | perf: Skip photos app related property in custom propertiesperf/realpath-custom-prop | Julius Knorr | 2025-05-20 | 1 | -0/+5 |
| | | | | | | | | | | | | Signed-off-by: Julius Knorr <jus@bitgrid.net> | ||||
* | | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-07-01 | 2 | -0/+20 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Merge pull request #52981 from nextcloud/perf/dav-preload-search-tags | Arthur Schiwon | 2025-06-30 | 4 | -14/+52 |
|\ \ \ | | | | | | | | | perf(dav): Preload dav search with tags/favorites | ||||
| * | | | perf(dav): Preload dav search with tags/favoritesperf/dav-preload-search-tags | Julius Knorr | 2025-06-27 | 4 | -14/+52 |
| | | | | | | | | | | | | | | | | Signed-off-by: Julius Knorr <jus@bitgrid.net> | ||||
* | | | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-30 | 60 | -4240/+10 |
|/ / / | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | build: update autoloader | Salvatore Martire | 2025-06-26 | 2 | -0/+2 |
| | | | | | | | | | | | | Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com> | ||||
* | | | feat(files): automatically create directories on upload | Salvatore Martire | 2025-06-26 | 3 | -0/+205 |
| |/ |/| | | | | | Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com> | ||||
* | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-26 | 4 | -0/+676 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix(dav): catch exception on non local accountfix/noid/ignore-missing-owner | Maxence Lange | 2025-06-25 | 1 | -1/+8 |
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-25 | 2 | -0/+40 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-22 | 2 | -0/+72 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-21 | 8 | -8/+88 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix(caldav): Use parameter for query to neutralize it in query diffsbugfix/noid/use-query-parameters | Joas Schilling | 2025-06-20 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | refactor(dav): move shared logic to a dedicated example contact servicerefactor/dav/example-contact-service | Richard Steinmetz | 2025-06-19 | 11 | -191/+222 |
| | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-19 | 8 | -4/+248 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-18 | 4 | -0/+30 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix: hide guests group when searching for principals | Daniel Kesselberg | 2025-06-17 | 1 | -0/+4 |
| | | | | | | | | | | | | Follow-up for https://github.com/nextcloud/server/pull/52914 Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-17 | 6 | -0/+50 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-17 | 80 | -618/+590 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix: enable example contact feature by default | Richard Steinmetz | 2025-06-16 | 3 | -3/+3 |
| | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | | fix: harmonize design of default content settings section | Richard Steinmetz | 2025-06-16 | 6 | -47/+150 |
| | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | | feat: create example event when a user logs in for the first time | Richard Steinmetz | 2025-06-16 | 23 | -41/+971 |
| | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-16 | 2 | -2/+22 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-11 | 2 | -2/+2 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix: use correct format for getlastmodified webdav propertybug/noid/expires-date-format | Daniel Kesselberg | 2025-06-10 | 2 | -2/+2 |
| | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-07 | 2 | -10/+10 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-06 | 2 | -0/+120 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix(imip): dont compare events for the reply messagefix/reply-message | Hamza Mahjoubi | 2025-06-05 | 2 | -2/+30 |
| | | | | | | | | Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com> | ||||
* | | fix(dav): file drop nickname | skjnldsv | 2025-06-05 | 2 | -8/+20 |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-05 | 4 | -6/+34 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | docs(caldav): improve documentation of CalDavBackend::getCalendarsForUserCountdocs/caldav/getCalendarsForUserCount | Richard Steinmetz | 2025-06-04 | 1 | -7/+5 |
| | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | | feat: link upcoming event to calendar app modalfeat/noid/link-to-calendar-event | Maksim Sukharev | 2025-06-03 | 1 | -14/+30 |
| | | | | | | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com> | ||||
* | | refactor(dav): remove unused CalDAVBackend methodremove-unused-method | Thomas Citharel | 2025-06-01 | 1 | -19/+0 |
| | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> |