[PR #556] [CLOSED] rebase #42

Closed
opened 2026-02-25 20:32:00 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anonaddy/anonaddy/pull/556
Author: @koolsb
Created: 11/20/2023
Status: Closed

Base: masterHead: main


📝 Commits (7)

📊 Changes

11 files changed (+2177 additions, -3 deletions)

View changed files

app/Http/Controllers/AuthentikController.php (+98 -0)
📝 app/Models/User.php (+3 -0)
📝 app/Providers/EventServiceProvider.php (+3 -0)
composer-setup.php (+1745 -0)
📝 composer.json (+1 -0)
📝 composer.lock (+272 -2)
composer.phar (+0 -0)
📝 config/app.php (+1 -0)
📝 config/services.php (+10 -0)
database/migrations/2023_06_19_220033_add_authentik_fields.php (+34 -0)
📝 routes/web.php (+10 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/anonaddy/anonaddy/pull/556 **Author:** [@koolsb](https://github.com/koolsb) **Created:** 11/20/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `main` --- ### 📝 Commits (7) - [`287d52f`](https://github.com/anonaddy/anonaddy/commit/287d52f50bf40c3ea180983f746701e534f51261) initial commit - [`81aedd8`](https://github.com/anonaddy/anonaddy/commit/81aedd8df6f0911305db2204e1fcfe1dcbaf18fe) initial commit - [`3996a3e`](https://github.com/anonaddy/anonaddy/commit/3996a3eefbed3d6efc42d9bb47283f5de3d204fa) push - [`91c61d0`](https://github.com/anonaddy/anonaddy/commit/91c61d02ce33d32127a019aa19bb654e7389de4a) authentik - [`74587e1`](https://github.com/anonaddy/anonaddy/commit/74587e19f7f946e4cd5dd92f4a874e2bd6b540f0) Merge remote-tracking branch 'origin/master' - [`10ce572`](https://github.com/anonaddy/anonaddy/commit/10ce5729ce31f9f168cda6d4886e1ba2ad2a770a) pull upstream - [`a5c0fa8`](https://github.com/anonaddy/anonaddy/commit/a5c0fa8d41a88682155badb4b702d34d3de5e7ac) Merge branch 'master' into main ### 📊 Changes **11 files changed** (+2177 additions, -3 deletions) <details> <summary>View changed files</summary> ➕ `app/Http/Controllers/AuthentikController.php` (+98 -0) 📝 `app/Models/User.php` (+3 -0) 📝 `app/Providers/EventServiceProvider.php` (+3 -0) ➕ `composer-setup.php` (+1745 -0) 📝 `composer.json` (+1 -0) 📝 `composer.lock` (+272 -2) ➕ `composer.phar` (+0 -0) 📝 `config/app.php` (+1 -0) 📝 `config/services.php` (+10 -0) ➕ `database/migrations/2023_06_19_220033_add_authentik_fields.php` (+34 -0) 📝 `routes/web.php` (+10 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 20:32:00 +03:00
Sign in to join this conversation.
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/anonaddy#42
No description provided.