aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fix: Trim tags on adding or editingbugfix/trim-tagsKostiantyn Miakshyn2025-01-201-0/+2
* Merge pull request #50271 from nextcloud/removeWarningRegressionGit'Fellow2025-01-201-1/+0
|\
| * fix(TemplateManager): Remove warning messageGit'Fellow2025-01-201-1/+0
* | Merge pull request #50214 from nextcloud/feat/show-time-diff-userFerdinand Thiessen2025-01-201-5/+44
|\ \ | |/ |/|
| * feat(contacts): Show time difference for users in different timezonesfeat/show-time-diff-userFerdinand Thiessen2025-01-161-5/+44
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-206-0/+36
* | Merge pull request #50240 from nextcloud/fix/conversion-extensionJohn Molakvoæ2025-01-191-9/+34
|\ \
| * | fix: php lint extra tab fixfix/conversion-extensionJohn Molakvoæ2025-01-171-1/+0
| * | fix(files): more conversion tests and translate error messagesskjnldsv2025-01-171-9/+35
* | | Merge pull request #49443 from nextcloud/feat/issue-994-two-factor-apiSebastian Krupinski2025-01-182-0/+2
|\ \ \ | |/ / |/| |
| * | feat: Two Factor APIfeat/issue-994-two-factor-apiSebastianKrupinski2025-01-162-0/+2
* | | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-172-0/+8
* | | chore: remove unnecessary methodfix/file-conversion-missing-extensionElizabeth Danzberger2025-01-161-17/+0
* | | fix: prevent missing target file extensionElizabeth Danzberger2025-01-161-12/+8
* | | Merge pull request #50208 from nextcloud/feat/conversion-adjustingJohn Molakvoæ2025-01-168-85/+141
|\ \ \
| * | | fix(files): conversion api simplification and conflict checkskjnldsv2025-01-168-85/+141
| |/ /
* | | Merge pull request #50171 from nextcloud/enh/limit-ldap-user-countCôme Chilliet2025-01-169-26/+74
|\ \ \ | |/ / |/| |
| * | fix: Fix a small typing problem is user managerenh/limit-ldap-user-countCôme Chilliet2025-01-141-1/+2
| * | fix: Add missing interface from previous commit and update autoloadersCôme Chilliet2025-01-143-0/+25
| * | fix: Implement new interface instead of deprecated one in Database backendCôme Chilliet2025-01-141-5/+3
| * | fix: Use the new countUsersTotal method where it makes senseCôme Chilliet2025-01-141-2/+1
| * | feat(updatenotification): Add a limit to user count from LDAP so save perform...Côme Chilliet2025-01-144-19/+44
* | | Merge pull request #50196 from nextcloud/fix/template-return-typeArthur Schiwon2025-01-161-1/+1
|\ \ \ | |_|/ |/| |
| * | docs: Use proper return type for custom template listingfix/template-return-typeJulius Knorr2025-01-151-1/+1
* | | chore: Update autoloadersChristopher Ng2025-01-152-0/+2
* | | feat(sharing): Add `shareapi_allow_custom_tokens` configChristopher Ng2025-01-152-0/+14
* | | feat(sharing): Fetch a unique generated tokenChristopher Ng2025-01-153-35/+66
* | | feat(api): File conversion APIElizabeth Danzberger2025-01-1510-1/+334
|/ /
* | fix(lexicon): syntaxfeat/noid/lexicon-configurable-default-valueMaxence Lange2025-01-143-23/+29
* | feat(lexicon): configurable default valueMaxence Lange2025-01-146-28/+138
* | Merge pull request #50164 from nextcloud/mountpoint-get-numeric-storage-id-cacheRobin Appelman2025-01-141-1/+1
|\ \ | |/ |/|
| * fix: use proper way to get numeric storage id for mountpointRobin Appelman2025-01-131-1/+1
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-142-0/+14
|/
* Merge pull request #50100 from nextcloud/feat/ocp/attendee-availability-apiRichard Steinmetz2025-01-136-0/+176
|\
| * feat(ocp): add calendar api to retrieve availability of attendeesfeat/ocp/attendee-availability-apiRichard Steinmetz2025-01-136-0/+176
* | Merge pull request #50077 from nextcloud/feat/files_trashbin/allow-preventing...Kate2025-01-131-1/+1
|\ \
| * | fix(IInitialState): Allow provideLazyInitialState() closure to return arrayprovokateurin2025-01-131-1/+1
* | | fix(PathHelper): Remove null bytes when normalizing pathfix/files_sharing/harden-apiprovokateurin2025-01-131-0/+2
|/ /
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-136-0/+44
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-114-0/+36
* | Merge pull request #50076 from Koc/bugfix/fix-enforce-theme-for-public-linksStephan Orbaugh2025-01-101-0/+8
|\ \
| * | fix: Apply enforce theme config for anonymous users as wellKostiantyn Miakshyn2025-01-081-0/+8
* | | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-102-4/+4
* | | Merge pull request #50070 from nextcloud/docs/http/cors-attributeJoas Schilling2025-01-091-1/+3
|\ \ \ | |_|/ |/| |
| * | docs(HTTP): Add proper docs for CORS attributedocs/http/cors-attributeprovokateurin2025-01-071-1/+3
* | | Merge pull request #49888 from nextcloud/feat/ocp/meetings-api-requirementsJoas Schilling2025-01-086-11/+273
|\ \ \
| * | | docs(eventbuilder): Mention how to get the EventBuilder from DIJoas Schilling2025-01-081-1/+5
| * | | feat(ocp): calendar event builder apifeat/ocp/meetings-api-requirementsRichard Steinmetz2025-01-066-11/+269
* | | | Merge pull request #49882 from nextcloud/fix/http/template-valid-status-codesKate2025-01-0820-41/+43
|\ \ \ \
| * | | | fix(Http): Only allow valid HTTP status code values via templatefix/http/template-valid-status-codesprovokateurin2025-01-0720-41/+43
| | |/ / | |/| |