From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server-vie001.gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-1.2 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,URIBL_DBL_BLOCKED_OPENDNS, URIBL_ZEN_BLOCKED_OPENDNS autolearn=ham autolearn_force=no version=3.4.6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1741462736; bh=jS3RYA8Mx124xhaOFAehOwJGVLArXE2INEjqqzp3NCY=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID: Date:From:Reply-To:Subject:To:Cc:In-Reply-To:References: Resent-Date:Resent-From:Resent-To:Resent-Cc:User-Agent: Content-Type:Content-Transfer-Encoding; b=KMlMuJ3XSCh74+t5sji0MZKlo+tkEkjC5jzAXb8kWZ3gZiAk9UrpkJhspy3dNefF6 9ituSOJZuQtvNOI1adhZnl0FNy9CbonXqN5A2nOAtsSfAVC60oF4J/tl8TYcuDbvK5 +XtDt7g/A+2cqwPXj7NGaHWgClYmAB6285AkhyYmF5fvasafjFIE8BrJgE+tidQp/q R7Ihbva3dfGjArjlpXGNOFW6IRKfggJY4HkvCPiqSKJc8GcDaKODUPB70R2elNgdgp vKVFtkTG+yJy5xoKXzif2RjcRiNJfMqiDhLTKQKrl+2a8FVNWaHWp/GqzYqrg/8a89 AYTLFQ/w2p2rA== Received: from integral2.. (unknown [182.253.126.167]) by server-vie001.gnuweeb.org (Postfix) with ESMTPSA id ECFEB20B492A; Sat, 8 Mar 2025 19:38:54 +0000 (UTC) From: Ammar Faizi To: Muhammad Rizki Cc: Ammar Faizi , GNU/Weeb Mailing List , Alviro Iskandar Setiawan Subject: Re: [PATCH v2 00/12] Fix Auth Guard, Move SEO Date: Sun, 9 Mar 2025 02:38:51 +0700 Message-Id: <20250308193851.3010807-1-ammarfaizi2@gnuweeb.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250308192656.97-1-kiizuha@gnuweeb.org> References: <20250308192656.97-1-kiizuha@gnuweeb.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit List-Id: On Sun, 9 Mar 2025 02:26:42 +0700, Muhammad Rizki wrote: > This series fixes auth guard to prevent users calling API with invalid > credentials, they will redirected to the login page if invalid > credentials occurs. > > [...] Applied, thanks! It's now live at https://mail-staging.gnuweeb.org/ The reset password feature is coming to the API soon... [01/12] fix(svelte): use relative false commit: 37c7412d6743bb7615d784094a137e2522426938 [02/12] fix(avatar): change avatarImg state to use from auth.user.photo state commit: 65c5bf1c0aebcdf239bd0eb608802d0f9fcca152 [03/12] chore(profile): add toUpperCase() on getShortName() commit: 6c87dd3ad9fda0b4cdb658ca6e1f435eb6f4439e [04/12] fix(profile): make social fields default to empty string commit: b4f1e97598731c8ecb44c556e850afdd58e07fde [05/12] chore(toaster): change toast message position and use richColors commit: 8ec7d55700ec2a7dd33e7ecca4144f491a0566b1 [06/12] chore(profile): reset password value on success commit: 5291b29be4e9ec6b156f79f97081d3a05bddad82 [07/12] fix(profile-avatar): add delete avatar method commit: 2fa88a5eb99ce0eb21e25c921c39b35776ba75b2 [08/12] chore(profile): add space for password confirmation form commit: 2986ecdcb0981360562c90f6e126082e22797258 [09/12] feat(ui): add dropdown-menu and update bits-ui version commit: 77da4b1ba04df74fbb41c4f0baf50160be1344ef [10/12] chore(sidebar-menu): change sidebar menu look commit: 6c19cd4f056bd80b17803ff6544276a04695a8ff [11/12] chore(seo): move seo from layout to /home page commit: b21826cdba3fec36a7e5aff20adf9820d17e0c24 [12/12] fix(auth): fix auth guard when credentials is invalid commit: 6e9649aaa51a21e2de9e03ea07ea3b2429fdcba5 Best regards, -- Ammar Faizi