GitHub/WoltLab/WCF.git
Author Commit
13 days ago CyperghostMove `canEditAvatar()` into `UserProfile`
13 days ago CyperghostNo longer use `avatarID`
13 days ago CyperghostAdd php doc to `SetAvatar`
13 days ago CyperghostUse `avatarFileID` instead of `avatarID
13 days ago CyperghostAdd since information
13 days ago CyperghostNo longer use `wcf1_user_avatar` to load the user's...
13 days ago CyperghostDelete user avatar files when user accounts are deleted
13 days ago CyperghostUse `UserAvatarFileProcessor::AVATAR_SIZE` instead...
13 days ago CyperghostRemove unused function `UserAvatarAction::validateUploa...
13 days ago CyperghostAdd new constant for the size of the avatar images...
13 days ago CyperghostMove the old user avatar to the new file storage in...
13 days ago CyperghostDeprecated `UserAvatar`
2024-11-07 CyperghostDelete old avatar file only if it is set
2024-11-07 CyperghostDo not reload the page in the ACP when editing the...
2024-11-07 CyperghostAvatar is now no longer saved in `UserEditForm`
2024-11-07 Cyperghost`WCF.User.Avatar` and `WCF.User.Avatar.Upload` are...
2024-11-07 CyperghostUse `CloseOverlay` to close the user menu
2024-11-07 CyperghostLoad user avatar on `UserListPage`
2024-11-07 CyperghostRemove old `AvatarEditForm`
2024-11-07 CyperghostSupport `File` in `AvatarDecorator` as avatar object
2024-11-07 CyperghostAdd a command to set the avatar from a user
2024-11-07 CyperghostAdd dialog to edit the avatar file id
2024-11-06 CyperghostAdd a new user menu item to manage the avatar
2024-11-06 CyperghostAdd session variable so that the user can delete the...
2024-11-06 CyperghostAdd `wcf1_user.avatarFileID` column
2024-11-06 CyperghostAdd basic file processor for avatar
2024-11-06 CyperghostRun tsc
2024-11-06 CyperghostUpdate `cropper.min.js` to the current installed version
2024-11-06 CyperghostCorrect comment
2024-11-06 CyperghostRemove sorting the sizes in js, server already does...
2024-11-06 CyperghostCheck whether the `cropper-selection` in `MinMaxImageCr...
2024-11-06 CyperghostCheck whether the user has canceled the dialog manually
2024-11-06 CyperghostValidate the file type
2024-11-06 CyperghostAdd `cropperContainer` around `cropper-canvas`
2024-11-06 CyperghostDisplay error message if images are too small
2024-11-05 CyperghostOpen crop dialog if `cropperConfiguration` set
2024-11-05 CyperghostOutput the cropper configuration
2024-11-05 CyperghostAdd image cropper configuration
2024-11-05 CyperghostAdd `cropper.min.js`
2024-11-05 CyperghostInstall cropperjs
2024-11-05 CyperghostFixes the problem that the user's time zone is not...
2024-10-31 Olaf BraunMerge pull request #6041 from WoltLab/upload-field...
2024-10-31 Olaf BraunMerge pull request #6042 from WoltLab/deprecate-dateuti...
2024-10-31 CyperghostDirectly pass filename
2024-10-30 CyperghostAdd php doc to `DateFormField::getDateTimeFormatter()`
2024-10-30 CyperghostUse `\IntlDateFormatter` to format the datetime object
2024-10-30 CyperghostRemove the unused functions `CLIUtil::formatTime()...
2024-10-29 Olaf BraunMerge pull request #6026 from WoltLab/emoji-picker-v2
2024-10-29 CyperghostNo longer use `DateUtil::format()` to format the date.
2024-10-29 CyperghostUse `\DateTime::format()` instead of `DateUtil::format()`
2024-10-29 CyperghostUse `\IntlDateFormatter` to format the date
2024-10-29 CyperghostUse `DateTime::format()` instead of `DateUtil::format()`
2024-10-29 CyperghostMark `DateUtil::format()` as deprecated
2024-10-29 CyperghostValidate file extensions in `UploadFormField`
2024-10-28 CyperghostImport editor type for `*.svg`
2024-10-28 CyperghostUpdate module `@woltlab/editor`
2024-10-28 CyperghostAdd module comment doc
2024-10-28 CyperghostAdd a comment that this file is auto-generated
2024-10-28 Olaf BraunMerge pull request #6036 from WoltLab/google-maps-advan...
2024-10-28 Olaf BraunMerge pull request #6037 from WoltLab/password-strength...
2024-10-28 Olaf BraunUpdate wcfsetup/install/files/lib/system/form/builder...
2024-10-24 CyperghostAdd strength meter support to `PasswordFormField`
2024-10-24 CyperghostChange type of `InitialMarkerPosition`
2024-10-24 Cyperghost`draggable` is deprecated and `gestureHandling` should...
2024-10-24 CyperghostWhen using `AdvancedMarkerElement`, `mapId` is required.
2024-10-24 CyperghostLoad marker library
2024-10-24 CyperghostUse `google.maps.Marker` instead of `google.maps.marker...
2024-10-24 CyperghostUpgrade `@googlemaps/markerclusterer` to `2.3.2`
2024-10-24 CyperghostDon't use `Database::prepare()` in exporter
2024-10-24 Olaf BraunMerge pull request #6033 from WoltLab/database-prepare...
2024-10-24 CyperghostIt is not necessary to use `Database::prepare()` as...
2024-10-24 CyperghostIt is not necessary to use `Database::prepare()` as...
2024-10-24 CyperghostAdd since information
2024-10-23 CyperghostRevert incorrect changes on DatabaseObject
2024-10-22 Olaf BraunRemove wrong imports.
2024-10-22 CyperghostRemove an unnecessary space
2024-10-22 CyperghostRevert changes on spider update script
2024-10-22 CyperghostIn `ApplicationCacheBuilder` and `ApplicationHandler...
2024-10-22 CyperghostRun `php-cs-fixer`
2024-10-21 CyperghostRemove old `woltlab-core-emoji-picker.js` file
2024-10-18 CyperghostCan't extends custom elements
2024-10-18 CyperghostMove `getDataSource` to Localization.ts
2024-10-18 CyperghostRemove emoji data `da.json`
2024-10-18 CyperghostCheck if the smiley module disabled
2024-10-18 CyperghostDisable Smiley module by default
2024-10-18 CyperghostAdd new const `DATABASE_FOR_AUTO_COMPLETE` for autocomplete
2024-10-18 CyperghostAdd Emoji button to toolbar
2024-10-18 CyperghostUse `prepare()` instand of `prepareStatement()`
2024-10-18 CyperghostMark `Database::prepareStatement()` as deprecated
2024-10-18 CyperghostAdd `prettier-ignore` to the auto generated `Localizati...
2024-10-18 CyperghostAdd a webpack script to generate an emoji picker bundle
2024-10-18 CyperghostAdd pt and ru to the Localization.ts
2024-10-17 CyperghostUse `getLocalizationData()`
2024-10-17 CyperghostAdd script to generate emoji picker localization
2024-10-17 CyperghostAdd script to store emoji data
2024-10-17 CyperghostImport npm dependencies for emoji picker
2024-10-15 Alexander EbertMerge branch 'master' into 6.1
2024-10-15 Alexander EbertMerge branch '6.0'
2024-10-15 Alexander EbertUpdate the target branch for d.t.s
2024-10-15 Marcel WerkMerge pull request #6022 from WoltLab/abstract-comment...
next