Roeland Jago Douma [Thu, 20 Aug 2015 11:40:10 +0000 (13:40 +0200)]
Allow setting op public upload on link shares
Roeland Jago Douma [Thu, 20 Aug 2015 11:39:44 +0000 (13:39 +0200)]
Also parse capabilitie for public uploads
Roeland Douma [Wed, 14 Oct 2015 10:38:03 +0000 (12:38 +0200)]
Merge pull request #3923 from owncloud/check_shareapi_available
Provide information about share availablity for files
Roeland Jago Douma [Tue, 6 Oct 2015 07:39:24 +0000 (09:39 +0200)]
Add SHARE_STATUS socketAPI command
This command allows to retrieve the share status of a file. In other
words if it can be shared.
Roeland Jago Douma [Tue, 6 Oct 2015 07:07:45 +0000 (09:07 +0200)]
Extended capabilities API
* Naming of capabilities is now a bit more consistent
Christian Kamm [Wed, 14 Oct 2015 09:34:30 +0000 (11:34 +0200)]
AccountSettings: Show disabled 'Add Folder' tooltip on click #3645
Christian Kamm [Tue, 13 Oct 2015 13:01:59 +0000 (15:01 +0200)]
ExcludedFiles: Add test
Christian Kamm [Tue, 13 Oct 2015 10:53:38 +0000 (12:53 +0200)]
Exclusion: Fix confusion with relative and absolute paths
Christian Kamm [Tue, 13 Oct 2015 10:37:27 +0000 (12:37 +0200)]
SelectiveSync: Don't adjust removed path
Klaas Freitag [Fri, 9 Oct 2015 11:02:02 +0000 (13:02 +0200)]
FileSystem: Reuse the FileInfo object that is created in the caller.
With that, a lot of stats can be avoided, ie. in SocketAPI
Klaas Freitag [Thu, 8 Oct 2015 16:26:30 +0000 (18:26 +0200)]
SocketAPI: String concat optimization as learned on QtWS.
Klaas Freitag [Thu, 8 Oct 2015 14:20:42 +0000 (16:20 +0200)]
Propagatorjobs: Removed superflous semicolon.
Klaas Freitag [Tue, 6 Oct 2015 13:36:43 +0000 (15:36 +0200)]
Merge pull request #3899 from sebasje/sebas/cmake
fix multiarch library path for Debian/Ubuntu
Klaas Freitag [Tue, 6 Oct 2015 12:49:54 +0000 (14:49 +0200)]
Merge pull request #3919 from phil-davis/libsynctypos
libsync comment and message typos for master
Klaas Freitag [Tue, 6 Oct 2015 12:46:00 +0000 (14:46 +0200)]
Merge pull request #3920 from phil-davis/guitypos
GUI comment and message typos for master
Phil Davis [Mon, 5 Oct 2015 04:21:19 +0000 (10:06 +0545)]
GUI comment and message typos for master
Phil Davis [Mon, 5 Oct 2015 03:20:09 +0000 (09:05 +0545)]
libtypos comment and message typos for master
Klaas Freitag [Sun, 4 Oct 2015 15:59:45 +0000 (17:59 +0200)]
Merge pull request #3916 from RealRancor/fix_rst_syntax
Fix linkname in architecture.rst.
RealRancor [Sat, 3 Oct 2015 19:42:23 +0000 (21:42 +0200)]
Fix linkname in architecture.rst.
Christian Kamm [Fri, 2 Oct 2015 11:22:52 +0000 (13:22 +0200)]
SelectiveSync: Apply excludes #3876
Christian Kamm [Fri, 2 Oct 2015 07:40:44 +0000 (09:40 +0200)]
FolderWatcher: Use csync exclude code #3805
Introduce a global ExcludedFiles instance to avoid loading the global
exclude lists several times.
One could still add per-folder exclude lists by checking these after
the global ones.
Christian Kamm [Fri, 2 Oct 2015 13:48:44 +0000 (15:48 +0200)]
Tray: Change texts #3657
Christian Kamm [Fri, 2 Oct 2015 13:44:50 +0000 (15:44 +0200)]
Merge branch '2.0'
Conflicts:
doc/images/menu.png
doc/images/settings_network.png
Christian Kamm [Fri, 2 Oct 2015 13:25:34 +0000 (15:25 +0200)]
Network errors: Use exception name, if message is empty #2718
Christian Kamm [Fri, 2 Oct 2015 13:17:19 +0000 (15:17 +0200)]
Remove dead code
no_recursive_propfind does not exist anymore.
Christian Kamm [Wed, 30 Sep 2015 13:34:50 +0000 (15:34 +0200)]
Propagation: Try another sync on 423 Locked #3387
(cherry picked from commit
24c41ed0da00b61e1bb761594147e463fabb7aa0)
Christian Kamm [Wed, 30 Sep 2015 12:00:53 +0000 (14:00 +0200)]
Propagation: Make 423 Locked a soft error #3387
(cherry picked from commit
20ea9015caede409f0159e09475b4b848f69e54c)
Christian Kamm [Fri, 2 Oct 2015 08:58:29 +0000 (10:58 +0200)]
Fix the Qt4 build.
Jenkins for ownCloud [Fri, 2 Oct 2015 06:19:01 +0000 (02:19 -0400)]
[tx-robot] updated from transifex
Christian Kamm [Thu, 1 Oct 2015 13:39:28 +0000 (15:39 +0200)]
Ignores: Sync after update #3876
Christian Kamm [Thu, 1 Oct 2015 13:00:33 +0000 (15:00 +0200)]
Checksums: Prepare 'supported checksums' capability #3735
It currently always returns the empty list and thus has no effect.
Christian Kamm [Wed, 30 Sep 2015 13:34:50 +0000 (15:34 +0200)]
Propagation: Try another sync on 423 Locked #3387
Christian Kamm [Thu, 1 Oct 2015 09:39:09 +0000 (11:39 +0200)]
Propagator: Download disk space checks #2939
* There's a critical 50 MB threshold under which syncs abort
(OWNCLOUD_CRITICAL_FREE_SPACE)
* The sync client always keeps 250 MB free
(OWNCLOUD_FREE_SPACE)
Christian Kamm [Wed, 30 Sep 2015 13:07:45 +0000 (15:07 +0200)]
Sync: An initial diskspace check #2939
* Before each sync, check that there are at least
250 MB of space available and abort otherwise.
* Can be overridden with OWNCLOUD_MIN_FREE_SPACE
Jenkins for ownCloud [Thu, 1 Oct 2015 06:18:59 +0000 (02:18 -0400)]
[tx-robot] updated from transifex
Christian Kamm [Wed, 30 Sep 2015 12:00:53 +0000 (14:00 +0200)]
Propagation: Make 423 Locked a soft error #3387
Christian Kamm [Wed, 30 Sep 2015 09:40:33 +0000 (11:40 +0200)]
Application: Fix crash on early shutdown #3898
Jenkins for ownCloud [Wed, 30 Sep 2015 06:19:15 +0000 (02:19 -0400)]
[tx-robot] updated from transifex
Klaas Freitag [Tue, 29 Sep 2015 15:00:06 +0000 (17:00 +0200)]
AccountSettings: Disable context menu of sync folders when not connected.
This is the second part to fix #3860
Klaas Freitag [Tue, 29 Sep 2015 07:29:59 +0000 (09:29 +0200)]
SetupWizard: Removed unused member variables.
Jenkins for ownCloud [Tue, 29 Sep 2015 06:19:10 +0000 (02:19 -0400)]
[tx-robot] updated from transifex
Sebastian Kügler [Mon, 28 Sep 2015 22:12:13 +0000 (00:12 +0200)]
Simplify creating the library path
Instead of checking whether the library path ends up somewhere in /usr,
set the architecture prefix, anyway. The library path mechanism is also
used in custom prefixes, without this change, the library gets installed
globally on Debian and Ubuntu, leading to non-standard behaviour and
cross-build problems, as multiple architecture builds of this library
can't be installed alongside each other.
This is the minimal change to correct this behaviour from upstream cmake.
Markus Goetz [Mon, 28 Sep 2015 20:51:16 +0000 (22:51 +0200)]
Linux: Don't show settings dialog always when launched twice
For #3273 #3771 #3485
See also
d503221b2e22109eb9f2a3d875dcd247dd8b4cf9
RealRancor [Sun, 27 Sep 2015 18:19:06 +0000 (20:19 +0200)]
Fix registry key syntax in FAQ.
Daniel Molkentin [Sun, 27 Sep 2015 18:38:13 +0000 (20:38 +0200)]
Merge pull request #3892 from RealRancor/fix_faq
Fix registry key syntax in FAQ.
RealRancor [Sun, 27 Sep 2015 18:19:06 +0000 (20:19 +0200)]
Fix registry key syntax in FAQ.
Jenkins for ownCloud [Sat, 26 Sep 2015 06:19:01 +0000 (02:19 -0400)]
[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 26 Sep 2015 05:15:34 +0000 (01:15 -0400)]
[tx-robot] updated from transifex
Markus Goetz [Fri, 25 Sep 2015 22:24:51 +0000 (00:24 +0200)]
GUI: Change tray menu order #3657
Klaas Freitag [Fri, 25 Sep 2015 15:52:39 +0000 (17:52 +0200)]
Merge pull request #3884 from owncloud/fix_3860
AccountSettings: Do not allow to expand folder list when disconnected.
Klaas Freitag [Fri, 25 Sep 2015 15:36:41 +0000 (17:36 +0200)]
win32 vio: Add the OPEN_REPARSE_POINTS flag to the CreateFileW call.
Otherwise win32 api simply does not open reparse points at all,
such as junctions.
This will improve the user experience of #3813 as we now identify
the junctions as symlinks.... and ignore them properly.
Klaas Freitag [Fri, 25 Sep 2015 11:57:44 +0000 (13:57 +0200)]
AccountSettings: only expand root elements on single click.
Also, toggle expanding on single click for root elements.
Klaas Freitag [Fri, 25 Sep 2015 10:22:51 +0000 (12:22 +0200)]
AccountSettings: Do not allow to expand the folder list when disconnected.
This is supposed to fix #3860
Klaas Freitag [Thu, 24 Sep 2015 14:02:08 +0000 (16:02 +0200)]
Use application SHORT name for the name of the MacOSX pkg file.
THis is because of https://github.com/owncloud/ownbrander/issues/445
Jenkins for ownCloud [Wed, 23 Sep 2015 06:19:00 +0000 (02:19 -0400)]
[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 23 Sep 2015 05:15:36 +0000 (01:15 -0400)]
[tx-robot] updated from transifex
Carla Schroder [Tue, 22 Sep 2015 15:22:55 +0000 (08:22 -0700)]
Merge pull request #3868 from owncloud/moardocupdates
perty new screenies and updates
Jenkins for ownCloud [Tue, 22 Sep 2015 06:19:03 +0000 (02:19 -0400)]
[tx-robot] updated from transifex
Carla Schroder [Mon, 21 Sep 2015 17:19:49 +0000 (10:19 -0700)]
corrections
Jenkins for ownCloud [Mon, 21 Sep 2015 06:18:40 +0000 (02:18 -0400)]
[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 20 Sep 2015 06:18:33 +0000 (02:18 -0400)]
[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 19 Sep 2015 06:19:12 +0000 (02:19 -0400)]
[tx-robot] updated from transifex
Carla Schroder [Fri, 18 Sep 2015 21:36:00 +0000 (14:36 -0700)]
perty new screenies and updates
Carla Schroder [Fri, 18 Sep 2015 16:09:26 +0000 (09:09 -0700)]
Merge pull request #3866 from owncloud/fixpr
restore missing image to fix build failure of PR 3838
Carla Schroder [Fri, 18 Sep 2015 16:03:32 +0000 (09:03 -0700)]
restore missing image to fix build failure of PR 3838
Carla Schroder [Fri, 18 Sep 2015 15:09:11 +0000 (08:09 -0700)]
Merge pull request #3838 from owncloud/docfixes
move new features to introduction, fix missing images
Christian Kamm [Fri, 18 Sep 2015 12:34:01 +0000 (14:34 +0200)]
FolderMan: Fix for removing a syncing folder #3843
We can't schedule the next folder if we aren't notified that
the removed folder has finished syncing...
Christian Kamm [Fri, 18 Sep 2015 10:12:53 +0000 (12:12 +0200)]
ConnectionMethodDialog: Don't be insecure on close #3863
Christian Kamm [Fri, 18 Sep 2015 09:58:10 +0000 (11:58 +0200)]
Updater: Ensure folders are not removed #3747
Jenkins for ownCloud [Fri, 18 Sep 2015 06:19:38 +0000 (02:19 -0400)]
[tx-robot] updated from transifex
Carla Schroder [Fri, 18 Sep 2015 00:44:21 +0000 (17:44 -0700)]
remove ugly images
Carla Schroder [Fri, 18 Sep 2015 00:41:22 +0000 (17:41 -0700)]
nice new screenshots from windows pc
Daniel Molkentin [Thu, 17 Sep 2015 12:47:54 +0000 (14:47 +0200)]
Revert "NSIS: Try to ignore (invalid) errors from NSIS UAC"
This reverts commit
38eaf241fa98ec3cdcd56a1096a05232aeccdf23.
Christian Kamm [Thu, 17 Sep 2015 11:48:05 +0000 (13:48 +0200)]
Settings: Add debug output #3820
Daniel Molkentin [Thu, 17 Sep 2015 11:37:48 +0000 (13:37 +0200)]
NSIS: Try to ignore (invalid) errors from NSIS UAC
Christian Kamm [Thu, 17 Sep 2015 10:14:35 +0000 (12:14 +0200)]
Folder settings: Ensure path is cleaned #3811
Paths with a trailing backslash lead to a failing sync beforehand.
These paths can appear in some migration scenarios.
Christian Kamm [Thu, 17 Sep 2015 08:12:23 +0000 (10:12 +0200)]
Propagator: Simplify sub job finished counting #3844
Jenkins for ownCloud [Thu, 17 Sep 2015 06:19:04 +0000 (02:19 -0400)]
[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 17 Sep 2015 05:15:41 +0000 (01:15 -0400)]
[tx-robot] updated from transifex
Carla Schroder [Wed, 16 Sep 2015 16:45:50 +0000 (09:45 -0700)]
new screenshots and revised installation page
Markus Goetz [Wed, 16 Sep 2015 15:17:00 +0000 (11:17 -0400)]
Share dialog: Hide settings dialog before showing #3783
Markus Goetz [Wed, 16 Sep 2015 15:06:32 +0000 (11:06 -0400)]
UI: Only expand 1 level in folder list #3585
Jenkins for ownCloud [Wed, 16 Sep 2015 07:44:15 +0000 (03:44 -0400)]
[tx-robot] updated from transifex
Markus Goetz [Wed, 16 Sep 2015 01:08:27 +0000 (21:08 -0400)]
ConnectionValidator: Fix warning
Markus Goetz [Wed, 16 Sep 2015 01:07:04 +0000 (21:07 -0400)]
UI: Allow folder expanding from button click #3585
Markus Goetz [Wed, 16 Sep 2015 00:59:27 +0000 (20:59 -0400)]
UI: Expand folder treeview on single click #3585
Carla Schroder [Tue, 15 Sep 2015 23:34:45 +0000 (16:34 -0700)]
move new features to introduction, fix missing images
Daniel Molkentin [Mon, 14 Sep 2015 12:06:56 +0000 (14:06 +0200)]
Merge pull request #3810 from owncloud/phil-davis-remove-all
Remove all files text edit
Daniel Molkentin [Mon, 14 Sep 2015 12:05:39 +0000 (14:05 +0200)]
Merge pull request #3806 from owncloud/phil-davis-sync-remove
Adjust message box text for sync removal
Daniel Molkentin [Mon, 14 Sep 2015 11:57:40 +0000 (13:57 +0200)]
SyncEngine: fix typo
Jenkins for ownCloud [Mon, 14 Sep 2015 06:19:02 +0000 (02:19 -0400)]
[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 14 Sep 2015 05:15:35 +0000 (01:15 -0400)]
[tx-robot] updated from transifex
Markus Goetz [Sun, 13 Sep 2015 22:46:55 +0000 (00:46 +0200)]
Merge pull request #3818 from owncloud/phil-davis-patch-1
OCUpdater description text
Jenkins for ownCloud [Sun, 13 Sep 2015 06:19:13 +0000 (02:19 -0400)]
[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 13 Sep 2015 05:15:38 +0000 (01:15 -0400)]
[tx-robot] updated from transifex
Markus Goetz [Sun, 13 Sep 2015 00:57:49 +0000 (20:57 -0400)]
ConnectioNValidator: Fix redundant error message
For #3794
Jenkins for ownCloud [Sat, 12 Sep 2015 06:19:07 +0000 (02:19 -0400)]
[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 12 Sep 2015 05:15:36 +0000 (01:15 -0400)]
[tx-robot] updated from transifex
Phil Davis [Sat, 12 Sep 2015 01:40:59 +0000 (07:25 +0545)]
OCUpdater decription text
Make it say something understandable. Looking at previous versions with git blame, the word "not" fits here.
Klaas Freitag [Fri, 11 Sep 2015 16:12:24 +0000 (18:12 +0200)]
csync_update: Handle error if current_fs is zero.