Merge lp:~belohoub/owncloud-sync/UBsync into lp:owncloud-sync/ubsync

Proposed by Jan Belohoubek
Status: Superseded
Proposed branch: lp:~belohoub/owncloud-sync/UBsync
Merge into: lp:owncloud-sync/ubsync
Diff against target: 2215 lines (+1821/-43)
21 files modified
BUILD.md (+40/-0)
Owncloud-Sync/Owncloud-Sync.pro (+4/-4)
Owncloud-Sync/UBsync.accounts (+4/-0)
Owncloud-Sync/components/FileBrowser.qml (+2/-2)
Owncloud-Sync/components/PopupStatusBox.qml (+28/-9)
Owncloud-Sync/lib/aarch64-linux-gnu/OWNCLOUD_COPYING (+339/-0)
Owncloud-Sync/lib/aarch64-linux-gnu/OWNCLOUD_ChangeLog (+1255/-0)
Owncloud-Sync/lib/aarch64-linux-gnu/OWNCLOUD_VERSION (+1/-0)
Owncloud-Sync/lib/aarch64-linux-gnu/bin/sync-exclude.lst (+42/-0)
Owncloud-Sync/ui/AboutPage.qml (+2/-2)
Owncloud-Sync/ui/AccountSettingsPage.qml (+10/-5)
Owncloud-Sync/ui/Accounts.qml (+1/-1)
Owncloud-Sync/ui/SyncServicePage.qml (+2/-0)
Owncloud-Sync/ui/SyncSettingsPage.qml (+10/-1)
Owncloud-Sync/ui/WebdavFileBrowser.qml (+1/-0)
OwncloudSync/servicecontrol.cpp (+38/-13)
OwncloudSyncd/owncloudsyncd.cpp (+10/-3)
README.md (+14/-0)
UBsync.pro (+4/-0)
clickable.json (+11/-0)
manifest.json.in (+3/-3)
To merge this branch: bzr merge lp:~belohoub/owncloud-sync/UBsync
Reviewer Review Type Date Requested Status
slash Pending
Review via email: mp+399784@code.launchpad.net

This proposal supersedes a proposal from 2021-03-17.

This proposal has been superseded by a proposal from 2021-04-06.

Commit message

multiarch support: +arm64; owncloud account added to be able to use owncloud system account for those who created/use owncloud, not nextcloud account (a natural approach for owncloud users).

Description of the change

- clickable.json added
- arm64 version of owncloudcmd is 2.5.3; arm32 remains unchanged
- arch detection and paths to owncloudcmd changed in OwncloudSyncd/owncloudsyncd.cpp
- arch detection and paths for libs added to OwncloudSync/servicecontrol.cpp
- included support for owncloud account in ubuntu-touch (up to now, only nextcloud account was used, even those behave equaly from the UBsync point of view)
- build instructions
- multiarch version detection added to support smooth upgrade from 32-bit 0.5 version in open-store

Especially 32-bit version and the upgrade procedure NEEDS TESTING!

To post a comment you must log in.
Revision history for this message
slash (slash-tux) wrote : Posted in a previous version of this proposal

Look good to me,
Thank you !

review: Approve (improvment)
lp:~belohoub/owncloud-sync/UBsync updated
7. By Jan Belohoubek <email address hidden>

many minor fixes and little enhancements (majority of them removes/replaces missleading graphics and texts) reported in telegram group: confusing icons in the pop-up changed: cloud icons (different icons for different events) replaced the warning icon; about page version and bug-tracker link update (now it referes to ubsync issue sublist); Nextcloud changed to Cloud in the app title (to be generic ownvloud vs. nextcloud); missleading images refering to panel were extended by comment -> now it is obvious, that these images are *not* buttons; contact icon was changed to add icon in the account page (for consistency reasons)

8. By Jan Belohoubek <email address hidden>

OwncloudSyncd version indication; Service NotRunning state indication added to the main app view (this will also arise when the old daemon - without the state indication running)

9. By Jan Belohoubek <email address hidden>

version strings

10. By Jan Belohoubek <email address hidden>

Maintainer update

11. By Jan Belohoubek <email address hidden>

merged

12. By Jan Belohoubek <email address hidden>

Refactoring started

13. By Jan Belohoubek <email address hidden>

UI refactoring and database model

14. By Jan Belohoubek <email address hidden>

daemon cleanup, account dev and QML minor fixes

15. By Jan Belohoubek <email address hidden>

ubsync daemon loads credentials from signond

16. By Jan Belohoubek <email address hidden>

code cleanup

17. By Jan Belohoubek <email address hidden>

Account request optimized

18. By Jan Belohoubek <email address hidden>

code cleanup

19. By Jan Belohoubek <email address hidden>

inactive account color encoding

20. By Jan Belohoubek <email address hidden>

minor fixes

21. By Jan Belohoubek <email address hidden>

minor fixes

22. By Jan Belohoubek <email address hidden>

model fixes

23. By Jan Belohoubek <email address hidden>

log errors cleanup

24. By Jan Belohoubek <email address hidden>

minor fixes

25. By Jan Belohoubek <email address hidden>

Help page, minor fixes

26. By Jan Belohoubek <email address hidden>

Unconfigured/enabled accounts are now represented in the app

27. By Jan Belohoubek <email address hidden>

minor fixes

28. By Jan Belohoubek <email address hidden>

dark theme readability issues

29. By Jan Belohoubek <email address hidden>

several UI fixes

30. By Jan Belohoubek <email address hidden>

minor fixes

Unmerged revisions

30. By Jan Belohoubek <email address hidden>

minor fixes

29. By Jan Belohoubek <email address hidden>

several UI fixes

28. By Jan Belohoubek <email address hidden>

dark theme readability issues

27. By Jan Belohoubek <email address hidden>

minor fixes

26. By Jan Belohoubek <email address hidden>

Unconfigured/enabled accounts are now represented in the app

25. By Jan Belohoubek <email address hidden>

Help page, minor fixes

24. By Jan Belohoubek <email address hidden>

minor fixes

23. By Jan Belohoubek <email address hidden>

log errors cleanup

22. By Jan Belohoubek <email address hidden>

model fixes

21. By Jan Belohoubek <email address hidden>

minor fixes

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'BUILD.md'
2--- BUILD.md 1970-01-01 00:00:00 +0000
3+++ BUILD.md 2021-04-06 08:58:10 +0000
4@@ -0,0 +1,40 @@
5+# Build owncloudcmd
6+
7+The owncloudcmd and libraries for the 64-bit version were build following the command sequence below, the 32-bit version uses the original binaries from the previous builds:
8+
9+```bash
10+$ PKG_PATH=PATH_TO_UBSYNC
11+$ # ARCH_TRIPLET="arm-linux-gnueabihf"
12+$ ARCH_TRIPLET="aarch64-linux-gnu"
13+$
14+$ wget https://github.com/owncloud/client/archive/v2.5.3.zip
15+$ unzip v2.5.3.zip
16+$ cd client-2.5.3
17+$ BUILD_PATH=$( pwd )
18+$
19+$ mkdir client-build
20+$ cd client-build
21+$
22+$ cmake -DCMAKE_BUILD_TYPE="release" -DENABLE_GUI="OFF" ..
23+$ make
24+$
25+$ cp -a ${BUILD_PATH}/client-build/bin/owncloudcmd ${PKG_PATH}/Owncloud-Sync/lib/${ARCH_TRIPLET}/bin
26+$ cp -a ${BUILD_PATH}/client-build/src/csync/libowncloud_csync.so* ${PKG_PATH}/Owncloud-Sync/lib/${ARCH_TRIPLET}/lib/
27+$ cp -a ${BUILD_PATH}/client-build/src/libsync/libowncloudsync.so* ${PKG_PATH}/Owncloud-Sync/lib/${ARCH_TRIPLET}/lib/
28+$
29+```
30+
31+# Build Package
32+
33+```bash
34+$ PKG_PATH=PATH_TO_UBSYNC
35+$
36+$ cd ${PKG_PATH}
37+$ clickable --arch arm64
38+$ clickable --arch armhf
39+$
40+$ # work with the packages ...
41+$ touch ${PKG_PATH}/build/aarch64-linux-gnu/app/ubsync_0.5_arm64.click
42+$ touch ${PKG_PATH}/build/build/arm-linux-gnueabihf/app/ubsync_0.5_armhf.click
43+$
44+```
45
46=== modified file 'Owncloud-Sync/Owncloud-Sync.pro'
47--- Owncloud-Sync/Owncloud-Sync.pro 2018-08-09 03:52:33 +0000
48+++ Owncloud-Sync/Owncloud-Sync.pro 2021-04-06 08:58:10 +0000
49@@ -36,11 +36,11 @@
50 config_files.path = /Owncloud-Sync
51 config_files.files += $${CONF_FILES}
52
53-owncloud_files.path = /Owncloud-Sync/lib/arm-linux-gnueabihf/bin
54-owncloud_files.files += lib/arm-linux-gnueabihf/bin/*
55+owncloud_files.path = /Owncloud-Sync/lib/arm-linux-aarch64/bin
56+owncloud_files.files += lib/arm-linux-aarch64/bin/*
57
58-lib_files.path = /Owncloud-Sync/lib/arm-linux-gnueabihf/lib
59-lib_files.files += lib/arm-linux-gnueabihf/lib/*
60+lib_files.path = /Owncloud-Sync/lib/arm-linux-aarch64/lib
61+lib_files.files += lib/arm-linux-aarch64/lib/*
62
63 #install the desktop file, a translated version is
64 #automatically created in the build directory
65
66=== modified file 'Owncloud-Sync/UBsync.accounts'
67--- Owncloud-Sync/UBsync.accounts 2018-08-09 03:52:33 +0000
68+++ Owncloud-Sync/UBsync.accounts 2021-04-06 08:58:10 +0000
69@@ -3,6 +3,10 @@
70 {
71 "provider": "nextcloud",
72 "name" : "Nextcloud"
73+ },
74+ {
75+ "provider": "owncloud",
76+ "name" : "Owncloud"
77 }
78 ],
79 "translations": "Owncloud-Sync"
80
81=== modified file 'Owncloud-Sync/components/FileBrowser.qml'
82--- Owncloud-Sync/components/FileBrowser.qml 2018-08-09 03:52:33 +0000
83+++ Owncloud-Sync/components/FileBrowser.qml 2021-04-06 08:58:10 +0000
84@@ -66,7 +66,7 @@
85
86 Label{
87 width: parent.width
88- text: i18n.tr("No Folders")
89+ text: i18n.tr("No folders, press")
90 horizontalAlignment: Text.AlignHCenter
91 }
92
93@@ -79,7 +79,7 @@
94
95 Label{
96 width: parent.width
97- text: i18n.tr("Press Tick To Select")
98+ text: i18n.tr("on the panel to select this folder")
99 horizontalAlignment: Text.AlignHCenter
100 }
101 }
102
103=== modified file 'Owncloud-Sync/components/PopupStatusBox.qml'
104--- Owncloud-Sync/components/PopupStatusBox.qml 2018-08-09 03:52:33 +0000
105+++ Owncloud-Sync/components/PopupStatusBox.qml 2021-04-06 08:58:10 +0000
106@@ -7,10 +7,12 @@
107 property alias status: statusLabel.text
108 property alias spinner: activity.running
109 property alias button: button
110+ property alias statusTimer: statusTimer
111 property var targetHeight: units.gu(6)
112 property bool autoHide
113 property bool showButton: false
114-
115+ property string indicationIcon: "idle" /* error, idle, offline, paused, updating */
116+
117 signal buttonClicked()
118
119 visible: false
120@@ -25,16 +27,21 @@
121 status.visible = false
122 }
123 }
124-
125+
126 function show(){
127 status.visible = true
128 status.height = targetHeight
129
130- if(autoHide)
131- statusTimer.start()
132+ if(autoHide) {
133+ console.log("PopupStatusBox.qml - autoHide")
134+ //statusTimer.start();
135+ statusTimer.startTimer(hide, 3500);
136+ } else {
137+ console.log("PopupStatusBox.qml - NO autoHide")
138+ }
139 }
140
141- function hide(){
142+ function hide() {
143 status.height = units.gu(0.5)
144
145 }
146@@ -47,10 +54,22 @@
147 }
148
149
150- Timer{
151+ Timer {
152 id: statusTimer
153- interval: 3500
154- onTriggered: hide()
155+
156+ // Start the timer and execute the provided callback on every X milliseconds
157+ function startTimer(callback, milliseconds) {
158+ statusTimer.interval = milliseconds;
159+ statusTimer.repeat = false;
160+ statusTimer.triggered.connect(callback);
161+ statusTimer.start();
162+ }
163+
164+ // Stop the timer and unregister the callback
165+ function stopTimer(callback) {
166+ statusTimer.stop();
167+ statusTimer.triggered.disconnect(callback);
168+ }
169 }
170
171 Rectangle{
172@@ -68,7 +87,7 @@
173 id: icon
174 visible: !activity.running
175 color: "white"
176- name: "dialog-warning-symbolic"
177+ name: "sync-" + indicationIcon
178 width: parent.height * 0.5
179 height: width
180 anchors{left: parent.left; verticalCenter: parent.verticalCenter; margins: units.gu(2)}
181
182=== added directory 'Owncloud-Sync/lib/aarch64-linux-gnu'
183=== added file 'Owncloud-Sync/lib/aarch64-linux-gnu/OWNCLOUD_COPYING'
184--- Owncloud-Sync/lib/aarch64-linux-gnu/OWNCLOUD_COPYING 1970-01-01 00:00:00 +0000
185+++ Owncloud-Sync/lib/aarch64-linux-gnu/OWNCLOUD_COPYING 2021-04-06 08:58:10 +0000
186@@ -0,0 +1,339 @@
187+ GNU GENERAL PUBLIC LICENSE
188+ Version 2, June 1991
189+
190+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
191+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
192+ Everyone is permitted to copy and distribute verbatim copies
193+ of this license document, but changing it is not allowed.
194+
195+ Preamble
196+
197+ The licenses for most software are designed to take away your
198+freedom to share and change it. By contrast, the GNU General Public
199+License is intended to guarantee your freedom to share and change free
200+software--to make sure the software is free for all its users. This
201+General Public License applies to most of the Free Software
202+Foundation's software and to any other program whose authors commit to
203+using it. (Some other Free Software Foundation software is covered by
204+the GNU Lesser General Public License instead.) You can apply it to
205+your programs, too.
206+
207+ When we speak of free software, we are referring to freedom, not
208+price. Our General Public Licenses are designed to make sure that you
209+have the freedom to distribute copies of free software (and charge for
210+this service if you wish), that you receive source code or can get it
211+if you want it, that you can change the software or use pieces of it
212+in new free programs; and that you know you can do these things.
213+
214+ To protect your rights, we need to make restrictions that forbid
215+anyone to deny you these rights or to ask you to surrender the rights.
216+These restrictions translate to certain responsibilities for you if you
217+distribute copies of the software, or if you modify it.
218+
219+ For example, if you distribute copies of such a program, whether
220+gratis or for a fee, you must give the recipients all the rights that
221+you have. You must make sure that they, too, receive or can get the
222+source code. And you must show them these terms so they know their
223+rights.
224+
225+ We protect your rights with two steps: (1) copyright the software, and
226+(2) offer you this license which gives you legal permission to copy,
227+distribute and/or modify the software.
228+
229+ Also, for each author's protection and ours, we want to make certain
230+that everyone understands that there is no warranty for this free
231+software. If the software is modified by someone else and passed on, we
232+want its recipients to know that what they have is not the original, so
233+that any problems introduced by others will not reflect on the original
234+authors' reputations.
235+
236+ Finally, any free program is threatened constantly by software
237+patents. We wish to avoid the danger that redistributors of a free
238+program will individually obtain patent licenses, in effect making the
239+program proprietary. To prevent this, we have made it clear that any
240+patent must be licensed for everyone's free use or not licensed at all.
241+
242+ The precise terms and conditions for copying, distribution and
243+modification follow.
244+
245+ GNU GENERAL PUBLIC LICENSE
246+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
247+
248+ 0. This License applies to any program or other work which contains
249+a notice placed by the copyright holder saying it may be distributed
250+under the terms of this General Public License. The "Program", below,
251+refers to any such program or work, and a "work based on the Program"
252+means either the Program or any derivative work under copyright law:
253+that is to say, a work containing the Program or a portion of it,
254+either verbatim or with modifications and/or translated into another
255+language. (Hereinafter, translation is included without limitation in
256+the term "modification".) Each licensee is addressed as "you".
257+
258+Activities other than copying, distribution and modification are not
259+covered by this License; they are outside its scope. The act of
260+running the Program is not restricted, and the output from the Program
261+is covered only if its contents constitute a work based on the
262+Program (independent of having been made by running the Program).
263+Whether that is true depends on what the Program does.
264+
265+ 1. You may copy and distribute verbatim copies of the Program's
266+source code as you receive it, in any medium, provided that you
267+conspicuously and appropriately publish on each copy an appropriate
268+copyright notice and disclaimer of warranty; keep intact all the
269+notices that refer to this License and to the absence of any warranty;
270+and give any other recipients of the Program a copy of this License
271+along with the Program.
272+
273+You may charge a fee for the physical act of transferring a copy, and
274+you may at your option offer warranty protection in exchange for a fee.
275+
276+ 2. You may modify your copy or copies of the Program or any portion
277+of it, thus forming a work based on the Program, and copy and
278+distribute such modifications or work under the terms of Section 1
279+above, provided that you also meet all of these conditions:
280+
281+ a) You must cause the modified files to carry prominent notices
282+ stating that you changed the files and the date of any change.
283+
284+ b) You must cause any work that you distribute or publish, that in
285+ whole or in part contains or is derived from the Program or any
286+ part thereof, to be licensed as a whole at no charge to all third
287+ parties under the terms of this License.
288+
289+ c) If the modified program normally reads commands interactively
290+ when run, you must cause it, when started running for such
291+ interactive use in the most ordinary way, to print or display an
292+ announcement including an appropriate copyright notice and a
293+ notice that there is no warranty (or else, saying that you provide
294+ a warranty) and that users may redistribute the program under
295+ these conditions, and telling the user how to view a copy of this
296+ License. (Exception: if the Program itself is interactive but
297+ does not normally print such an announcement, your work based on
298+ the Program is not required to print an announcement.)
299+
300+These requirements apply to the modified work as a whole. If
301+identifiable sections of that work are not derived from the Program,
302+and can be reasonably considered independent and separate works in
303+themselves, then this License, and its terms, do not apply to those
304+sections when you distribute them as separate works. But when you
305+distribute the same sections as part of a whole which is a work based
306+on the Program, the distribution of the whole must be on the terms of
307+this License, whose permissions for other licensees extend to the
308+entire whole, and thus to each and every part regardless of who wrote it.
309+
310+Thus, it is not the intent of this section to claim rights or contest
311+your rights to work written entirely by you; rather, the intent is to
312+exercise the right to control the distribution of derivative or
313+collective works based on the Program.
314+
315+In addition, mere aggregation of another work not based on the Program
316+with the Program (or with a work based on the Program) on a volume of
317+a storage or distribution medium does not bring the other work under
318+the scope of this License.
319+
320+ 3. You may copy and distribute the Program (or a work based on it,
321+under Section 2) in object code or executable form under the terms of
322+Sections 1 and 2 above provided that you also do one of the following:
323+
324+ a) Accompany it with the complete corresponding machine-readable
325+ source code, which must be distributed under the terms of Sections
326+ 1 and 2 above on a medium customarily used for software interchange; or,
327+
328+ b) Accompany it with a written offer, valid for at least three
329+ years, to give any third party, for a charge no more than your
330+ cost of physically performing source distribution, a complete
331+ machine-readable copy of the corresponding source code, to be
332+ distributed under the terms of Sections 1 and 2 above on a medium
333+ customarily used for software interchange; or,
334+
335+ c) Accompany it with the information you received as to the offer
336+ to distribute corresponding source code. (This alternative is
337+ allowed only for noncommercial distribution and only if you
338+ received the program in object code or executable form with such
339+ an offer, in accord with Subsection b above.)
340+
341+The source code for a work means the preferred form of the work for
342+making modifications to it. For an executable work, complete source
343+code means all the source code for all modules it contains, plus any
344+associated interface definition files, plus the scripts used to
345+control compilation and installation of the executable. However, as a
346+special exception, the source code distributed need not include
347+anything that is normally distributed (in either source or binary
348+form) with the major components (compiler, kernel, and so on) of the
349+operating system on which the executable runs, unless that component
350+itself accompanies the executable.
351+
352+If distribution of executable or object code is made by offering
353+access to copy from a designated place, then offering equivalent
354+access to copy the source code from the same place counts as
355+distribution of the source code, even though third parties are not
356+compelled to copy the source along with the object code.
357+
358+ 4. You may not copy, modify, sublicense, or distribute the Program
359+except as expressly provided under this License. Any attempt
360+otherwise to copy, modify, sublicense or distribute the Program is
361+void, and will automatically terminate your rights under this License.
362+However, parties who have received copies, or rights, from you under
363+this License will not have their licenses terminated so long as such
364+parties remain in full compliance.
365+
366+ 5. You are not required to accept this License, since you have not
367+signed it. However, nothing else grants you permission to modify or
368+distribute the Program or its derivative works. These actions are
369+prohibited by law if you do not accept this License. Therefore, by
370+modifying or distributing the Program (or any work based on the
371+Program), you indicate your acceptance of this License to do so, and
372+all its terms and conditions for copying, distributing or modifying
373+the Program or works based on it.
374+
375+ 6. Each time you redistribute the Program (or any work based on the
376+Program), the recipient automatically receives a license from the
377+original licensor to copy, distribute or modify the Program subject to
378+these terms and conditions. You may not impose any further
379+restrictions on the recipients' exercise of the rights granted herein.
380+You are not responsible for enforcing compliance by third parties to
381+this License.
382+
383+ 7. If, as a consequence of a court judgment or allegation of patent
384+infringement or for any other reason (not limited to patent issues),
385+conditions are imposed on you (whether by court order, agreement or
386+otherwise) that contradict the conditions of this License, they do not
387+excuse you from the conditions of this License. If you cannot
388+distribute so as to satisfy simultaneously your obligations under this
389+License and any other pertinent obligations, then as a consequence you
390+may not distribute the Program at all. For example, if a patent
391+license would not permit royalty-free redistribution of the Program by
392+all those who receive copies directly or indirectly through you, then
393+the only way you could satisfy both it and this License would be to
394+refrain entirely from distribution of the Program.
395+
396+If any portion of this section is held invalid or unenforceable under
397+any particular circumstance, the balance of the section is intended to
398+apply and the section as a whole is intended to apply in other
399+circumstances.
400+
401+It is not the purpose of this section to induce you to infringe any
402+patents or other property right claims or to contest validity of any
403+such claims; this section has the sole purpose of protecting the
404+integrity of the free software distribution system, which is
405+implemented by public license practices. Many people have made
406+generous contributions to the wide range of software distributed
407+through that system in reliance on consistent application of that
408+system; it is up to the author/donor to decide if he or she is willing
409+to distribute software through any other system and a licensee cannot
410+impose that choice.
411+
412+This section is intended to make thoroughly clear what is believed to
413+be a consequence of the rest of this License.
414+
415+ 8. If the distribution and/or use of the Program is restricted in
416+certain countries either by patents or by copyrighted interfaces, the
417+original copyright holder who places the Program under this License
418+may add an explicit geographical distribution limitation excluding
419+those countries, so that distribution is permitted only in or among
420+countries not thus excluded. In such case, this License incorporates
421+the limitation as if written in the body of this License.
422+
423+ 9. The Free Software Foundation may publish revised and/or new versions
424+of the General Public License from time to time. Such new versions will
425+be similar in spirit to the present version, but may differ in detail to
426+address new problems or concerns.
427+
428+Each version is given a distinguishing version number. If the Program
429+specifies a version number of this License which applies to it and "any
430+later version", you have the option of following the terms and conditions
431+either of that version or of any later version published by the Free
432+Software Foundation. If the Program does not specify a version number of
433+this License, you may choose any version ever published by the Free Software
434+Foundation.
435+
436+ 10. If you wish to incorporate parts of the Program into other free
437+programs whose distribution conditions are different, write to the author
438+to ask for permission. For software which is copyrighted by the Free
439+Software Foundation, write to the Free Software Foundation; we sometimes
440+make exceptions for this. Our decision will be guided by the two goals
441+of preserving the free status of all derivatives of our free software and
442+of promoting the sharing and reuse of software generally.
443+
444+ NO WARRANTY
445+
446+ 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
447+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
448+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
449+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
450+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
451+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
452+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
453+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
454+REPAIR OR CORRECTION.
455+
456+ 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
457+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
458+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
459+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
460+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
461+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
462+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
463+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
464+POSSIBILITY OF SUCH DAMAGES.
465+
466+ END OF TERMS AND CONDITIONS
467+
468+ How to Apply These Terms to Your New Programs
469+
470+ If you develop a new program, and you want it to be of the greatest
471+possible use to the public, the best way to achieve this is to make it
472+free software which everyone can redistribute and change under these terms.
473+
474+ To do so, attach the following notices to the program. It is safest
475+to attach them to the start of each source file to most effectively
476+convey the exclusion of warranty; and each file should have at least
477+the "copyright" line and a pointer to where the full notice is found.
478+
479+ <one line to give the program's name and a brief idea of what it does.>
480+ Copyright (C) <year> <name of author>
481+
482+ This program is free software; you can redistribute it and/or modify
483+ it under the terms of the GNU General Public License as published by
484+ the Free Software Foundation; either version 2 of the License, or
485+ (at your option) any later version.
486+
487+ This program is distributed in the hope that it will be useful,
488+ but WITHOUT ANY WARRANTY; without even the implied warranty of
489+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
490+ GNU General Public License for more details.
491+
492+ You should have received a copy of the GNU General Public License along
493+ with this program; if not, write to the Free Software Foundation, Inc.,
494+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
495+
496+Also add information on how to contact you by electronic and paper mail.
497+
498+If the program is interactive, make it output a short notice like this
499+when it starts in an interactive mode:
500+
501+ Gnomovision version 69, Copyright (C) year name of author
502+ Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
503+ This is free software, and you are welcome to redistribute it
504+ under certain conditions; type `show c' for details.
505+
506+The hypothetical commands `show w' and `show c' should show the appropriate
507+parts of the General Public License. Of course, the commands you use may
508+be called something other than `show w' and `show c'; they could even be
509+mouse-clicks or menu items--whatever suits your program.
510+
511+You should also get your employer (if you work as a programmer) or your
512+school, if any, to sign a "copyright disclaimer" for the program, if
513+necessary. Here is a sample; alter the names:
514+
515+ Yoyodyne, Inc., hereby disclaims all copyright interest in the program
516+ `Gnomovision' (which makes passes at compilers) written by James Hacker.
517+
518+ <signature of Ty Coon>, 1 April 1989
519+ Ty Coon, President of Vice
520+
521+This General Public License does not permit incorporating your program into
522+proprietary programs. If your program is a subroutine library, you may
523+consider it more useful to permit linking proprietary applications with the
524+library. If this is what you want to do, use the GNU Lesser General
525+Public License instead of this License.
526
527=== added file 'Owncloud-Sync/lib/aarch64-linux-gnu/OWNCLOUD_ChangeLog'
528--- Owncloud-Sync/lib/aarch64-linux-gnu/OWNCLOUD_ChangeLog 1970-01-01 00:00:00 +0000
529+++ Owncloud-Sync/lib/aarch64-linux-gnu/OWNCLOUD_ChangeLog 2021-04-06 08:58:10 +0000
530@@ -0,0 +1,1255 @@
531+ChangeLog
532+=========
533+
534+version 2.5.3 (2019-02-xx)
535+* Connectivity: Add a noUnauthedRequests branding option
536+* Credentials: Warn in log if keychain-write jobs fail (#6776)
537+* Database: Move drop-index to after pragmas are set (#6881)
538+* Download: Ignore Content-length for compressed HTTP2/SPDY replies (#6885)
539+
540+version 2.5.2 (2019-01-25)
541+* Crash fix: macOS: When opening settings dialog (#6930)
542+* Crash fix: macOS: While app is in background
543+* Crash fix: When deleting an account (#6893)
544+* Crash fix: During password dialog
545+* SyncJournalDB: Change sqlite3 locking_mode to "exclusive" (#6881)
546+* Wizard: Fix setting up accounts with SSL client certs (#6911)
547+* Sync: Fix duplicate slashes in destination of MOVE operation (#6904)
548+* Sync: Fix file unlocking triggering too many syncs (#6822)
549+* GUI: Increase default size of ignore list editor (#6641)
550+* GUI: Fix background color of SSL info button (#871)
551+* GUI: Ctrl-L and Cmd-L open the log window (F12 is sometimes taken)
552+* Vfs: Fix problem with dehydrating a file on OSX (#6844)
553+* Vfs: Do not show settings window when opening a virtual file (#6764)
554+* Settings: Fix lookup of system override settings (e.g. from HKEY_LOCAL_MACHINE)
555+* macOS: New "make macdeployqt" target instead of deploying Qt on "make install"
556+
557+version 2.5.1 (2018-11-09)
558+* OAuth2: Refresh the token without aborting the sync (#6814)
559+* OAuth2: Fix migration from BasicAuth when the server uses LDAP
560+* Linux: FolderWatcher: fix paths after dir renames (#6808)
561+* Sync: Always recurse within touched directory (#6804)
562+* Sync: Fixed crash when aborting sync of large files with older servers
563+* Sync: Don't error out if X-OC-MTime header is missing (#6797)
564+* Sync: Fix memory leak during upload (#6699)
565+* Sync: Server Move: Fix too many starting slashes in the destination header (#6824)
566+* Sync: Windows: Don't check if a server file name can be encoded (#6810)
567+* Virtual Files: Renaming a virtual files also rename the file on the server (#6718)
568+* Virtual Files: Disable the 'choose what to sync' in the new folder wizard when virtual files are selected
569+* Account Settings: Add a context menu entry to enable or disable virtual files (#6725)
570+* Account Settings: Fix progress being written in white when there are errors
571+* Account Settings: Link to about dialog from old about space in General Settings
572+* GUI: Plug a few smaller memory leaks
573+* Wizard: Reset the QSslConfiguration before checking the server (#6832)
574+* Wizard: Manual folder configuration should not create the local folder (#6853)
575+* Windows Shell Integration: No limit on the amount of selected files (#6780)
576+* Windows Shell Integration: Make OCUtil helper lib static and link it statically against crt
577+* Windows: Disable autostartCheckBox if autostart is configured system wide (#6816)
578+* Windows: Make qFatal() trigger the crash reporter on Windows (#6823)
579+* macOS: Fix icon name in Info.plist
580+* macOS: Do not select ownCloud in Finder after installation (#6781)
581+* macOS: Improve macdeployqt.py
582+* Discovery: Include path in error message (#6826)
583+* Database: Allow downgrade from 2.6
584+* Migration from 2.4: fallback to move file by file if directory move failled (#6807)
585+* owncloudcmd: Read server version and dav user id from the server (#6830)
586+
587+version 2.5.0 (2018-09-18)
588+* Local discovery: Speed up by skipping directories without changes reported by the file system watcher.
589+* Experimental option to create virtual files (e.g. my_document.txt.owncloud) and download contents on demand ("placeholders")
590+* Windows: Add sync folders to Explorer's navigation pane (#5295)
591+* Config: Client configuration in roaming profile on Windows, XDG conform on Linux (#684, #2245)
592+* Experimental option to upload conflict files (#4557)
593+* Conflicts: Change conflict file naming scheme
594+* Conflicts: Add user name to conflict file name (#6325)
595+* Conflicts: Better comparison when connection broke (#6626)
596+* Conflicts: Deal with file/folder conflicts (#6312)
597+* Conflicts: Change tray icon for unresolved conflicts (#6277)
598+* Conflicts: Add documentation link to conflicts listing (#6396)
599+* Conflicts: Change tags to be more user friendly (#6365)
600+* Share dialog: Allow opening it if the file's contents are still syncing (#4608)
601+* Share dialog: Don't hide account settings when opening it (#6185)
602+* Share dialog: Remove odd grey square on OSX (#5774)
603+* Share dialog: Preserve the entered password when unrelated changes are done (#6512)
604+* Share dialog: Fix Re-shares not not showing up (#6666)
605+* Sharing: Add "copy public link" to menu (#6356)
606+* Share link: Update permission wording (#6192)
607+* Private links: improve legacy fileid derivation (#6745)
608+* User shares: Show avatars
609+* OAuth2: Remove the timeout (#6612)
610+* Wizard: Remove the "Skip folder config" button and instead add a radio button (#3664)
611+* Wizard: Fix for back button in OAuth2 (#6574)
612+* Wizard: add a context menu to copy the OAuth2 link (enterprise
613+* Wizard: Put errors into a scroll area (#6546)
614+* Wizard: show a message when the URL is invalid
615+* Wizard: pre-select the right radio button (#6685)
616+* Selective Sync: Do not abort applying selective sync if one folder has an error (#6675)
617+* Protocol: Introduce context menu with "open in browser" (#6121)
618+* Protocol: Correct sorting by size (#6326)
619+* Issues tab: Invalidate issues selectively (#6226)
620+* Issues tab: Don't allow two issues for the same file/folder
621+* Issues tab: addItem performance improvement
622+* Activities: Remove the text that a server does not support activities when the account is removed (#6679)
623+* Activities: Handle the fact that the username can contain a '@' (#6728)
624+* Notifications: Lower hiding timeout
625+* Notifications: Also have clickable link (#6236)
626+* Shell integration: Add "Open in browser" entry in the explorer menu (#5903)
627+* Sync journal: Fix crash when unmounting a drive while a sync is running (#6049)
628+* Client certs: Improve error message (#6128)
629+* Settings: Hide selective sync buttons while disconnected (#5809)
630+* Settings: Show account page when account created
631+* Settings: Move "About" to a dialog (#6075)
632+* Settings: Force sync should wipe the blacklist (#6757)
633+* Excludes: Optimize further the matching of exclude files using regular expression
634+* Windows: Update Overlay Icon naming
635+* Windows: Release handle/fd when file open fails (#6699)
636+* Config: Look for exclude file in a relative path.
637+* Config: Versionize settings
638+* Settings: Fix rename migration issue on old macOS
639+* Credentials: Re-try on Linux if daemon not running (#4274, #6522)
640+* Windows: Fixed MSVC build and compiler bugs
641+* Proxy: Hostname validation and reconnection on setting change (#6140)
642+* owncloudcmd: Set proxy earlier (#6281)
643+* Exclude regex: Restore old matching on Windows (#6245)
644+* Build system: Modernize the CMakeLists.txt files
645+* Use standard png2ico
646+* Sync: When detecting a local move, keep the local mtime (#6629)
647+* Sync: Better error handling for local directory parsing (#6610)
648+* Sync: Error if properties are missing (#6317)
649+* Sync: Recover when the PUT reply (or chunkin's MOVE) is lost (#5106)
650+* Sync: Do not abort a sync if the server closes the connection (#6516)
651+* Sync: Increase the timeout for the last MOVE/PUT for huge files (#6527)
652+* Sync: Fix renames making hierarchy inversion (#6694)
653+* Sync: RemotePermissions: Fix empty vs null (#4608)
654+* Sync: Fix the "direction" of the "all file delted" message when the server is reset (#6317)
655+* Data-Fingerprint: Fix backup detection when fingerprint is empty
656+* propagateuploadv1: Fixed an assert with ownCloud 5
657+* Download: Use the <s:message> from the reply in the error message (#6459, #6459)
658+* SocketAPI: dynamic action menu
659+* Hidden option to move remote-deleted files to trash (#6265)
660+* FolderStatusModel: Refresh folders on Problem sync (#6337)
661+* SyncJournal: Clear etag filter before sync
662+* SyncEngine: Use separate state for two unicode conversions
663+* owncloudcmd: Do not read the proxy settings from the gui's config file
664+* ProgressInfo: Add information for local vs remote discovery
665+* SyncResult: Make sure the number of conflicts is correct (#6226)
666+* Remove the "CSync" wording from the error messages
667+* Apply branding to crashreporter resources file
668+* SslButton: Add HTTP/2 info (#3146)
669+* SslButton: Improve speed (especially on macOS) (#6031)
670+* Folder: normalize the local path. (#4424)
671+* Folder: Fix checking if the folder can be used as sync folder (#6654)
672+* Blacklisting must prevent parent etag updates (#6411)
673+* FolderStatusModel: fix potential assert
674+* Nautilus integration: Not a ColumnProvider
675+* Nautilus integration: Fix python3 compatibility (#6406, #6643)
676+* Nautilus: Guard against None state (#6643)
677+* Dolphin plugin: fall back if $XDG_RUNTIME_DIR is empty
678+* Notify if an explicitly excluded folder is created (#6222)
679+* Theme: unify ownCloudTheme and Theme classes
680+* SyncJournalDb::setSelectiveSyncList: Always use a transaction (#6431)
681+* Folders: Use "Problem" icon for unresolved conflicts (#6277)
682+* macOS: Unload the Finder extension on exit (#5382, #3819)
683+* Logging: Go to new file on Problem/Abort too (#6442)
684+* Logging: Compress log when switching files (#6442)
685+* Logging: Add persistent auto-logdir option (#6442)
686+* Logging: .owncloudsynclog: Allow 10 MB of size (#6420)
687+* Logging: .owncloudsynclog: Persist X-Request-ID for correlation with server (#6420)
688+* UI: High-DPI layout fixes
689+* Network settings: Better warnings about bad configuration (#5885)
690+* Folder watcher: Show a notification if it becomes unreliable (#6119)
691+* Ignore editor: Preserve comments in the exclude list file
692+* Updater: Support EXE->MSI upgrade (different code than 2.4)
693+* Updater: Remove unused installers before copying new ones into the appdata dir (#6690)
694+* ConnectionValidator: change the minimum server version to 7.0
695+* ConnectionValidator: Warn when the server version is less than 10.0
696+* Valgrind: Refactorings to avoid errors
697+* Crash fixes (#6562 and more)
698+* Windows: Fix missing company name in our DLLs
699+* Windows: Appveyor/craft changes
700+* Linux: More tray workarounds (#6545)
701+* libocsync: Rename to ${APPLICATION_EXECUTABLE}_csync
702+* Don't use Qt deprecated API now that we required Qt 5.6
703+
704+version 2.4.3 (2018-08-13)
705+* Windows: Don't ignore files with FILE_ATTRIBUTE_TEMPORARY (#6696, #6610)
706+* OAuth2: Fix infinite loop when the refresh token is expired
707+* Windows MSI: Fix crash in the auto updater
708+* Nautilus: Guard against None state (#6643)
709+
710+version 2.4.2 (2018-07-18)
711+* Linux: Tray workarounds (#6545)
712+* Fix nautilus/nemo shell issues (#6393, #6406)
713+* Updater: Add update channel feature (#6259)
714+* Updater: Support EXE->MSI upgrade
715+* SyncJournal: Fixes for sync folders on removable media (#6049, #6049)
716+* SslButton: Add HTTP/2 info (#3146)
717+* Fix assert when using ownCloud server 5 (which you should not) (#6403)
718+* Normalize local path (#4424)
719+* Blacklisting must prevent parent etag updates (#6411)
720+* macdeployqt: Adjust minimum version based on our Qt (#5932)
721+* macOS: Unload the Finder extension on exit (#5382, #3819)
722+* Upload: Adjust timeout for final job based on file size (#6527)
723+* Sync: When detecting a local move, keep the local mtime (#6629)
724+* Credentials: Retry fetching from the keychain in case the keychain is still starting (#4274, #6522)
725+* OAuth2: Try to refresh the token even if the credentials weren't ready (#6522)
726+
727+version 2.4.1 (2018-03-05)
728+* Ignore files with file names that can't be encoded for the filesystem (#6287, #5676, #5719)
729+* Issues: Speed up insertion and add hard upper limit (#6272)
730+* Notifications: Fix "Dismiss" action
731+* Notifications: Fix timer invocation on macOS
732+* Notifications: Immediately poll when account online
733+* Protocol: Remove entries for auto resolved conflicts (#6316)
734+* owncloudcmd: Set proxy before capabilities call (#6281)
735+* owncloudcmd: Do not do the capability call when --nonshib is passed
736+* Avatars: Use old location for servers <10 (#6279)
737+* Link shares: Change default share name (#6298)
738+* Sharing: Use maximum allowed permissions for new share (#6346)
739+* Nautilus integration: Work with python2 and python3
740+* Windows: Don't delete contents behind directory junctions (#6322)
741+* SyncJournal: Don't use LIKE with paths (#6322)
742+* Fix setting launch-on-startup when the first account is set up (#6347)
743+* HTTP2: Only allow with Qt 5.9.4 (#6285)
744+* Crash fixes
745+
746+version 2.4.0 (2017-12-21)
747+* If you're using 2.4.0 alpha1, please upgrade as previous alphas/rcs had an issue with hidden files and renames!
748+* OAuth2 authentication support by opening external browser (#5668)
749+* Shibboleth: Change to use OAuth2 if supported (#6198)
750+* Sharing: Add support for multiple public link shares (#5655)
751+* Sharing: Add option to copy/email private links (#5023, #5627)
752+* Sharing: Add option "show file listing" (#5837)
753+* Sharing: Show warning that links are public (#5747)
754+* Sharing: Sharing dialog redesign: multiple share links support (#5695)
755+* Sharing: Make "can edit" partially checked sometimes (#5642)
756+* Sharing: Trigger a sync for folder affected by a change of sharing (#6098)
757+* Wizard: Never propose an existing folder for syncing (#5597)
758+* Wizard: Don't show last page anymore, go to settings directly (#5726)
759+* Wizard: Handle url-shortener redirects (#5954)
760+* Wizard: Resolve url/ redirects only if url/status.php not found (#5954)
761+* Wizard: Add explanation text when server error is shown (#6157)
762+* Wizard: Update the window size on high dpi screen (#6156)
763+* Wizard: Don't report confusing error message (#6116)
764+* Gui: Display the user server avatar (#5482)
765+* Gui: Use display name of user, not internal name
766+* Server URL: Update configuration in case of permanent redirection (#5972)
767+* Gui: Allow to add multiple sync folder connection of the same folder (#6032)
768+* Tray Menu: More detailed status messages
769+* Tray Menu: Shibboleth: raise the browser when clicking on the tray (#6105)
770+* Activity: Link errors from the account tab, allow filtering by account/folder (#5861)
771+* Activity: Present conflicts more prominently (#5894)
772+* Activity: Allow sorting the columns in issues and protocol tabs (#6093, #6086)
773+* Selective Sync: Open sub folder context menu (#5596)
774+* Selective Sync: Skip excluded folders when reading db (#5772)
775+* Selective Sync: Remove local files of unselected folder despite other modified files (#5783)
776+* Excludes: Remove .htaccess form list of excluded files (#5701)
777+* Excludes: Hardcode desktop.ini
778+* Excludes: Allow escaping "#" (#6012)
779+* Excludes: Use faster matching via QRegularExpression (#6063)
780+* Discovery: Increase the MAX_DEPTH and show deep folders as ignored (#1067)
781+* Discovery: General speed improvements
782+* Downloads: Remove empty temporary if disk space full (#5746)
783+* Downloads: Read Content-MD5 header for object store setups
784+* Checksums: Add global disable environment variable (#5017)
785+* Quota: PropagateUpload: Model of remote quota, avoid some uploads (#5537)
786+* Create favorite also in folder wizard (#455)
787+* Windows: Use the application icon for the Windows 8 sidebar favorite (#2446, #5690)
788+* macOS: Finder sidebar icon (#296)
789+* Overlay Icons: Consider also the "shared by me" as shared (#4788)
790+* Overlay Icons: Update right after sharing (#6115)
791+* Overlay Icons: Fix different case paths not matching (#5257)
792+* Overlay Icons: Detect changes in the shared flag (#6098)
793+* Windows Overlay Icons: Potential hang fixes
794+* Linux Overlay Icons: fix branded nemo and caja shell integration (#5966)
795+* Credentials: Fix behavior for bad password (#5989)
796+* Credentials: Don't create empty client cert keychain entries (#5752)
797+* Credentials: Namespace windows cred keys (#6125)
798+* Credentials: Use per-account keychain entries (#5830, #6126)
799+* AccountSettings: Triggering log in re-ask about previously rejected certificates (#5819)
800+* owncloudcmd: Added bandwidth limit parameter (#5707)
801+* owncloudcmd: Fix timestamps, Fix --logdebug
802+* AccountSettings: Sync with clean discovery on Ctrl-F6 (#5666)
803+* Sync: Dynamic sizing of chunks in chunked uploads for improved big file upload performance (#5852)
804+* Sync: Introduce overall errors that are not tied to a file (#5746)
805+* Sync: Better messaging for 507 Insufficient Storage (#5537)
806+* Sync: Create conflicts by comparing the hash of files with identical mtime/size (#5589)
807+* Sync: Avoid downloads by comparing the hash of files with identical mtime/size (#6153)
808+* Sync: Upload conflict files if OWNCLOUD_UPLOAD_CONFLICT_FILES environment variable is set (#6038)
809+* Sync: Blacklist: Don't let errors become warnings (#5516)
810+* Sync: Check etag again after active sync (#4116)
811+* Sync: Rename handling fixes: duplicate file ids (#6096, #6212)
812+* Sync: Rename handling fixes: File size must be equal
813+* Sync: Rename handling: Fix duplicate files on abort/resume sync (#5949)
814+* Sync: Add capability for invalid filename regexes (#6092)
815+* SyncJournalDB: Fall back to DELETE journal mode if WAL mode does not seem to work (#5723)
816+* SyncJournalDB: Don't crash if the db file is readonly (#6050)
817+* SyncJournalDB: DB close error is not fatal
818+* Fix at least one memory leak
819+* Documentation improvements
820+* Logging improvements (With Qt logging categories) (#5671)
821+* Logging filtering per account (#5672)
822+* Crash fixes
823+* Test improvements
824+* Small UI layout fixes
825+* Performance improvements
826+* Maintenance Mode: Detect maintenance mode (#4485)
827+* Maintenance Mode: Add a 1 to 5 min reconnection delay (#5872)
828+* HTTP: Send a unique X-Request-ID with each request (#5853)
829+* HTTP: Support HTTP2 when built and running with Qt 5.9.x (Official packages still on Qt 5.6.x) (#5659)
830+* owncloudcmd: Don't start if connection or auth fails (#5692)
831+* csync: Switch build from C to C++ (#6033)
832+* csync: Refactor a lot to use common data structures to save memory and memory copying
833+* csync: Switch some data structures to Qt data structures
834+* csync: Switch to using upper layer SyncJournalDB (#6087)
835+* Switch 3rdparty/json usage to Qt5's QJson (#5710)
836+* OpenSSL: Don't require directly, only via Qt (#5833)
837+* Remove iconv dependency, use Qt for file system locale encoding/decoding (emoji filename support on macOS) (#5875)
838+* Compilation: Remove Qt 4 code (#6025, #5702, #5505)
839+* Harmonize source code style with clang-format (#5732)
840+* Switch over to Qt 5 function pointer signal/slot syntax (#6041)
841+* Compile with stack-smashing protection
842+* Updater: Rudimentary support for beta channel (#6048)
843+
844+version 2.3.4 (2017-11-02)
845+* Checksums: Use addData function to avoid endless loop CPU load issues with Office files
846+* Packaging: Require ZLIB
847+
848+version 2.3.3 (2017-08-29)
849+* Chunking NG: Don't use old chunking on new DAV endpoint (#5855)
850+* Selective Sync: Skip excluded folders when reading DB, don't let them show errors (#5772)
851+* Settings: Make window bigger so Qt version is always visible (#5760)
852+* Share links: Show warning that public link shares are public (#5786)
853+* Downloads: Re-trigger folder discovery on HTTP 404 (#5799)
854+* Overlay Icons: Fix potential hangs on Windows
855+* SyncJournalDB: Don't use ._ as filename pattern if that does not work because of SMB storage settings (#5844)
856+* SyncJournalDB: Log reason for sqlite3 opening errors
857+* Notifications: Proapgate "Dismiss" button action to server (#5922)
858+* Switch Linux build also to Qt 5.6.2 (#5470)
859+* Stopped maintaining Qt 4 buildability
860+
861+version 2.3.2 (2017-05-08)
862+* Fix more crashes (thanks to everyone submitting to our crash reporter!)
863+* Improve compatibility with server 10.0 (#5691, X-OC-Total-Size)
864+* Share dialog: UI improvements, Bring to front on tray click
865+* owncloudcmd: Align process return value with sync return value (#3936)
866+* Fix disk free check on Windows when opening the local DB
867+
868+version 2.3.1 (2017-03-21)
869+* Fix several crashes (thanks to everyone submitting to our crash reporter!)
870+* Improve HTTP redirect handling (#5555)
871+* Blacklist: Escalate repeated soft error to normal error (#5500)
872+* NTFS: Do not attempt to upload two existing files with similar casing (#5544)
873+* Fix URL for linking to application password generation for ownCloud 10.0 (#5605)
874+
875+version 2.3.0 (2017-03-03)
876+* Decreased memory usage during sync
877+* Overlay icons: Lower CPU usage
878+* Allow to not sync the server's external storages by default
879+* Switch Windows and OS X build to Qt 5.6.2
880+* Switch to new ownCloud server WebDAV endpoint
881+* Chunking NG: New file upload chunking algorithmn for ownCloud server 9.2
882+* Allow to sync a folder to multiple different servers (Filename change from .csync_journal.db to _sync_$HASH.db)
883+* Conflicts: Use the local mtime for the conflict file name (#5273)
884+* "Sync now" menu item
885+* SSL Client certificate support improved (Show UI, Store keys in keychain)
886+* Propagator: Upload more small files in parallel
887+* Sync Engine: Read data-fingerprint property to detect backups (#2325)
888+* GUI: Show link to ceate an app password/token for syncing
889+* Share dialog: Add 'Mail link' button
890+* Caja file manager plugin
891+* Make "backup detected" message to not trigger in wrong cases
892+* SyncEngine: Fix renaming of folder when file are changed (#5192)
893+* Fix reconnect bug if status.php intermittently returns wrong data (#5188)
894+* Improve sync scheduling (#5317)
895+* Overlay icons: Improvements in correctnes
896+* Tray menu: Only update on demand to fix Linux desktop integration glitches
897+* Progress: Better time/bandwidth estimations
898+* Network: Follow certain HTTP redirects (#2791)
899+* Network: Remove all cookies (including load balancers etc) when logging out
900+* Discovery thread: Low priority
901+* owncloudsync.log: Write during propagation
902+* Better error message for files with trailing spaces on Windows
903+* Excludes: Consider files in hidden folders excluded (#5163)
904+* Allow sync directory to be a symlinked directory
905+* Add manifest file on Windows to make the application UAC aware
906+* macOS: Improve monochrome tray icons
907+* Shibboleth bugfixes
908+* Fixes with regards to low disk space
909+* A ton of other bugfixes
910+* Refactorings
911+* Improved documentation
912+* Crash fixes
913+
914+version 2.2.4 (release 2016-09-27)
915+* Dolphin Plugin: Use the Application name for the socket path (#5172)
916+* SyncEngine: Fix renaming of folder when file are changed (#5195)
917+* Selective Sync: Fix HTTP request loop and show error in view (#5154)
918+* ConnectionValidator: properly handle error in status.php request (#5188)
919+* Discovery: Set thread priority to low (#5017)
920+* ExcludeFiles: Fix when the folder casing is not the same in the settings and in the FS
921+* ShareLink: Ensure the password line edit is enabled (#5117)
922+
923+version 2.2.3 (release 2016-08-08)
924+* SyncEngine: Fix detection of backup (#5104)
925+* Fix bug with overriding URL in config (#5016)
926+* Sharing: Fix bug with file names containing percent encodes (#5042, #5043)
927+* Sharing: Permissions for federated shares on servers >=9.1 (#4996, #5001)
928+* Overlays: Fix issues with file name casing on OS X and Windows
929+* Windows: Skip symlinks and junctions again (#5019)
930+* Only accept notification API Capability if endpoint is OCS-enabled (#5034)
931+* Fix windows HiDPI (#4994)
932+* SocketAPI: Use different pipe name to avoid unusual delay (#4977)
933+* Tray: Add minimal mode as workaround and testing tool for Linux issues (#4985, #4990)
934+* owncloudcmd: Fix --exclude regression #4979
935+* Small memleak: Use the full file stat destructors (#4992)
936+* Fix small QAction memleak (#5008)
937+* Fix crash on shutting down during propagation (#4979)
938+* Decrease memory usage during sync #4979
939+* Setup csync logging earlier to get all log output (#4991)
940+* Enable Shibboleth debug view with OWNCLOUD_SHIBBOLETH_DEBUG env
941+
942+version 2.2.2 (release 2016-06-21)
943+* Excludes: Don't redundantly add the same exclude files (memleak) (#4967, #4988)
944+* Excludes: Only log if the pattern was really logged. (#4989)
945+
946+version 2.2.1 (release 2016-06-06)
947+ * Fix out of memory error when too many uploads happen (#4611)
948+ * Fix display errors in progress display (#4803 #4856)
949+ * LockWatcher: Remember to upload files after they become unlocked (#4865)
950+ * Fix overlay icons for files with umlauts (#4884)
951+ * Certs: Re-ask for different cert after rejection (#4898, #4911)
952+ * Progress: Don't count items without propagation jobs (#4856, #4910)
953+ * Utility: Fix for the translation of minutes, second (#4855)
954+ * SyncEngine: invalid the blacklist entry when the rename destination change
955+
956+version 2.2.0 (release 2016-05-12)
957+ * Overlay icons: Refactoring - mainly for performance improvements
958+ * Improved error handling with Sync Journal on USB storages (#4632)
959+ * Sharing Completion: Improved UI of completion in sharing from desktop. (#3737)
960+ * Show server notifications on the client (#3733)
961+ * Improved Speed with small files by dynamic parallel request count (#4529)
962+ * LockWatcher: Make sure to sync files after apps released exclusive locks on Windows.
963+ * Improved handling of Win32 file locks and network files
964+ * Workaround Ubuntu 16.04 tray icon bug (#4693)
965+ * Removed the Alias field from the folder definition (#4695)
966+ * Improved netrc parser (#4691)
967+ * Improved user notifications about ignored files and conflicts (#4761, #3222)
968+ * Add warnings for old server versions (#4523)
969+ * Enable tranportation checksums if the server supports based on server capabilities (#3735)
970+
971+ * Default Chunk-size changed to 10MB (#4354)
972+ * Documentation Improvements, ie. about overlay icons
973+ * Translation fixes
974+ * Countless other bugfixes
975+ * Update of QtKeyChain to support Windows credential store
976+ * Packaging of dolphin overlay icon module for bleeding edge distros
977+
978+version 2.1.1 (release 2016-02-10)
979+ * UI improvements for HiDPI screens, error messages, RTL languages
980+ * Fix occurences of "Connection Closed" when a new unauthenticated TCP socket is used
981+ * Fix undeliberate WiFi scanning done by Qt Network classes
982+ * Several fixes/improvements to the sharing dialog
983+ * Several fixes/improvements to the server activity tab
984+ * Create the directory when using --confdir and it does not exist
985+ * Windows Overlay icons: Fix DLL and icon oddities
986+ * Mac Overlay icons: Don't install legacy Finder plugin on >= 10.10
987+ * Linux Overlay icons: Nemo plugin
988+ * Overlay icons: Fix several wrong icon state computations
989+ * Allow changeable upload chunk size in owncloud.cfg
990+ * Crash fixes on account deletion
991+ * Forget password on explicit sign-out
992+ * OS X: Fix the file system watcher ignoring unicode paths (#4424)
993+ * Windows Installer: Update to NSIS 2.50, fixes possible DLL injection
994+ * Sync Engine: .lnk files
995+ * Sync Engine: symlinked syn directories
996+ * Sync Engine: Windows: Fix deleting and replacing of read-only files (#4308, #4277)
997+ * Sync Engine: Fixes for files becoming directories and vice versa (#4302)
998+ * Misc other fixes/improvements
999+
1000+version 2.1 (release 2015-12-03)
1001+ * GUI: Added a display of server activities
1002+ * GUI: Added a separate view for not synced items, ignores, errors
1003+ * GUI: Improved upload/download progress UI (#3403, #3569)
1004+ * Allowed sharing with ownCloud internal users and groups from Desktop
1005+ * Changed files starting in .* to be considered hidden on all platforms (#4023)
1006+ * Reflect read-only permissions in filesystem (#3244)
1007+ * Blacklist: Clear on successful chunk upload (#3934)
1008+ * Improved reconnecting after network change/disconnect (#4167 #3969 ...)
1009+ * Improved performance in Windows file system discovery
1010+ * Removed libneon-based propagator. As a consequence, The client can no
1011+ longer provide bandwith limiting on Linux-distributions where it is
1012+ using Qt < 5.4
1013+ * Performance improvements in the logging functions
1014+ * Ensured that local disk space problems are handled gracefully (#2939)
1015+ * Improved handling of checksums: transport validation, db (#3735)
1016+ * For *eml-files don't reupload if size and checksum are unchanged (#3235)
1017+ * Ensured 403 reply code is handled properly (File Firewall) (#3490)
1018+ * Reduced number of PROPFIND requests to server(#3964)
1019+ * GUI: Added Account toolbox widget to keep account actions (#4139)
1020+ * Tray Menu: Added fixes for Recent Activity menu (#4093, #3969)
1021+ * FolderMan: Fixed infinite wait on pause (#4093)
1022+ * Renamed env variables to include unit (#2939)
1023+ * FolderStatusModel: Attempt to detect removed undecided files (#3612)
1024+ * SyncEngine: Don't whipe the white list if the sync was aborted (#4018)
1025+ * Quota: Handle special negative value for the quota (#3940)
1026+ * State app name in update notification (#4020)
1027+ * PropagateUpload: Fixed double-emission of finished (#3844)
1028+ * GUI: Ensured folder names which are excluded from sync can be clicked
1029+ * Shell Integration: Dolphin support, requires KF 5.16 and KDE Application 15.12
1030+ * FolderStatusModel: Ensured reset also if a folder was renamed (#4011)
1031+ * GUI: Fixed accessiblity of remaing items in full settings toolbar (#3795)
1032+ * Introduced the term "folder sync connection" in more places (#3757)
1033+ * AccountSettings: Don't disable pause when offline (#4010)
1034+ * Fixed handling of hidden files (#3980)
1035+ * Handle download errors while resuming as soft errors (#4000)
1036+ * SocketAPI: Ensured that the command isn't trimmed (#3297)
1037+ * Shutdown socket API before removing the db (#3824)
1038+ * GUI: Made "Keep" default in the delete-all dialog (#3824)
1039+ * owncloudcmd: Introduced return code 0 for --version and --help
1040+ * owncloudcmd: Added --max-sync-retries (#4037)
1041+ * owncloudcmd: Don't do a check that file are older than 2s (#4160)
1042+ * Fixed getting size for selective sync (#3986)
1043+ * Re-added close button in the settings window (#3713)
1044+ * Added abililty to handle storage limitations gracefully (#3736)
1045+ * Organized patches to our base Qt version into admin/qt/patches
1046+ * Plus: A lot of unmentioned improvements and fixes
1047+
1048+version 2.0.2 (release 2015-10-21)
1049+ * csync_file_stat_s: Save a bit of memory
1050+ * Shibboleth: Add our base user agent to WebKit
1051+ * SelectiveSync: Increase folder list timeout to 60
1052+ * Propagation: Try another sync on 423 Locked (#3387)
1053+ * Propagation: Make 423 Locked a soft error (#3387)
1054+ * Propagation: Reset upload blacklist if a chunk succeeds
1055+ * Application: Fix crash on early shutdown (#3898)
1056+ * Linux: Don't show settings dialog always when launched twice (#3273, #3771, #3485)
1057+ * win32 vio: Add the OPEN_REPARSE_POINTS flag to the CreateFileW call. (#3813)
1058+ * AccountSettings: only expand root elements on single click.
1059+ * AccountSettings: Do not allow to expand the folder list when disconnected.
1060+ * Use application SHORT name for the name of the MacOSX pkg file (ownBrander).
1061+ * FolderMan: Fix for removing a syncing folder (#3843)
1062+ * ConnectionMethodDialog: Don't be insecure on close (#3863)
1063+ * Updater: Ensure folders are not removed (#3747)
1064+ * Folder settings: Ensure path is cleaned (#3811)
1065+ * Propagator: Simplify sub job finished counting (#3844)
1066+ * Share dialog: Hide settings dialog before showing (#3783)
1067+ * UI: Only expand 1 level in folder list (#3585)
1068+ * UI: Allow folder expanding from button click (#3585)
1069+ * UI: Expand folder treeview on single click (#3585)
1070+ * GUI: Change tray menu order (#3657)
1071+ * GUI: Replace term "sign in" with "Log in" and friends.
1072+ * SetupPage: Fix crash caused by uninitialized Account object.
1073+ * Use a themable WebDAV path all over.
1074+ * Units: Back to the "usual" mix units (JEDEC standard).
1075+ * csync io: Full UNC path support on Win (#3748)
1076+ * Tray: Don't use the tray workaround with the KDE theme (#3706, #3765)
1077+ * ShareDialog: Fix folder display (#3659)
1078+ * AccountSettings: Restore from legacy only once (#3565)
1079+ * SSL Certificate Error Dialog: show account name (#3729)
1080+ * Tray notification: Don't show a message about modified folder (#3613)
1081+ * PropagateLocalRemove: remove entries from the DB even if there was an error.
1082+ * Settings UI improvements (eg. #3713, #3721, #3619 and others)
1083+ * Folder: Do not create the sync folder if it does not exist (#3692)
1084+ * Shell integration: don't show share menu item for top level folders
1085+ * Tray: Hide while modifying menus (#3656, #3672)
1086+ * AddFolder: Improve remote path selection error handling (#3573)
1087+ * csync_update: Use excluded_traversal() to improve performance (#3638)
1088+ * csync_excluded: Add fast _traversal() function (#3638)
1089+ * csync_exclude: Speed up significantly (#3638)
1090+ * AccountSettings: Adjust quota info design (#3644, #3651)
1091+ * Adjust buttons on remove folder/account questions (#3654)
1092+
1093+version 2.0.1 (release 2015-09-01)
1094+ * AccountWizard: fix when the theme specify a override URL (#3699)
1095+
1096+version 2.0.0 (release 2015-08-25)
1097+ * Add support for multiple accounts (#3084)
1098+ * Do not sync down new big folders from server without users consent (#3148)
1099+ * Integrate Selective Sync into the default UI
1100+ * OS X: Support native finder integration for 10.10 Yosemite (#2340)
1101+ * Fix situation where client would not reconnect after timeout (#2321)
1102+ * Use SI units for the file sizes
1103+ * Improve progress reporting during sync (better estimations, show all files, show all bandwidth)
1104+ * Windows: Support paths >255 characters (#57) by using Windows API instead of POSIX API
1105+ * Windows, OS X: Allow to not sync hidden files (#2086)
1106+ * OS X: Show file name in UI if file has invalid UTF-8 in file name
1107+ * Sharing: Make use of Capability API (#3439)
1108+ * Sharing: Do not allow sharing the root folder (#3495)
1109+ * Sharing: Show thumbnail
1110+ * Client Updater: Check for updates periodically, not only once per run (#3044)
1111+ * Windows: Remove misleading option to remove sync data (#3461)
1112+ * Windows: Do not provoke AD account locking if password changes (#2186)
1113+ * Windows: Fix installer when installing unprivileged (#2616, #2568)
1114+ * Quota: Only refresh from server when UI is shown
1115+ * SSL Button: Show more information
1116+ * owncloudcmd: Fix --httpproxy (#3465)
1117+ * System proxy: Ask user for credentials if needed
1118+ * Several fixes and performance improvements in the sync engine
1119+ * Network: Try to use SSL session tickets/identifiers. Check the SSL button to see if they are used.
1120+ * Bandwidth Throttling: Provide automatic limit setting for downloads (#3084)
1121+ * Systray: Workaround for issue with Qt 5.5.0 #3656
1122+
1123+version 1.8.4 (release 2015-07-13)
1124+ * Release to ship a security release of openSSL. No source changes of the ownCloud Client code.
1125+
1126+version 1.8.3 (release 2015-06-23)
1127+ * Fix a bug in the Windows Installer that could crash explorer (#3320)
1128+ * Reduce 'Connection closed' errors (#3318, #3313, #3298)
1129+ * Ignores: Force a remote discovery after ignore list change (#3172)
1130+ * Shibboleth: Avoid crash by letting the webview use its own QNAM (#3359)
1131+ * System Ignores: Removed *.tmp from system ignore again. If a user
1132+ wants to ignore *.tmp, it needs to be added to the user ignore list.
1133+
1134+version 1.8.2 (release 2015-06-08)
1135+ * Improve reporting of server error messages (#3220)
1136+ * Discovery: Ignore folders with any 503 (#3113)
1137+ * Wizard: Show server error message if possible (#3220)
1138+ * QNAM: Fix handling of mitm cert changes (#3283)
1139+ * Win32: Installer translations added (#3277)
1140+ * Win32: Allow concurrent OEM (un-)installers (#3272)
1141+ * Win32: Make Setup/Update Mutex theme-unique (#3272)
1142+ * HTTP: Add the branding name to the UserAgent string
1143+ * ConnectonValidator: Always run with new credentials (#3266)
1144+ * Recall Feature: Admins can trigger an upload of a file from
1145+ client to server again (#3246)
1146+ * Propagator: Add 'Content-Length: 0' header to MKCOL request (#3256)
1147+ * Switch on checksum verification through branding or config
1148+ * Add ability for checksum verification of up and download
1149+ * Fix opening external links for some labels (#3135)
1150+ * AccountState: Run only a single validator, allow error message
1151+ overriding (#3236, #3153)
1152+ * SyncJournalDB: Minor fixes and simplificatons
1153+ * SyncEngine: Force re-read of folder Etags for upgrades from
1154+ 1.8.0 and 1.8.1
1155+ * Propagator: Limit length of temporary file name (#2789)
1156+ * ShareDialog: Password ui fixes (#3189)
1157+ * Fix startup hang by removing QSettings lock file (#3175)
1158+ * Wizard: Allow SSL cert dialog to show twice (#3168)
1159+ * ProtocolWidget: Fix rename message (#3210)
1160+ * Discovery: Test better, treat invalid hrefs as error (#3176)
1161+ * Propagator: Overwrite local data only if unchanged (#3156)
1162+ * ShareDialog: Improve error reporting for share API fails
1163+ * OSX Updater: Only allow updates only if in /Applications (#2931)
1164+ * Wizard: Fix lock icon (#1447)
1165+ * Fix compilation with GCC 5
1166+ * Treat any 503 error as temporary (#3113)
1167+ * Work around for the Qt PUT corruption bug (#2425)
1168+ * OSX Shell integration: Optimizations
1169+ * Windows Shell integration: Optimizations
1170+ .. more than 250 commits since 1.8.1
1171+
1172+version 1.8.1 (release 2015-05-07)
1173+ * Make "operation canceled" error a soft error
1174+ * Do not throw an error for files that are scheduled to be removed,
1175+ but can not be found on the server. #2919
1176+ * Windows: Reset QNAM to proper function after hibernation. #2899 #2895 #2973
1177+ * Fix argument verification of --confdir #2453
1178+ * Fix a crash when accessing a dangling UploadDevice pointer #2984
1179+ * Add-folder wizard: Make sure there is a scrollbar if folder names
1180+ are too long #2962
1181+ * Add-folder Wizard: Select the newly created folder
1182+ * Activity: Correctly restore column sizes #3005
1183+ * SSL Button: do not crash on empty certificate chain
1184+ * SSL Button: Make menu creation lazy #3007 #2990
1185+ * Lookup system proxy async to avoid hangs #2993 #2802
1186+ * ShareDialog: Some GUI refinements
1187+ * ShareDialog: On creation of a share always retrieve the share
1188+ This makes sure that if a default expiration date is set this is reflected
1189+ in the dialog. #2889
1190+ * ShareDialog: Only show share dialog if we are connected.
1191+ * HttpCreds: Fill pw dialog with previous password. #2848 #2879
1192+ * HttpCreds: Delete password from old location. #2186
1193+ * Do not store Session Cookies in the client cookie storage
1194+ * CookieJar: Don't accidentally overwrite cookies. #2808
1195+ * ProtocolWidget: Always add seconds to the DateTime locale. #2535
1196+ * Updater: Give context as to which app is about to be updated #3040
1197+ * Windows: Add version information for owncloud.exe. This should help us know
1198+ what version or build number a crash report was generated with.
1199+ * Fix a crash on shutdown in ~SocketApi #3057
1200+ * SyncEngine: Show more timing measurements #3064
1201+ * Discovery: Add warning if returned etag is 0
1202+ * Fix a crash caused by an invalid DiscoveryDirectoryResult::iterator #3051
1203+ * Sync: Fix sync of deletions during 503. #2894
1204+ * Handle redirect of auth request. #3082
1205+ * Discovery: Fix parsing of broken XML replies, which fixes local file disappearing #3102
1206+ * Migration: Silently restore files that were deleted locally by bug #3102
1207+ * Sort folder sizes SelectiveSyncTreeView numerically #3112
1208+ * Sync: PropagateDownload: Read the mtime from the file system after writing it #3103
1209+ * Sync: Propagate download: Fix restoring files for which the conflict file exists #3106
1210+ * Use identical User Agents and version for csync and the Qt parts
1211+ * Prevent another crash in ~SocketApi #3118
1212+ * Windows: Fix rename of finished file. #3073
1213+ * AccountWizard: Fix auth error handling. #3155
1214+ * Documentation fixes
1215+ * Infrastructure/build fixes
1216+ * Win32/OS X: Apply patch from OpenSSL to handle oudated intermediates gracefully #3087
1217+
1218+version 1.8.0 (release 2015-03-17)
1219+ * Mac OS: HIDPI support
1220+ * Support Sharing from desktop: Added a share dialog that can be
1221+ opened by context menu in the file managers (Win, Mac, Nautilus)
1222+ Supports public links with password enforcement
1223+ * Enhanced usage of parallel HTTP requests for ownCloud 8 servers
1224+ * Renamed github repository from mirall to client.
1225+ * Mac OS: Use native notification support
1226+ * Selective Sync: allow to enforce selective sync in brandings.
1227+ * Added ability to build on Windows utilizing MingGW
1228+ * SQLite database fixes if running on FAT filesystems
1229+ * Improved detection of changing files to upload from local
1230+ * Preparations for the multi-account feature
1231+ * Fixed experience for Window manager without system tray
1232+ * Build with Qt 5.4
1233+ * Dropped libneon dependency if Qt 5.4 is available
1234+ * Keep files open very short, that avoid lock problems on Windows
1235+ especially with office software but also others.
1236+ * Merged some NetBSD patches
1237+ * Selective sync support for owncloudcmd
1238+ * Reorganize the source repository
1239+ * Prepared direct download
1240+ * Added Crashreporter feature to be switched on on demand
1241+ * A huge amount of bug fixes in all areas of the client.
1242+ * almost 700 commits since 1.7.1
1243+
1244+version 1.7.1 (release 2014-12-18)
1245+ * Documentation fixes and updates
1246+ * Nautilus Python plugin fixed for Python 3
1247+ * GUI wording fixes plus improved log messages
1248+ * Fix hidning of the database files in the sync directories
1249+ * Compare http download size with the header value to avoid broken
1250+ downloads, bug #2528
1251+ * Avoid initial ETag fetch job at startup, which is not needed.
1252+ * Add chunk size http header to PUT requests
1253+ * Fixed deteteCookie method of our CookieJar, fix for Shibboleth
1254+ * Added fallback for distros where XDG_RUNTIME_DIR is undefined
1255+ * Fix the setup wizard, bug #1989, #2264
1256+ * Fix scheduling of ETag check jobs, bug #2553
1257+ * Fix to avoid syncing more than one folder at a time, bug #2407
1258+ * Use fife minutes timeout for all network jobs
1259+ * Cleanup for Folderwizard wording
1260+ * Improve journal check: Remove corrupted journal files, bug #2547
1261+ * Fix item count in progress dialog for deletes, bug #1132
1262+ * Display correct file count on deletion (#1132)
1263+ * Fix reinitializing the folder using the wizard in certain cases (#2606)
1264+ * Mac OS: Fixed branding of the pkg file
1265+ * Mac OS: Fix display of overlay icons in certain situations (#1132)
1266+ * Mac OS: Use a bundled version of OpenSSL (#764, #2600, #2510)
1267+ * Win32: improved filesystem watcher
1268+ * Win32: Improve threading with shell integration
1269+ * Win32: Upgraded to OpenSSL 1.0.1j
1270+ * Win32: Improve reliability of Installer, fix removal of Shell Extensions
1271+
1272+version 1.7.0 (release 2014-11-07)
1273+
1274+ * oC7 Sharing: Handle new sharing options of ownCloud 7 correctly.
1275+ * Added Selective sync: Ability to unselect server folders which are
1276+ excluded from syncing, plus GUI and setup GUI
1277+ * Added overlay icons for Windows Explorer, Mac OS Finder and GNOME Nautilus.
1278+ Information is provided by the client via a local socket / named pipe API
1279+ which provides information about the sync status of files.
1280+ * Improved local change detection: consider file size, detect files
1281+ with ongoing changes and do not upload immediately
1282+ * Improved HTTP request timeout handler: all successful requests reset
1283+ the timeout counter
1284+ * Improvements for syncing command line tool: netrc support, improved
1285+ SSL support, non interactive mode
1286+ * Permission system: ownCloud 7 delivers file and folder permissions,
1287+ added ability to deal with it for shared folders and more.
1288+ * Ignore handling: Do not recurse into ignored or excluded directories
1289+ * Major sync journal database improvements for more stability and performance
1290+ * New library interface to sqlite3
1291+ * Improve "resync handling" if errors occur
1292+ * Blacklist improvements
1293+ * Improved logging: more useful meta info, removed noise
1294+ * Updated to latest Qt5 versions on Windows and OS X
1295+ * Fixed data loss when renaming a download temporary fails and there was
1296+ a conflict at the same time.
1297+ * Fixed missing warnings about reusing a sync folder when the back button
1298+ was used in the advanced folder setup wizard.
1299+ * The 'Retry Sync' button now also restarts all downloads.
1300+ * Clean up temporary downloads and some extra database files when wiping a
1301+ folder.
1302+ * OS X: Sparkle update to provide pkg format properly
1303+ * OS X: Change distribution format from dmg to pkg with new installer.
1304+ * Windows: Fix handling of filenames with trailing dot or space
1305+ * Windows: Don't use the wrong way to get file mtimes in the legacy propagator.
1306+
1307+version 1.6.4 (release 2014-10-22)
1308+ * Fix startup logic, fixes bug #1989
1309+ * Fix raise dialog on X11
1310+ * Win32: fix overflow when computing the size of file > 4GiB
1311+ * Use a fixed function to get files modification time, the
1312+ original one was broken for certain timezone issues, see
1313+ core bug #9781 for details
1314+ * Added some missing copyright headers
1315+ * Avoid data corruption due to wrong error handling, bug #2280
1316+ * Do improved request timeout handling to reduce the number of
1317+ timed out jobs, bug #2155
1318+ version 1.6.3 (release 2014-09-03)
1319+ * Fixed updater on OS X
1320+ * Fixed memory leak in SSL button that could lead to quick memory draining
1321+ * Fixed upload problem with files >4 GB
1322+ * MacOSX, Linux: Bring Settings window to front properly
1323+ * Branded clients: If no configuration is detected, try to import the data
1324+ from a previously configured community edition.
1325+
1326+version 1.6.2 (release 2014-07-28 )
1327+ * Limit the HTTP buffer size when downloading to limit memory consumption.
1328+ * Another small mem leak fixed in HTTP Credentials.
1329+ * Fix local file name clash detection for MacOSX.
1330+ * Limit maximum wait time to ten seconds in network limiting.
1331+ * Fix data corruption while trying to resume and the server does
1332+ not support it.
1333+ * HTTP Credentials: Read password from legacy place if not found.
1334+ * Shibboleth: Fix the waiting curser that would not disapear (#1915)
1335+ * Limit memory usage to avoid mem wasting and crashes
1336+ * Propagator: Fix crash when logging out during upload (#1957)
1337+ * Propagator_qnam: Fix signal slot connection (#1963)
1338+ * Use more elaborated way to detect that the server was reconfigured (#1948)
1339+ * Setup Wizard: Reconfigure Server also if local path was changed (#1948)
1340+
1341+version 1.6.1 (release 2014-06-26 )
1342+ * Fix 'precondition failed' bug with broken upload
1343+ * Fix openSSL problems for windows deployment
1344+ * Fix syncing a folder with '#' in the name
1345+ * Fix #1845: do not update parent directory etag before sub
1346+ directories are removed
1347+ * Fix reappearing directories if dirs are removed during its
1348+ upload
1349+ * Fix app version in settings dialog, General tab
1350+ * Fix crash in FolderWizard when going offline
1351+ * Shibboleth fixes
1352+ * More specific error messages (file remove during upload, open
1353+ local sync file)
1354+ * Use QSet rather than QHash in SyncEngine (save memory)
1355+ * Fix some memory leaks
1356+ * Fix some thread race problems, ie. wait for neon thread to finish
1357+ before the propagator is shut down
1358+ * Fix a lot of issues and warnings found by Coverity
1359+ * Fix Mac some settings dialog problems
1360+
1361+
1362+version 1.6.0 (release 2014-05-30 )
1363+ * Minor GUI improvements
1364+ * Qt5 compile issues fixed
1365+ * Ignore sync log file in filewatcher
1366+ * Install libocsync to private library dir and use rpath to localize
1367+ * Fix reconnect after server disconnect
1368+ * Fix "unknown action" display in Activity window
1369+ * Fix memory leaks
1370+ * Respect XDG_CONFIG_HOME environment var
1371+ * Handle empty fileids in the journal correctly
1372+ * Add abilility to compile libowncloudsync without GUI dependendy
1373+ * Fix SSL error with previously-expired CAs on Windows
1374+ * Fix incorrect folder pause state after start
1375+ * Fix a couple of actual potential crashes
1376+ * Improve Cookie support (e.g. for cookie-based load-balancers)
1377+ * Introduce a general timeout of 300s for network operations
1378+ * Improve error handling, blacklisting
1379+ * Job-based change propagation, enables faster parallel up/downloads
1380+ (right now only if no bandwidth limit is set and no proxy is used)
1381+ * Significantly reduced CPU load when checking for local and remote changes
1382+ * Speed up file stat code on Windows
1383+ * Enforce Qt5 for Windows and Mac OS X builds
1384+ * Improved owncloudcmd: SSL support, documentation
1385+ * Added advanced logging of operations (file .???.log in sync
1386+ directory)
1387+ * Avoid creating a temporary copy of the sync database (.ctmp)
1388+ * Enable support for TLS 1.2 negotiation on platforms that use
1389+ Qt 5.2 or later
1390+ * Forward server exception messages to client error messages
1391+ * Mac OS X: Support Notification Center in OS X 10.8+
1392+ * Mac OS X: Use native settings dialog
1393+ * Mac OS X: Fix UI inconsistencies on Mavericks
1394+ * Shibboleth: Warn if authenticating with a different user
1395+ * Remove vio abstraction in csync
1396+ * Avoid data loss when a client file system is not case sensitive
1397+
1398+version 1.5.3 (release 2014-03-10 )
1399+ * Fix usage of proxies after first sync run (#1502, #1524, #1459, #1521)
1400+ * Do not wipe the credentials from config for reconnect (#1499, #1503)
1401+ * Do not erase the full account config if an old version of the client stored
1402+ the password (related to above)
1403+ * Fix layout of the network tab (fixes #1491)
1404+ * Handle authentication requests by a Shibboleth IdP
1405+ * Shibboleth: If no connection is available, don't open the login window
1406+ * [Packaging] Debian/Ubuntu: ship sync-exclude.lst
1407+ * [Packaging] Fix issues with access to gnome keychain in Fedora and RHEL6
1408+ * [Packaging] Ensure all sub packages get updated
1409+ * [Packaging] Fix incorrect path in desktop file (RHEL6/CentOS6)
1410+
1411+version 1.5.2 (release 2014-02-26 )
1412+ * Fix behavior when attempting to rename Shared folder
1413+ * Fix potential endless sync loops on Mac OS (#1463)
1414+ * Fix potential crash when pausing during update phase (#1442)
1415+ * Fix handing of shared directories
1416+ * Fix online state handling (#1441, #1459)
1417+ * Fix potential crash in c_iconv on Mac OS
1418+ * Fix certificate chain display in SSLButton
1419+ * Fix sporadicly appearing multiple auth prompts on sign-in
1420+ * Show correct state icon in Account Settings right away
1421+ * Re-fetch content that gets deleted from read only shared directories
1422+ * Do not store the password in the config file, erase existing ones (#1469)
1423+ * Shibboleth: Close browser window after login
1424+ * Shibboleth: Proper invalidation if timeout during sync
1425+ * Shibboleth: Do not pop up IdP login immediately when modifying account
1426+ * Shibboleth: Avoid auth on restart by storing cookies in the wallet
1427+ * Fix license headers
1428+
1429+version 1.5.1 (release 2014-02-13 )
1430+ * Added an auto updater that updates the client if a
1431+ more recent version was found automatically (Windows, Mac OS X)
1432+ * Added a button to the account dialog that gives information
1433+ about the encryption layer used for communication, plus a
1434+ certificate information widget
1435+ * Preserve the permission settings of local files rather than
1436+ setting them to a default (Bug #820)
1437+ * Handle windows lnk files correctly (Bug #1307)
1438+ * Detect removes and renames in read only shares and
1439+ restore the gone away files. (Bug #1386)
1440+ * Fixes sign in/sign out and password dialog. (Bug #1353)
1441+ * Fixed error messages (Bug #1394)
1442+ * Lots of fixes for building with Qt5
1443+ * Changes to network limits are now also applied during a
1444+ sync run
1445+ * Fixed mem leak after via valgrind on Mac
1446+ * Imported the ocsync library into miralls repository.
1447+ Adopted all build systems and packaging to that.
1448+ * Introduce a new linux packaging scheme following the
1449+ debian upstream scheme
1450+ * Use a refactored Linux file system watcher based on
1451+ inotify, incl. unit tests
1452+ * Wizard: Gracefully fall back to HTTP if HTTPS connection
1453+ fails, issuing a warning
1454+ * Fixed translation misses in the propagator
1455+ * Fixes in proxy configuration
1456+ * Fixes in sync journal handling
1457+ * Fix the upload progress if the local source is still
1458+ changing when the upload begins.
1459+ * Add proxy support to owncloud commandline client
1460+ * NSIS fixes
1461+ * A lot of other fixes and minor improvements
1462+ * Improve Qt5 compatability
1463+
1464+version 1.5.0 (release 2013-12-12 ), csync 0.91.4 required
1465+ * New owncloud propagator that skips the vio abstraction layer
1466+ * Add owncloudcmd to replace the ocsync command line tool
1467+ * Localize Windows installer
1468+ * Allow to sign in and out
1469+ * Ask for password if missing
1470+ * Introduce activity view
1471+ * Introduce black list for files which could not be synced
1472+ * Enabling accessbility by shipping accessibility enables on OS X (#736)
1473+ * Toggle Settings window when clicking on systray icon on Win and KDE (#896)
1474+ * FolderWizard: Sanitize error detection (#1201)
1475+ * Set proper enable state of blacklist button after the dialog was opened
1476+ * Set proper tooltips in blacklist
1477+ * Translatable error messages for file errors
1478+ * Add man page for owncloudcmd (#1234)
1479+ * Don't close setup wizard when the initial sync run is started
1480+ * Close the sync journal if a folder gets removed (#1252)
1481+ * Activity: Avoid horizontal scrollbar (#1213)
1482+ * Fix crash (#1229)
1483+ * Resize wizard appropriately (#1130)
1484+ * Fix account identity test (#1231)
1485+ * Maintain the file type correctly
1486+ * Display rename-target in sync protocol action column
1487+ * Let recursive removal also remove the top dir
1488+ * If item is a directory, remove its contents from the database as well (#1257)
1489+ * Install headers for owncloudsync library
1490+ * Fix opening the explorer with a selected file in Windows (#1249)
1491+ * Add build number into versioning scheme
1492+ * Windows: Fix rename of temporary files
1493+ * Windows: Fix move file operation
1494+
1495+version 1.4.2 (release 2013-10-18 ), csync 0.90.4 required
1496+ * Do not show the warning icon in the tray (#944)
1497+ * Fix manual proxy support when switching (#1016)
1498+ * Add folder column to detailed sync protocol (#1037)
1499+ * Fix possible endless loop in inotify (#1041)
1500+ * Do not elide the progress text (#1049)
1501+ * Fix high CPU load (#1073)
1502+ * Reconnect if network is unavailable after startup (#1080)
1503+ * Ensure paused folder stays paused when syncing with more than one folder (#1083)
1504+ * Don't show desktop notification when the user doesn't want to (#1093)
1505+ * System tray: Avoid quick flickering up of the ok-icon for the sync prepare state
1506+ * Progress: Do not show progress if nothing is transmitted
1507+ * Progress: Show number of deletes.
1508+
1509+version 1.4.1 (release 2013-09-24 ), csync 0.90.1 required
1510+
1511+ * Translation and documentation fixes.
1512+ * Fixed error display in settings/status dialog, displays multi
1513+ line error messages now correctly.
1514+ * Wait up to 30 secs before complaining about missing systray
1515+ Fixes bug #949
1516+ * Fixed utf8 issues with basic auth authentication, fixes bug #941
1517+ * Fixed remote folder selector, avoid recursive syncing, fixes bug #962
1518+ * Handle and display network problems at startup correctly.
1519+ * Enable and disable the folder watcher during syncs correctly.
1520+ * Fix setting of thread priority.
1521+ * Fixed file size display.
1522+ * Fixed various folder wizard issues, bug #992
1523+ * Made "Sync started" message optional, fixes bug #934
1524+ * Fixed shutdown, avoid crashed config on win32, fixes bug #945
1525+ * Pop up config wizard if no server url is configured, fixes bug #1018
1526+ * Settings: calculate sidebar width dynamically, fixes bug #1020
1527+ * Fixed a crash if sync folders were removed, fixes bug #713
1528+ * Do proper resync after network disconnect, fixes bug #1007
1529+ * Various minor code fixes
1530+
1531+version 1.4.0 (release 2013-09-04 ), csync 0.90.0 required
1532+
1533+ * New Scheduler: Only sync when there are actual changes in the server
1534+ * Add a Settings Dialog, move Proxy Settings there
1535+ * Transform folder Status Dialog into Account Settings, provide feedback via context menu
1536+ * Add Bandwidth Control
1537+ * Add a visual storage/quota indicator (context menu and account settings)
1538+ * Add progress indication (context menu and account settings)
1539+ * Introduce a sync history, persisting results across syncs
1540+ * Move ability to switch to mono icons from a switch to a Settings option
1541+ * Add "Launch on System Startup" GUI option
1542+ * Add "Show Desktop Nofications"GUI option (enabled by default)
1543+ top optionally disable sync notifications
1544+ * Add Help item, pointing to online reference
1545+ * Implement graphical selection of remote folders in FolderWizard
1546+ * Allow custom ignore patterns
1547+ * Add an editor for ingore patterns
1548+ * ALlow to flag certain ignore patterns as discardable
1549+ * Ensure to ship with all valid translations
1550+ * Progress Dialog now preserves the last syncned items across sync runs
1551+ * Split Setup Wizard into multiple pages again
1552+ * Implement "--logfile -" to log to stdout
1553+ * Add preliminary support for Shibboleth authentication
1554+ * Linux: Provide more icon sizes
1555+ * Linux: Do not trigger notifier on ignored files
1556+ * Windows: Reduce priority of CSync thread
1557+ * Documentation: Prem. updates to reflect UI changes
1558+ * Significant code refactorings
1559+ * Require Qt 4.7
1560+ * Known issue: Under certain conditions, a file will only get uploaded after up to five minutes
1561+
1562+version 1.3.0 (release 2013-06-25 ), csync 0.80.0 required
1563+
1564+ * Default proxy port to 8080
1565+ * Don't lose proxy settings when changing passwords
1566+ * Support SOCKS5 proxy (useful in combination with ssh *D)
1567+ * Propagate proxy changes to csync at runtime
1568+ * Improve proxy wizard
1569+ * Display proxy errors
1570+ * Solved problems with lock files
1571+ * Warn if for some reason all files are scheduled for removal on either side
1572+ * Avoid infinite loop if authentication fails in certain cases
1573+ * Fix reading the password from the config in certain cases
1574+ * Do not crash when configured sync target disappears
1575+ * Make --help work on windows
1576+ * Make sync feedback less ambiguous.
1577+ * Fix icon tray tooltip sometimes showing repeated content
1578+ * More use of native directory separators on Windows
1579+ * Remove journal when reusing a directory that used to have a journal before
1580+ * Visual clean up of status dialog items
1581+ * Wizard: When changing the URL or user name, allow the user to push his data
1582+ to the new location or wipe the folder and start from scratch
1583+ * Wizard: Make setting a custom folder as a sync target work again
1584+ * Fix application icon
1585+ * User-Agent now contains "Mozilla/5.0" and the Platform name (for firewall/proxy compat)
1586+ * Server side directory moves will be detected
1587+ * New setup wizard, defaulting to root syncing (only for new setups)
1588+ * Improved thread stop/termination
1589+
1590+version 1.2.5 (release 2013-04-23 ), csync 0.70.7 required
1591+ * [Fixes] NSIS installer fixes
1592+ * [Fixes] Fix crash race by making certificateChain() thread safe
1593+ * [Fixes] Build with older CMake versions (CentOS/RHEL 6)
1594+ * [Fixes] Wording in GUI
1595+ * [Fixes] Silently ignore "installed = true" status.php
1596+ * Set log verbosity before calling csync_init.
1597+ * GUI feedback for the statistics copy action
1598+ * Safer approach for detecting duplicate sync runs
1599+
1600+version 1.2.4 (release 2013-04-11 ), csync 0.70.6 required
1601+ * [Fixes] Clarify string in folder wizard
1602+ * [Fixes] Fixed some valgrind warnings
1603+ * [Fixes] Ensure that only one sync thread can ever run
1604+ * [Fixes] Fix default config storage path
1605+ * [Fixes] Skip folders with no absolute path
1606+ * [Fixes] Allow setting the configuration directory on command line
1607+
1608+version 1.2.3 (release 2013-04-02 ), csync 0.70.5 required
1609+ * [Fixes] Unbreak self-signed certificate handling
1610+
1611+version 1.2.2 (release 2013-04-02 ), csync 0.70.5 required
1612+ * [Fixes] Do not crash when local file tree contains symlinks
1613+ * [Fixes] Correctly handle locked files on Windows
1614+ * [Fixes] Display errors in all members of the SSL chain
1615+ * [Fixes] Enable Accessibility features on Windows
1616+ * [Fixes] Make setupFavLink work properly on Mac OS
1617+ * [Fixes] Ignore temporary files created by MS Office
1618+ * [Gui] Support Nautilus in setupFavLink
1619+
1620+version 1.2.1 (release 2013-02-26 ), csync 0.70.4 required
1621+ * [Fixes] Leave configured folders on configuration changes.
1622+ * [Fixes] Do not allow to finish the setup dialog if connection can't be established.
1623+ * [Fixes] Better handling of credentials in setup dialog.
1624+ * [Fixes] Do not leak fd's to /dev/null when using gnutls
1625+ * [Fixes] Stop sync scheduling when configuration wizard starts.
1626+ * [Fixes] Clear pending network requests when stepping back in config wizard.
1627+ * [Fixes] User password dialog asynchronous issues.
1628+ * [Fixes] Make folderman starting and stoping the scheduling.
1629+ * [Fixes] Various minor fixes and cleanups.
1630+ * [Fixes] Crash on pausing sync
1631+ * [Fixes] Stale lock file after pausing sync
1632+ * [App] Load translations from app dir or bundle as well.
1633+ * [Platform] Build fixes and simplifications, ie. build only one lib.
1634+ * [Platform] Added some getter/setters for configuration values.
1635+ * [Platform] Added man pages.
1636+ * [Platform] Simplified/fixed credential store usage and custom configs.
1637+ * [Platform] Added soname version to libowncloudsync.
1638+ * [Platform] Pull in Qt translations
1639+ * [Gui] Make sync result popups less annoyingq
1640+ * [Gui] Fix for result popup
1641+
1642+version 1.2.0 (release 2013-01-24 ), csync 0.70.2 required
1643+ * [GUI] New status dialog to show a detailed list of synced files.
1644+ * [GUI] New tray notifications about synced files.
1645+ * [GUI] New platform specific icon set.
1646+ * [App] Using cross platform QtKeychain library to store credentials crypted.
1647+ * [App] Use cross platform notification for changes in the local file system rather than regular poll.
1648+ * [Fixes] Improved SSL Certificate handling and SSL fixes troughout syncing.
1649+ * [Fixes] Fixed proxy authentication.
1650+ * [Fixes] Allow brackets in folder name alias.
1651+ * [Fixes] Lots of other minor fixes.
1652+ * [Platform] cmake fixes.
1653+ * [Platform] Improved, more detailed error reporting.
1654+
1655+version 1.1.4 (release 2012-12-19 ), csync 0.60.4 required
1656+ * No changes to mirall, only csync fixes.
1657+
1658+version 1.1.3 (release 2012-11-30 ), csync 0.60.3 required
1659+ * No changes to mirall, only csync fixes.
1660+
1661+version 1.1.2 (release 2012-11-26 ), csync 0.60.2 required
1662+ * [Fixes] Allow to properly cancel the password dialog.
1663+ * [Fixes] Share folder name correctly percent encoded with old Qt
1664+ 4.6 builds ie. Debian.
1665+ * [Fixes] If local sync dir is not existing, create it.
1666+ * [Fixes] lots of other minor fixes.
1667+ * [GUI] Display error messages in status dialog.
1668+ * [GUI] GUI fixes for the connection wizard.
1669+ * [GUI] Show username for connection in statusdialog.
1670+ * [GUI] Show intro wizard on new connection setup.
1671+ * [APP] Use CredentialStore to better support various credential
1672+ backends.
1673+ * [APP] Handle missing local folder more robust: Create it if
1674+ missing instead of ignoring.
1675+ * [APP] Simplify treewalk code.
1676+ * [Platform] Fix Mac building
1677+
1678+version 1.1.1 (release 2012-10-18), csync 0.60.1 required
1679+ * [GUI] Allow changing folder name in single folder mode
1680+ * [GUI] Windows: Add license to installer
1681+ * [GUI] owncloud --logwindow will bring up the log window
1682+ in an already running instance
1683+ * [Fixes] Make sure SSL errors are always handled
1684+ * [Fixes] Allow special characters in folder alias
1685+ * [Fixes] Proper workaround for Menu bug in Ubuntu
1686+ * [Fixes] csync: Fix improper memory cleanup which could
1687+ cause memory leaks and crashes
1688+ * [Fixes] csync: Fix memory leak
1689+ * [Fixes] csync: Allow single quote (') in file names
1690+ * [Fixes] csync: Remove stray temporary files
1691+
1692+ * [GUI] Reworked tray context menu.
1693+ * [GUI] Users can now sync the server root folder.
1694+ * [Fixes] Proxy support: now supports Proxy Auto-Configuration (PAC)
1695+ on Windows, reliability fixes across all OSes.
1696+ * [Fixes] Url entry field in setup assistant handles http/https correctly.
1697+ * [Fixes] Button enable state in status dialog.
1698+ * [Fixes] Crash fixed on ending the client, tray icon related.
1699+ * [Fixes] Crash through wrong delete operator.
1700+ * [MacOS] behave correctly on retina displays.
1701+ * [MacOS] fix focus policy.
1702+ * [MacOS] Packaging improvements.
1703+ * [MacOS] Packaging improvements.
1704+ * [Platform] Windows: Setup closes client prior to uninstall.
1705+ * [Platform] Windows: ownCloud gets added to autorun by default.
1706+ * [Platform] insert correct version info from cmake.
1707+ * [Platform] csync conf file and database were moved to the users app data
1708+ directory, away from the .csync dir.
1709+ * Renamed exclude.lst to sync-exclude.lst and moved it to
1710+ /etc/appName()/ for more clean packaging. From the user path,
1711+ still exclude.lst is read if sync-exclude.lst is not existing.
1712+ * Placed custom.ini with customization options to /etc/appName()
1713+
1714+version 1.0.5 (release 2012-08-14), csync 0.50.8 required
1715+ * [Fixes] Fixed setup dialog: Really use https if checkbox is activated.
1716+
1717+version 1.0.4 (release 2012-08-10), csync 0.50.8 required
1718+ * [APP] ownCloud is now a single instance app, can not start twice any more.
1719+ * [APP] Proxy support
1720+ * [APP] Handle HTTP redirection correctly, note new url.
1721+ * [APP] More relaxed handling of read only directories in the sync paths.
1722+ * [APP] Started to split off a library with sync functionality, eg for KDE
1723+ * [APP] Make ownCloud Info class a singleton, more robust.
1724+ * [GUI] New, simplified connection wizard.
1725+ * [GUI] Added ability for customized theming.
1726+ * [GUI] Improved icon size handling.
1727+ * [GUI] Removed Log Window Button, log available through command line.
1728+ * [GUI] Proxy configuration dialog added.
1729+ * [GUI] Added Translations to languages Slovenian, Polish, Catalan,
1730+ Portuguese (Brazil), German, Greek, Spanish, Czech, Italian, Slovak,
1731+ French, Russian, Japanese, Swedish, Portuguese (Portugal)
1732+ all with translation rate >90%.
1733+ * [Fixes] Loading of self signed certs into Networkmanager (#oc-843)
1734+ * [Fixes] Win32: Handle SSL dll loading correctly.
1735+ * [Fixes] Many other small fixes and improvements.
1736+
1737+version 1.0.3 (release 2012-06-19), csync 0.50.7 required
1738+ * [GUI] Added a log window which catches the logging if required and
1739+ allows to save for information.
1740+ * [CMI] Added options --help, --logfile and --logflush
1741+ * [APP] Allow to specify sync frequency in the config file.
1742+ * [Fixes] Do not use csync database files from a sync before.
1743+ * [Fixes] In Connection wizard, write the final config onyl if
1744+ the user really accepted. Also remove the former database.
1745+ * [Fixes] More user expected behaviour deletion of sync folder local
1746+ and remote.
1747+ * [Fixes] Allow special characters in the sync directory names
1748+ * [Fixes] Win32: Fixed directory removal with special character dirs.
1749+ * [Fixes] MacOS: Do not flood the system log any more
1750+ * [Fixes] MacOS: Put app translations to correct places
1751+ * [Fixes] Win32: Fix loading of csync state db.
1752+ * [Fixes] Improved some english grammar.
1753+ * [Platform] Added krazy2 static code checks.
1754+
1755+version 1.0.2 (release 2012-05-18), csync 0.50.6 required
1756+ * [GUI] New icon set for ownCloud client
1757+ * [GUI] No splashscreen any more (oC Bug #498)
1758+ * [GUI] Russian translation added
1759+ * [GUI] Added 'open ownCloud' to traymenu
1760+ * [GUI] "Pause" and "Resume" instead of Enable/Disable
1761+ * [Fixes] Long running syncs can be interrupted now.
1762+ * [Fixes] Dialogs comes to front on click
1763+ * [Fixes] Open local sync folder from tray and status for win32
1764+ * [Fixes] Load exclude.lst correctly on MacOSX
1765+ + csync fixes.
1766+
1767+version 1.0.1 (release 2012-04-18), csync 0.50.5 required
1768+ * [Security] Support SSL Connections
1769+ * [Security] SSL Warning dialog
1770+ * [Security] Do not store password in clear text anymore
1771+ * [Security] Restrict credentials to the configured host
1772+ * [Security] Added ability to forbid local password storage.
1773+ * [Fixes] Various fixes of the startup behaviour.
1774+ * [Fixes] Various fixes in sync status display
1775+ * [GUI] Various error messages for user display improved.
1776+ * [GUI] fixed terms and Translations
1777+ * [GUI] fixed translation loading
1778+ * [Intern] Migrate old credentials to new format
1779+ * [Intern] Some code refactorings, got rid of rotten QWebDav lib
1780+ * [Intern] lots of cmake cleanups
1781+ * [Intern] Backport to Qt Version 4.6 for compat. with older distros.
1782+ * [Platform] MacOSX porting efforts
1783+ * [Platform] MacOSX Bundle creation added
1784+ * [Platform] Enabled ranslations on Windows.
1785+
1786
1787=== added file 'Owncloud-Sync/lib/aarch64-linux-gnu/OWNCLOUD_VERSION'
1788--- Owncloud-Sync/lib/aarch64-linux-gnu/OWNCLOUD_VERSION 1970-01-01 00:00:00 +0000
1789+++ Owncloud-Sync/lib/aarch64-linux-gnu/OWNCLOUD_VERSION 2021-04-06 08:58:10 +0000
1790@@ -0,0 +1,1 @@
1791+Current binary was compiled from v2.5.3 from https://github.com/owncloud/client/
1792\ No newline at end of file
1793
1794=== added directory 'Owncloud-Sync/lib/aarch64-linux-gnu/bin'
1795=== added file 'Owncloud-Sync/lib/aarch64-linux-gnu/bin/owncloudcmd'
1796Binary files Owncloud-Sync/lib/aarch64-linux-gnu/bin/owncloudcmd 1970-01-01 00:00:00 +0000 and Owncloud-Sync/lib/aarch64-linux-gnu/bin/owncloudcmd 2021-04-06 08:58:10 +0000 differ
1797=== added file 'Owncloud-Sync/lib/aarch64-linux-gnu/bin/sync-exclude.lst'
1798--- Owncloud-Sync/lib/aarch64-linux-gnu/bin/sync-exclude.lst 1970-01-01 00:00:00 +0000
1799+++ Owncloud-Sync/lib/aarch64-linux-gnu/bin/sync-exclude.lst 2021-04-06 08:58:10 +0000
1800@@ -0,0 +1,42 @@
1801+# This file contains fixed global exclude patterns
1802+
1803+*~
1804+~$*
1805+.~lock.*
1806+~*.tmp
1807+]*.~*
1808+]Icon\r*
1809+].DS_Store
1810+].ds_store
1811+._*
1812+]Thumbs.db
1813+System Volume Information
1814+
1815+.*.sw?
1816+.*.*sw?
1817+
1818+].TemporaryItems
1819+].Trashes
1820+].DocumentRevisions-V100
1821+].Trash-*
1822+.fseventd
1823+.apdisk
1824+
1825+.directory
1826+
1827+*.part
1828+*.filepart
1829+*.crdownload
1830+
1831+*.kate-swp
1832+*.gnucash.tmp-*
1833+
1834+.synkron.*
1835+.sync.ffs_db
1836+.symform
1837+.symform-store
1838+.fuse_hidden*
1839+*.unison
1840+.nfs*
1841+
1842+My Saved Places.
1843
1844=== added directory 'Owncloud-Sync/lib/aarch64-linux-gnu/lib'
1845=== added symlink 'Owncloud-Sync/lib/aarch64-linux-gnu/lib/libowncloud_csync.so.0'
1846=== target is 'libowncloud_csync.so.2.5.3'
1847=== added file 'Owncloud-Sync/lib/aarch64-linux-gnu/lib/libowncloud_csync.so.2.5.3'
1848Binary files Owncloud-Sync/lib/aarch64-linux-gnu/lib/libowncloud_csync.so.2.5.3 1970-01-01 00:00:00 +0000 and Owncloud-Sync/lib/aarch64-linux-gnu/lib/libowncloud_csync.so.2.5.3 2021-04-06 08:58:10 +0000 differ
1849=== added symlink 'Owncloud-Sync/lib/aarch64-linux-gnu/lib/libowncloudsync.so.0'
1850=== target is 'libowncloudsync.so.2.5.3'
1851=== added file 'Owncloud-Sync/lib/aarch64-linux-gnu/lib/libowncloudsync.so.2.5.3'
1852Binary files Owncloud-Sync/lib/aarch64-linux-gnu/lib/libowncloudsync.so.2.5.3 1970-01-01 00:00:00 +0000 and Owncloud-Sync/lib/aarch64-linux-gnu/lib/libowncloudsync.so.2.5.3 2021-04-06 08:58:10 +0000 differ
1853=== modified file 'Owncloud-Sync/ui/AboutPage.qml'
1854--- Owncloud-Sync/ui/AboutPage.qml 2019-11-04 03:38:41 +0000
1855+++ Owncloud-Sync/ui/AboutPage.qml 2021-04-06 08:58:10 +0000
1856@@ -56,7 +56,7 @@
1857 width: parent.width
1858 horizontalAlignment: Text.AlignHCenter
1859 // TRANSLATORS: Owncloud Sync version number e.g Version 0.1
1860- text: i18n.tr("App Version %1").arg("0.5")
1861+ text: i18n.tr("App Version %1").arg(Qt.application.version)
1862 }
1863 Label{
1864 width: parent.width
1865@@ -79,7 +79,7 @@
1866 width: parent.width
1867 horizontalAlignment: Text.AlignHCenter
1868 wrapMode: Text.WordWrap
1869- text: i18n.tr("If you are willing to help please look at %1").arg("<a href=\"https://bugs.launchpad.net/owncloud-sync\">the bug list</a>")
1870+ text: i18n.tr("If you are willing to help please look at %1").arg("<a href=\"https://bugs.launchpad.net/owncloud-sync/ubsync/+bugs\">the bug list</a>")
1871 onLinkActivated: Qt.openUrlExternally(link)
1872 }
1873 }
1874
1875=== modified file 'Owncloud-Sync/ui/AccountSettingsPage.qml'
1876--- Owncloud-Sync/ui/AccountSettingsPage.qml 2018-10-29 17:39:26 +0000
1877+++ Owncloud-Sync/ui/AccountSettingsPage.qml 2021-04-06 08:58:10 +0000
1878@@ -25,7 +25,7 @@
1879 trailingActionBar{
1880 actions: [
1881 Action {
1882- iconName: "contact"
1883+ iconName: "add"
1884 onTriggered: PopupUtils.open(dialogComponent)
1885 }
1886 ]
1887@@ -183,7 +183,7 @@
1888 }*/
1889
1890 ///////////////////////////////////////////////////
1891- //Add Online Account connection
1892+ //Add Online Acocunt connection
1893
1894 Timer {
1895 interval: 450
1896@@ -234,7 +234,7 @@
1897 id: dialogComponent
1898 Dialog {
1899 id: dialog
1900- title: i18n.tr("Choose a Nextcloud Account")
1901+ title: i18n.tr("Choose an Owncloud/Nextcloud Account")
1902
1903 Repeater {
1904 model: accounts
1905@@ -255,14 +255,19 @@
1906 margins: units.gu(1)
1907 }
1908 visible: accounts.count === 0
1909- text: i18n.tr("No Nextcloud accounts available. Tap on the button below to add an account.")
1910+ text: i18n.tr("No Owncloud/Nextcloud accounts available. Tap on the button below to add an account.")
1911 wrapMode: Text.Wrap
1912 }
1913
1914 Button {
1915- text: i18n.tr("Add a new account")
1916+ text: i18n.tr("Add a new NextCloud account")
1917 onClicked: accounts.requestAccess(accounts.applicationId + "_nextcloud", {})
1918 }
1919+
1920+ Button {
1921+ text: i18n.tr("Add a new OwnCloud account")
1922+ onClicked: accounts.requestAccess(accounts.applicationId + "_owncloud", {})
1923+ }
1924
1925 Button {
1926 text: i18n.tr("Cancel")
1927
1928=== modified file 'Owncloud-Sync/ui/Accounts.qml'
1929--- Owncloud-Sync/ui/Accounts.qml 2018-08-09 03:52:33 +0000
1930+++ Owncloud-Sync/ui/Accounts.qml 2021-04-06 08:58:10 +0000
1931@@ -8,7 +8,7 @@
1932
1933 header: PageHeader {
1934 property string username: owncloud.settings.username.charAt(0).toUpperCase() + owncloud.settings.username.slice(1);
1935- title: username ? i18n.tr("%1's Nextcloud").arg(username) : i18n.tr("Nextcloud")
1936+ title: username ? i18n.tr("%1's Cloud").arg(username) : i18n.tr("Cloud")
1937 flickable: flickable
1938
1939 trailingActionBar{
1940
1941=== modified file 'Owncloud-Sync/ui/SyncServicePage.qml'
1942--- Owncloud-Sync/ui/SyncServicePage.qml 2019-11-04 03:38:41 +0000
1943+++ Owncloud-Sync/ui/SyncServicePage.qml 2021-04-06 08:58:10 +0000
1944@@ -46,6 +46,7 @@
1945 onClicked: {
1946 console.log("Accounts.qml - onButtonClicked - Start Sync daemon")
1947 connectionStatus.status = serviceController.serviceRunning ? i18n.tr("Stop Service") : i18n.tr("Start Service")
1948+ connectionStatus.indicationIcon = serviceController.serviceRunning ? "paused" : "updating"
1949 serviceController.setServiceRunning(!serviceController.serviceRunning)
1950 }
1951 }
1952@@ -68,6 +69,7 @@
1953 console.log("Accounts.qml - onButtonClicked - Start Sync")
1954 daemonController.forceSync();
1955 connectionStatus.status = i18n.tr("Sync Starting")
1956+ connectionStatus.indicationIcon = "updating"
1957 }
1958 }
1959 }
1960
1961=== modified file 'Owncloud-Sync/ui/SyncSettingsPage.qml'
1962--- Owncloud-Sync/ui/SyncSettingsPage.qml 2018-08-09 03:52:33 +0000
1963+++ Owncloud-Sync/ui/SyncSettingsPage.qml 2021-04-06 08:58:10 +0000
1964@@ -103,6 +103,14 @@
1965 //Shown if there are no sync items in the database
1966 anchors{centerIn: parent}
1967
1968+
1969+
1970+ Label{
1971+ visible: !folderListModel.count
1972+ text: i18n.tr("No folders, press")
1973+ anchors{horizontalCenter: parent.horizontalCenter; bottom: addIcon.top; bottomMargin: units.gu(2)}
1974+ }
1975+
1976 Icon {
1977 id: addIcon
1978 visible: !folderListModel.count
1979@@ -114,7 +122,7 @@
1980
1981 Label{
1982 visible: !folderListModel.count
1983- text: i18n.tr("Add Folders")
1984+ text: i18n.tr("on the panel to add a new folder")
1985 anchors{horizontalCenter: parent.horizontalCenter; top: addIcon.bottom; topMargin: units.gu(2)}
1986 }
1987 }
1988@@ -179,6 +187,7 @@
1989
1990 if(!owncloudsync.networkAvailable){
1991 connectionStatus.status = i18n.tr("No Network Available")
1992+ connectionStatus.indicationIcon = "offline"
1993 }else{
1994
1995 apl.addPageToNextColumn(syncSettings, Qt.resolvedUrl("WebdavFileBrowser.qml"), {caller:remoteText})
1996
1997=== modified file 'Owncloud-Sync/ui/WebdavFileBrowser.qml'
1998--- Owncloud-Sync/ui/WebdavFileBrowser.qml 2018-11-09 03:09:03 +0000
1999+++ Owncloud-Sync/ui/WebdavFileBrowser.qml 2021-04-06 08:58:10 +0000
2000@@ -29,6 +29,7 @@
2001 onFolderChanged: {
2002 connectionStatus.spinner = true
2003 connectionStatus.status = i18n.tr("Loading")
2004+ connectionStatus.indicationIcon = "updating"
2005 }
2006 onCountChanged: {
2007 connectionStatus.hide()
2008
2009=== modified file 'OwncloudSync/servicecontrol.cpp'
2010--- OwncloudSync/servicecontrol.cpp 2018-08-09 03:52:33 +0000
2011+++ OwncloudSync/servicecontrol.cpp 2021-04-06 08:58:10 +0000
2012@@ -31,7 +31,9 @@
2013 return false;
2014 }
2015 QFile f(QDir::homePath() + "/.config/upstart/" + m_serviceName + ".conf");
2016- return f.exists();
2017+ QFile fVer(QDir::homePath() + "/.config/upstart/" + m_serviceName + ".version");
2018+
2019+ return (f.exists() && fVer.exists());
2020 }
2021
2022 bool ServiceControl::installServiceFile()
2023@@ -42,15 +44,30 @@
2024 }
2025
2026 QFile f(QDir::homePath() + "/.config/upstart/" + m_serviceName + ".conf");
2027+ // version info file was create to support smooth updates for users with
2028+ // non-multiarch UBsync version, as paths in the config file changed
2029+ // and it must be updated when upgarding to multiarch ...
2030+ QFile fVer(QDir::homePath() + "/.config/upstart/" + m_serviceName + ".version");
2031+
2032 if (f.exists()) {
2033- qDebug() << "Service file already existing...";
2034- return false;
2035+ // test if the app is not too old - to handle with v0.5 and older updates
2036+ if (fVer.exists()) {
2037+ qDebug() << "Service file already exist...";
2038+ return false;
2039+ } else {
2040+ qDebug() << "OLD service file exist - updating ... ";
2041+ }
2042 }
2043
2044 if (!f.open(QFile::WriteOnly | QFile::Truncate)) {
2045 qDebug() << "Cannot create service file";
2046 return false;
2047 }
2048+
2049+ if (!fVer.open(QFile::WriteOnly | QFile::Truncate)) {
2050+ qDebug() << "Cannot create version file";
2051+ return false;
2052+ }
2053
2054 //QString appDir = qApp->applicationDirPath();
2055 QString appDir = QDir::currentPath();
2056@@ -62,17 +79,23 @@
2057
2058 f.write("start on started unity8\n");
2059 f.write("pre-start script\n");
2060- f.write(" initctl set-env LD_LIBRARY_PATH=/opt/click.ubuntu.com/ubsync/current/Owncloud-Sync/lib/arm-linux-gnueabihf/lib\n");
2061- f.write("end script\n");
2062-
2063- // This works on desktop
2064- //f.write("exec " + appDir.toUtf8() + "/" + m_serviceName.toUtf8() + "/" + m_serviceName.toUtf8() + "\n");
2065- //Mobile
2066- // Try to replace version with "current" to be more robust against updates
2067- // Temporary fix for updates
2068- //f.write("exec " + appDir.toUtf8() + "/lib/arm-linux-gnueabihf/bin/" + m_serviceName.toUtf8() + "\n");
2069+#if INTPTR_MAX == INT64_MAX
2070+ f.write(" initctl set-env LD_LIBRARY_PATH=/opt/click.ubuntu.com/ubsync/current/lib/aarch64-linux-gnu/\n");
2071+ f.write("end script\n");
2072+ f.write("exec /opt/click.ubuntu.com/ubsync/current/lib/aarch64-linux-gnu/bin/" + m_serviceName.toUtf8() + "\n");
2073+#else
2074+ //f.write(" initctl set-env LD_LIBRARY_PATH=/opt/click.ubuntu.com/ubsync/current/Owncloud-Sync/lib/arm-linux-gnueabihf/lib\n");
2075+ f.write(" initctl set-env LD_LIBRARY_PATH=/opt/click.ubuntu.com/ubsync/current/lib/arm-linux-gnueabihf/\n");
2076+ f.write("end script\n");
2077 f.write("exec /opt/click.ubuntu.com/ubsync/current/lib/arm-linux-gnueabihf/bin/" + m_serviceName.toUtf8() + "\n");
2078+#endif
2079+
2080 f.close();
2081+
2082+ // Indicate "multiarch" version of this app
2083+ fVer.write("# This is *multiarch* version info only, do not remove this file!\n");
2084+ fVer.close();
2085+
2086 return true;
2087 }
2088
2089@@ -83,7 +106,9 @@
2090 return false;
2091 }
2092 QFile f(QDir::homePath() + "/.config/upstart/" + m_serviceName + ".conf");
2093- return f.remove();
2094+ QFile fVer(QDir::homePath() + "/.config/upstart/" + m_serviceName + ".version");
2095+
2096+ return (f.remove() && fVer.remove());
2097 }
2098
2099 bool ServiceControl::serviceRunning() const
2100
2101=== modified file 'OwncloudSyncd/owncloudsyncd.cpp'
2102--- OwncloudSyncd/owncloudsyncd.cpp 2019-11-04 03:38:41 +0000
2103+++ OwncloudSyncd/owncloudsyncd.cpp 2021-04-06 08:58:10 +0000
2104@@ -150,10 +150,17 @@
2105
2106 QString owncloudcmd;
2107
2108- if( QFile("/opt/click.ubuntu.com/ubsync/current/Owncloud-Sync/lib/arm-linux-gnueabihf/bin/owncloudcmd").exists()){
2109- owncloudcmd = "/opt/click.ubuntu.com/ubsync/current/Owncloud-Sync/lib/arm-linux-gnueabihf/bin/owncloudcmd";
2110+#if INTPTR_MAX == INT64_MAX
2111+ qDebug() << "Arm64";
2112+ if( QFile("/opt/click.ubuntu.com/ubsync/current/lib/aarch64-linux-gnu/bin/owncloudcmd").exists()){
2113+ owncloudcmd = "/opt/click.ubuntu.com/ubsync/current/lib/aarch64-linux-gnu/bin/owncloudcmd";
2114+#else
2115+ qDebug() << "Arm32";
2116+ if( QFile("/opt/click.ubuntu.com/ubsync/current/lib/arm-linux-gnueabihf/bin/owncloudcmd").exists()){
2117+ owncloudcmd = "/opt/click.ubuntu.com/ubsync/current/lib/arm-linux-gnueabihf/bin/owncloudcmd";
2118+#endif
2119 qDebug() << "Using Arm owncloudcmd Binary - Mobile";
2120- }else{
2121+ } else{
2122 owncloudcmd = "owncloudcmd";
2123 qDebug() << "Using Local owncloudcmd Binary - Desktop";
2124 }
2125
2126=== modified file 'README.md'
2127--- README.md 2018-11-09 03:09:03 +0000
2128+++ README.md 2021-04-06 08:58:10 +0000
2129@@ -1,9 +1,23 @@
2130+**This repository is related to the discussion at [forums.ubports.com](https://forums.ubports.com/topic/5116/help-creating-an-ubsync-arm64-version/30) related to missing amr64 support for UBsync**
2131+
2132+**This fork needs revision: armhf build completely untested, while the arm64 build is poorly tested**
2133+
2134+**This project will be merged back to launchpad, the last version here currently works, but it is for testing only**
2135+
2136 # Project presentation
2137
2138 <img src="https://framagit.org/ernesst/UBsync/raw/master/Owncloud-Sync/UBsync.png" width="196">
2139
2140 UBsync is a forked of [ownCloud-sync](https://launchpad.net/owncloud-sync) dedicated to Nextcloud application for **Ubuntu touch 16.04**, supported by [Ubports](https://www.ubports.com).
2141
2142+# Multiarch Changelog (03-02-2021)
2143+1. clickable.json added
2144+1. arm64 version of owncloudcmd is 2.5.3; arm32 remains unchanged
2145+1. arch detection and paths to owncloudcmd changed in *OwncloudSyncd/owncloudsyncd.cpp*
2146+1. arch detection and paths for libs added to *OwncloudSync/servicecontrol.cpp*
2147+1. included support for owncloud account in ubuntu-touch (up to now, only nextcloud account was used, even those behave equaly from the UBsync point of view)
2148+1. [build instructions](BUILD.md)
2149+
2150 # 0.4 Changelog
2151 1. Migrate the source to https://launchpad.net/owncloud-sync
2152 1. Allo to synchronize hidden folder on the phone
2153
2154=== modified file 'UBsync.pro'
2155--- UBsync.pro 2019-11-04 03:38:41 +0000
2156+++ UBsync.pro 2021-04-06 08:58:10 +0000
2157@@ -3,6 +3,8 @@
2158 # file and takes care of subprojects
2159 TEMPLATE = subdirs
2160
2161+CONFIG += -std=gnu++11
2162+
2163 #load Ubuntu specific features
2164 load(ubuntu-click)
2165
2166@@ -45,3 +47,5 @@
2167 QMAKE_EXTRA_TARGETS += aptest unittest
2168
2169 DISTFILES += \
2170+
2171+
2172
2173=== added directory 'build'
2174=== added file 'build/.placeholder'
2175=== added file 'clickable.json'
2176--- clickable.json 1970-01-01 00:00:00 +0000
2177+++ clickable.json 2021-04-06 08:58:10 +0000
2178@@ -0,0 +1,11 @@
2179+{
2180+ "builder": "qmake",
2181+ "install_lib": [
2182+ "${ROOT}/Owncloud-Sync/lib/${ARCH_TRIPLET}/lib/libowncloud_csync.so*",
2183+ "${ROOT}/Owncloud-Sync/lib/${ARCH_TRIPLET}/lib/libowncloudsync.so*"
2184+ ],
2185+ "install_bin": [
2186+ "${ROOT}/Owncloud-Sync/lib/${ARCH_TRIPLET}/bin/owncloudcmd",
2187+ "${ROOT}/Owncloud-Sync/lib/${ARCH_TRIPLET}/bin/sync-exclude.lst"
2188+ ]
2189+}
2190
2191=== modified file 'manifest.json.in'
2192--- manifest.json.in 2019-11-04 03:38:41 +0000
2193+++ manifest.json.in 2021-04-06 08:58:10 +0000
2194@@ -1,7 +1,7 @@
2195 {
2196 "name": "ubsync",
2197- "description": "A tool to synchronise Utouch to your Nextcloud server",
2198- "architecture": "armhf",
2199+ "description": "A tool to synchronise Utouch to your ownCloud/nextCloud server",
2200+ "architecture": "@CLICK_ARCH@",
2201 "title": "UBsync",
2202 "hooks": {
2203 "UBsync": {
2204@@ -10,7 +10,7 @@
2205 "desktop": "Owncloud-Sync/UBsync.desktop"
2206 }
2207 },
2208- "version": "0.5",
2209+ "version": "0.6-dev",
2210 "maintainer": "Ern st <slash.tux@gmail.com>",
2211 "framework": "ubuntu-sdk-16.04"
2212 }
2213
2214=== removed file 'po/owncloud-sync.pot'
2215=== removed file 'po/ubsync.pot'

Subscribers

People subscribed via source and target branches