Commit Graph

  • cab4fbd83e optimizations develop Gregor Klevze 2026-03-28 19:15:39 +01:00
  • 0b25d9570a added flags icons Gregor Klevze 2026-03-28 19:15:21 +01:00
  • 73260e7eae updated gitignore and .env.example Gregor Klevze 2026-03-28 09:20:02 +01:00
  • 2608be7420 Repair: copy legacy joinDate into new user's created_at when creating users from legacy wallz Gregor Klevze 2026-03-22 09:13:39 +01:00
  • e8b5edf5d2 feat: add Reverb realtime messaging Gregor Klevze 2026-03-21 12:51:59 +01:00
  • 60f78e8235 Add Laravel broadcasting setup Gregor Klevze 2026-03-21 11:08:18 +01:00
  • 979e011257 Refactor dashboard and upload flows Gregor Klevze 2026-03-21 11:02:22 +01:00
  • 29c3ff8572 update Gregor Klevze 2026-03-20 21:17:26 +01:00
  • 1a62fcb81d categories v1 finished Gregor Klevze 2026-03-17 20:13:33 +01:00
  • 7da0fd39f7 updated gallery Gregor Klevze 2026-03-17 18:34:26 +01:00
  • 7b37259a2c feat: redesign private messaging inbox Gregor Klevze 2026-03-17 18:34:00 +01:00
  • 2119741ba7 feat: add community activity feed and mentions Gregor Klevze 2026-03-17 18:26:57 +01:00
  • 2728644477 feat: add tag discovery analytics and reporting Gregor Klevze 2026-03-17 18:23:38 +01:00
  • b3fc889452 feat: add captcha-backed forum security hardening Gregor Klevze 2026-03-17 16:06:28 +01:00
  • 980a15f66e refactor: unify artwork card rendering Gregor Klevze 2026-03-17 14:49:20 +01:00
  • 78151aabfe Remove legacy frontend assets and update gallery routes Gregor Klevze 2026-03-14 15:06:28 +01:00
  • 4f576ceb04 more fixes Gregor Klevze 2026-03-12 07:22:38 +01:00
  • 547215cbe8 remove unused assets Gregor Klevze 2026-03-09 19:17:58 +01:00
  • 23b813bbff gitignore remove cpad Gregor Klevze 2026-03-09 18:09:57 +01:00
  • f6772f673b login update Gregor Klevze 2026-03-05 11:24:37 +01:00
  • 5a33ca55a1 fixes Gregor Klevze 2026-03-03 21:00:18 +01:00
  • b9c2d8597d feat: Inertia profile settings page, Studio edit redesign, EGS, Nova UI components\n\n- Redesign /dashboard/profile as Inertia React page (Settings/ProfileEdit)\n with SettingsLayout sidebar, Nova UI components (TextInput, Textarea,\n Toggle, Select, RadioGroup, Modal, Button), avatar drag-and-drop,\n password change, and account deletion sections\n- Redesign Studio artwork edit page with two-column layout, Nova components,\n integrated TagPicker, and version history modal\n- Add shared MarkdownEditor component\n- Add Early-Stage Growth System (EGS): SpotlightEngine, FeedBlender,\n GridFiller, AdaptiveTimeWindow, ActivityLayer, admin panel\n- Fix upload category/tag persistence (V1+V2 paths)\n- Fix tag source enum, category tree display, binding resolution\n- Add settings.jsx Vite entry, settings.blade.php wrapper\n- Update ProfileController with JSON response support for API calls\n- Various route fixes (profile.edit, toolbar settings link)" Gregor Klevze 2026-03-03 20:57:43 +01:00
  • dc51d65440 feat: forum rich-text editor, emoji picker, mentions, discover nav, feed, uploads, profile Gregor Klevze 2026-03-03 09:48:31 +01:00
  • 1266f81d35 feat: upload wizard refactor + vision AI tags + artwork versioning Gregor Klevze 2026-03-01 14:56:46 +01:00
  • a875203482 feat: Nova UI component library + Studio dropdown/picker polish Gregor Klevze 2026-03-01 10:41:43 +01:00
  • e3ca845a6d Studio: make grid checkbox rectangular and commit table changes Gregor Klevze 2026-03-01 08:43:48 +01:00
  • 211dc58884 Studio: use site CTA for Upload button (bg-sky-600) instead of accent Gregor Klevze 2026-03-01 08:30:06 +01:00
  • 916bb29a53 feat(trending): switch trending endpoints to Ranking V2 ranking_score\n\n- discoverTrending() now sorts by ranking_score:desc + engagement_velocity:desc\n- HomepageService::getTrending() now sorts by ranking_score:desc + velocity\n- DB fallback joins artwork_stats for ranking_score sort\n- Both trending endpoints filter to last 30 days (spec §6)\n- Add created_at to Meilisearch filterableAttributes for date filtering\n- Synced index settings" Gregor Klevze 2026-02-28 16:47:08 +01:00
  • de3ec22ee5 feat: Ranking Engine V2 — intelligent scoring with shares, authority, decay & velocity\n\n- Add ArtworkRankingService with V2 formula:\n ranking_score = (base × authority × decay) + velocity_boost\n Base: views×0.2 + downloads×1.5 + favourites×2.5 + comments×3.0 + shares×4.0\n Authority: 1 + (log10(1+followers) + fav_received/1000) × 0.05\n Decay: 1 / (1 + hours/48)\n Velocity: 24h signals × velocity_weights × 0.5\n\n- Add nova:recalculate-rankings command (--chunk, --sync-rank-scores, --skip-index)\n- Add migration: ranking_score, engagement_velocity, shares/comments counts to artwork_stats\n- Upgrade RankingService.computeScores() with shares + comments + velocity\n- Update Meilisearch sortableAttributes: ranking_score, shares_count, engagement_velocity, comments_count\n- Update toSearchableArray() to expose V2 fields\n- Schedule every 30 min with overlap protection\n- Verified: 49733 artworks scored successfully" Gregor Klevze 2026-02-28 16:41:15 +01:00
  • 90f244f264 feat: artwork share system with modal, native Web Share API, and tracking Gregor Klevze 2026-02-28 15:29:45 +01:00
  • 568b3f3abb feat: merge Like+Favourite into single heart button, add Report modal with required reason & proof, fix favourite 422 (user_favorites -> artwork_favourites) Gregor Klevze 2026-02-28 15:15:37 +01:00
  • eee7df1f8c feat: artwork page carousels, recommendations, avatars & fixes Gregor Klevze 2026-02-28 14:05:39 +01:00
  • 80100c7651 fix: prevent toolbar search flicker on outside page click Gregor Klevze 2026-02-28 08:14:12 +01:00
  • 8b00084f09 fix: separate pill clicks from carousel drag with bottom drag zone Gregor Klevze 2026-02-28 08:10:10 +01:00
  • 6536d4ae78 feat: add reusable gallery carousel and ranking feed infrastructure Gregor Klevze 2026-02-28 07:56:25 +01:00
  • 67ef79766c fix(gallery): fill tall portrait cards to full block width with object-cover crop Gregor Klevze 2026-02-27 13:34:08 +01:00
  • 09eadf9003 feat(artwork): sidebar layout, icon actions, original download URL fix Gregor Klevze 2026-02-27 11:31:32 +01:00
  • 4f9b43bbba feat(homepage): Nova homepage layout — guest/auth split, mascot category tiles, 5-col artwork grids Gregor Klevze 2026-02-27 10:48:35 +01:00
  • f0cca76eb3 storing analytics data Gregor Klevze 2026-02-27 09:46:51 +01:00
  • 15b7b77d20 messages implemented Gregor Klevze 2026-02-26 21:12:32 +01:00
  • d0aefc5ddc feat: Nova homepage, profile redesign, and legacy view system overhaul Gregor Klevze 2026-02-26 10:25:35 +01:00
  • d3fd32b004 fixes gallery Gregor Klevze 2026-02-26 07:27:20 +01:00
  • 0032aec02f feat: increase gallery grid from 4 to 5 columns per row on desktopfeat: increase gallery grid from 4 to 5 columns per row on desktop Gregor Klevze 2026-02-25 19:11:23 +01:00
  • 5c97488e80 fixed gallery Gregor Klevze 2026-02-22 17:09:34 +01:00
  • 48e2055b6a gallery fix Gregor Klevze 2026-02-21 21:39:23 +01:00
  • e4e0bdf8f1 fixes Gregor Klevze 2026-02-21 19:26:48 +01:00
  • 7648e7d426 Merge branch 'feature/RegistrationAntispamMail' into develop Gregor Klevze 2026-02-21 12:17:27 +01:00
  • e70a876ef2 Merge branch 'feat/registration-antispam-complete' into feature/RegistrationAntispamMail Gregor Klevze 2026-02-21 12:14:46 +01:00
  • df67252078 fix Gregor Klevze 2026-02-21 12:14:22 +01:00
  • b239af9619 feat(auth): complete registration anti-spam and quota hardening Gregor Klevze 2026-02-21 12:13:01 +01:00
  • 4fb95c872b feat(auth): registration and login Gregor Klevze 2026-02-21 08:29:53 +01:00
  • 795c7a835f Auth: convert auth views and verification email to Nova layout Gregor Klevze 2026-02-21 07:37:08 +01:00
  • 93b009d42a Merge branch 'feature/forum-migration-v1' into develop Gregor Klevze 2026-02-19 08:36:46 +01:00
  • c30fa5a392 prepared and gallery fixes Gregor Klevze 2026-02-19 08:36:32 +01:00
  • 8935065af1 feat(forum): add forum schema Gregor Klevze 2026-02-17 17:19:01 +01:00
  • 41287914aa Upload beautify Gregor Klevze 2026-02-17 17:14:43 +01:00
  • b053c0cc48 fixed gallery from legacy into one Gregor Klevze 2026-02-15 17:46:08 +01:00
  • 7dbfdab40e gallery Gregor Klevze 2026-02-15 16:49:15 +01:00
  • 7734e53d87 fixed browse and tailwindcss style Gregor Klevze 2026-02-15 11:01:19 +01:00
  • d114472823 removed files Gregor Klevze 2026-02-15 09:47:24 +01:00
  • b2c9efe587 Merge branch 'feature/NovaDesignImplement' into develop Gregor Klevze 2026-02-15 09:25:23 +01:00
  • 9dbe848412 Restore toolbar background to bg-nebula; add toolbar backdrop blur Gregor Klevze 2026-02-15 09:24:43 +01:00
  • 79192345e3 Upload beautify Gregor Klevze 2026-02-14 15:14:12 +01:00
  • e129618910 toolbar fixed Gregor Klevze 2026-02-08 17:10:22 +01:00
  • f04854bb8d fixed toolbar menu Gregor Klevze 2026-02-08 16:43:29 +01:00
  • 3f7c22373e fix master Gregor Klevze 2026-02-08 10:43:28 +01:00
  • 693b534514 fix Gregor Klevze 2026-02-08 10:43:01 +01:00
  • 1a39ff3b09 fix Gregor Klevze 2026-02-08 10:42:51 +01:00
  • e055af9248 current state Gregor Klevze 2026-02-08 10:42:01 +01:00
  • 0a4372c40d Current state Gregor Klevze 2026-02-07 08:23:18 +01:00