Commits

Back

Последние изменения из mirror GitHub. Здесь видны не только SHA, но и автор, дата, количество файлов и зоны риска.

Reset

Показаны 1492 commit'ов, страница 10 из 30.

Previous | Next

2c882dd

test(web): unit tests for api.js anti-replay retry path (425/307/opaqueredirect)

2026-08-10T21:07:47+00:00

Anton Barinov <55404783+Anton-Barinov@users.noreply.github.com>

Files: 1 | core 0 | module 0 | forbidden 0

Flags:

5e0daa1

fix(logs): harden extractErrorCode against non-array details blobs

2026-08-10T21:01:06+00:00

Anton Barinov <55404783+Anton-Barinov@users.noreply.github.com>

Files: 1 | core 0 | module 0 | forbidden 0

Flags:

9c77fa9

feat(admin): hourly frontend API error chart in Admin → Logs

2026-08-10T21:00:01+00:00

Anton Barinov <55404783+Anton-Barinov@users.noreply.github.com>

Files: 12 | core 0 | module 0 | forbidden 0

Flags:

f185172

fix(kanban): preserve horizontal board scroll and guard load-more page cursor

2026-08-10T20:46:03+00:00

Anton Barinov <55404783+Anton-Barinov@users.noreply.github.com>

Files: 2 | core 0 | module 0 | forbidden 0

Flags:

b36ea85

fix(kanban): append load-more cards in-place so column scroll positions are preserved

2026-08-10T20:39:18+00:00

Anton Barinov <55404783+Anton-Barinov@users.noreply.github.com>

Files: 2 | core 0 | module 0 | forbidden 0

Flags:

ef66349

fix(db): migration to add tags.description column for existing installs

2026-08-10T20:28:06+00:00

Anton Barinov <55404783+Anton-Barinov@users.noreply.github.com>

Files: 3 | core 0 | module 0 | forbidden 0

Flags:

b353c0b

docs(agents): document tag_public_id multi-select and __none marker in Tags System section

2026-08-10T20:05:20+00:00

Anton Barinov <55404783+Anton-Barinov@users.noreply.github.com>

Files: 1 | core 0 | module 0 | forbidden 0

Flags:

0917e87

fix(api): antiReplayCap respects maxRetries:0 and is hoisted out of the retry loop

2026-08-10T19:54:43+00:00

Anton Barinov <55404783+Anton-Barinov@users.noreply.github.com>

Files: 1 | core 0 | module 0 | forbidden 0

Flags:

f94c2c9

fix(api): extra retry for TLS 0-RTT anti-replay rejections; CHANGELOG entry

2026-08-10T19:52:36+00:00

Anton Barinov <55404783+Anton-Barinov@users.noreply.github.com>

Files: 2 | core 0 | module 0 | forbidden 0

Flags:

8b1682e

fix(api): treat opaque-redirect responses (status 0 from redirect:manual) as anti-replay 307 and re-send with body intact

2026-08-10T19:45:03+00:00

Anton Barinov <55404783+Anton-Barinov@users.noreply.github.com>

Files: 1 | core 0 | module 0 | forbidden 0

Flags:

9a3cccd

fix(tasks): saved views use the tag filter select; tags catalog limit 200; drop dead chip markup

2026-08-10T19:37:16+00:00

Anton Barinov <55404783+Anton-Barinov@users.noreply.github.com>

Files: 4 | core 0 | module 0 | forbidden 0

Flags:

b2ec8e8

feat(tasks): tag filter select on the tasks page + __none (no tags) support everywhere

2026-08-10T19:32:40+00:00

Anton Barinov <55404783+Anton-Barinov@users.noreply.github.com>

Files: 4 | core 0 | module 0 | forbidden 0

Flags:

203e18c

refactor(kanban): drop redundant tag chip indicator now that the tag filter has a proper select

2026-08-10T19:28:32+00:00

Anton Barinov <55404783+Anton-Barinov@users.noreply.github.com>

Files: 3 | core 0 | module 0 | forbidden 0

Flags:

973591f

feat(kanban): tag filter dropdown in the filter bar, synced with card-tag chips; server-side over full dataset

2026-08-10T19:25:20+00:00

Anton Barinov <55404783+Anton-Barinov@users.noreply.github.com>

Files: 3 | core 0 | module 0 | forbidden 0

Flags:

a0f75bb

docs(openapi): document GET /api/v1/tasks query filters (22 params)

2026-08-10T19:19:27+00:00

Anton Barinov <55404783+Anton-Barinov@users.noreply.github.com>

Files: 1 | core 0 | module 0 | forbidden 0

Flags:

73eee92

fix(tasks): due-date filters resolve in the user's local timezone

2026-08-10T19:15:10+00:00

Anton Barinov <55404783+Anton-Barinov@users.noreply.github.com>

Files: 3 | core 0 | module 0 | forbidden 0

Flags:

17427d3

fix(tasks): review hardening for server-side filters

2026-08-10T19:10:47+00:00

Anton Barinov <55404783+Anton-Barinov@users.noreply.github.com>

Files: 2 | core 0 | module 0 | forbidden 0

Flags:

637e2aa

feat(tasks): resolve ALL filters server-side over the full dataset — kanban and tasks page no longer filter only the loaded cards/pages

2026-08-10T19:02:58+00:00

Anton Barinov <55404783+Anton-Barinov@users.noreply.github.com>

Files: 4 | core 0 | module 0 | forbidden 0

Flags:

fee4295

fix(api): anti-replay retry must not be gated by allowRetry — plain PATCH/POST (profile save, task create) are exactly the requests that hit 425/307 on 0-RTT hosts, and redirect:'manual' means the browser no longer auto-follows the 307; gate on opts.retry !== false so only explicit retry:false opts out. Fixes a regression where those calls surfaced HTTP_307/HTTP_425 instead of recovering

2026-08-10T18:36:30+00:00

Anton Barinov <55404783+Anton-Barinov@users.noreply.github.com>

Files: 1 | core 0 | module 0 | forbidden 0

Flags:

fc71dee

docs(changelog): record anti-replay tolerance for all methods + 30s default timeout

2026-08-10T18:03:53+00:00

Anton Barinov <55404783+Anton-Barinov@users.noreply.github.com>

Files: 1 | core 0 | module 0 | forbidden 0

Flags:

8774c10

feat(api): tolerate TLS 1.3 0-RTT anti-replay (425/307) for ALL methods without any server config — redirect:'manual' stops the browser from auto-following the 307 (which dropped PATCH/POST bodies -> 422) and the request() loop re-sends the request, body intact, since 425/307 mean it never reached the app; raise default timeout to 30s so slow shared-hosting pools no longer surface network errors

2026-08-10T17:57:22+00:00

Anton Barinov <55404783+Anton-Barinov@users.noreply.github.com>

Files: 1 | core 0 | module 0 | forbidden 0

Flags:

aead65d

fix(cache): respect per-call TTL capped by global api_file_cache_ttl so kanban/dashboard payloads refresh in 30-45s instead of the whole global TTL; invalidate page cache on task mutations (create/update/delete/move/bulk, module add/remove) so the board and its column counters update immediately

2026-08-10T17:51:27+00:00

Anton Barinov <55404783+Anton-Barinov@users.noreply.github.com>

Files: 4 | core 0 | module 0 | forbidden 0

Flags:

2dcb7ba

refactor(kanban): skip server status count query on chunk pages; format column counters with thousands separator ("3 606")

2026-08-10T17:42:54+00:00

Anton Barinov <55404783+Anton-Barinov@users.noreply.github.com>

Files: 1 | core 0 | module 0 | forbidden 0

Flags:

1d2945b

fix(kanban): real column counters from server (status_counts) + working background load-more; drop 'Shown X of Y' summary text

2026-08-10T17:38:08+00:00

Anton Barinov <55404783+Anton-Barinov@users.noreply.github.com>

Files: 6 | core 0 | module 0 | forbidden 0

Flags:

c92c8cf

feat(api): treat 425 Too Early (TLS 0-RTT anti-replay) as retryable so installs with ssl_early_data recover automatically; record network/timeout/HTML transport failures that survive retries as frontend_api_error telemetry (previously invisible)

2026-08-10T17:18:29+00:00

Anton Barinov <55404783+Anton-Barinov@users.noreply.github.com>

Files: 2 | core 0 | module 0 | forbidden 0

Flags:

79ceb3e

fix(api): scope automatic retry default to GET/HEAD only (idempotent POSTs keep opt-in retry:true to avoid double-retry with ai.js/jobs own loops); caller abort always wins over timeout tick; status-bar retry hint timer extended to 30s

2026-08-10T16:59:52+00:00

Anton Barinov <55404783+Anton-Barinov@users.noreply.github.com>

Files: 3 | core 0 | module 0 | forbidden 0

Flags:

ffb4162

feat(api): automatic one-shot retry for idempotent requests on transient failures (network, timeout, 429/5xx, HTML response) so intermittent data-load errors recover without a manual page reload; respects Retry-After; opt-out with retry:false; status bar shows "Повторная попытка…" during retry; retryableStatus now includes 500

2026-08-10T16:58:21+00:00

Anton Barinov <55404783+Anton-Barinov@users.noreply.github.com>

Files: 13 | core 0 | module 0 | forbidden 0

Flags:

c61cb36

fix(api): task list with limit=0 (unlimited) must skip QueryBuilder OFFSET too - a bare OFFSET without LIMIT is invalid MySQL and broke the kanban page endpoint; unlimited lists now emit a plain query

2026-08-10T13:49:27+00:00

Anton Barinov <55404783+Anton-Barinov@users.noreply.github.com>

Files: 1 | core 0 | module 0 | forbidden 0

Flags:

6561d4e

feat(kanban): load ALL accessible tasks by default (no 100-card cap); new global setting kanban_max_cards (Admin > Settings): 0 = show everything at once, N = chunked with automatic load-more on scroll (IntersectionObserver); honest summary counter shows real total; task list API supports limit=0 = unlimited

2026-08-10T13:47:32+00:00

Anton Barinov <55404783+Anton-Barinov@users.noreply.github.com>

Files: 12 | core 0 | module 0 | forbidden 0

Flags:

a08b7b6

fix(web): dashboard cycles widget - misplaced closing quote turned HTML string concat into a relational comparison, rendering literal "false" as the whole widget body when active cycles exist; cycle cards/progress/task counters now render

2026-08-10T13:32:02+00:00

Anton Barinov <55404783+Anton-Barinov@users.noreply.github.com>

Files: 2 | core 0 | module 0 | forbidden 0

Flags:

27e66c7

feat(web): server-side pagination and server-side filters for tasks and projects lists (limit 50/30, page param, manager/priority/client filters); add projects pager UI

2026-08-10T12:30:33+00:00

Anton Barinov <55404783+Anton-Barinov@users.noreply.github.com>

Files: 4 | core 0 | module 0 | forbidden 0

Flags:

8733691

fix(api): project detail - include client_title via counterparties join so the client name renders instead of raw public_id

2026-08-10T12:20:04+00:00

Anton Barinov <55404783+Anton-Barinov@users.noreply.github.com>

Files: 1 | core 0 | module 0 | forbidden 0

Flags:

14eb622

fix(web): entry route - canonical redirect /web/index.php -> /web/ (preserving query string) as requested; explicit ?route= values still work directly,

2026-08-10T09:48:06+00:00

Anton Barinov <55404783+Anton-Barinov@users.noreply.github.com>

Files: 1 | core 0 | module 0 | forbidden 0

Flags:

cee3212

fix(web): entry route - map path-derived /web/index.php to the index route (Dashboard) instead of 404 on unknown index.php route; explicit ?route= values untouched,

2026-08-10T09:45:19+00:00

Anton Barinov <55404783+Anton-Barinov@users.noreply.github.com>

Files: 1 | core 0 | module 0 | forbidden 0

Flags:

555fe9b

docs(changelog): release 0.2.0.1

2026-08-10T09:26:48+00:00

Anton Barinov <55404783+Anton-Barinov@users.noreply.github.com>

Files: 1 | core 0 | module 0 | forbidden 0

Flags:

a079c62

fix(web): pages.css - restore missing @media wrapper around .crm-automation-page .crm-section-head mobile rules (orphan closing brace since 462360c5; braces now balanced 2773/2773),

2026-08-10T09:24:16+00:00

Anton Barinov <55404783+Anton-Barinov@users.noreply.github.com>

Files: 1 | core 0 | module 0 | forbidden 0

Flags:

d8932a0

fix(web): my-day/my-week metric tiles - box-shadow none !important and min-width 105px (was 118px) for #myDayFocusSummary and #myWeekMetrics tiles,

2026-08-10T09:18:12+00:00

Anton Barinov <55404783+Anton-Barinov@users.noreply.github.com>

Files: 1 | core 0 | module 0 | forbidden 0

Flags:

d70e209

fix(web): switches - .form-switch .form-check-input:checked box-shadow none so an enabled toggle has no hover/focus glow ring,

2026-08-10T09:15:02+00:00

Anton Barinov <55404783+Anton-Barinov@users.noreply.github.com>

Files: 1 | core 0 | module 0 | forbidden 0

Flags:

29a60fd

feat(web): sepia theme - add warm --crm-ve-* token set so editor-rendered spoilers/content match the parchment palette,

2026-08-10T09:13:25+00:00

Anton Barinov <55404783+Anton-Barinov@users.noreply.github.com>

Files: 1 | core 0 | module 0 | forbidden 0

Flags:

8daf983

fix(web): visual editor spoiler - move --crm-ve-* tokens from .crm-ve-editor scope to :root so rendered content (comments/descriptions/ideas) keeps spoiler styling outside the editor; dark theme accent green via --crm-primary, add contrast theme --crm-ve set,

2026-08-10T09:12:01+00:00

Anton Barinov <55404783+Anton-Barinov@users.noreply.github.com>

Files: 2 | core 0 | module 0 | forbidden 0

Flags:

043451d

fix(web): kanban - guard edge-hover listeners with data-edge-bound flag (prevent accumulation on board re-render, review follow-up),

2026-08-10T09:04:39+00:00

Anton Barinov <55404783+Anton-Barinov@users.noreply.github.com>

Files: 1 | core 0 | module 0 | forbidden 0

Flags:

225bf4f

feat(web): kanban - scroll buttons fade-in animation on board edge hover (edge-left/edge-right zones + slide keyframe; is-visible keeps buttons persistent when scrollable; reduced-motion safe),

2026-08-10T09:03:40+00:00

Anton Barinov <55404783+Anton-Barinov@users.noreply.github.com>

Files: 2 | core 0 | module 0 | forbidden 0

Flags:

84d1e78

fix(web): kanban - add typing-context guard to board wrap keydown handler (review follow-up),

2026-08-10T09:01:22+00:00

Anton Barinov <55404783+Anton-Barinov@users.noreply.github.com>

Files: 1 | core 0 | module 0 | forbidden 0

Flags:

74192b3

feat(web): kanban - keyboard navigation with Left/Right arrows scroll the board by one column (Tab focuses board wrapper; document-level fallback ignores typing contexts and open modals),

2026-08-10T09:00:39+00:00

Anton Barinov <55404783+Anton-Barinov@users.noreply.github.com>

Files: 2 | core 0 | module 0 | forbidden 0

Flags:

9572c52

feat(web): kanban horizontal scroll navigation - visible scrollbar, floating scroll buttons (left/right), scroll-wrap container; improves UX when many columns overflow viewport,

2026-08-10T08:41:26+00:00

Anton Barinov <55404783+Anton-Barinov@users.noreply.github.com>

Files: 3 | core 0 | module 0 | forbidden 0

Flags:

369a992

fix(web): make footer static (not sticky) - was position:sticky bottom:0, now flows naturally at page bottom, freeing vertical space,

2026-08-10T08:35:44+00:00

Anton Barinov <55404783+Anton-Barinov@users.noreply.github.com>

Files: 2 | core 0 | module 0 | forbidden 0

Flags:

08b2eda

fix(web): crm-metric-tile - add explicit 16px padding for standalone tiles and 16px horizontal padding for inside-card rows; align with system card visual style,

2026-08-10T08:32:20+00:00

Anton Barinov <55404783+Anton-Barinov@users.noreply.github.com>

Files: 2 | core 0 | module 0 | forbidden 0

Flags:

1d5d94d

fix(web): add missing project status translations (status_new/active/planning/in_progress/blocked/done) to js_overrides.php for all 7 locales - fixes English status badges on projects page with Russian locale,

2026-08-10T08:22:18+00:00

Anton Barinov <55404783+Anton-Barinov@users.noreply.github.com>

Files: 1 | core 0 | module 0 | forbidden 0

Flags:

edb024c

fix(web): reorder theme options in profile select - light, sepia, dark, contrast,

2026-08-10T08:12:45+00:00

Anton Barinov <55404783+Anton-Barinov@users.noreply.github.com>

Files: 1 | core 0 | module 0 | forbidden 0

Flags:

409b9ff

fix(web): add sepia gantt scoped token block - swap blue active/project tints for warm brown on gantt bars, dots and badges; no blue accents remain in sepia theme,

2026-08-10T07:51:49+00:00

Anton Barinov <55404783+Anton-Barinov@users.noreply.github.com>

Files: 1 | core 0 | module 0 | forbidden 0

Flags: