aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* feat(PWA): add `display_override` to set the display-mode to `minimal-ui` on ...enh/49868/add-display-overrideSimon L.13 days3-2/+11
* refactor: use eventbus for updated filtersFerdinand Thiessen13 days3-15/+7
* fix(files): Ensure the filter instance is mountedFerdinand Thiessen13 days2-2/+7
* Merge pull request #50881 from nextcloud/fix/dav-harden-stream-handlingJohn Molakvoæ13 days1-16/+11
|\
| * fix(dav): Handle end of stream in `File::put`fix/dav-harden-stream-handlingFerdinand Thiessen2025-02-181-16/+11
* | Merge pull request #50452 from nextcloud/chore/update-stubJoas Schilling13 days1-2/+2
|\ \
| * | fix: incorrect types detected by updated stubschore/update-stubFerdinand Thiessen14 days1-2/+2
* | | Fix(l10n): Update translations from TransifexNextcloud bot13 days378-738/+746
* | | Merge pull request #51079 from nextcloud/fix/do-not-remindPytal13 days1-2/+3
|\ \ \ | |/ / |/| |
| * | fix(files_reminders): Do not attempt to send reminders after a user has left ...fix/do-not-remindChristopher Ng2025-02-261-2/+3
* | | Merge pull request #50999 from nextcloud/fix/move-away-from-oc-appCôme Chilliet14 days3-5/+8
|\ \ \
| * | | fix(tests): Adapt tests to appManager usageCôme Chilliet2025-02-241-0/+3
| * | | fix: Replace OC_App calls by IAppManagerCôme Chilliet2025-02-242-5/+5
* | | | Merge pull request #47513 from nextcloud/bug/noid/weird-ldap-cachingKate14 days2-17/+1
|\ \ \ \
| * | | | fix: remove caching in fetchListOfGroupsDaniel Kesselberg14 days2-17/+1
* | | | | Merge pull request #51019 from nextcloud/fix/files_external/definition-parameterKate14 days3-4/+8
|\ \ \ \ \
| * | | | | fix(files_external): Move definition parameter to the correct placefix/files_external/definition-parameterprovokateurin2025-02-253-4/+8
* | | | | | Merge pull request #50990 from AIlkiv/refactor/version-rollback-to-eventStephan Orbaugh14 days7-12/+158
|\ \ \ \ \ \
| * | | | | | refactor: move version rollback hook to eventailkiv2025-02-257-12/+158
* | | | | | | Merge pull request #51077 from nextcloud/pulsejet-patch-share-attrJohn Molakvoæ14 days1-1/+1
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | fix(files): exception when share-attributes is undefinedVarun Patil14 days1-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #51069 from small1/fixsetupchecksrowformatJoas Schilling2025-02-271-3/+3
|\ \ \ \ \ \
| * | | | | | fix: Change SQL query so that it is ansi safeJohan Bernhardsson2025-02-271-3/+3
* | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-02-272050-24244/+24400
| |/ / / / / |/| | | | |
* | | | | | fix(translation): Fix string concatenation in LDAP endpointbugfix/noid/improve-english-sourcesJoas Schilling2025-02-261-2/+1
|/ / / / /
* | | | | fix(l10n): Improve english source stringsJoas Schilling2025-02-268-8/+8
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-02-26240-1124/+1044
* | | | | chore: style fix for named parameterCôme Chilliet2025-02-251-1/+1
* | | | | fix(user_ldap): Check that all user and group bases are in the global oneCôme Chilliet2025-02-252-16/+41
* | | | | fix(user_ldap): Add missing use in ajax endpoint and fix L10N injectionCôme Chilliet2025-02-252-1/+3
* | | | | feat(user_ldap): Improve error detail when saving an incorrect configurationCôme Chilliet2025-02-255-33/+73
* | | | | fix(l10n): Spelling standardizationValdnet2025-02-253-4/+4
* | | | | Merge pull request #50903 from nextcloud/artonge/fix/min_age_rentention_files...Louis2025-02-252-1/+23
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | fix(files_versions): Do not expire versions newer than min ageartonge/fix/min_age_rentention_files_versionsLouis Chemineau2025-02-192-1/+23
* | | | | feat(files): allow to ignore warning to change file typeFerdinand Thiessen2025-02-259-169/+423
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-02-254-2/+8
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-02-242-0/+4
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-02-24148-698/+932
| |_|/ / |/| | |
* | | | Merge pull request #50958 from nextcloud/bugfix/fix-not-found-exception-for-a...Konstantin Myakshin2025-02-241-1/+5
|\ \ \ \
| * | | | Fix: NotFoundException for anonymous usersbugfix/fix-not-found-exception-for-anonymous-usersKostiantyn Miakshyn2025-02-211-1/+5
* | | | | Merge pull request #50957 from nextcloud/patch-14Ferdinand Thiessen2025-02-243-11/+11
|\ \ \ \ \
| * | | | | fix: rename 'edit locally' to 'open locally'Jérôme Herbinet2025-02-213-11/+11
| |/ / / /
* | | / / fix(admin_audit): Fix incorrect truncation of files path in admin audit logfix/fix-admin-audit-pathsCôme Chilliet2025-02-242-9/+9
| |_|/ / |/| | |
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-02-2436-20/+206
* | | | Merge pull request #50927 from nextcloud/feat/setup-check-loggingFerdinand Thiessen2025-02-234-0/+133
|\ \ \ \
| * | | | feat(setupcheck): check logging level for validityfeat/setup-check-loggingFerdinand Thiessen2025-02-224-0/+133
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-02-2326-18/+38
|/ / / /
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-02-2258-46/+166
* | | | fix(ci): Update autoloadersChristopher Ng2025-02-212-0/+2
* | | | perf(files_reminders): Use in-memory cacheChristopher Ng2025-02-211-1/+1