You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nextcloud-server/lib/private
Julius Knorr 4120493856
Merge pull request #52039 from nextcloud/backport/52008/stable31
10 months ago
..
Accounts fix(AccountManager): Sanitize social media handles 1 year ago
Activity fix(RichObjectStrings): Make exception messages for invalid parameters more useful for debugging 12 months ago
App fix: Also remove digits at the start and underscore on both ends of appid 1 year ago
AppFramework fix: Use login name to check the password 11 months ago
Archive chore(deps): Update nextcloud/coding-standard to v1.3.1 1 year ago
Authentication fix(webauthn): do not require bcmath or gmp - not needed anymore 11 months ago
Avatar chore(deps): Update nextcloud/coding-standard to v1.3.1 1 year ago
BackgroundJob perf(cron): Delay (re)checking timed jobs 11 months ago
Blurhash/Listener fix(GenerateBlurhashMetadata): Suppress imagescale errors 11 months ago
Broadcast/Events chore: Add SPDX header 2 years ago
Cache refactor(filecache): Move to more strict typing 1 year ago
Calendar fix: add event status and participant status 11 months ago
Collaboration fix: filter out contacts with invalid email addresses in sharee completion 11 months ago
Command chore: Add SPDX header 2 years ago
Comments Merge pull request #47329 from nextcloud/feat/add-datetime-qbmapper-support 1 year ago
Config fix(userconfig): simpler db request before 31 upgrade 1 year ago
Console fix(command): Make method compatible with upstream class (requires 3rdparty bump) 1 year ago
Contacts/ContactsMenu feat(contacts): Show time difference for users in different timezones 1 year ago
DB fix: use proper migration sorting when checking if a migration needs to be executed 11 months ago
Dashboard fix(dashboard): Document expected icon behaviour 2 years ago
Diagnostics feat(log): Allow to combine log.conditions to only log (app&user) 2 years ago
DirectEditing chore(db): Apply query prepared statements 1 year ago
Encryption chore(deps): Update nextcloud/coding-standard to v1.3.1 1 year ago
EventDispatcher chore: Add SPDX header 2 years ago
Federation fix(federation): Fix returning "no display name" after cache result 11 months ago
Files Merge pull request #52039 from nextcloud/backport/52008/stable31 10 months ago
FilesMetadata test: add some minimal testing for metadata storage 1 year ago
FullTextSearch chore: Use more gender neutral language 1 year ago
GlobalScale chore: Add SPDX header 2 years ago
Group fix(OpenAPI): Adjust array syntax to avoid ambiguities 1 year ago
Hooks chore: Add SPDX header 2 years ago
Http fix: remove superflous line 1 year ago
IntegrityCheck fix: Report duplicated extra files in integrity check 1 year ago
KnownUser chore: Use more gender neutral language 1 year ago
L10N feat(l10n): Respect forceLanguage query parameter in more places 1 year ago
LDAP style: update codestyle for coding-standard 1.2.3 2 years ago
Lock fix(locking): Accept mixed as value on setTTL 1 year ago
Lockdown refactor(Storage): Align all Storage constructors 1 year ago
Log fix(Log): revert swich to ?? operator 11 months ago
Mail fix(mail): use matching text color for primary elements 11 months ago
Memcache Merge pull request #46151 from nextcloud/enh/do-not-enforce-cache-for-cli 1 year ago
Migration chore(deps): Update nextcloud/coding-standard to v1.3.1 1 year ago
Net fix(net): Add IPv6 zone handling to IpAddressClassifier 1 year ago
Notification feat(prioritynotifications): Allow some apps to mark notifications as priority 1 year ago
OCM fix(ocm): `publicKey` can be disabled so capabilities do not match 11 months ago
OCS chore(deps): Update nextcloud/coding-standard to v1.3.1 1 year ago
Preview fix(preview): Filter for folders in cleanup old preview job 1 year ago
Profile fix(FediverseAction): Ensure valid fediverse links are generated 1 year ago
Profiler fix(profiler): clear command does not work 1 year ago
Remote chore: fix some comments 2 years ago
Repair fix(oauth2): retain support for legacy ownCloud clients 11 months ago
RichObjectStrings Revert "refactor(RichObjectStrings): Only log error if key or value is not string in validator" 11 months ago
Route fix(files): properly forward open params from short urls 1 year ago
Search feat(search): reduce search providers via core app config unified_search.providers_allowed 1 year ago
Security feat(ip): use larger IPv6 range by default 11 months ago
Session fix(setup): ignore long session login during installation 2 years ago
Settings Merge pull request #48721 from nextcloud/feat/allow-getter-setter-decl-fors 1 year ago
Setup chore(db): Apply query prepared statements 1 year ago
SetupCheck chore(deps): Update nextcloud/coding-standard to v1.3.1 1 year ago
Share feat(share): make sharelink token length configurable 1 year ago
Share20 Merge pull request #52043 from nextcloud/backport/52013/stable31 11 months ago
SpeechToText fix(SpeechToTextManager): Throw TaskProcessing Task failed 2 years ago
Support feat(updatenotification): Add a limit to user count from LDAP so save performances 1 year ago
SystemTag fix(systemtags): Dispatch events when bulk assigning system tags 11 months ago
Tagging feat(db): switch from settype to casts 1 year ago
Talk style: update codestyle for coding-standard 1.2.3 2 years ago
TaskProcessing fix(taskprocessing): use the event for AppAPI to get list of AI providers 11 months ago
Teams fix(OpenAPI): Adjust array syntax to avoid ambiguities 1 year ago
Template refactor(provisioning_api): Rename AUserData to AUserDataOCSController to allow openapi-extractor to detect it as OCS 1 year ago
TextProcessing fix(textprocessing): accept scheduling a task if there are equivalent taskprocessing providers only 1 year ago
TextToImage fix: Prevent breaking change in IQueryBuilder 1 year ago
Translation chore: Add SPDX header 2 years ago
Updater fix(OpenAPI): Adjust array syntax to avoid ambiguities 1 year ago
User fix(usermanager): Don't throw when checking if a too long user id is an existing user 11 months ago
UserStatus chore: Add SPDX header 2 years ago
legacy fix: skip caching lastSeenQuotaUsage for remote shares 12 months ago
AllConfig.php fix(userconfig): Don't fail the precondition if the value is not set at all 1 year ago
AppConfig.php fix(config): drop value details 1 year ago
AppScriptDependency.php chore: Add SPDX header 2 years ago
AppScriptSort.php chore: Add SPDX header 2 years ago
BinaryFinder.php chore(deps): Bump nextcloud/coding-standard in /vendor-bin/cs-fixer 1 year ago
CapabilitiesManager.php feat(api): File conversion API 1 year ago
Color.php chore: Add SPDX header 2 years ago
Config.php fix(config): Suppress error at install time 1 year ago
ContactsManager.php fix(cardav): only show useres from enabled addressBooks in contacts menu 12 months ago
DatabaseException.php chore: Add SPDX header 2 years ago
DatabaseSetupException.php chore: Add SPDX header 2 years ago
DateTimeFormatter.php style: update codestyle for coding-standard 1.2.3 2 years ago
DateTimeZone.php chore: Use more gender neutral language 1 year ago
EmojiHelper.php chore: Add SPDX header 2 years ago
EventSource.php chore(deps): Update nextcloud/coding-standard to v1.3.1 1 year ago
EventSourceFactory.php chore: Add SPDX header 2 years ago
ForbiddenException.php chore: Add SPDX header 2 years ago
HintException.php chore: Add SPDX header 2 years ago
Image.php fix(OCP): Fix Image interface 2 years ago
InitialStateService.php chore(deps): Update nextcloud/coding-standard to v1.3.1 1 year ago
Installer.php fix(appmanager): Fix tainted file path when loading appinfos 1 year ago
LargeFileHelper.php style: update codestyle for coding-standard 1.2.3 2 years ago
Log.php fix(log): Fix log level handling 1 year ago
MemoryInfo.php chore(deps): Update nextcloud/coding-standard to v1.3.1 1 year ago
NaturalSort.php chore(deps): Update nextcloud/coding-standard to v1.3.1 1 year ago
NaturalSort_DefaultCollator.php chore: Add SPDX header 2 years ago
NavigationManager.php feat(Navigation): emit dedicated event for loading additional entries 1 year ago
NeedsUpdateException.php chore: Add SPDX header 2 years ago
NotSquareException.php chore: Add SPDX header 2 years ago
PhoneNumberUtil.php chore: Add SPDX header 2 years ago
PreviewManager.php fix(preview): Do not try to parse M3U files as MP3 1 year ago
PreviewNotAvailableException.php chore: Add SPDX header 2 years ago
RedisFactory.php style: update codestyle for coding-standard 1.2.3 2 years ago
Repair.php refactor: convert sanitize account properties repair step to background job 1 year ago
RepairException.php chore: Add SPDX header 2 years ago
Server.php fix: Correctly return app id and app version for `core` styles and images 1 year ago
ServerContainer.php chore: Add SPDX header 2 years ago
ServerNotAvailableException.php chore: Add SPDX header 2 years ago
ServiceUnavailableException.php chore: Add SPDX header 2 years ago
Setup.php fix(l10n): Improve english source strings 1 year ago
StreamImage.php fix(OCP): Fix Image interface 2 years ago
Streamer.php fix(streamer): zip64 should work on 32-bit env now 1 year ago
SubAdmin.php chore(db): Correctly apply query types 1 year ago
SystemConfig.php add sse_c_key from S3 object storage properties config to list of sensitive values 1 year ago
TagManager.php refactor(tags): move favorite event dispatching to tags.php 1 year ago
Tags.php refactor(tags): move favorite event dispatching to tags.php 1 year ago
TempManager.php refactor(TempManager): Simplify and unify implementations and remove legacy behavior 1 year ago
TemplateLayout.php fix(setup): ignore missing theming app 11 months ago
URLGenerator.php chore(deps): Update nextcloud/coding-standard to v1.3.1 1 year ago
Updater.php chore(legacy): Introduce public version ct plass and drop version methods from OC_Util 1 year ago