GitHub/WoltLab/WCF.git
Author Commit
2 days ago CyperghostInsert the avatar into the new file system during impor... avatar-file-processor
2 days ago CyperghostAdd a parameter to optionally copy the file, but it...
2 days ago CyperghostRevert "Import the avatar in `UserImporter` and remove...
9 days ago CyperghostResize or make the avatar quadratic if required
9 days ago CyperghostRemove unnecessary code
9 days ago CyperghostRemoving the user object from the cache after setting...
10 days ago CyperghostImport the avatar in `UserImporter` and remove `UserAva...
10 days ago CyperghostUse `FileRuntimeCache`
10 days ago CyperghostImplement `FileRuntimeCache`, which also loads the...
12 days ago CyperghostAdd an extra button next to *Edit cover photo* for...
12 days ago CyperghostUse the new dialog to manage the avatar on the UserPage
12 days ago CyperghostMove `canEditAvatar()` into `UserProfile`
12 days ago CyperghostNo longer use `avatarID`
12 days ago CyperghostAdd php doc to `SetAvatar`
12 days ago CyperghostUse `avatarFileID` instead of `avatarID
12 days ago CyperghostAdd since information
12 days ago CyperghostNo longer use `wcf1_user_avatar` to load the user's...
12 days ago CyperghostDelete user avatar files when user accounts are deleted
12 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`
13 days ago CyperghostDelete old avatar file only if it is set
13 days ago CyperghostDo not reload the page in the ACP when editing the...
13 days ago CyperghostAvatar is now no longer saved in `UserEditForm`
13 days ago Cyperghost`WCF.User.Avatar` and `WCF.User.Avatar.Upload` are...
13 days ago CyperghostUse `CloseOverlay` to close the user menu
13 days ago CyperghostLoad user avatar on `UserListPage`
13 days ago CyperghostRemove old `AvatarEditForm`
13 days ago CyperghostSupport `File` in `AvatarDecorator` as avatar object
13 days ago CyperghostAdd a command to set the avatar from a user
13 days ago 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
next