Commit Graph

4453 Commits

Author SHA1 Message Date
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
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
Thomas Müller
9fcd7745c5 fixing: WARNING: Title underline too short 2013-11-25 09:53:47 +01:00
Thomas Müller
cd54ca8211 fixing: WARNING: Explicit markup ends without a blank line & WARNING: Enumerated list ends without a blank line 2013-11-25 09:49:57 +01:00
Thomas Müller
de32f8f80f fixing: WARNING: Title underline too short 2013-11-25 09:47:44 +01:00
Thomas Müller
b9409c9977 fixing: WARNING: Explicit markup ends without a blank line; 2013-11-25 09:47:17 +01:00
Thomas Müller
77ff76225e fixing typos and spelling + respect max characters of 80 2013-11-25 09:26:46 +01:00
Thomas Müller
aaec6996bf fixing typos and spelling 2013-11-25 08:59:15 +01:00
Thomas Müller
ecb35e678c fixing typos and spelling 2013-11-25 08:58:28 +01:00
Thomas Müller
132e9c8368 fixing typos and spelling 2013-11-25 08:47:49 +01:00
Georg Ehrke
31518c476f explain how to disable maximum scaling factor 2013-11-23 19:13:10 +01:00
Georg Ehrke
9932a30dca wrap after 80 chars 2013-11-23 12:15:44 +01:00
Georg Ehrke
05578b0097 add preview doc to index 2013-11-22 21:05:22 +01:00
Georg Ehrke
f172b3ace8 add doc for previews 2013-11-22 21:04:37 +01:00
Morris Jobke
714e25bf58 merge @j-ed's version and fix layout 2013-11-19 16:24:36 +01:00
Francesco Frassinleli
5a151d1388 Fixed MySQL commands: unneeded space removed 2013-11-19 14:27:58 +01:00
Francesco Frassinleli
df98074fbd Non-interactive password for MySQL/PostgreSQL commands 2013-11-19 11:41:56 +01:00
Francesco Frassinelli
6eb5ef9015 Update migrating.rst
Updating migrating.rst according with new maintenance structure.
2013-11-15 15:36:51 +01:00
Francesco Frassinleli
99010b9fb9 restore.rst added
Commands to restore folders and database are now available.
restore.rst added to index.rst
index.rst page order is changed
2013-11-15 15:29:57 +01:00
Francesco Frassinelli
53ad66ebac Commands changed to backup.rst
backup.rst improved with code coming from previous version of update.rst. Every backup now as a date. rsync preserves ACLs, extended attributes (like SELinux attributes).
2013-11-15 15:19:18 +01:00
Francesco Frassinelli
251f76a700 Update.rst partially rewritten
- Removed backup specific procedures
- Default updating procedure now uses internal application 'Updater'
- Some commands added
2013-11-15 15:04:02 +01:00
Arthur Schiwon
571db6f9e5 LDAP: add hint about MS AD configuration 2013-11-11 12:24:39 +01:00
j-ed
5393801ffd Step-by-step guide for mounting a Google Drive
Due to the fact that mounting a Google Drive seems to be a closed book since the Google authentication has been switched to OAuth 2.0, and the existing description was not very meaningful, I've tried to create a simple step-by-step guide for it.
This guide has not yet been linked into the existing documentation and need to be checked by one of the documentation specialists.
2013-11-09 21:29:27 +01:00
j-ed
be49f4aea2 Added images for description of mounting a Google Drive 2013-11-09 20:11:10 +01:00
j-ed
93ce305962 Create custom_mount_config_gui_google_drive.rst
added detailed description of mounting a GoggleDrive.
2013-11-09 19:30:43 +01:00
Daniel Molkentin
2ec72ebbb2 Bump versions to 6.0 2013-11-04 22:17:47 +01:00
Jeroen van der Ham
2ffe678d67 Add note about data directory write access for SQLite 2013-10-24 12:09:51 +02:00
Daniel Molkentin
7c1f72a567 40x.php do not determine the error, they only display it
http://wiki.nginx.org/HttpCoreModule#error_page

See https://github.com/owncloud/mirall/issues/1098#issuecomment-26331473
2013-10-15 15:01:47 +02:00
Vladimir Sapronov
33b72f9e1b Partial automatic configuration, pull request: https://github.com/owncloud/core/pull/4982 2013-10-07 14:54:25 -04:00
dietmaroc
79c0b60fa4 Update installation_windows.rst 2013-09-25 10:47:54 +02:00
Jeremy Bicha
bf1db86f8a looses -> loses and fix possessive users' or user's instead of users 2013-09-11 16:18:38 -04:00
dietmaroc
876157493b Update configuring_big_file_upload.rst 2013-09-10 20:14:32 +02:00
dietmaroc
afc0951e33 Update configuring_big_file_upload.rst 2013-09-10 20:14:07 +02:00
dietmaroc
eb7b5272c7 Update configuring_big_file_upload.rst 2013-09-10 20:13:13 +02:00
dietmaroc
8358155765 Update configuring_big_file_upload.rst 2013-09-10 20:12:42 +02:00
dietmaroc
0d277fbe50 Update configuring_big_file_upload.rst 2013-09-10 20:11:59 +02:00
dietmaroc
1f865c4219 Update configuring_big_file_upload.rst 2013-09-10 20:11:31 +02:00
dietmaroc
0f0783eb64 added missiing index entries 2013-09-06 08:57:55 -07:00
dietmaroc
7d20a01e86 Update index.rst 2013-09-06 16:34:08 +02:00
dietmaroc
0e2c33dc5d Update index.rst 2013-09-06 16:27:52 +02:00
dietmaroc
3c05291fc1 Update index.rst 2013-09-06 16:27:10 +02:00
dietmaroc
5e2d4a2717 Update configuring_big_file_upload.rst 2013-09-06 12:21:21 +02:00
dietmaroc
39fb6defa8 Update configuring_big_file_upload.rst 2013-09-06 12:18:25 +02:00
dietmaroc
498aa4fb0d Update configuring_big_file_upload.rst 2013-09-06 12:17:20 +02:00
dietmaroc
7729aa2563 Update configuring_big_file_upload.rst 2013-09-06 12:14:17 +02:00
dietmaroc
4622fae9e3 Update configuring_big_file_upload.rst 2013-09-06 12:13:34 +02:00
dietmaroc
016051b9b8 Update configuration_language.rst 2013-09-04 14:40:03 +02:00
dietmaroc
70c35d5fe7 Update configuration_language.rst 2013-09-04 14:19:30 +02:00
dietmaroc
99662ffca3 Update configuration_language.rst 2013-09-04 14:18:31 +02:00
dietmaroc
34a1f00b91 Update configuration_language.rst 2013-09-04 12:53:52 +02:00
dietmaroc
88e8b2fa41 Update configuration_language.rst 2013-09-04 12:49:42 +02:00
dietmaroc
6aa41eb246 Update configuration_language.rst 2013-09-04 12:48:49 +02:00
dietmaroc
51c563f3b7 Update configuration_language.rst 2013-09-04 12:46:44 +02:00
dietmaroc
210b45eae2 Update configuration_language.rst 2013-09-04 12:46:10 +02:00
dietmaroc
6d94f925b0 Update configuration_language.rst 2013-09-04 12:23:44 +02:00
dietmaroc
6c934a9c1f Update configuration_language.rst 2013-09-04 12:21:42 +02:00
dietmaroc
1542899b84 Update configuration_language.rst 2013-09-04 12:17:45 +02:00
dietmaroc
c64025a193 Update configuration_language.rst 2013-09-04 12:17:12 +02:00
Ryan
2aeaea89c7 Fixed lighttpd configuration 2013-09-02 23:19:04 +12:00
Bernhard Posselt
058a5b0f76 Merge pull request #165 from j-ed/stable5
added description of maintenance and default_language parameter
2013-08-28 04:43:48 -07:00
j-ed
d6c76784a4 added hint that this parameter will instantly come into operation 2013-08-28 13:37:49 +02:00
j-ed
13449c7017 Create configuration_language.rst 2013-08-28 12:22:33 +02:00
j-ed
5a92be26f7 Create configuration_maintenance.rst 2013-08-28 12:00:55 +02:00
j-ed
057cfd40e7 Create configuration_custom_clients.rst 2013-08-28 11:56:49 +02:00
Bernhard Posselt
d273c09e54 Merge pull request #164 from j-ed/stable5
added description for "logdateformat" parameter
2013-08-28 02:01:28 -07:00
dietmaroc
5f32cc23d6 Update configuration_encryption.rst 2013-08-28 10:01:12 +02:00
j-ed
fd5fa834d8 added link to PHP date function. 2013-08-26 11:07:02 +02:00
j-ed
62b3883c9b Update configuration_logging.rst 2013-08-26 10:41:26 +02:00
j-ed
e3e333a883 added description for "logdateformat" parameter 2013-08-26 10:40:46 +02:00
Wikinaut
2663d2ce8e Update configuration_encryption.rst 2013-08-10 13:52:27 +02:00
dietmaroc
cc755a3868 Update installation_others.rst 2013-08-08 16:00:12 +02:00
dietmaroc
d1a51a4305 Update installation_others.rst 2013-08-08 15:53:25 +02:00
felixboehm
8bd8c4b131 ask php for config file instead of find 2013-08-08 15:20:55 +02:00
dietmaroc
2da874cae5 Rename configuring_bigFileUpload.rst to configuring_big_file_upload.rst 2013-08-08 15:09:23 +02:00
dietmaroc
5e291aa6dc Update configuring_bigFileUpload.rst 2013-08-08 14:41:06 +02:00
dietmaroc
7bc121b330 Update configuring_bigFileUpload.rst 2013-08-08 14:39:56 +02:00
dietmaroc
e5eb64d223 Update configuring_bigFileUpload.rst 2013-08-08 14:37:54 +02:00
dietmaroc
1628ce230e Update configuring_bigFileUpload.rst 2013-08-08 14:37:22 +02:00
dietmaroc
87cf21b8ad Rename configuring_bigFileUpload to configuring_bigFileUpload.rst 2013-08-08 14:36:41 +02:00
dietmaroc
5aeb86dcc4 Update configuring_bigFileUpload 2013-08-08 14:33:16 +02:00
dietmaroc
f8e00f4765 Update configuring_bigFileUpload 2013-08-08 14:33:01 +02:00
dietmaroc
8001efb4ba Create configuring_bigFileUpload 2013-08-08 14:28:35 +02:00
dietmaroc
afd3dd294a Update installation_others.rst
Inserted link from open Wrt-Tutorial
2013-08-08 10:38:27 +02:00
Arthur Schiwon
40abc5608a Merge branch 's5-ucs' into stable5 2013-08-08 09:35:53 +02:00
Arthur Schiwon
0447f9a197 UCS: Reinstall instructions 2013-08-08 09:35:22 +02:00
Arthur Schiwon
b31432dbd2 UCS: More details about install via AppCenter 2013-08-08 09:24:45 +02:00
Arthur Schiwon
d76cc97810 Fix Formatting 2013-08-08 09:09:21 +02:00
Michael Gapczynski
4aed819f82 Add detailed descriptions for configuring Dropbox and Google Drive 2013-08-06 20:54:25 -04:00
Victor Dubiniuk
b166cd31d9 Changes related to Google Drive SDK migration 2013-08-03 19:09:45 +03:00
Daniel Molkentin
5a812347c3 Fix formatting 2013-08-01 17:34:50 +02:00
Daniel Molkentin
b4fe0bac67 Explain Proper Windows IIS Verb Handling
Fixes #142
2013-08-01 17:12:13 +02:00
Arthur Schiwon
90526599aa UCS: update installation procedure and postconfig 2013-07-31 18:05:18 +02:00
Arthur Schiwon
4ffbbd4842 UCS: UCR Intro up to date, update UCR table with new options 2013-07-31 17:55:09 +02:00
Arthur Schiwon
573f760459 UCS: since UCS 3.1 all prerequistes are given, nothing to do 2013-07-31 17:28:06 +02:00
Björn Schießle
55cbaca787 Update update.rst
Remove upgrade warning regarding encryption app.
2013-07-25 10:00:19 +02:00
j-ed
9d41ab8402 added link to custom_mount_configuration_gui.rst 2013-07-14 12:57:22 +02:00
j-ed
79091a9363 applied smaller improvements. 2013-07-14 10:17:11 +02:00
j-ed
3a83f18928 added screenshots 2013-07-13 20:06:55 +02:00
j-ed
f845bfa339 added pictures to be included in the custom mount config GUI document. 2013-07-13 19:57:42 +02:00
j-ed
f4d165a067 created first draft of a custom mount configuration GUI documentation. 2013-07-13 14:54:07 +02:00
j-ed
bd3904460c changed syntax description from mount.php to mount.json and added sftp description. 2013-07-13 11:39:28 +02:00
Daniel Molkentin
d9e41f8908 Merge branch 'master' into stable5 2013-07-05 14:51:04 +02:00
Daniel Molkentin
c16cfe5b98 Mac OS support is broken 2013-07-05 14:50:19 +02:00
Jörn Friedrich Dreyer
c17d4967e5 minor cleanups 2013-07-04 12:57:24 +02:00
Jörn Friedrich Dreyer
29fd06c48c add oracle configuration 2013-07-04 12:51:49 +02:00
Björn Schießle
2ae53765dc Update configuration_encryption.rst
add a description for the usage of external back-ends
2013-06-24 22:20:21 +03:00
Daniel Molkentin
def7d34245 Merge pull request #137 from mvn23/xsendfile-lighttpd
Add LigHTTPd section to X-Sendfile documentation
2013-06-24 04:43:45 -07:00
Björn Schießle
747668aa07 some basic documentation for the encryption app 2013-06-21 14:39:10 +02:00
mvn23
8ed950f0a0 Add LigHTTPd section to X-Sendfile documentation
Added LigHTTPd section to reflect changes in core PR #3787

See also: https://github.com/owncloud/core/pull/3787
2013-06-21 02:31:11 +03:00
mvn23
be126cfbb3 Reverted changes 2013-06-21 02:24:26 +03:00
mvn23
8eb9a4aa21 Add LigHTTPd section to X-Sendfile documentation
Updated to include documentation regarding PR #3787 in core repo.

See also: https://github.com/owncloud/core/pull/3787
2013-06-21 02:08:49 +03:00
j-ed
ab40c88919 fixed error in SMB mount configuration. 2013-06-12 21:19:58 +02:00
Bernhard Posselt
cadc872d90 Merge branch 'master' into stable5 2013-06-12 15:23:04 +02:00
mjkent
1986d3207b Add lock-tables to MySQL 2013-06-09 14:58:34 -05:00
mjkent
efefeb8e52 Cleanup as well as add MariaDB as supported and recommend MySQL or MariaDB 2013-06-08 23:55:22 -05:00
mjkent
80b809b206 Add link to backup addition 2013-06-08 23:54:28 -05:00
mjkent
0ea92ae3ac Added backup information to manual 2013-06-08 23:36:09 -05:00
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