Commit graph

  • ccf9d6fc41 seconds since epoch tehcneko 2025-08-04 19:43:12 +08:00
  • 85530ee79b
    MigrateAwayFromDeprecatedMethods Ryu481 2025-08-01 16:48:27 +02:00
  • 4b0bef041a WebUI: Implement missing tracker list features tehcneko 2025-07-31 14:23:32 +01:00
  • e86cc22b3d
    WebUI: Fix editing/creating category Thomas Piccirello 2025-08-04 03:29:33 -07:00
  • 79fc62c184 WebAPI: Added endpoints, next_announce and min_announce to tracker list tehcneko 2025-07-31 13:07:21 +01:00
  • 96c55c4998
    WebUI: Make "column resize" strings translatable tehcneko 2025-08-04 18:14:55 +08:00
  • abd6d1f2f4 Add validation to block renaming to invalid names (e.g., '.', '..', control chars, length > 255) cocopaw 2025-08-04 19:53:39 +10:00
  • d7b330c069
    WebAPI: Add setComment endpoint HamletDuFromage 2025-08-04 11:52:54 +02:00
  • 4c5cf136e2
    noHardenedRuntime Ryu481 2025-08-03 19:53:04 +02:00
  • ad146b77e6
    Update about.html rekayno 2025-08-03 12:03:21 +00:00
  • c9fa7aa009
    Update translators.html rekayno 2025-08-03 12:02:21 +00:00
  • fef6ac515c
    Use source URL for search plugins Chocobo1 2025-08-03 15:16:57 +08:00
  • 94552b2384
    WebUI: use secure random number generator for generating random port Chocobo1 2025-08-03 15:09:39 +08:00
  • dcbd16d98e
    WebUI: Fix editing/creating category Thomas Piccirello 2025-08-02 22:24:40 -07:00
  • b5b65aa8f5
    WebUI: Allow setting default category when adding torrent Thomas Piccirello 2025-07-01 07:13:16 -07:00
  • e98e1cf748
    WebAPI: Request post request to fetch/parse metadata Thomas Piccirello 2025-06-27 23:50:04 -07:00
  • cd24c56a14
    WebUI: Support specifying tags when adding torrent Thomas Piccirello 2024-09-19 15:08:51 -07:00
  • 7833aa3df1
    WebUI: Support using separate download path Thomas Piccirello 2024-09-19 13:41:43 -07:00
  • e1b61afc1b
    WebUI: Switch from Object to Set Thomas Piccirello 2025-06-06 11:16:33 -07:00
  • a325ef64bc
    WebUI: Rename file Thomas Piccirello 2024-10-28 05:25:23 -07:00
  • c1a18ad3f2
    WebUI: Add new Add Torrent experience Thomas Piccirello 2024-09-19 13:55:12 -07:00
  • 68f2572ce1
    WebUI: Make torrent content table logic reusable Thomas Piccirello 2024-09-19 14:09:14 -07:00
  • 1dead090f6 add missing newline at the end of torrentimpl.cpp HamletDuFromage 2025-08-02 23:23:18 +02:00
  • 82086b14ba Make setComment declaration and definition order consistent HamletDuFromage 2025-08-02 23:14:46 +02:00
  • ac1b54b6fe WebUI: Make column reisze strings translatable tehcneko 2025-08-02 04:11:13 +01:00
  • ae8a6689dc
    Migrate away from deprecated API on MacOS Ryu481 2025-08-01 12:25:56 +02:00
  • 85c3f6227b
    WebUI: use secure random number generator for generating random port Chocobo1 2025-07-29 17:07:02 +08:00
  • 54a8553f67 don't remove line breaks in setCommentAction() HamletDuFromage 2025-07-28 13:10:49 +02:00
  • a60bf52c05 add comment column to DBResumeDataStorage HamletDuFromage 2025-07-28 13:09:36 +02:00
  • 3048f9ac43
    Use source URL for search plugins Chocobo1 2025-07-28 17:26:01 +08:00
  • 2c6c61cc79
    WebUI: migrate away from outdated config in ESLint Chocobo1 2025-07-28 04:33:50 +08:00
  • eb84e99866
    Revise command-line show message condition Chocobo1 2025-07-28 04:26:39 +08:00
  • 6e60669214
    migrateAwayFromDeprecatedNSUserNotification Ryu481 2025-07-21 20:01:01 +02:00
  • 378b8c78cb
    GHA CI: fix broken retry when packaging for macOS Chocobo1 2025-07-28 04:20:30 +08:00
  • 2b3ee59e25
    WebUI: Fix broken CACHEID changes Thomas Piccirello 2025-07-27 13:09:21 -07:00
  • a15667dba1 allow setCommentAction() to take multiple hashes as an argument HamletDuFromage 2025-07-26 16:03:16 +02:00
  • e48d78df03
    WebUI: migrate away from outdated config in ESLint Chocobo1 2025-07-21 14:39:51 +08:00
  • ab0b35b9ca follow coding style in torrentscontroller.cpp HamletDuFromage 2025-07-25 21:58:35 +02:00
  • 2e60d6cc45 fix order for setComment in webapplication.h HamletDuFromage 2025-07-25 21:57:11 +02:00
  • 0c8dc7a79f check that new comment differs from existing comment before applying HamletDuFromage 2025-07-25 21:55:55 +02:00
  • b859834eec don't check for ancient classic style new lines in setComment HamletDuFromage 2025-07-25 21:40:16 +02:00
  • 1ed05c7d9e in setCommentAction() ensure hash matches a comment before all other steps HamletDuFromage 2025-07-25 21:38:33 +02:00
  • 830ccb1532 restrict setComment endpoint to POST HamletDuFromage 2025-07-25 21:35:31 +02:00
  • 2e6268e29a update webapi version in webapplication.h HamletDuFromage 2025-07-25 21:33:34 +02:00
  • 9aebb66dd4
    Revise command-line show message condition Chocobo1 2025-07-24 23:22:03 +08:00
  • 8be8f4fe8f update webapi changelog for setComment endpoint HamletDuFromage 2025-07-24 12:59:31 +02:00
  • b16197f246 persist comment change HamletDuFromage 2025-07-24 12:38:56 +02:00
  • a3eb27a04d add setComment API endpoint HamletDuFromage 2025-07-24 10:24:16 +02:00
  • 40f04eb9b0
    WebUI: Fix replacement of CACHEID string Thomas Piccirello 2025-07-22 10:22:10 -07:00
  • 6cc60b5afa
    WebUI: Fix invalid content URL Thomas Piccirello 2025-07-22 07:30:10 -07:00
  • c72ed95a81
    GHA CI: fix broken retry when packaging for macOS Chocobo1 2025-07-22 15:39:05 +08:00
  • bb1c02125b
    GHA CI: Add code signing to fix app launch crash on macOS Illustar0 2025-07-22 15:09:16 +08:00
  • d4c914e003
    Add alternative URL for program update checking Chocobo1 2025-07-22 14:56:42 +08:00
  • 6b5b4d5152
    CI: Condense codesign command to a single line Illustar0 2025-07-21 14:34:21 +08:00
  • f0b55e47a6
    CI: Use manual recursive signing instead of --deep Illustar0 2025-07-21 09:20:57 +08:00
  • ec0d8f8313
    Add alternative URL for program update checking Chocobo1 2025-07-20 00:05:28 +08:00
  • 03efbac581
    Migrate away from deprecated iconForFileType Ryu481 2025-07-20 10:47:26 -07:00
  • 54a4c6f814
    CI: Add code signing to fix app launch crash on macOS Illustar0 2025-07-20 23:22:29 +08:00
  • 1c33fefc6d
    Fix wrong PR linked in WebAPI changelog Thomas Piccirello 2025-07-20 10:47:01 +02:00
  • 8f709b5fbc
    WebUI: Implement Share limit action Mark Yu 2025-07-20 04:39:31 -04:00
  • c962a6b1d7
    WebUI: Apply cache id to all loaded resources Thomas Piccirello 2025-07-20 10:32:18 +02:00
  • e3141ce449
    WebUI: Allow closing dialogs with Escape key Bark 2025-07-20 11:23:22 +03:00
  • a31335aae3
    migrateAwayFromDeprecatedIconForFileType Ryu481 2025-07-19 12:06:29 +02:00
  • d78df0064a
    migrateAwayFromDeprecatedIconForFileType Ryu481 2025-07-19 11:52:48 +02:00
  • 163f683186
    WebUI: Support reannouncing individual trackers Thomas Piccirello 2025-07-19 09:29:14 +02:00
  • f206fa85c9
    Update webui_fr.ts MarcDrieu 2025-07-15 11:49:38 -07:00
  • b7d3c86c7a bump version in webapplication.h Mark Yu 2025-07-15 07:12:58 -04:00
  • 10f6ff4b7b
    Update WebAPI_Changelog.md Mark Yu 2025-07-15 06:29:30 -04:00
  • db4272b78c
    WebUI: Apply cache id to all loaded resources Thomas Piccirello 2025-07-14 20:17:56 -07:00
  • a9aa98c263
    Fix wrong PR linked in WebAPI changelog Thomas Piccirello 2025-07-14 19:58:12 -07:00
  • 30895d97a5 lint Mark Yu 2025-07-14 17:51:12 -04:00
  • 297052a2b6 use string enum value Mark Yu 2025-07-14 17:30:01 -04:00
  • ecc66cace0
    migrateAwayFromDeprecatedIconForFileType Ryu481 2025-07-14 21:56:18 +02:00
  • fccbd816a9 serialize enum value as string instead of number Mark Yu 2025-07-14 15:33:49 -04:00
  • 2bb45a9463 global element variable Mark Yu 2025-07-14 14:19:30 -04:00
  • 3410f91d3f
    Update src/webui/api/torrentscontroller.cpp Mark Yu 2025-07-14 14:08:14 -04:00
  • 7c443b0c3b
    Fix random function detection with static PIE builds Chocobo1 2025-07-15 01:56:04 +08:00
  • ed746e6a30 better id name. Use translatable macro Mark Yu 2025-07-14 13:54:24 -04:00
  • d5cd0a0a3f
    Update src/webui/api/torrentscontroller.cpp Mark Yu 2025-07-14 13:50:12 -04:00
  • ec9d541bbd
    Don't leave an empty folder when deleting or moving torrents Ryu481 2025-07-14 19:44:57 +02:00
  • 7aebd07f9f
    WebUI: Support managing category download path Thomas Piccirello 2025-07-14 19:29:03 +02:00
  • d09070d310 WebUI: Coding style fixes Stiliyan Tonev (Bark) 2025-06-28 14:08:35 +03:00
  • 0d839ab1d4 lint Mark Yu 2025-07-14 07:37:44 -04:00
  • ca1226ca7a add to change log Mark Yu 2025-07-14 07:23:14 -04:00
  • e1ebf8374e
    Add option to disable torrent state colors Vladimir Golovnev 2025-07-14 11:40:53 +03:00
  • b2189ae724 add Default to dropdown since the GUI allows it Mark Yu 2025-07-13 18:33:53 -04:00
  • b7d67ec433 share_limit_action not share_action_limit Mark Yu 2025-07-13 18:28:15 -04:00
  • 81f22d665f lint Mark Yu 2025-07-13 18:03:30 -04:00
  • c25dce8be7 delete useless constant. fix accessibility Mark Yu 2025-07-13 17:46:29 -04:00
  • 3b7d6adc5f set Share Limit Action via webui Mark Yu 2025-07-13 17:33:36 -04:00
  • bd7915377c send shareLimitActionValue to backend Mark Yu 2025-07-13 17:21:58 -04:00
  • c57f39b605 set initial value of dropdown Mark Yu 2025-07-13 16:36:51 -04:00
  • 0df2a02bbb add share_action_limit in param and make window bigger Mark Yu 2025-07-13 16:31:02 -04:00
  • 5767fa5ee1 add action downdown Mark Yu 2025-07-13 16:21:14 -04:00
  • 619f8c26af revert Mark Yu 2025-07-13 16:15:05 -04:00
  • f3e47facef
    Fix system language autodetection on MacOS Ryu481 2025-07-08 11:38:02 +02:00
  • ba6acc9478
    Add option to disable torrent state colors Vladimir Golovnev (Glassez) 2025-07-10 21:29:09 +03:00
  • f211cd4e23 add share limit action child menu Mark Yu 2025-07-13 12:10:16 -04:00
  • 9337815cdf new share_action_limit json prop Mark Yu 2025-07-13 11:50:58 -04:00
  • 3482978ca9 ShareLimitAction list item Mark Yu 2025-07-13 11:22:14 -04:00