Apq

Apq v6.0.1Apq/speedtest-д нэгтгэсэн

9 минут өмнө

Apq v6.0.1Apq/speedtest-д нэгтгэсэн

9 минут өмнө

Apq newdesignApq/speedtest-д нэгтгэсэн

  • fd76790860 Revert "Use server-list.json in classic frontend by default" This reverts commit fdb1681aad465d4de24eb5af28a37b2234aace72.

9 минут өмнө

Apq masterApq/speedtest-д нэгтгэсэн

  • 3bd9e1b7af chore/playwright mode test plan (#778) * ci: make standalone playwright manual and document e2e gating * docs(test): refine playwright plan with implemented CI strategy --------- Co-authored-by: Stefan Stidl <[email protected]>
  • 49f54a5c3c add e2e testing (#777) * docs(test): add playwright modes test plan * test(e2e): add playwright phase-1 mode coverage * test(e2e): add classic standalone no-server regression * ci(docker): gate image build on playwright e2e * ci(e2e): run on master push and allow manual dispatch --------- Co-authored-by: Stefan Stidl <[email protected]>
  • 1a45664d81 version strings sync
  • c4ce1d2731 doc: design-switch
  • 6693c7ee2c Cherry-pick: revert "Use server-list.json in classic frontend by default" (#776) * Revert "Use server-list.json in classic frontend by default" This reverts commit fdb1681aad465d4de24eb5af28a37b2234aace72. Co-authored-by: sstidl <12804296+[email protected]> * bump version to v6.0.1 --------- Co-authored-by: Stefan Stidl <[email protected]> Co-authored-by: sstidl <12804296+[email protected]> Co-authored-by: sstidl <[email protected]>
  • Эдгээр 5 commit-уудын харьцуулалтыг харах »

9 минут өмнө

Apq copilot/cherry-pick-fd76790Apq/speedtest-д нэгтгэсэн

  • 0036c36dce bump version to v6.0.1
  • a77b739905 Revert "Use server-list.json in classic frontend by default" This reverts commit fdb1681aad465d4de24eb5af28a37b2234aace72. Co-authored-by: sstidl <12804296+[email protected]>
  • 3a7dc31ff2 Implement the new design from #649 (#694) * Implement fromScratch design * Add some documentation * enable new design in docker (no alpine yet) * merge fixed docker images * alpine docker added new design * fix #685 * Implement fromScratch design * Add some documentation * enable new design in docker (no alpine yet) * alpine docker added new design * fix #685 * fix database permissions alpine, remove baby * hide serverselector on only one server * Update frontend/styling/server-selector.css Co-authored-by: qodo-merge-pro-for-open-source[bot] <189517486+qodo-merge-pro-for-open-source[bot]@users.noreply.github.com> * fix alpine image again * adjust settings.json in entrypoint so env vars are honored * Update frontend/javascript/index.js Co-authored-by: qodo-merge-for-open-source[bot] <189517486+qodo-merge-for-open-source[bot]@users.noreply.github.com> * Add feature switch for new design via config file, URL parameters, and Docker (#742) * Initial plan * Add feature switch for new design with config and URL parameter support Co-authored-by: sstidl <12804296+[email protected]> * Improve error handling and prevent infinite redirect loops Co-authored-by: sstidl <12804296+[email protected]> * Update Dockerfiles and entrypoint to support design feature switch Co-authored-by: sstidl <12804296+[email protected]> * Update design-switch.js Co-authored-by: qodo-free-for-open-source-projects[bot] <189517486+qodo-free-for-open-source-projects[bot]@users.noreply.github.com> * fix: copy actions in entrypoint * Restructure design switch to place both designs at root level Co-authored-by: sstidl <12804296+[email protected]> * Flatten frontend assets in Docker to eliminate frontend directory Co-authored-by: sstidl <12804296+[email protected]> * fix: entrypoint settings & server-list disable entrypoint bash debug * add link to modern design --------- Co-authored-by: copilot-swe-agent[bot] <198982749+[email protected]> Co-authored-by: sstidl <12804296+[email protected]> Co-authored-by: sstidl <[email protected]> Co-authored-by: qodo-free-for-open-source-projects[bot] <189517486+qodo-free-for-open-source-projects[bot]@users.noreply.github.com> * add armv7 * reformat * Add GDPR_EMAIL environment variable for Docker deployments (#743) * Initial plan * Add GDPR_EMAIL environment variable for Docker deployments Co-authored-by: sstidl <12804296+[email protected]> * Improve GDPR_EMAIL handling with proper escaping and loop Co-authored-by: sstidl <12804296+[email protected]> * Refine GDPR_EMAIL processing - skip index.html and improve escaping Co-authored-by: sstidl <12804296+[email protected]> * Optimize GDPR_EMAIL sed commands and improve escaping Co-authored-by: sstidl <12804296+[email protected]> * Clarify sed escaping comment for GDPR_EMAIL Co-authored-by: sstidl <12804296+[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+[email protected]> Co-authored-by: sstidl <12804296+[email protected]> * cleanup old EMAIL ENV Var * fix: line break in html prevented sed replacement * version 6.0.0pre1 * test: add mssql docker compose tests * Update Speedtest screen recording link in README * Filter unreachable servers from selector (newdesign UI) (#769) * Filter unreachable servers from selector (newdesign UI) * Apply suggestions from code review Co-authored-by: Copilot Autofix powered by AI <175728472+[email protected]> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+[email protected]> * keep // servers in list Co-authored-by: Copilot Autofix powered by AI <175728472+[email protected]> * fix misleading comment --------- Co-authored-by: Lumi <[email protected]> Co-authored-by: Copilot Autofix powered by AI <175728472+[email protected]> Co-authored-by: Stefan Stidl <[email protected]> * fix: server.json handling * Use server-list.json in classic frontend by default * Add configurable server list URLs to frontend and Docker --------- Co-authored-by: Timendus <[email protected]> Co-authored-by: Stefan Stidl <[email protected]> Co-authored-by: qodo-merge-pro-for-open-source[bot] <189517486+qodo-merge-pro-for-open-source[bot]@users.noreply.github.com> Co-authored-by: qodo-merge-for-open-source[bot] <189517486+qodo-merge-for-open-source[bot]@users.noreply.github.com> Co-authored-by: Copilot <198982749+[email protected]> Co-authored-by: sstidl <12804296+[email protected]> Co-authored-by: qodo-free-for-open-source-projects[bot] <189517486+qodo-free-for-open-source-projects[bot]@users.noreply.github.com> Co-authored-by: Stefan Stidl <[email protected]> Co-authored-by: Lumi <[email protected]> Co-authored-by: Copilot Autofix powered by AI <175728472+[email protected]>
  • e1310d88a3 Bump docker/setup-qemu-action from 3 to 4 (#760) Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3 to 4. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](https://github.com/docker/setup-qemu-action/compare/v3...v4) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • 7c0b191a21 Bump docker/build-push-action from 6 to 7 (#762) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6...v7) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Эдгээр 10 commit-уудын харьцуулалтыг харах »

9 минут өмнө

Apq copilot/cherry-pick-fd76790Apq/speedtest-д нэгтгэсэн

9 минут өмнө

Apq chore/playwright-mode-test-planApq/speedtest-д нэгтгэсэн

9 минут өмнө

Apq chore/playwright-mode-test-planApq/speedtest-д нэгтгэсэн

9 минут өмнө

Apq dependabot/npm_and_yarn/test/axios-1.15.0Apq/nginx-proxy-manager-д нэгтгэсэн

  • ba5de0f9c9 Bump axios from 1.13.6 to 1.15.0 in /test Bumps [axios](https://github.com/axios/axios) from 1.13.6 to 1.15.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.13.6...v1.15.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
  • 34374cbe09 Adds name.com certbot dns support and sorts and organises the json file
  • 15896132ff Update all deps
  • 604b32ffbf Fix incorrect html description
  • eb67b3bfb6 Regenerate configs improvements - Fix certificates - Adds dry run - code cleanup
  • Эдгээр 10 commit-уудын харьцуулалтыг харах »

14 минут өмнө

Apq dependabot/npm_and_yarn/test/axios-1.15.0Apq/nginx-proxy-manager-д нэгтгэсэн

14 минут өмнө

Apq v3Apq/winsw-д нэгтгэсэн

  • 1e2d8db0de Add keepFiles support for time-based log rolling (#1195) * Add keepFiles support for time-based log rolling Added <keepFiles> option to "roll-by-time" log mode, allowing configuration of how many rolled log files to retain. Updated documentation, XmlServiceConfig parsing, and TimeBasedRollingLogAppender to support and enforce file retention. Old log files are now purged automatically when the limit is exceeded. * test: add unit tests Changed PurgeOldFiles to internal for test access. Added two unit tests to verify file purging behavior in TimeBasedRollingLogAppender. --------- Co-authored-by: Ciou, Mao <[email protected]>

1 цаг өмнө

Apq mainApq/v2rayfree-д нэгтгэсэн

1 цаг өмнө

Apq NavigationRewriteApq/PicView-д нэгтгэсэн

  • 53ac18f43d Add ResetZoomAndRotations command and refactor transformation logic - Introduced `ResetZoomAndRotationsCommand` to reset both zoom and rotation states simultaneously. - Added `RotationManager` to centralize rotation and zoom reset logic. - Updated `ImageViewer2` to include `Rotate(int angle)` and `ResetZoomSlim()` for finer control. - Enhanced `ZoomPreviewer2` XAML to bind rotation and scale transformations directly. - Adjusted default values for `RotationAngle` and `ScaleX` in `TabViewModel`.
  • d93e4d40d4 Refactor rotation and zoom handling, update disposable management - Simplified `RotationTransformer2` by removing unused `resetZoom` parameter and refactoring `Rotate` to use integer angle. - Enhanced image zoom reset with a new `Reset` method in `ImageViewer2`. - Switched from `CompositeDisposable` to `DisposableBag` for better resource management. - Cleaned up redundant code and improved subscriptions disposal logic. - Refactored `UpdateImage2.ChangeImage` to reset zoom on image change when enabled in settings.
  • 16e7b8df4a Improve macOS and window resizing behavior - Added macOS-specific centering for rotated windows. - Refactored `WindowResizing2` logic for fullscreen, maximized, and auto-fit modes. - Updated method parameters to use `MainWindow` for better type consistency. - Enhanced macOS window state transitions, including proper size and centering adjustments.
  • Эдгээр 3 commit-уудын харьцуулалтыг харах »

2 цаг өмнө

Apq refactor/sync-undo-semantic-opsApq/logseq-д нэгтгэсэн

3 цаг өмнө

Apq masterApq/logseq-д нэгтгэсэн

  • 174fd15c8e fix(sync): stabilize incremental checksum updates
  • 3dd7302dc9 fix(db-sync): handle duplicate :block/uuid in incremental checksum Account for duplicate :block/uuid datom multiplicity during incremental checksum delta calculation. Expand touched eids to uuid peers and apply digest add/remove by tuple counts. Add regression fixture+test from rebased retract mismatch log.
  • 30bb4acc27 fix: stabilize undo/redo raw tx replay order
  • 9baeee6e49 simplify transact ops
  • 6cda7fc869 fix: align outliner and db-sync tests with history-op changes
  • Эдгээр 5 commit-уудын харьцуулалтыг харах »

3 цаг өмнө

Apq feat/cliableApq/logseq-д нэгтгэсэн

3 цаг өмнө

Apq v5.0.0-beta.17Apq/SwitchHosts-д нэгтгэсэн

3 цаг өмнө

Apq v5.0.0-beta.17Apq/SwitchHosts-д нэгтгэсэн

3 цаг өмнө

Apq v5.0.0-beta.16Apq/SwitchHosts-д нэгтгэсэн

3 цаг өмнө

Apq v5.0.0-beta.16Apq/SwitchHosts-д нэгтгэсэн

3 цаг өмнө