forked from owncloud-archive/owncloud.org
-
Notifications
You must be signed in to change notification settings - Fork 1
/
page-seven.php
448 lines (441 loc) · 23.4 KB
/
page-seven.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
<h1>ownCloud 7 Features</h1>
<p>ownCloud 7 Community Edition has significant feature improvements for users, administrators and developers. Want to learn more about ownCloud from somebody in person? Meet us at an event!</p>
<a href="/events" class="btn btn-lg btn-default">Join an ownCloud event</a></br></br>
Jump to improvements for: <a href="#user">User</a> | <a href="#admin">Admin</a> | <a href="#developer">Developer</a></br>
<a name="user"></a>
<h2>Improvements for Users</h2>
<div class="panel-group" id="accordionUser">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseSix">
<i class="icon-sitemap"></i> Server to Server Sharing
</a>
</h4>
</div>
<div id="collapseSix" class="panel-collapse in">
<div class="panel-body">
ownCloud 7 introduces server to server sharing, allowing you to mount a share from another ownCloud instance and seamlessly collaborate on and share files from within your own ownCloud. This essentially combines two private clouds into a public cloud. You can even have the folder locally synced through the client. No need to create user accounts on your or the other instance - just, once, add the shared folder into your ownCloud. Read more in this <a title="Improved sharing" href="https://owncloud.org/blog/owncloud-7-sneak-peek-improved-sharing/" target="_blank">sneak peek article about Improved Sharing</a>.
<div class="row">
<div class="col-md-3"><img src="<?php echo get_template_directory_uri(); ?>/assets/img/screenshots/server/seven/sharing/s2s0.png" style="width: 100%" alt="..." class="img-thumbnail"></div>
<div class="col-md-3"><img src="<?php echo get_template_directory_uri(); ?>/assets/img/screenshots/server/seven/sharing/s2s1.png" style="width: 100%" alt="..." class="img-thumbnail"></div>
<div class="col-md-3"><img src="<?php echo get_template_directory_uri(); ?>/assets/img/screenshots/server/seven/sharing/s2s2.png" style="width: 100%" alt="..." class="img-thumbnail"></div>
<div class="col-md-3"><img src="<?php echo get_template_directory_uri(); ?>/assets/img/screenshots/server/seven/sharing/s2s3.png" style="width: 100%" alt="..." class="img-thumbnail"></div>
</div>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseOne">
<i class="icon-globe"></i> Improved File Sharing
</a>
</h4>
</div>
<div id="collapseOne" class="panel-collapse collapse">
<div class="panel-body">
The sharing code has been dramatically enhanced, streamlined and improved, making sharing more flexible, faster and accessible via the ownCloud API. These improvements include:</br></br>
<ul>
<li><strong>Sharing by group</strong> – Turn sharing off/on based on group.
<li><strong>File Filters</strong> – See “files shared with me”, “files I shared”, and “files shared with link” from the file view in the web browser.
<li><strong>Shared file owner</strong> – The file owner’s name is displayed on the file browser when a file is shared with you
<li><strong>Force Password</strong> – Admins can force users to set a password when they create shared links which can ensure that files shared outside of ownCloud are properly secured.
<li><strong>Share Link Default and Max Expiration</strong> – Admins can require users to set a password or an expiration date for the link.
<li><strong>No more Shared Folder</strong> – The “Shared” folder has been removed; instead, shared files are identified with the overlay icon representing “shared with me”. (If users are upgrading, they can continue to use the Shared folder they already have.)
</ul>
Read more in this <a title="More sharing!" href="https://owncloud.org/blog/owncloud-7-sneak-peek-more-sharing/" target="_blank">sneak peek 'More Sharing'</a>.
<div class="row">
<div class="col-md-3"><img src="<?php echo get_template_directory_uri(); ?>/assets/img/screenshots/server/seven/sharing/adminoptions.png" style="width: 100%" alt="..." class="img-thumbnail"></div>
<div class="col-md-3"><img src="<?php echo get_template_directory_uri(); ?>/assets/img/screenshots/server/seven/sharing/permissions.png" style="width: 100%" alt="..." class="img-thumbnail"></div>
<div class="col-md-3"><iframe width="420" height="315" src="//www.youtube.com/embed/oy-YwBbHkEE?rel=0" frameborder="0" allowfullscreen></iframe></div>
<div class="col-md-3"></div>
</div>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseFive">
<i class="icon-file-text-o"></i> Improved Documents Capabilities
</a>
</h4>
</div>
<div id="collapseFive" class="panel-collapse collapse">
<div class="panel-body">
In addition to the existing ability to collaboratively edit .odt files within the web browser, ownCloud can now convert Microsoft Word documents
on the fly for online editing. You can open a Word doc online, edit it live with other users in the browser, and close it again –
it will convert back to Word. And, it will be saved back to your desktop with the changes embedded. Read more in this <a title="online collaboration with Documents" href="https://owncloud.org/blog/owncloud-7-sneak-peek-online-collaboration-with-documents/" target="_blank">online collaboration with Documents</a> sneak peek article.
<div class="row">
<div class="col-md-5"><img src="<?php echo get_template_directory_uri(); ?>/assets/img/screenshots/server/seven/documents/documents.png" style="width: 100%" alt="..." class="img-thumbnail"></div>
</div>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseThree">
<i class="icon-lightbulb-o"></i> File Activity Notifications
</a>
</h4>
</div>
<div id="collapseThree" class="panel-collapse collapse">
<div class="panel-body">
The Activities view has been streamlined, giving a cleaner and more efficient look. You can now select the activities you want to record in your activity stream and set preferences for email notifications if:</br></br>
<ul>
<li>A file or folder is shared with you</li>
<li>A new file or folder is created inside a shared folder</li>
<li>A file or folder is changed inside a shared folder</li>
<li>A file or folder has been deleted from inside a shared folder</li>
</ul>
</br>
Emails can be sent to you on a daily, weekly or monthly schedule.
<div class="row">
<div class="col-md-12"><img src="<?php echo get_template_directory_uri(); ?>/assets/img/screenshots/server/seven/activity/options.png" alt="..." class="img-thumbnail"></div>
</div>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseTwo">
<i class="icon-list"></i> New Files View
</a>
</h4>
</div>
<div id="collapseTwo" class="panel-collapse collapse">
<div class="panel-body">
The new user interface of thie Files app gives a much improved user experience with changes including:</br></br>
<ul>
<li><strong>Lazy loading files</strong> – Files are loaded using “lazy loading” which loads files as you scroll down the page, providing faster and more responsive access.</li>
<li><strong>File Sorting</strong> – Files can be sorted in the web browser by name, size and last modified time.</li>
<li><strong>Storage Location Report</strong> – An “external storage” filter enables users to filter files based on external storage location, such as ftp, S3, Swift, Dropbox, Google Drive and more.</li>
</ul>
Read more in this <a title="Performance and Ease of use" href="https://owncloud.org/blog/owncloud-7-sneak-peek/" target="_blank">sneak peek article 'Performance and Ease of use'</a>.
<div class="row">
<div class="col-md-5"><img src="<?php echo get_template_directory_uri(); ?>/assets/img/screenshots/server/seven/files/newview.png" alt="..." class="img-thumbnail"></div>.
<div class="col-md-5"><iframe width="560" height="315" src="//www.youtube.com/embed/qXWZs07Y7jU?rel=0" frameborder="0" allowfullscreen></iframe></div>
</div>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseSeven">
<i class="icon-mobile"></i> Mobile Web Browser Support
</a>
</h4>
</div>
<div id="collapseSeven" class="panel-collapse collapse">
<div class="panel-body">
ownCloud now features a web interface usable on most tablet and mobile browsers. This brings support to devices that don’t have a native app –
like Microsoft Phone and Blackberry OS devices – as well as providing extra options for accessing files stored in ownCloud.
<div class="row">
<div class="col-md-12"><img src="<?php echo get_template_directory_uri(); ?>/assets/img/screenshots/server/seven/files/mobileview.png" alt="..." class="img-thumbnail"></div>
</div>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseEleven">
<i class="icon-lock"></i> Password Strength Indicator
</a>
</h4>
</div>
<div id="collapseEleven" class="panel-collapse collapse">
<div class="panel-body">
When setting up a password in ownCloud, a password strength indicator helps users choose stronger, more secure passwords.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseTen">
<i class="icon-fast-forward"></i> Significant Speed Improvements
</a>
</h4>
</div>
<div id="collapseTen" class="panel-collapse collapse">
<div class="panel-body">
ownCloud web pages render and load faster with new static CSS and JavaScript files. And, ownCloud clients sync faster with
the new parallel upload and download mechanism. There have also been many improvements to database access of ownCloud, improving
responsiveness and decreasing server resource consumption. Read more in this <a title="Performance and Ease of use" href="https://owncloud.org/blog/owncloud-7-sneak-peek/" target="_blank">sneak peek article 'Performance and Ease of use'</a>.
</div>
</div>
</div>
</div>
<a name="admin"></a>
<h2>Improvements for Administrators</h2>
<div class="panel-group" id="accordionAdmin">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseOneAdmin">
<i class="icon-group"></i> New User Management
</a>
</h4>
</div>
<div id="collapseOneAdmin" class="panel-collapse in">
<div class="panel-body">
Admins can take advantage of the improved capabilities for more easily managing users:</br></br>
<ul>
<li>View all ownCloud users in a single scrolling window</li>
<li>Search by user display name using the new text filter</li>
<li>Filter user lists by group</li>
<li>See user attributes including the storage location and last login time</li>
<li>Add new groups with a click of a button.</li>
<li>Add or edit users and user attributes ( i.e. group memberships, quota, and group admin rights)
with improved ease and speed</li>
<li>Enable apps by group</li>
</ul>
Read more in this <a title="ownCloud 7 for system administrators" href="https://owncloud.org/blog/owncloud-7-sneak-peek-owncloud-7-for-admins/" target="_blank">ownCloud 7 for system administrators</a> sneak peek article.
<div class="row">
<div class="col-md-12"><img src="<?php echo get_template_directory_uri(); ?>/assets/img/screenshots/server/seven/settings/usermanagement.png" alt="..." class="img-thumbnail"></div>
</div>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseEightAdmin">
<i class="icon-cloud"></i> External Storage Access
</a>
</h4>
</div>
<div id="collapseEightAdmin" class="panel-collapse collapse">
<div class="panel-body">
The external storage app provides access to storage locations including FTP, Dropbox, Google Drive, sFTP,
Swift, S3, WebDAV, SMB/CIFS and more. Admins can specify which storage type can be added by end users in their personal tab,
providing more granular control over external storage mounts.
<div class="row">
<div class="col-md-12"><img src="<?php echo get_template_directory_uri(); ?>/assets/img/screenshots/server/seven/files/addstorage.png" alt="..." class="img-thumbnail"></div>
</div>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseFourAdmin">
<i class="icon-database"></i> Object Stores as Primary Storage
</a>
</h4>
</div>
<div id="collapseFourAdmin" class="panel-collapse collapse">
<div class="panel-body">
ownCloud can now leverage SWIFT object stores as primary storage for ownCloud files. Now users can choose the best option
for their specific need: local storage, network filesystem mounts, or SWIFT object stores.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseTenAdmin">
<i class="icon-exclamation-triangle"></i> Antivirus Scanner Integration
</a>
</h4>
</div>
<div id="collapseTenAdmin" class="panel-collapse collapse">
<div class="panel-body">
The Antivirus app (with minor customization) may be used with external virus scanners (rather than the default CLAM AV)
in scanning files as they arrive on the server.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseThreeAdmin">
<i class="icon-user"></i> Active Directory / LDAP Enhancements
</a>
</h4>
</div>
<div id="collapseThreeAdmin" class="panel-collapse collapse">
<div class="panel-body">
Several improvements have been made to the LDAP and Active Directory plug in application, improving both the performance
of the application as well as the compatibility with openLDAP, AD and other vendors. For example, the plug-in can now manage
paginated responses to handle tens of thousands of users that are part of a single flat OU.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseTwoAdmin">
<i class="icon-wrench"></i> SMTP Config Wizard
</a>
</h4>
</div>
<div id="collapseTwoAdmin" class="panel-collapse collapse">
<div class="panel-body">
It is now simpler than ever to connect ownCloud to an email server in a simple GUI config wizard, enabling ownCloud
to send automated messages to users – such as the notifications from the Activities app. ownCloud can connect via PHP or using standard
SMTP.
<div class="row">
<div class="col-md-5"><img src="<?php echo get_template_directory_uri(); ?>/assets/img/screenshots/server/seven/settings/mailserversettings.png" alt="..." class="img-thumbnail"></div>
<div class="col-md-5"><iframe width="560" height="315" src="//www.youtube.com/embed/atarLEyLtPY?rel=0" frameborder="0" allowfullscreen></iframe></div>
</div>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseFiveAdmin">
<i class="icon-inbox"></i> Editable Email Templates
</a>
</h4>
</div>
<div id="collapseFiveAdmin" class="panel-collapse collapse">
<div class="panel-body">
Edit the email templates that ownCloud sends for lost password recovery (if using the ownCloud user management), as well
as the template for sending shared files and share links.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseSevenAdmin">
<i class="icon-code"></i> Upgrade / Migration Routine Script
</a>
</h4>
</div>
<div id="collapseSevenAdmin" class="panel-collapse collapse">
<div class="panel-body">
Thanks to improvements in the upgrade tool, the upgrade from previous ownCloud versions to ownCloud 7 will happen more quickly. Additionally, admins can execute scripts to migrate from one database
to another – as part of the command line tools included with ownCloud. For example, a user may migrate from SQLite to MySQL using these tools.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseSixAdmin">
<i class="icon-dashboard"></i> Quota Improvements (including external storage)
</a>
</h4>
</div>
<div id="collapseSixAdmin" class="panel-collapse collapse">
<div class="panel-body">
Admins can set a configuration switch in the ownCloud config file to include or exclude external storage locations
in the calculation of user quota.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseTwelveAdmin">
More Features
</a>
</h4>
</div>
<div id="collapseTwelveAdmin" class="panel-collapse collapse">
<div class="panel-body">
ownCloud 7 builds further on its current admin features to include:</br></br>
<ul>
<li>External storage backend that uses ownCloud credentials to connect to a Samba share</li>
<li>Improved apps management</li>
<li>Overall speed and performance enhancements</li>
</ul>
</div>
</div>
</div>
</div>
<a name="developer"></a>
<h2>Improvements for Developers</h2>
<div class="panel-group" id="accordionDeveloper">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseTwoDev">
<i class="icon-chain-broken"></i> Webhooks
</a>
</h4>
</div>
<div id="collapseTwoDev" class="panel-collapse in">
<div class="panel-body">
Integrate ownCloud into other systems with Webhooks. Apps can publish an event, and other apps can subscribe to
this event using the publication/subscription model (pubsubhub). Developers create an app that registers itself
with the published event manager. From that point forward, any time the event occurs, a POST is made to the URL
provided by the subscriber to notify them of the event. Apps can subscribe to the notification event, unsubscribe,
set a URL to respond to, set a lease time for the subscription, and provide an optional digest used for security purposes.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordionDeveloper" href="#collapseOneDev">
<i class="icon-exchange"></i> Overlay Icon API
</a>
</h4>
</div>
<div id="collapseOneDev" class="panel-collapse collapse">
<div class="panel-body">
A new API allows for a visual representation facilitated by the desktop client shows which files are owned by the user, and which files are shared
with the user but owned by someone else. This API indicates which files are shared, so that the desktop client
and mobile app can place the shared file or shared folder icon appropriately on files stored in ownCloud.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseThreeDev">
<i class="icon-pencil"></i> Developer Documentation
</a>
</h4>
</div>
<div id="collapseThreeDev" class="panel-collapse collapse">
<div class="panel-body">
Access the latest <a href="<?php echo $DOCUMENTATION_DEVELOPER; ?>">developer documentation</a> as you extend ownCloud.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseFourDev">
More Features
</a>
</h4>
</div>
<div id="collapseFourDev" class="panel-collapse collapse">
<div class="panel-body">
ownCloud 7 offers additional developer tools including:</br></br>
<ul>
<li>Better controllers for App Framework</li>
<li>Simple database layer for App Framework</li>
<li>Easy CORS implementation for App Framework</li>
<li>Support DB connections via sockets</li>
</ul>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseFiveDev">
<i class="icon-user"></i> Join the ownCloud Contributor Conference to learn more!
</a>
</h4>
</div>
<div id="collapseFiveDev" class="panel-collapse collapse">
<div class="panel-body">
From August 26-31, ownCloud contributors will gather in Berlin to work on ownCloud. On Saturday the 30th, a Conference day will provide a chance to developers new to ownCloud to learn building ownCloud apps, securing PHP applications, compiling ownCloud unit tests and much more. <a href="/conf/">Find out more and participate</a>!
</div>
</div>
</div>
Read more in the <a title="ownCloud 7 for developers" href="https://owncloud.org/blog/owncloud-7-sneak-peek-owncloud-7-for-developers/" target="_blank">ownCloud 7 for developers</a> sneak preview.
</div>