Commit a75d56d
Denis Švara
Merge branch 'main' into pins-api
* main: (127 commits)
Align board name start so it doesn't get too big
Clean up card/events header layout
Sync email to Stripe when user changes email address (#2432)
Fix IDOR in webhook activation endpoint (#2431)
Add card reactions to API docs and reactions_url to card JSON (#2427)
Remove unnecessary claude plan
Allow boosts on cards (#2411)
Revert "Fix notification click URL by using correct data property"
Add migration to remove draft cards from search index
Guard search indexing with searchable? check
Forbid comments on draft cards
prefactor: update search to use published cards
Fix notification click URL by using correct data property
Wait for service worker to be active before subscribing
Fix stuck state when permission granted but no subscription
Extract Card::Commentable
Include arm64 build in Docker workflow
Remove unnecessary `await` in push handler
Correctly initialise WebPush connection (#2417)
Update models, views, and fixtures for polymorphic reactions
...File tree
188 files changed
+2246
-465
lines changed- .claude
- .github/workflows
- app
- assets
- images
- stylesheets
- controllers
- cards
- comments
- webhooks
- helpers
- javascript
- controllers
- bridge
- helpers/bridge
- initializers
- bridge
- jobs/card
- models
- card
- comment
- concerns
- views
- account/settings
- boards
- columns
- closeds
- not_nows
- streams
- edit
- show
- cards
- boards
- comments
- reactions
- container
- display
- common
- perma
- preview
- drafts
- pins
- steps
- watches
- columns/show
- events
- day_timeline
- columns
- event
- index
- filter
- filters/settings
- layouts
- my
- access_tokens
- pins
- notifications
- settings
- public
- boards
- columns
- closeds
- not_nows
- streams
- cards
- pwa
- reactions
- searches
- webhooks
- form
- config
- initializers
- db
- migrate
- docs
- saas
- app
- controllers/admin
- jobs/account
- models
- account
- user
- views/admin/stats
- lib/fizzy/saas
- test/models
- account
- user
- script/migrations
- test
- controllers
- cards
- webhooks
- fixtures
- helpers
- integration
- lib/web_push
- models
- card
- comment
- concerns
- filter
- test_helpers
- vendor/javascript
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
188 files changed
+2246
-465
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
37 | 40 | | |
38 | 41 | | |
39 | 42 | | |
| |||
170 | 173 | | |
171 | 174 | | |
172 | 175 | | |
173 | | - | |
| 176 | + | |
| 177 | + | |
174 | 178 | | |
175 | 179 | | |
176 | 180 | | |
177 | | - | |
| 181 | + | |
| 182 | + | |
178 | 183 | | |
179 | 184 | | |
180 | 185 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| |||
449 | 449 | | |
450 | 450 | | |
451 | 451 | | |
452 | | - | |
| 452 | + | |
453 | 453 | | |
454 | 454 | | |
455 | 455 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
228 | | - | |
| 228 | + | |
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
| |||
568 | 568 | | |
569 | 569 | | |
570 | 570 | | |
571 | | - | |
| 571 | + | |
572 | 572 | | |
573 | 573 | | |
574 | 574 | | |
| |||
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
378 | 378 | | |
379 | 379 | | |
380 | 380 | | |
| 381 | + | |
381 | 382 | | |
382 | 383 | | |
383 | 384 | | |
| |||
535 | 536 | | |
536 | 537 | | |
537 | 538 | | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
538 | 551 | | |
539 | | - | |
| 552 | + | |
540 | 553 | | |
| 554 | + | |
541 | 555 | | |
542 | | - | |
543 | | - | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
544 | 559 | | |
545 | | - | |
546 | | - | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
547 | 564 | | |
| 565 | + | |
548 | 566 | | |
549 | 567 | | |
550 | 568 | | |
| |||
583 | 601 | | |
584 | 602 | | |
585 | 603 | | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
586 | 608 | | |
587 | 609 | | |
588 | | - | |
| 610 | + | |
589 | 611 | | |
590 | 612 | | |
| 613 | + | |
| 614 | + | |
591 | 615 | | |
592 | 616 | | |
593 | 617 | | |
| 618 | + | |
594 | 619 | | |
595 | | - | |
596 | | - | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
597 | 627 | | |
598 | 628 | | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
599 | 634 | | |
600 | 635 | | |
601 | 636 | | |
| |||
604 | 639 | | |
605 | 640 | | |
606 | 641 | | |
607 | | - | |
608 | | - | |
609 | | - | |
610 | | - | |
611 | | - | |
612 | | - | |
613 | | - | |
614 | 642 | | |
615 | 643 | | |
616 | 644 | | |
| |||
0 commit comments