nordabiz/blueprints/public
Maciej Pienczyn 3862706197
Some checks are pending
NordaBiz Tests / Unit & Integration Tests (push) Waiting to run
NordaBiz Tests / E2E Tests (Playwright) (push) Blocked by required conditions
NordaBiz Tests / Smoke Tests (Production) (push) Blocked by required conditions
NordaBiz Tests / Send Failure Notification (push) Blocked by required conditions
feat(users): track who created each account (created_by_id)
- Add created_by_id FK to users table (NULL = self-registration)
- Set created_by_id in admin create, bulk create, and team add routes
- Show "samorejestracja" or "dodał: [name]" in admin users panel

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-06 12:48:48 +02:00
..
__init__.py feat(company): add team management for company MANAGERs 2026-04-02 14:44:05 +02:00
CLAUDE.md chore: Clean up CLAUDE.md files and remove old downloaded files 2026-02-08 18:02:35 +01:00
routes_announcements.py security(permissions): restrict guest access to members-only areas 2026-03-19 16:23:56 +01:00
routes_company_edit.py fix(company): fix logo upload saving to boolean column instead of file 2026-04-02 19:34:40 +02:00
routes_pej.py fix(pej): use PostgreSQL @> operator for ARRAY contains query 2026-03-16 18:35:21 +01:00
routes_rss.py fix(calendar): use external_source as organizer for external events 2026-03-19 10:56:35 +01:00
routes_team.py feat(users): track who created each account (created_by_id) 2026-04-06 12:48:48 +02:00
routes_zopk.py fix(zopk): Use is_admin instead of role=='admin' for admin gating 2026-02-09 16:33:14 +01:00
routes.py docs(release): add v1.53-v1.57 release notes for March 26 — April 2 2026-04-02 15:50:13 +02:00