Commit Graph

318 Commits

Author SHA1 Message Date
Arthur Schiwon
bd343c5cae LDAP: update avatar integration part about thumbnailPhoto 2014-02-28 14:56:25 +01:00
rol
d6148bb47c fix Sphinx error: add empty line after code-block
The "minimal site configuration on Ubuntu 12.04" is currently not visible at [1].
What's missing is the blank line after the Sphinx directive.

[1] http://doc.owncloud.org/server/6.0/admin_manual/installation/installation_source.html
2014-02-26 21:52:36 +01:00
David Prévot
490fa7cd96 Escape asterisks
They are seen as notes otherwise.

Conflicts:
	admin_manual/LDAP/CONFIGURATION.rst
	admin_manual/config/Mail_Parameters.rst
	admin_manual/config/Miscellaneous.rst
	admin_manual/cron/Usage.rst
2014-02-25 07:37:06 +01:00
David Prévot
6e12a547ec Minor case fix
s/english/English/, s/owncloud/ownCloud, s/mysql/MySQL/, and
s/apache/Apache/.

Conflicts:
	admin_manual/config/APPS.rst
	admin_manual/config/Verification.rst
	admin_manual/installation/installation_source.rst
2014-02-24 13:40:41 +01:00
RandolfCarter
b4c0021313 Some fixes and many more notes and clarifications.
Moved SSL remark from nginx to general webserver section and elaborated more on the reasons why to use it.
Added sudo in various places where root permissions are required (but where there was no explicit mention of it).
Moved part of WebDAV remark from modules to be installed to webserver configuration, added note about disabling authentication.
Add SSL configuration for apache
And more

correct formatting, complete apache configuration

various improvements

formatting, reduce notes, more bullet lists, more detailed SSL note.

more formatting and other fixes

various fixes

add hint that mysql&apache are used in example

fix formatting for apache version script

Conflicts:
	admin_manual/installation/installation_source.rst
2014-02-20 10:07:02 +01:00
Arthur Schiwon
dbbc1945dc LDAP: add info that primary groups are not read 2014-02-14 19:27:07 +01:00
Andreas Fischer
5c2632007b Do not list curl and libcurl3. These are irrelevant.
This commits is a forward port of:
44d84353522b5a599b43cea6056e92e7726ae1a6
bf26aab24e0334cc2bfff9a4f834adbe4c99f5a2
c34ca50fe92e6d395f61eb7abb4917c8b910765a
2014-01-17 22:54:39 +01:00
Vincent Petry
fed1c422fe Added minimum PostgreSQL version 2014-01-10 17:55:34 +01:00
Vincent Petry
98faf9f75d Enhanced PHP module deps order
- reordered modules alphabetically for better readability (for example
  when comparing with a repo package list)
- moved DB modules into own section
2014-01-10 17:54:06 +01:00
Daniel Molkentin
710cfc54c7 Various fixes 2014-01-06 17:40:56 +01:00
Daniel Molkentin
598153e0fb Add Windows enablers for documentation 2014-01-06 17:00:33 +01:00
Volkan Gezer
0709f448d3 Improve wording and more "the" usage :)
This should give at least better understandability to the manual for
native speakers :).
2014-01-06 12:58:24 +01:00
Volkan Gezer
328cd809b0 Add user_management and update app configuration pages
Currently, user_management page is on user_manual (written by @lateral-thinker).
This commit updates the page and moves it into admin_manual.

This commit also updates app configuration page with the new information.
2014-01-04 20:59:04 +01:00
Florian Selent
20f579188b Fixing Apache 2.4 example config
Using the config before my commit (including "Order allow,deny") my apache (2.4.4) always showed an 403-Error on any OC page.
Don't know exactly why that line is bad, but Apache also recommends it this way. (http://httpd.apache.org/docs/2.4/upgrading.html#run-time)

And it works :)
2013-12-22 00:31:36 +01:00
Bernhard Posselt
8aab8dac9d Update update.rst 2013-12-19 18:41:07 +01:00
Thomas Müller
b0b0133157 fixes #209 2013-12-19 14:26:01 +01:00
Diederik de Haas
25192b1d19 Externalized the php handler.
This makes it easy to switch the handler, especially if you have the
fastcgi_pass directive more then one time.
2013-12-14 02:06:40 +01:00
mxmehl
2ca92bb516 Update update.rst
The previous command did not work in my CentOS 6.4 server. The new one works like a charm and also in Debian Sid
2013-12-12 14:45:19 +01:00
Vincent Petry
1f2f6356ac Merge pull request #202 from owncloud/oc6-manual-installation-cleanup
list required php modules in a distribution independent style
2013-12-11 09:26:54 -08:00
Thomas Müller
c6c43595e3 ffmpeg 2013-12-11 18:18:42 +01:00
Thomas Müller
f8bee7d50a list required php modules in a distribution independent style 2013-12-11 18:09:42 +01:00
blizzz
dc52b0b21b Merge pull request #201 from owncloud/oc6-cleanup
Oc6 cleanup
2013-12-11 07:56:22 -08:00
Thomas Müller
cf3f6e1589 fixing appliance page:
links to PCLinuxOS and Fedora are hopelessly outdated
2013-12-11 16:23:52 +01:00
Thomas Müller
e0ed9e0bbf For Linux we recommend our packages from OBS - otherwise manual installation is required 2013-12-11 15:54:56 +01:00
Thomas Müller
f3b51c8dd2 fixing note 2013-12-11 15:53:54 +01:00
Thomas Müller
b9548e6bed reorder installation instructions based on importance 2013-12-11 15:53:29 +01:00
Morris Jobke
08b73bcc7b Remove duplicate fedora entry 2013-12-11 11:37:27 +01:00
Vincent Petry
27b97cc476 Fixed install dependencies
Fixed minimum required PHP version (Fixes #198)
Added ext storage deps
Added pictures app EXIF deps
2013-12-11 10:58:33 +01:00
Thomas Müller
7308d95dfd Merge pull request #194 from owncloud/fixing-stable6
fixing typos and spelling + respect max characters of 80
2013-12-10 12:12:43 -08:00
Arthur Schiwon
db2004b4e2 LDAP: add screenshot of profile picture settings after fetched from LDAP 2013-12-10 14:13:13 +01:00
Arthur Schiwon
a020646188 LDAP: update tab name 2013-12-10 14:02:49 +01:00
Arthur Schiwon
2dd59bde1e LDAP: add information about OC Avatar integration 2013-12-10 14:01:58 +01:00
Arthur Schiwon
ef1005c81c LDAP: update MS AD section 2013-12-10 13:49:45 +01:00
Arthur Schiwon
6c610f9474 LDAP: remove references to earlier major versions in expert settings 2013-12-10 13:47:02 +01:00
Arthur Schiwon
92cb09a7c6 LDAP: add missing screenshot 2013-12-10 13:44:07 +01:00
Arthur Schiwon
a643353ec1 LDAP: Update doc for Expert Settings 2013-12-10 13:43:50 +01:00
Arthur Schiwon
16f26408aa LDAP: Update doc for Advanced Settings -> Attributes 2013-12-10 13:42:19 +01:00
Arthur Schiwon
4aab6bf407 LDAP: Update doc for Advanced Settings -> Directory 2013-12-10 13:38:33 +01:00
Arthur Schiwon
ca4ad2d2ca LDAP: Update doc for Advanced Settings -> Connection 2013-12-10 13:28:47 +01:00
Arthur Schiwon
c95cf8bb8b LDAP: new doc for wizard login filter tab 2013-12-10 12:49:00 +01:00
Arthur Schiwon
1c4cebca14 LDAP: new doc for wizard user filter tab 2013-12-09 18:53:04 +01:00
Arthur Schiwon
95c46e0327 LDAP: new doc for wizard server tab 2013-12-09 18:37:23 +01:00
Arthur Schiwon
77e4356152 Line length 2013-12-09 17:44:36 +01:00
Arthur Schiwon
9ade9f7ec8 fix case 2013-12-09 17:41:10 +01:00
Thomas Müller
18c354f574 Merge branch 'stable6' into fixing-stable6
Conflicts:
	admin_manual/configuration/configuration_preview.rst
2013-11-26 15:24:40 +01:00
Daniel Molkentin
472dc20834 Fix markup 2013-11-26 15:14:40 +01:00
Thomas Müller
921bdce27c some more typos and line width fixes 2013-11-25 10:32:37 +01:00
Thomas Müller
d4bc713678 some more typos and line width fixes 2013-11-25 10:29:35 +01:00
Thomas Müller
6d4764d6c4 Merge branch 'stable6' into fixing-stable6
Conflicts:
	admin_manual/configuration/custom_mount_config_gui.rst
	admin_manual/maintenance/backup.rst
	admin_manual/maintenance/restore.rst
2013-11-25 10:13:55 +01:00
Thomas Müller
5fe2c70b6c Merge pull request #190 from owncloud/fix-all
merge @j-ed's version and fix layout
2013-11-25 01:08:33 -08:00