Commit Graph

355 Commits

Author SHA1 Message Date
Vincent Petry
7866306e3c Merge pull request #342 from owncloud/files_external_priority
Priority on external storage mounts
2014-05-22 14:58:51 +02:00
Robin McCorkell
487beb0c3f Change wording of priorities 2014-05-22 12:15:10 +01:00
Robin McCorkell
ca80513c33 Clarify priority numbers and improve default priority info 2014-05-22 11:23:43 +01:00
Bernhard Posselt
911c29d22c bump version to 7 2014-05-16 17:47:10 +02:00
Morris Jobke
c77064176a raise min PHP version to 5.3.8
original commit by @blizzz in #341
2014-05-11 23:06:21 +02:00
Robin McCorkell
062be2ba99 Add mount configuration priority information 2014-05-09 21:35:26 +01:00
josh4trunks
1167bda6ff NGINX Updates
Make regex non-captuing when not used
Simplified regex when possible
deny all hidden files
use fastcgi_split_path_info function
2014-05-06 07:21:16 -07:00
jbtbnl
0735b7f8bc Disable maintenance mode after upgrade. 2014-04-30 11:29:35 +02:00
jbtbnl
8530a0eb38 Set maintenance mode before upgrade. 2014-04-30 11:20:25 +02:00
Thomas Müller
fab312387e adding documentation about asset management in ownCloud 2014-04-15 17:03:35 +02:00
Thomas Müller
8a0965808e adding documentation about asset management in ownCloud 2014-04-15 17:01:11 +02:00
Morris Jobke
0dda3dbc05 Minor typos - port of #317 2014-04-10 13:52:28 +02:00
Jos Poortvliet
1059eba33f Merge pull request #277 from owncloud/manual-install
Manual install
2014-04-08 10:33:13 +02:00
Morris Jobke
344ac2861d fix typo 2014-04-01 13:33:46 +02:00
josh4trunks
f115039cce Added comments in the config. 2014-03-25 08:02:41 -07:00
RandolfCarter
9ac9543923 Update manual install
* update extract section extract section was missing download instructions. Added more complete instructions.
* formatting
* Note about requiring terminal, further formatting
* Updated Ubuntu environment install command
* Note formatting
2014-03-24 15:31:09 +01:00
josh4trunks
b6736f08f3 Updated Zip generation wording 2014-03-22 12:10:51 -07:00
josh4trunks
8aa069ca57 Updated to reflect NGINX Sendfile changes
Updated to reflect NGINX Sendfile changes owncloud/core#7838
2014-03-21 16:24:36 -07:00
josh4trunks
8d443a9069 Updated Sendfile documentation for OwnCloud 7
* Removed mentions of temporary zip filepath - This is no longer relevant because of [ZipStreamer](owncloud/core@b35cd54)
2014-03-21 16:16:51 -07:00
josh4trunks
ec1b3423a0 Revert "Updated Sendfile documentation for OwnCloud 7"
This reverts commit 83271d933b.
2014-03-21 12:51:42 -07:00
josh4trunks
ab59375d53 Revert "Updated to reflect NGINX Sendfile changes"
This reverts commit 38b69e2167.
2014-03-21 12:51:32 -07:00
josh4trunks
38b69e2167 Updated to reflect NGINX Sendfile changes
Updated to reflect NGINX Sendfile changes committed [here](https://github.com/owncloud/core/pull/7838)
2014-03-21 11:37:14 -07:00
josh4trunks
83271d933b Updated Sendfile documentation for OwnCloud 7
* Removed temporary zip filepath stuff - This will no longer because of [ZipStreamer](b35cd54e87)
2014-03-21 11:23:29 -07:00
RandolfCarter
8e54fe93d1 Review corrections
Conflicts:
	admin_manual/installation/installation_source.rst
2014-03-19 13:12:06 +01:00
RandolfCarter
71c3e85420 Remove superfluous colon 2014-03-19 13:10:44 +01:00
Martin Mazur
bca8f3c74a correct handeling of 404 error
refer to http://wiki.nginx.org/HttpCoreModule#try_files
tested on my system
2014-03-18 07:46:16 +01:00
Bjoern Schiessle
ba00d5d924 remove find statement, this will delete you data and config folder, issue #295 2014-03-10 18:03:00 +01:00
RandolfCarter
784fc90868 minor fixes
Conflicts:
	admin_manual/installation/installation_source.rst
2014-03-06 11:05:24 +01:00
RandolfCarter
67d919600f Naming correction 2014-03-06 11:04:43 +01:00
Randolph Carter
fcd49a9558 A few more formatting corrections and clarification
Conflicts:
	admin_manual/installation/installation_source.rst
2014-03-06 11:04:41 +01:00
RandolfCarter
ba83c3e7bd Small format fix, improve instruction order in apache section
Conflicts:
	admin_manual/installation/installation_source.rst
2014-03-06 11:03:49 +01:00
RandolfCarter
ccc1ff9691 Fix several formatting issues
Conflicts:
	admin_manual/installation/installation_source.rst
2014-03-06 11:02:14 +01:00
RandolfCarter
5be5ce64d4 Rewrite Install Wizard section
Conflicts:
	admin_manual/installation/installation_source.rst
2014-03-06 10:59:14 +01:00
Scott Sweeny
df77f84c0f Correct capitalization of ownCloud 2014-03-05 01:37:06 +01:00
Scott Sweeny
c17b803725 Add instructions on building lighttpd for Debian stable.
Some Owncloud features (Namely contact editing) don't work with Lighttpd on Debian stable because it doesn't support the PATCH verb. Add instructions on how to patch that functionality in and build the resulting package.
2014-03-05 01:36:58 +01:00
Andreas Fischer
d22faf3758 Use find instead of ls to delete code files and directories. 2014-03-05 01:27:03 +01:00
Cippaciong
03a53d16c3 Update installation_linux.srt for Arch
ownCloud is now part of the official community repository in Archlinux. I updated description and links.

Signed-off-by: Morris Jobke <morris.jobke@gmail.com>
2014-03-04 09:15:28 +01:00
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