/
oriono
/
taskman
ОбзорДокументацияВойти
/
oriono
/
taskman
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
taskman/
task_manager/user/
..
migrations

Add MaxLengthValidator to text fields across the application

4 месяца назад
__init__.py

add new app user: - update settings.py INSTALLED_APPS with add new app - add task_manager/user with standart modules include urls.py - add templates/user with index.html

3 года назад
admin.py

Add description field to user model

7 месяцев назад
apps.py

add new app user: - update settings.py INSTALLED_APPS with add new app - add task_manager/user with standart modules include urls.py - add templates/user with index.html

3 года назад
forms.py

Fix tests for invite code based team joining

3 месяца назад
models.py

Add MaxLengthValidator to text fields across the application

4 месяца назад
urls.py

Replace integer IDs with UUIDs for enhanced security and privacy

6 месяцев назад
views.py

refactor: fix task limit counting and limit view permissions

2 месяца назад