-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Massive rewrite using Cells v4 framework, including new hashing compatibility
- Loading branch information
1 parent
dcc9905
commit 0a176b1
Showing
2 changed files
with
93 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,48 @@ | ||
<a href='https://github.com/pydio/cells-sync/compare/v0.9.1...v0.9.2'>v0.9.2 - full Changelog</a> | ||
<a href='https://github.com/pydio/cells-sync/compare/v0.9.2...v0.9.3'>v0.9.3 - full Changelog</a> | ||
<ul> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/28c80455053ca7d40d1770a044d4d584c3fbd766>#28c8045</a>: Fix patch.Error display</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/18bd6beef0ef0564a98510aedf90f159a2ad6751>#18bd6be</a>: Ensure no cache for IE</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/aaea117ff5d39578116aa1e9542d60f8bfa99603>#aaea117</a>: FR & DE translation of the new messages</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/d15574aebcc1b16f345057f47750edf43be66c8a>#d15574a</a>: FR & DE translation of the new messages</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/f1ce291323f54bcdfbabd5d7872695977552c430>#f1ce291</a>: Fix string typo</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/31>#31</a>: New french translation</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/3953b203f110bd0e61c30921e2a86aa7d809b5be>#3953b20</a>: New french translation</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/80f5a1c46ce387164427f2360f32b8a08ecc6257>#80f5a1c</a>: Disable listPatch cache in IE</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/f37ce84049f6034bbdc86c83f091634ffd701dba>#f37ce84</a>: Improve patch logs</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/0948b3692019c70451fa214bf40087c292d36c52>#0948b36</a>: Store patch.Source to fix direction</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/740e550d089e4c2deb4ab5188ba785f4947cc69b>#740e550</a>: i18n about page</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/83c2e19450c64ded867ee353714397a400531f32>#83c2e19</a>: Send empty STATE message when no task is configured</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/bded84672ecb9f456cace44b101380da25c76f9a>#bded846</a>: Refactor interface, handle socket first load, new default screen for all recent activities</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/3286357d38bf106a43671d80946ea7cffc3e6450>#3286357</a>: New first page LastActivities</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/11e0fda4bca289c725fdd60ae35f093c6e5b23eb>#11e0fda</a>: Better handling of patch global error (persisted in patch store). Sync "paused" state persisted on restart. Disable pause/start when task is not listening to global events.</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/5f2f61f6bee4ee23c4f10aa8c5b1ee37a8dde17e>#5f2f61f</a>: switch webview to fork to help with clean build</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/7babe5c2c81493cd50871975c8518e38f7a828c0>#7babe5c</a>: Excluse sigusr1 from</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/0651105ad4c70e057fd063045578948ed03d9c45>#0651105</a>: Remove sigusr1 on windows</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/382c2bfc7e3b4db011b52dbb17146c03723b8b70>#382c2bf</a>: Add support for sigusr1 signal Manually encore TreeResponse (fixing jsonpb incompatibility issue)</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/d80cb6ef19df77fd08cbfe7d5460d961ef619453>#d80cb6e</a>: Accounts : display connection state (send refreshStatus token info)</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/ff5cac238147fbc903186ed009b9963e79c126c4>#ff5cac2</a>: Tray: ignore first deconnection event</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/822d0a87bdccc814064520e1e4330740665762ec>#822d0a8</a>: Add a link to our documentation page</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/f08ddef4a22a98a51cd3f76e4dd1a2cf53ccaf6e>#f08ddef</a>: A few more hints</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/c30859c79de43efea176877c3be1fd347e44f206>#c30859c</a>: Fix windows UX glitches - close #17 Fix selective sync with empty folder - close #22 npm update</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/25741e6aae49a2392886ef08bc0e43fc0e4986a5>#25741e6</a>: Re-adapt to cells master : call log.Init() in root command</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/9a0eee2b19a08dcbe3521040448c4f0a456260ac>#9a0eee2</a>: Add Latvian translation thanks to @kristapskr</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/8a02916cea841613d5edab6792ee12b9bb5ed922>#8a02916</a>: Add Latvian translation</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/cf1c5e0519f1d509fbc755264a2b8747ff9276ec>#cf1c5e0</a>: Fixing test</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/88bd035969fb272719d4dc75f3bba0b597f191f2>#88bd035</a>: Running cells sync tests</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/a7829a6d888da7ffab9a94083807b8cdff1e544e>#a7829a6</a>: Enable Spanish</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/c0f9b0041cfc1eaabe2f7b12ebacd1286f68bd1b>#c0f9b00</a>: Switch systray to a forked version to fix xgo builds issues</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/b285b95ceb5ada17d4f99021eca429a388fd3f82>#b285b95</a>: Add Spanish language + a few fixes on the German translation</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/1d5ab6a5f58512b661b766411abc69b256f07f0c>#1d5ab6a</a>: Add Spanish language + a few fixes on the German translation</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/233481aad88c35f28316100e214c5d8077b2ab2d>#233481a</a>: Make XGo image used for builds configurable</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/a83a9a59c63b04414a8968d708f7ac2e34c8eba5>#a83a9a5</a>: TreeDialog: fix error message going through translation</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/a68cbfa66260d5b754825c3270f2ae89e0713122>#a68cbfa</a>: HttpHandler: extract error stack to json</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/dcc9905b378c2da555eb035d3e3364e09f6d6daa>#dcc9905</a>: Go mod update</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/4563f0e5dc7bdf5c80210c8cad10408a0321baa8>#4563f0e</a>: Unlock token check - fix new version file creation when task is new.</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/518c8b954488009cc864437b759058d75d94eac6>#518c8b9</a>: Use a version file to clear snapshots on version upgrade.</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/13ac5a91a649a68012bb10c412f4128fb7e6feb9>#13ac5a9</a>: Replace calls to io/ioutil</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/948e3073a807a779f9dc9f0d8f4015e537db1aeb>#948e307</a>: Use SetTemplateIcon for proper coloration on Mac</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/fe1fdd61e5d1856a0a2e781ff1bc295bcd501822>#fe1fdd6</a>: Update dep</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/6d003795ca43f057f425a151e041579d9d171c2f>#6d00379</a>: update go mod</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/a94add2e2b52a00d13bdaae8b325821ac60fdfa5>#a94add2</a>: update go mod</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/08fed71103b9601b5870025f528623f802b08902>#08fed71</a>: Update go-mod</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/9b4332eeaec936609dd1a246289ca86c87c76fb5>#9b4332e</a>: Re-adapt gomod</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/159b53e4e86aa4fb78a1f2fb7ccb0a30ca96956d>#159b53e</a>: Make git revision settable from outside the make script</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/deccb1617dca467a084b9509c8f8e4dd6aad46e5>#deccb16</a>: Adapt XGo Windows builds to go 19</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/81f7ed4917f83370e29cee6a6cb2ee0e24626d06>#81f7ed4</a>: Bump to go18</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/09fc7ace45c2c16a9c27317c5416c8a806f223a8>#09fc7ac</a>: Re-adapt code to latest</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/deec1a5ca53105a969e81b62adf2ab6ac458e7d5>#deec1a5</a>: Update gomod</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/826d8fcff584a6e169c56de448818ae056f62f0d>#826d8fc</a>: Make dist target (2)</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/b86c25226af0cd1e9378623a0a1690ab5d9424e4>#b86c252</a>: Make dist target</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/b9b1e3e5bcfaaff2ebfaba54200030be695de600>#b9b1e3e</a>: Fix windows build</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/e2d1a0121751e778a71c57d43878fe0affacab67>#e2d1a01</a>: Clean directives to build for windows</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/2ab62cc40be6be6d723988e5363942e6b98b1ab7>#2ab62cc</a>: Work on xgo builds</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/ac751a505f830a8e7d468687cd837e9be78da0c7>#ac751a5</a>: Update gomod</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/927a306fae6acb10cc4907d30e66bff93095310e>#927a306</a>: Test XGo builds with Go 17</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/43b6592ea2b33ce52b0859c72dfdbc645efb3d2e>#43b6592</a>: Fix URI parsing issues with fs:///</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/ec1088d62534a932cac1a9fc047865db1f2f530e>#ec1088d</a>: Create a specific target for building linux + libayatana support for appindicator</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/d1f69ee0a9262e4b8d6f07c6696b15ae0c866516>#d1f69ee</a>: New main branch</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/4efc016bef7374a7060728e43b898059206ee0ba>#4efc016</a>: Tidy mod</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/d87088dc145407227d921214f9d9f54bed7358ff>#d87088d</a>: First pass on go.mod</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/ebf39478f758daad333b4d0d00ecfdbbc26188f4>#ebf3947</a>: Move MessagePublishState listener in alternative loop</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/a55fa60c57dba243157e453c5853229252765338>#a55fa60</a>: Remove local endpoint type. Never used and pulling tons of dependencies.</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/46bed5814a407444e524d1df383036faddd0b6e1>#46bed58</a>: Remove dep to cells/common/service</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/48f37dc9e034cf3c3060be80d20c4c359839776f>#48f37dc</a>: Updated npm instructions</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/872cc9a938afd33a3257772e8a3e99f228ce7338>#872cc9a</a>: Fix display issues</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/07e911ff96f05ad05c5832d8e73161f20c8c1d8c>#07e911f</a>: Status message when endpoint is disconnected</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/87edc2995b372333dd8dbb666cd606dac2bef31d>#87edc29</a>: Fix http busy port detection</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/f26b19544692b0c951c8198ca243facdff618708>#f26b195</a>: Fix PageActivities</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/12ab6344ba1110cdd975e1c7b84e8f34ec07c61c>#12ab634</a>: Decouple pub/sub for publishing patch store to avoid ux hanging</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/28a879137bab96b32ba8dd6273d5106a8cb70d16>#28a8791</a>: Use ConsoleColorX constants</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/d958f04032b2208b88b06ba4a4fc28fd245cc612>#d958f04</a>: Re-adapt colors for services in logs</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/9e084837560a212427d050c14191cb76132ed236>#9e08483</a>: House cleaning before next development cycle</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/14af28e9a22e52a36cae6747ec5fcc48f2b2e933>#14af28e</a>: Fix Retry function signature</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/5f99d662641832ccc79bb5ea7031f8ed73691bf7>#5f99d66</a>: Try build with go 14 for Windows</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/9a24a13a44b28d7b8def0e326f7b6c2d2a0d6261>#9a24a13</a>: Build for go 1.15</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/f658aaf8ba6d1e576a0271217e1d393310e0ebcf>#f658aaf</a>: Fix cells constants - Clear last errored patch on success run</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/e3571f813bcc4f23f698df1d7824517027b534c6>#e3571f8</a>: Refix react-i18next version</li> | ||
<li><a href=https://github.com/pydio/cells-sync/commit/7e3a3d9c663fe8fbfcd3c671071b48c8c6800577>#7e3a3d9</a>: fix react-i18next version</li> | ||
</ul> |
Oops, something went wrong.