You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- users(core): allow dots/@ in usernames and block "." / ".." to prevent path-like edge cases
13
+
- php(core): namespace stdClass return to \stdClass for consistency under FileRise\Domain
14
+
- admin: update sponsor list (add Stefan)
15
+
```
16
+
17
+
**Changed**
18
+
19
+
-**Username validation**
20
+
- Updated `REGEX_USER` to allow `.` and `@` in usernames (and spaces/underscores/dashes as before).
21
+
- Added a negative lookahead to reject `.` and `..` as standalone usernames.
22
+
-**PHP namespace correctness**
23
+
-`UserModel::getUserPermissions()` now returns `\stdClass` (global) instead of `stdClass` to avoid namespace resolution issues under `FileRise\Domain`.
24
+
-**Admin sponsor page**
25
+
- Added “Stefan” to the sponsors list in `public/js/adminSponsor.js`.
26
+
27
+
---
28
+
3
29
## Changes 02/19/2026 (v3.5.1)
4
30
5
31
`release(v3.5.1): authenticated Link File deep links + shared file request mode`
0 commit comments