mirror of
https://github.com/Daichimarukana/uwuzu.git
synced 2026-06-04 19:14:41 +00:00
uwuzu v1.6.13 Hapuego
This commit is contained in:
@@ -15,7 +15,7 @@ if (safetext(isset($_POST['emoji'])) && safetext(isset($_POST['userid'])) && saf
|
||||
if ($is_login === false) {
|
||||
echo json_encode(['success' => false, 'error' => '認証に失敗しました。(AUTH_INVALID)']);
|
||||
exit;
|
||||
}elseif(is_sameUserid($userid, $is_login["userid"]) === true){
|
||||
}elseif(is_sameUserid($userId, $is_login["userid"]) === true){
|
||||
// データベースに接続
|
||||
try {
|
||||
$option = array(
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
uwuzu
|
||||
1.6.12
|
||||
1.6.13
|
||||
2026/04/22
|
||||
daichimarukana,putonfps
|
||||
@@ -1,8 +1,12 @@
|
||||
## リリースノートだぜぇぇぇぇぇぇい!!!!!!!
|
||||
ここにはuwuzuの更新情報を載せてくぜぇ~!(いやまてテンションおかしいだろ...)
|
||||
|
||||
## Version 1.6.13 (Hapuego)
|
||||
2026/04/22
|
||||
fix: カスタム絵文字が表示されなくなる(使用できなくなる)問題を修正しました!
|
||||
|
||||
## Version 1.6.12 (Hapuego)
|
||||
2026/01/05
|
||||
2026/04/22
|
||||
fix: 設定画面でヘッダーの更新時にアイコンに関するエラーが発生してしまう可能性のある問題を修正しました!
|
||||
fix: 設定変更APIでアイコン・ヘッダーの更新失敗時にエラーが正常に返されない恐れのある問題を修正しました!
|
||||
fix: APIを通じて画像を投稿できない恐れのある問題を修正しました!
|
||||
|
||||
+2
-33
@@ -1,43 +1,12 @@
|
||||
{
|
||||
"software": "uwuzu",
|
||||
"version": "1.6.12",
|
||||
"version": "1.6.13",
|
||||
"release_date": "2026/04/22",
|
||||
"release_notes": "このアップデートには、とっても重大な脆弱性の修正が含まれます!また、一部新機能の追加、バグ修正が含まれます。\n詳細はリリースノートをご確認ください。",
|
||||
"release_notes": "このアップデートには、カスタム絵文字の表示がされなくなる問題の修正が含まれます。\n詳細はリリースノートをご確認ください。",
|
||||
"notices": "アップデート前にデータのバックアップを行うことをおすすめします!",
|
||||
"files": {
|
||||
"overwrite": [
|
||||
"/admin/addadmin.php",
|
||||
"/api/me/settings/index.php",
|
||||
"/api/ueuse/create.php",
|
||||
"/css/home.css",
|
||||
"/js/view_function.js",
|
||||
"/new.php",
|
||||
"/settings_admin/overview_admin.php",
|
||||
"/uwuzu_error_code.txt",
|
||||
"/abi/addabi.php",
|
||||
"/bookmark/bookmark.php",
|
||||
"/delete/delete.php",
|
||||
"/favorite/favorite.php",
|
||||
"/function/delete_apitoken.php",
|
||||
"/function/function.php",
|
||||
"/function/get_customemoji.php",
|
||||
"/function/get_userid.php",
|
||||
"/function/reuse.php",
|
||||
"/function/settings.php",
|
||||
"/function/ueuse.php",
|
||||
"/migration/index.php",
|
||||
"/nextpage/bookmarktimeline.php",
|
||||
"/nextpage/followtimeline.php",
|
||||
"/nextpage/foryoutimeline.php",
|
||||
"/nextpage/localtimeline.php",
|
||||
"/nextpage/notification.php",
|
||||
"/nextpage/searchtimeline.php",
|
||||
"/nextpage/ueusetimeline.php",
|
||||
"/nextpage/userliketimeline.php",
|
||||
"/nextpage/usermediatimeline.php",
|
||||
"/nextpage/usertimeline.php",
|
||||
"/settings_admin/api/code_delete.php",
|
||||
"/settings_admin/api/update_query.php",
|
||||
"/server/uwuzuabout.txt",
|
||||
"/server/uwuzuinfo.txt",
|
||||
"/server/uwuzurelease.txt"
|
||||
|
||||
Reference in New Issue
Block a user