Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Banning Users #650

Merged
merged 34 commits into from
Mar 11, 2023
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
a2db120
Added migration file
davidnsai Feb 22, 2023
0293227
Added new feilds to the UserModel
davidnsai Feb 22, 2023
9886eb4
Added methods to modify the ban status of a user
davidnsai Feb 22, 2023
cae9014
Added exception for banned users
davidnsai Feb 22, 2023
1af7fd3
Added banned user checks on access tokens
davidnsai Feb 22, 2023
2bb6a4f
Added banned user checks on attempting to log in
davidnsai Feb 22, 2023
d40e090
Added language translations for banned user
davidnsai Feb 22, 2023
ddfed19
Fixed coding standard fail
davidnsai Feb 22, 2023
00654ed
cs fix
davidnsai Feb 22, 2023
b8625de
Added user model to list of imported classes
davidnsai Feb 22, 2023
c9963dd
Removed extra whitespace
davidnsai Feb 22, 2023
d6c2425
ran composer cs-fix
davidnsai Feb 22, 2023
5cddb94
Added a bannable trait
davidnsai Feb 22, 2023
28206d1
Completed banning logic
davidnsai Feb 22, 2023
1bc78de
Added docs for banning feature
davidnsai Feb 22, 2023
0e27d3b
Fixed failing unit test
davidnsai Feb 22, 2023
7088052
Update docs/banning_users.md
davidnsai Feb 23, 2023
ad2984f
Update src/Filters/SessionAuth.php
davidnsai Feb 23, 2023
70ab02f
Update src/Language/fa/Auth.php
davidnsai Feb 23, 2023
f256b69
Update src/Language/ja/Auth.php
davidnsai Feb 24, 2023
a186793
Merge branch 'codeigniter4:develop' into develop
davidnsai Feb 24, 2023
8591f67
Merge branch 'codeigniter4:develop' into develop
davidnsai Mar 8, 2023
5fdc155
Removed migration adding banned and banned_message fields
davidnsai Mar 8, 2023
040f17a
Removed banned fields from user model
davidnsai Mar 8, 2023
9d54ac5
Implemented ban and unban logic
davidnsai Mar 8, 2023
6371431
FIxed docs on banning users
davidnsai Mar 8, 2023
df48197
removed unneccessary (bool)
davidnsai Mar 8, 2023
206fe9a
Reverted redirect route for when a user is not activated
davidnsai Mar 8, 2023
c00b84e
Added test for getBanMessage()
davidnsai Mar 9, 2023
ed74635
Removed unnecesary whitespaces from the docs
davidnsai Mar 9, 2023
88bb918
Update docs/banning_users.md
davidnsai Mar 10, 2023
524a6c9
Update docs/banning_users.md
davidnsai Mar 10, 2023
fb1e851
Update docs/banning_users.md
davidnsai Mar 10, 2023
7134871
Update docs/banning_users.md
davidnsai Mar 10, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Removed migration adding banned and banned_message fields
  • Loading branch information
davidnsai committed Mar 8, 2023
commit 5fdc1558fdaaa4867447f5689d4cf6cabcd204db
45 changes: 0 additions & 45 deletions src/Database/Migrations/2022-12-13-200557_add_ban_columns.php

This file was deleted.