Commit Graph

2699 Commits

Author SHA1 Message Date
Carla Schroder
a67e8fb6cb redo https://github.com/owncloud/documentation/pull/1276 2015-07-08 09:06:51 -07:00
Carla Schroder
d601f343c2 Merge pull request #1295 from owncloud/curl_example_for_deleting_nonshibpassword
add curl example for deleting non_shib_passwod
2015-07-08 08:48:25 -07:00
Carla Schroder
52e73f7ac7 Merge pull request #1300 from owncloud/fix-occ-encryption-command
fix occ encryption command
2015-07-08 08:46:56 -07:00
Robin McCorkell
6cef60c40d Merge pull request #1299 from Yamaha32088/Yamaha32088-patch-1
Change somaxconn and backlog values to 65535
2015-07-08 16:42:25 +01:00
Björn Schießle
ac1f963895 fix occ encryption command
the correct encryption command is ````occ encryption:migrate```` not ````occ encryption:migrate-keys```` for ownCloud 8.1
2015-07-08 16:55:45 +02:00
Brandon Brown
58b5845df2 Change somaxconn and backlog values to 65535
The value of `somaxconn` is a `ushort` in the kernel and will throw an error if the value is above 65535 instead of silently truncating it. The value of `tcp_max_syn_backlog` should also be equal to or less than the value of `somaxconn` as pointed out here:

http://stackoverflow.com/questions/1198564/programatically-evaluating-the-value-of-somaxconn-to-set-the-listen-backlog-par

Original issue is here:

https://github.com/owncloud/documentation/issues/1293
2015-07-08 09:10:27 -05:00
Daniel Hansson
2a3b53e889 Merge pull request #1294 from owncloud/enoch85-patch-1
Add an Ubuntu pre configured VM
2015-07-08 13:32:12 +02:00
Jörn Friedrich Dreyer
5b4d1dca95 use common hostname and https 2015-07-08 10:49:01 +02:00
Jörn Friedrich Dreyer
91e4f04bda add curl example for deleting non_shib_passwod 2015-07-08 10:06:59 +02:00
Carla Schroder
7d52d0e50d add 8.2 manual links to doc index page 2015-07-07 11:54:42 -07:00
Daniel Hansson
09d1cbf9a1 Add an Ubuntu pre configured VM
Add my own pre-configured ownCloud installation as an alternative to the others. (Tech and Me)
2015-07-07 18:43:32 +02:00
Carla Schroder
b740082b7c gratuitous change to test new jenkins job 2015-07-07 08:44:39 -07:00
Carla Schroder
4d74b0d9c3 Update release_notes.rst 2015-07-07 08:28:31 -07:00
Carla Schroder
fa1e230c85 correct typo 2015-07-07 06:59:08 -07:00
Jos Poortvliet
0be3ac378f small update 2015-07-07 14:51:34 +02:00
Jos Poortvliet
dc030ed219 add note that updating might run in cURL issues 2015-07-07 14:51:26 +02:00
Jos Poortvliet
21ac7ccf47 works on reloading apps page 2015-07-07 14:33:18 +02:00
Jos Poortvliet
ec166fd9ce Update release_notes.rst
note that app updates will fail at first.
2015-07-07 14:33:09 +02:00
Morris Jobke
b01c1d3a82 generate documentation from config.sample.php 2015-07-07 09:44:11 +02:00
Morris Jobke
3213f9d438 Merge pull request #1285 from hostingnuggets/master
Adds fastcgi_intercept_errors for 403/404 pages
2015-07-07 09:17:19 +02:00
Carla Schroder
909290ae04 update doc index page for 8.1 release 2015-07-06 16:33:12 -07:00
Carla Schroder
cab97c4509 Update publishing_ios_app_8.rst 2015-07-06 15:15:23 -07:00
Carla Schroder
f8364c05bb Update publishing_ios_app_8.rst 2015-07-06 14:45:34 -07:00
Jos Poortvliet
7ee89731f9 Update release_notes.rst
minor fix for release notes
2015-07-06 18:41:30 +02:00
Hosting Nuggets
3eaf7de684 Adds fastcgi_intercept_errors for 403/404 pages
As discussed in #1283
2015-07-06 17:32:44 +02:00
Jos Poortvliet
a20057ebf3 Merge pull request #1284 from owncloud/oparoz-max-preview-doc
Added doc about max preview size
2015-07-06 17:30:50 +02:00
Olivier Paroz
d447792d29 Remove space between `preview_max_y` and switches 2015-07-06 17:21:44 +02:00
Olivier Paroz
76af6b73ca Added doc about max preview size 2015-07-06 16:49:44 +02:00
Jos Poortvliet
7c142ac1e0 Merge pull request #1266 from owncloud/encryption-release-notes
add note that encryption can't be disabled anymore
2015-07-06 12:24:07 +02:00
Jos Poortvliet
90ede80583 implement feedback 2015-07-02 15:44:52 +02:00
Carla Schroder
f38c86722e Merge pull request #1272 from owncloud/scalability
note that you can use Federated Cloud Sharing to improve scalability …
2015-07-01 11:09:15 -07:00
Carla Schroder
c8617ca0e1 master is now 8.2 2015-07-01 09:55:11 -07:00
Carla Schroder
0500e5f92e master is now 8.2 2015-07-01 09:54:24 -07:00
Carla Schroder
1c13216030 master is now 8.2 2015-07-01 09:52:28 -07:00
Carla Schroder
ef7ec95549 master is now 8.2 2015-07-01 09:51:35 -07:00
Jos Poortvliet
249d3fc93d note that you can use Federated Cloud Sharing to improve scalability and that you should use the latest ownCloud if you care about this 2015-07-01 13:20:17 +02:00
Carla Schroder
bca5f83bb3 Update encrypting_files.rst 2015-06-30 16:07:31 -07:00
Carla Schroder
edf8404400 Merge pull request #1270 from owncloud/webdavauth
change WebDAV user backend to User backend using remote HTTP servers
2015-06-30 15:56:26 -07:00
Carla Schroder
f813cfd816 change WebDAV user backend to User backend using remote HTTP servers 2015-06-30 15:55:26 -07:00
Carla Schroder
6d8d3f7b85 Merge pull request #1267 from owncloud/blizzz-rn-filecache-8.1
clarification: file based cache was a core thing
2015-06-30 15:35:58 -07:00
Carla Schroder
1e3fd52338 last page of ios ownbrander manual 2015-06-30 15:34:35 -07:00
Carla Schroder
6c3446671b updated screenshots and corrections 2015-06-30 09:48:50 -07:00
blizzz
71341c7145 clarification: file based cache was a core thing 2015-06-30 17:34:16 +02:00
Jos Poortvliet
9cb9d4939e add note that encryption can't be disabled anymore 2015-06-30 17:19:55 +02:00
Carla Schroder
3f70245b6b Update whats_new_admin.rst 2015-06-30 07:38:54 -07:00
Carla Schroder
0f5cdac3f1 add updated images 2015-06-29 18:05:25 -07:00
Carla Schroder
417589d41d update ios ownbrander screenshots & text corrections 2015-06-29 18:04:59 -07:00
Carla Schroder
73e7516c64 Merge pull request #1264 from owncloud/ldapscreenies
update ldap screenshots
2015-06-29 17:00:38 -07:00
Carla Schroder
7f13c488da update ldap screenshots 2015-06-29 16:59:08 -07:00
Carla Schroder
a2cb2ef443 Merge pull request #1263 from owncloud/8-1rnotes
updated whatsnew, release notes, and index for 8.1
2015-06-29 15:49:03 -07:00