aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | fix: Remove some call and references to deprecated OC_Util classCôme Chilliet2025-04-076-18/+15
| * | chore(legacy): Flag methods as deprecated, with appropriate replacementCôme Chilliet2025-04-071-34/+36
| * | chore(legacy): Remove unused protected method in OC_UtilCôme Chilliet2025-04-071-4/+0
| * | chore(legacy): Officially deprecate OC_Util and remove non-static methodsCôme Chilliet2025-04-071-84/+3
* | | Merge pull request #52013 from nextcloud/handle-missing-share-providers-when-...Ferdinand Thiessen2025-04-081-1/+6
|\ \ \
| * | | fix: Handle missing share providers when promoting reshareshandle-missing-share-providers-when-promoting-resharesDaniel Calviño Sánchez2025-04-081-1/+6
* | | | Merge pull request #52008 from nextcloud/fix/cache-hit-getFirstNodeByIdRobin Appelman2025-04-081-6/+10
|\ \ \ \
| * | | | fix: Catch old cached paths and fetch the new onefix/cache-hit-getFirstNodeByIdJulius Knorr2025-04-081-5/+9
| * | | | fix: Proper order for checking path prefix for getting file by id from cacheJulius Knorr2025-04-071-1/+1
| | |/ / | |/| |
* | | | Merge pull request #52014 from nextcloud/fix/fix-movie-preview-constructKate2025-04-082-47/+39
|\ \ \ \
| * | | | fix(previews): Cleanup Movie provider code and remove deprecated static varsfix/fix-movie-preview-constructCôme Chilliet2025-04-082-45/+37
| * | | | fix(preview): Fix constructor parameter name and default valueCôme Chilliet2025-04-081-2/+2
| | |/ / | |/| |
* | | | refactor(RichObjectStrings): Only log error if key or value is not string in ...fix/richobjectstrings/validator-string-key-value-errorprovokateurin2025-04-081-2/+4
* | | | feat(ip): use larger IPv6 range by defaultfeat/larger_ipv6_rangeBenjamin Gaussorgues2025-04-081-4/+4
|/ / /
* / / Fix(l10n): Update translations from TransifexNextcloud bot2025-04-086-0/+12
|/ /
* | Merge pull request #51712 from invario/masterStephan Orbaugh2025-04-071-7/+49
|\ \
| * | feat(previews): fix casing and commentsinvario2025-04-061-4/+5
| * | feat(previews): Clean up code for HDR video previewsinvario2025-04-031-16/+10
| * | feat(previews): Use proper colorspace and apply tonemap for HDR videosinvario2025-04-031-4/+51
* | | Merge pull request #51927 from nextcloud/fix/tags-eventsFerdinand Thiessen2025-04-071-0/+13
|\ \ \
| * | | fix(systemtags): emit assign and unassign bulk tagging eventsfix/tags-eventsJohn Molakvoæ (skjnldsv)2025-04-041-0/+13
* | | | Merge pull request #51982 from nextcloud/revert/email-setting-migrationKate2025-04-073-3/+2
|\ \ \ \
| * | | | Revert "refactor: add migration for email setting"revert/email-setting-migrationprovokateurin2025-04-073-3/+2
* | | | | Merge pull request #51942 from nextcloud/fix/require-update-if-mtime-is-nullFerdinand Thiessen2025-04-071-1/+1
|\ \ \ \ \
| * | | | | fix(cache): always require updates if mtime is nullfix/require-update-if-mtime-is-nullFerdinand Thiessen2025-04-041-1/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #51933 from nextcloud/fix/master-template-layoutKate2025-04-071-13/+4
|\ \ \ \ \
| * | | | | fix: ensure enabled (enforced) themes are always set on template layoutfix/master-template-layoutFerdinand Thiessen2025-04-041-13/+4
| |/ / / /
* | | | | Merge pull request #51752 from nextcloud/backport/50121/masterFerdinand Thiessen2025-04-071-0/+7
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | fix(theming): enforce theme also for loginbackport/50121/masterFerdinand Thiessen2025-04-021-0/+7
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-04-052-2/+2
| |/ / / |/| | |
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-04-044-4/+8
* | | | feat: add debug logging for adding/removing items from the user mounts cacheusermountcache-loggingRobin Appelman2025-04-031-0/+3
* | | | Merge pull request #51836 from nextcloud/feat/cleanup-oc-utilCôme Chilliet2025-04-033-82/+2
|\ \ \ \
| * | | | chore(legacy): Remove deprecated OC_Util::addScript and functions depending o...feat/cleanup-oc-utilCôme Chilliet2025-04-013-82/+2
| | |_|/ | |/| |
* | | | fix(session): Only mark sessions of permanent tokens as app passwordsfix/session/permanent-token-app-passwordChristoph Wurst2025-04-031-3/+2
* | | | Merge pull request #51745 from nextcloud/fix/settings/email-change-restrictionJohn Molakvoæ2025-04-035-0/+17
|\ \ \ \ | |_|/ / |/| | |
| * | | refactor: add migration for email settingFerdinand Thiessen2025-04-023-2/+3
| * | | fix(settings): Handle email change restriction separately from display name c...provokateurin2025-04-023-0/+16
* | | | Merge pull request #51870 from nextcloud/artonge/fix/use_loginname_to_check_p...Ferdinand Thiessen2025-04-021-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | fix: Use login name to check the passwordartonge/fix/use_loginname_to_check_passwordLouis Chemineau2025-04-021-1/+2
| |/ /
* | | fix: use proper migration sorting when checking if a migration needs to be ex...Robin Appelman2025-04-021-3/+3
* | | refactor(IMimeTypeDetector): use consistent capitalizationchore/consistent-namingFerdinand Thiessen2025-04-022-57/+58
* | | Fix(l10n): Update translations from TransifexNextcloud bot2025-04-022-0/+2
* | | Merge pull request #51800 from gavine99/deterministic-notification-managerJoas Schilling2025-04-011-5/+13
|\ \ \
| * | | fix(notifications): Change notification app ordersgavine992025-04-011-5/+13
| |/ /
* / / fix(oauth2): retain support for legacy ownCloud clientsfix/oauth2/retain-legacy-oc-client-supportRichard Steinmetz2025-04-011-5/+16
|/ /
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-04-014-8/+8
* | Merge pull request #50768 from nextcloud/perf/cron/delay-timedjob-checkingChristoph Wurst2025-03-312-0/+30
|\ \
| * | perf(cron): Delay (re)checking timed jobsperf/cron/delay-timedjob-checkingChristoph Wurst2025-03-312-0/+30
* | | Merge pull request #51686 from nextcloud/fix/template/implement-itemplateChristoph Wurst2025-03-311-1/+3
|\ \ \