Commit Graph

4453 Commits

Author SHA1 Message Date
mjkent
4a03d243dc Add Issues section to Administrators Manual for bug triage information 2013-06-08 23:06:14 -05:00
mjkent
f39312f6a9 Update to recommend cron. 2013-06-08 22:25:13 -05:00
RealRancor
b66a40325b Added php5-pgsql package to text 2013-06-08 12:14:19 +02:00
Daniel Molkentin
8dbd770dcd Mac OS support is broken 2013-06-05 23:49:00 +02:00
Arthur Schiwon
134d72323f Merge branch 'stable5' 2013-05-31 13:34:50 +02:00
Arthur Schiwon
f3f73641d4 Merge LDAP fix from stable5 2013-05-31 13:30:41 +02:00
Arthur Schiwon
3e8a79d3b4 LDAP: add section Expert Settings 2013-05-30 19:33:31 +02:00
Arthur Schiwon
2c75b8b9bb LDAP: use correct screenshot 2013-05-30 17:18:44 +02:00
Bernhard Posselt
1baa7002d5 Mention PDO in requirements, Fix #116 2013-05-06 16:39:30 +03:00
lucas c
11abd89ba5 updated crontab example to current owncloud path 2013-05-05 12:55:39 -07:00
Kevin Brubeck Unhammer
270b26c091 typo 2013-05-01 18:58:47 +03:00
Bernhard Posselt
3af0c7fbd5 make php5-intl an optional dep 2013-04-09 14:24:02 +02:00
Bernhard Posselt
10e4033584 make php5-intl an optional dep 2013-04-09 14:22:52 +02:00
Bernhard Posselt
c55ba90c05 use contents instead of index file to generate not only the first level but also the subdirectories to fix #77 2013-04-08 13:20:10 +02:00
Bernhard Posselt
75689582d9 use contents instead of index file to generate not only the first level but also the subdirectories to fix #77 2013-04-08 13:19:57 +02:00
Bernhard Posselt
3d9c64de46 backported fix for #78 2013-04-08 11:45:31 +02:00
Bernhard Posselt
fdc1ac1935 added update hint for encryption to fix #78 2013-04-08 11:43:27 +02:00
Bernhard Posselt
72ad7aca81 Revert "version bump php to 5.3.4 to fix issue #101"
This reverts commit 8c5a98cc4d.
2013-04-08 11:28:00 +02:00
Bernhard Posselt
c88094e0ff Revert "version bump php to 5.3.4 to fix issue #101"
This reverts commit 8c5a98cc4d.
2013-04-08 11:27:43 +02:00
Bernhard Posselt
732304b397 version bump php to 5.3.4 to fix issue #101 2013-04-08 11:02:09 +02:00
Bernhard Posselt
8c5a98cc4d version bump php to 5.3.4 to fix issue #101 2013-04-08 11:01:53 +02:00
Daniel Tschinder
8791136b80 overwrite SCRIPT_FILENAME variable in nginx conf
SCRIPT_FILENAME is defined in /etc/nginx/fastcgi_params . For owncloud
we need to overwrite it, so php gets only the path/filename of the file
to be executed.
Also turn off access_log and 404 logging for robots.txt
2013-04-06 18:08:19 +02:00
André Gaul
634cab0414 Enhance lighttpd doc: enable fastcgi check-local 2013-04-06 14:27:38 +03:00
Frank Karlitschek
a4fe784968 Update update.rst
fix url
2013-04-03 17:38:55 +03:00
Frank Karlitschek
b7fb0f4fcb fix url 2013-04-03 06:15:21 +02:00
itheiss
bdedf45792 Update to reflect new parameter mail_domain
Fix for #2499
2013-03-26 10:27:40 +01:00
Victor Dubiniuk
c1037e888c Update copyright 2013-03-20 21:53:04 +03:00
Bernhard Posselt
b6cb422226 added warning about encryption app 2013-03-19 14:17:59 +01:00
Bernhard Posselt
2966c5d51f more update notices 2013-03-19 14:17:11 +01:00
Valerio Ponte
5b609e06ad clean nginx default config 2013-03-19 00:09:30 +01:00
Valerio Ponte
188093b20a clean nginx default config 2013-03-18 22:50:04 +01:00
Thomas Tanghus
0cddd511ec Add doc for updating PHP on Ubuntu 10.04 LTS 2013-03-18 14:50:17 +01:00
Thomas Tanghus
c19b6c6fe5 Add doc for updating PHP on Ubuntu 10.04 LTS 2013-03-18 14:23:17 +01:00
ThomasKramps
0dd9f05565 Update installation_others.rst
I think we don't need to define access.log and error.log since owncloud does the logging automatically in /var/log/access.log and /var/log/error.log. Setting a log level here would even rule out the gui setting in the admin section of owncloud.

…and some little design fixes.
2013-03-17 10:45:32 +01:00
ThomasKramps
01585f24a1 Update installation_others.rst
root path is normally /var/www. In default environment $server_name/htdocs throws a 404.

inlude fastcgi.conf throws 'open() "/etc/nginx/fastcgi.conf" failed (2: No such file or directory)', assuming fastcgi_params would be correct.

access_log main throws an 'unknown log format "main"', here I don't know how to fix it, so I commented it out for me. Please look into it!

First github-experience for me. If I could do something better please criticize.
2013-03-16 16:10:11 +01:00
QuentinFonteneau
b04de7196a precision on regex
Precise to use $1 and $2 for $script_name & $path_info if admin use ^(.+?\.php)(/.*)?$ instead of ^(?<script_name>.+?\.php)(?<path_info>/.*)?$
2013-03-16 11:01:10 +01:00
Bernhard Posselt
54b2b92279 Merge pull request #69 from leezu/patch-2
Update installation_others.rst
2013-03-15 15:49:52 -07:00
Felix Paetow
10a7539b71 Update configuration_database.rst
Different socket

Add information about a different socket under debian squeeze.
2013-03-15 20:55:28 +01:00
Leonard
f3b5cd18ec Update installation_others.rst
Update https rewrite.
See http://wiki.nginx.org/Pitfalls#Taxing_Rewrites
2013-03-15 12:31:33 +01:00
Ed Wildgoose
596e4d5f2c Update installation_others.rst
Update Nginx configuration

Fixes a number of potential security holes. Avoids duplication.
TODO: Further restrict locations where .php files can be found.
2013-03-14 16:07:34 +00:00
Michael Gapczynski
457de8c06e Specify config folder instead of config.php 2013-03-06 17:25:55 -05:00
Lukas Reschke
2e35fb8b1b Add information about outdated content 2013-03-03 18:27:41 +01:00
Stefan Herbrechtsmeier
b04f4de9a9 configuration_overwrite: rename to configuration_reverseproxy to match title 2013-02-23 20:24:51 +01:00
Stefan Herbrechtsmeier
d6a62059be configuration_overwrite: wrap text at 80 characters 2013-02-23 18:26:31 +01:00
Stefan Herbrechtsmeier
310a65d60f configuration_overwrite: use complete code example and add note 2013-02-23 18:16:08 +01:00
Stefan Herbrechtsmeier
d477068cce configuration_overwrite: change title to reverse proxy configuration 2013-02-23 17:47:51 +01:00
Stefan Herbrechtsmeier
fe4ac73357 admin_manual: add overwrite configuration documentation 2013-02-23 16:25:17 +01:00
Arthur Schiwon
e6c5d44a8b LDAP: updated user and group mapping part 2013-02-21 13:33:13 +01:00
Arthur Schiwon
dc6033ba68 LDAP: introduced 'Troubleshooting, Tips and Tricks' with some restructure 2013-02-21 13:22:20 +01:00
Arthur Schiwon
b8440bf27d LDAP: overhauled advanced settings 2013-02-21 12:52:35 +01:00
Arthur Schiwon
c47fb0cccd resize image 2013-02-20 20:12:56 +01:00
Arthur Schiwon
cf95a2162c LDAP: update screenshot of basic settings 2013-02-20 19:49:46 +01:00
Arthur Schiwon
3e2aeedbb9 LDAP: adjust basic settings tab 2013-02-20 19:45:02 +01:00
Arthur Schiwon
7fdef9ddfb Merge LDAP changes from stable45 2013-02-20 14:36:17 +01:00
Arthur Schiwon
7e89064f8e LDAP: fix AD part 2013-02-20 14:25:48 +01:00
Arthur Schiwon
e8d83a13a0 LDAP: update Advanced - User Home Folder Naming Rule 2013-02-20 14:20:58 +01:00
Arthur Schiwon
452512fe71 LDAP: mention AD in basic intro 2013-02-20 13:46:14 +01:00
Arthur Schiwon
c29fec1ca2 whitspaces 2013-02-20 13:45:38 +01:00
Bernhard Posselt
9eee0a5d1e Update admin_manual/configuration/index.rst 2013-02-20 11:26:13 +01:00
j-ed
c9cfbf51d0 Update admin_manual/configuration/background_jobs.rst 2013-02-16 18:31:11 +01:00
j-ed
65f05434d1 Update admin_manual/configuration/background_jobs.rst 2013-02-16 17:44:41 +01:00
j-ed
8128b1fcf1 Update admin_manual/configuration/background_jobs.rst 2013-02-16 15:58:39 +01:00
j-ed
44db63e9db Create background_jobs.rst
added description of background jobs base on information provided by the developer: http://mail.kde.org/pipermail/owncloud/2012-August/004759.html
2013-02-16 06:28:00 -08:00
j-ed
f45ab86650 Update admin_manual/configuration/custom_user_backend.rst
improved example code to exactly match the required syntax.
2013-02-14 19:21:50 +01:00
j-ed
c2818cf5aa Update admin_manual/configuration/custom_mount_config.rst
added descriptions of the already supported and popular file storage backends AmazonS3, Dropbox, and Google Drive.
2013-02-12 19:05:17 +01:00
Frank Karlitschek
4f6bc8b382 no longer needed 2013-02-08 23:12:18 +01:00
Bernhard Posselt
697e023734 improvements 2013-02-08 18:24:55 +01:00
Georg Ehrke
2eda97f1f7 Update admin_manual/installation/installation_macos.rst 2013-02-08 18:08:18 +01:00
Bernhard Posselt
a3c497bd9f other installs improvements 2013-02-08 17:14:26 +01:00
Bernhard Posselt
7c9a668d27 improved win installation 2013-02-08 17:00:07 +01:00
Bernhard Posselt
1b37c4951b updated main page 2013-02-08 16:23:21 +01:00
Bernhard Posselt
c081955449 updated maintenance parts 2013-02-08 16:21:02 +01:00
Bernhard Posselt
16917ae724 small ldap improvements 2013-02-08 16:14:40 +01:00
Bernhard Posselt
684981e6c7 improved custom user backend doc 2013-02-08 16:12:50 +01:00
Bernhard Posselt
1a000e5a64 improved custom mount configuration 2013-02-08 16:09:14 +01:00
Bernhard Posselt
21331673ca updated mail config 2013-02-08 16:09:14 +01:00
Bernhard Posselt
f497a8b9ba updated knowledge base and logging configuration 2013-02-08 16:09:14 +01:00
Bernhard Posselt
ffc4027684 updated database configuration 2013-02-08 16:09:14 +01:00
Frank Karlitschek
e3ed9fe5d0 update 2013-02-08 15:19:49 +01:00
Bernhard Posselt
57c0b9dbf1 updated automatic config 2013-02-08 15:13:30 +01:00
Bernhard Posselt
ba709aa9ec restructured admin manual 2013-02-08 15:04:59 +01:00
Frank Karlitschek
cc89edd550 fix typo 2013-02-08 14:49:30 +01:00
Bernhard Posselt
82d4a09a21 restructured admin stuff and fixed warnings 2013-02-08 14:36:59 +01:00
Lukas Reschke
cf8b4c8e18 Merge pull request #45 from j-ed/master
added description of the apps specific configuration settings.
2013-02-05 08:42:24 -08:00
j-ed
3306bd9e51 Update admin_manual/configuration_knowledgebase.rst
applied smaller fixes.
2013-02-03 14:48:03 +01:00
j-ed
df904e6aa9 Create configuration_knowledgebase.rst
added description of the knowledge base settings.
2013-02-03 05:45:41 -08:00
j-ed
1c9807a883 Update admin_manual/configuration_3rdparty.rst
changed quotes.
2013-02-03 14:17:50 +01:00
j-ed
8f886b2a22 Update admin_manual/configuration_3rdparty.rst
fixed a typo.
2013-02-03 14:17:05 +01:00
j-ed
fafdddd2d2 Create configuration_3rdparty.rst
added a description of the 3rd-party settings.
2013-02-03 05:13:45 -08:00
j-ed
ec73aa7deb Update admin_manual/configuration_apps.rst
changed writable status and added hint to separate shipped and downloaded apps.
2013-02-03 13:10:12 +01:00
j-ed
11cd131697 Update admin_manual/configuration_apps.rst
applied recommended changes how the apps path should be set.
2013-02-03 11:13:03 +01:00
j-ed
881266292d Update admin_manual/configuration_apps.rst 2013-02-02 17:05:05 +01:00
j-ed
b36801104d Create configuration_apps.rst
added description of apps configuration settings.
2013-02-02 07:51:38 -08:00
Bernhard Posselt
0e49b5ea36 Merge pull request #40 from j-ed/master
documented the database settings and automatic configuration file
2013-01-31 10:09:22 -08:00
j-ed
86028db33d Create configuration_logging.rst
added description of logging parameters.
2013-01-30 05:08:58 -08:00
Daniel Molkentin
cfadf99f89 Rename Web Server Notes section 2013-01-30 12:32:14 +01:00
Daniel Molkentin
e897992d2b Rename Web Server Notes section 2013-01-30 12:20:11 +01:00
j-ed
d58243d47f Update admin_manual/configuration_automation.rst 2013-01-29 09:25:36 +01:00
j-ed
2578b30cc1 Update admin_manual/configuration_automation.rst
fixed internal links.
2013-01-29 09:24:19 +01:00
j-ed
1b20d3489e Update admin_manual/configuration_automation.rst 2013-01-28 19:31:42 +01:00
j-ed
9319716e02 Create configuration_automation.rst
added description of the automatic configuration file.
2013-01-28 10:15:19 -08:00
j-ed
afb6519a68 Update admin_manual/configuration_database.rst 2013-01-28 18:11:31 +01:00
j-ed
a6ddf48bcd Create configuration_database.rst
Added description of database specific parameters.
2013-01-28 08:49:11 -08:00
Bernhard Posselt
4a78c990a2 Merge pull request #37 from j-ed/master
added description of SMTP authentication type (mail_smtpauthtype).
2013-01-26 10:55:27 -08:00
Gott
026b344881 Update admin_manual/custom_mount_config.rst
corrected missing '
2013-01-26 19:32:05 +01:00
j-ed
2fa50080a6 Update admin_manual/configuration_mail.rst
added description of SMTP authentication type (mail_smtpauthtype).
2013-01-26 12:31:54 +01:00
j-ed
93e5c2e89d Update admin_manual/configuration_mail.rst 2013-01-23 20:55:34 +01:00
j-ed
3d810c4a64 Update admin_manual/configuration_mail.rst 2013-01-23 20:25:30 +01:00
j-ed
979f0ff03d Create configuration_mail.rst
A first try to document how the mail parameters need to be set.
2013-01-23 10:59:05 -08:00
Daniel Molkentin
7c70be1b00 Merge remote branch 'origin/stable45'
Conflicts:
	admin_manual/installation_source.rst
2013-01-17 11:48:08 +01:00
Daniel Molkentin
78a808705c Add owncloud.com theme 2013-01-17 11:39:45 +01:00
Lukas Reschke
0fb45df290 Merge pull request #26 from RandolfCarter/LinuxInstall45
Corrects 4.5 Manual installation instructions & adds for Ubuntu/Debian
2013-01-14 12:09:28 -08:00
Daniel Molkentin
e6e7f11513 Merge remote-tracking branch 'origin/stable45'
Conflicts:
	admin_manual/installation_webservernotes.rst
2013-01-13 20:58:23 +01:00
Daniel Molkentin
aabcbeccc3 Fix syntax 2013-01-13 20:56:32 +01:00
Randolph Carter
e8795552f0 owncloud -> ownCloud 2013-01-13 14:00:44 +01:00
Lukas Reschke
0bd37afc2e Merge pull request #23 from LukeOwncloud/patch-1
added sample commands for updating owncloud
2013-01-12 12:59:02 -08:00
Lukas Reschke
8cfa549a85 Typo 2013-01-12 21:47:01 +01:00
Daniel Molkentin
cf3fc36b0c Update admin_manual/installation_webservernotes.rst
Improve nginx example
2013-01-12 19:39:10 +01:00
RandolfCarter
feec251b38 Adds installation instructions for debian/ubuntu
For ubuntu/debian the instructions on how to install the server from repositories was missing.
2013-01-11 14:07:32 +01:00
RandolfCarter
d012953fac Corrects dependency list (contained invalid pkgs) 2013-01-11 14:07:32 +01:00
LukeOwncloud
617734db3a explaining commands for updating owncloud
@DeepDiver1975 and @LukasReschke: Thanks for your comments.
Explaination is rather longish now. Hope it's still okay.
2013-01-11 09:19:27 +01:00
Daniel Molkentin
6b8a42c25f Update admin_manual/installation_webservernotes.rst
Improve nginx example
2013-01-10 23:05:55 +01:00
LukeOwncloud
d6901523fe added sample commands for updating owncloud 2013-01-10 09:13:04 +01:00
desolat
d165f10446 removed duplicate verb, corrected SMB class name 2013-01-06 13:16:20 +01:00
RandolfCarter
342e8f2515 Adds installation instructions for debian/ubuntu
For ubuntu/debian the instructions on how to install the server from repositories was missing.
2013-01-06 11:29:42 +01:00
RandolfCarter
35d5b385ce Corrects dependency list (contained invalid pkgs) 2013-01-06 11:08:15 +01:00
Daniel Molkentin
18c87ba394 Merge remote-tracking branch 'origin/stable45'
Conflicts:
	developer_manual/conf_release.py
	user_manual/conf_release.py
2013-01-03 12:10:41 +01:00
Daniel Molkentin
49dfb6f763 Split HTML into three targets
- doc.owncloud.org: make doc-org
 - doc.owncloud.com: make doc-com
 - release documentation: make release
2012-12-27 19:19:21 +01:00
Daniel Molkentin
1c5718755a Merge branch 'stable45'
Conflicts:
	developer_manual/index.rst
	developer_manual/styleguide.rst
2012-12-26 23:05:57 +01:00
Daniel Molkentin
63cd2b076b admin manual: add migration documentation to index 2012-12-26 22:20:29 +01:00
Tom Needham
eeeae4fc3d Add Admin docs on migrating installs
(cherry picked from commit e997c34093)
2012-12-26 22:00:59 +01:00
Daniel Molkentin
35efaf4539 Merge remote-tracking branch 'origin/stable45'
Conflicts:
	developer_manual/conf_release.py
	developer_manual/index.rst
	developer_manual/translation.rst
	user_manual/conf_release.py
	user_manual/sync_kde.rst
2012-12-26 21:33:42 +01:00
Tom Needham
e997c34093 Add Admin docs on migrating installs 2012-12-16 20:41:39 +00:00
Frank Karlitschek
88f1c5df89 add conf files for the release exports 2012-12-13 16:40:59 +01:00
Frank Karlitschek
7bc7e67fa5 user the release theme for the release documentation exort 2012-12-13 16:34:59 +01:00
Frank Karlitschek
195b1a8b6f add a new theme for documentation version that will be shipped with the ownCloud release. also add new conf files that can be used to generate the documentation. The theme is just a copy of the existing ownCloud website theme with some minor changes like theremoval of the header. 2012-12-12 23:07:08 +01:00
Daniel Molkentin
c5c7b99cc0 Merge branch 'stable45'
Conflicts:
	admin_manual/index.rst
2012-12-11 15:57:21 +01:00
Daniel Molkentin
412aa8038b Fix custom mount config chapter structure. 2012-12-03 11:58:12 +01:00
Daniel Molkentin
f1ddd6a251 Add converted (and slightly edited) documentation.
Based on the work of Shlok Inani as part of CCI.
2012-12-03 10:47:02 +01:00
Valerio Ponte
2874068b93 Fixed note and made links anonymous
so that they will not throw a warning on make
2012-12-02 12:30:26 +01:00
Valerio Ponte
cc1a33d345 Fixed links and notes 2012-12-02 12:18:26 +01:00
Valerio Ponte
f87d08710e Documented XSendfile support 2012-12-02 12:18:26 +01:00
Daniel Molkentin
09894e57d1 Merge remote branch 'origin/stable45' 2012-11-28 21:20:36 +01:00
Daniel Molkentin
d521af9baf Admin manual: Add brief introduction 2012-11-28 21:20:23 +01:00
Daniel Molkentin
bdd4e397ba Merge remote branch 'origin/stable45' 2012-11-28 18:17:52 +01:00
Daniel Molkentin
182638ff4c Fix up PDF TOC, add logo 2012-11-28 18:15:44 +01:00
Daniel Molkentin
11610480b3 Bump to 5.0 2012-11-28 14:40:36 +01:00
Daniel Molkentin
e397fd3f5c use owncloud theme in all manuals 2012-11-20 19:08:44 +01:00
Daniel Molkentin
25efb949b6 Admin: make param description more readable 2012-10-31 15:46:35 +01:00
Daniel Molkentin
47f2f85aac Admin: add images for ldap chapter 2012-10-31 15:33:59 +01:00
Daniel Molkentin
0852c0695a Add LDAP doc 2012-10-28 20:01:31 +01:00
Daniel Molkentin
aa09741945 Port two WP articles to serve as an example 2012-10-27 12:47:15 +02:00
Daniel Molkentin
a35f68df37 Initial server doc layout with bootstrap theme 2012-10-27 00:05:30 +02:00