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
Morris Jobke
5c4ec3da8d
Merge pull request #268 from owncloud/typo
...
remove superflous e - fixes #264
2014-02-21 15:35:54 +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
Poehli
b3a11613d8
templates.rst update
...
Added a bracket and semicolon on line 20
2014-02-14 18:31:31 +01:00
Arthur Schiwon
0c42f63133
Coding Style: no underscores for private class members, contrary to PEAR
2014-02-12 14:14:07 +01:00
Thomas Müller
3202af0a72
Merge pull request #253 from owncloud/jsunittestdocs
...
Added info about JS unit testing
2014-02-12 12:16:36 +01:00
Morris Jobke
9ef10af0ca
Fix typo
2014-02-11 13:23:16 +01:00
Morris Jobke
a2c92dde8e
remove superflous e - fixes #264
2014-02-05 16:15:59 +01:00
Felix Eckhofer
0fce0df109
remove redundant target argument from git clone
2014-02-01 14:29:59 +01:00
Felix Eckhofer
fe5b82c975
use https when possible
2014-02-01 14:29:59 +01:00
Felix Eckhofer
f1931fe4ea
fix name of contact*s* repo
2014-02-01 14:29:59 +01:00
Thomas Müller
320d9f46f8
Merge pull request #261 from owncloud/add_error_codes
...
Add error codes
2014-01-28 08:10:57 -08:00
Bjoern Schiessle
4aa529a4df
add new error codes
2014-01-28 16:59:41 +01:00
Thomas Müller
acc0f594f3
Merge pull request #260 from owncloud/remove-intro_manual-master
...
remove the intro_manual
2014-01-28 07:27:01 -08:00
Thomas Müller
c6a4fcb163
remove the intro_manual
2014-01-28 16:10:06 +01:00
Vincent Petry
38745ba949
Added info about JS unit testing
2014-01-24 14:25:20 +01:00
Frank Karlitschek
a0504d138e
Merge pull request #248 from owncloud/infoxml_new_elements
...
added new 'documentation' and 'website' element to documentation
2014-01-20 05:33:42 -08:00
Frank Karlitschek
e93f9f8542
Merge pull request #249 from owncloud/versioning_docu_update
...
Versioning docu update
2014-01-20 05:33:11 -08:00
Bjoern Schiessle
019021a705
added new 'documentation' and 'website' element to documentation
2014-01-20 13:08:11 +01:00
Bjoern Schiessle
66deed7da6
add missing interval
2014-01-20 13:03:47 +01:00
Bjoern Schiessle
b95b559b4d
versioning is activated by default
2014-01-20 13:01:20 +01:00
Daniel Molkentin
f44f264fe3
Merge pull request #242 from owncloud/stable6-remove-curl
...
[stable6] Remove curl package from dependency list
2014-01-17 14:01:39 -08: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
b342af1070
Merge pull request #232 from owncloud/stable6-fixphpdeps
...
Improved layout of PHP module deps
2014-01-11 09:32:34 -08:00
Morris Jobke
f939e002c7
Merge pull request #235 from wakeup/stable6
...
Fix redirection to keeping addressbook
2014-01-11 08:30:51 -08:00
Volkan Gezer
0533df2d59
Fix redirection to keeping addressbook
...
Since address book is replaced with addressbook, the redirection was
problematic. This should solve this problem.
2014-01-11 17:20:29 +01:00
Frank Karlitschek
dd6fea0776
Merge pull request #234 from DavidPrevot/no-youtube
...
Do not embed a video from an external website
2014-01-11 06:28:08 -08:00
Frank Karlitschek
58d55966e0
Merge pull request #233 from DavidPrevot/iana
...
Use a IANA-managed reserved domain for examples
2014-01-11 06:27:51 -08:00
David Prévot
7017c6c5b7
Do not embed a video from an external website
...
Do not force every documentation reader to fetch data from an external
website not under the administrator control, and consequently open a
privacy breach.
2014-01-10 21:26:27 -04:00
David Prévot
0a01ef40ba
Use a IANA-managed reserved domain for examples
...
Using another domain that may be already owned or squatted is not
recommended.
2014-01-10 19:33:55 -04: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
Vincent Petry
e23388c4a3
Merge pull request #230 from owncloud/stable6-unittestdoc
...
Added info about running unit tests with autotest.sh
2014-01-09 04:15:18 -08:00
Vincent Petry
91da272eb9
Added pgsql and missing .sh
2014-01-09 13:14:12 +01:00
Vincent Petry
63b748cbaa
Added info about running unit tests with autotest.sh
...
- Fixes #3
- Added minimum phpunit version
- Added info about autotest.sh for the core app
2014-01-09 12:35:29 +01:00
Daniel Molkentin
710cfc54c7
Various fixes
2014-01-06 17:40:56 +01:00
Daniel Molkentin
e151ee5f6f
Improve README
2014-01-06 17:40:48 +01:00
Daniel Molkentin
598153e0fb
Add Windows enablers for documentation
2014-01-06 17:00:33 +01:00
Morris Jobke
a7e94f7bc5
Merge pull request #224 from wakeup/stable6
...
Improve wording and more "the" usage :)
2014-01-06 06:52:43 -08:00
Morris Jobke
13b6b4e6f8
Merge pull request #225 from owncloud/en_clarity
...
Some native English wording and general clarity
2014-01-06 06:51:05 -08: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
Thomas Müller
805b4656a9
Merge pull request #223 from wakeup/stable6
...
Add how to move files inside web interface
2014-01-05 07:59:24 -08:00
Volkan Gezer
b5f863d7e3
Add how to move files inside web interface
...
This adds how files are moved inside web interface by dragging and
dropping.
2014-01-05 16:30:04 +01:00
Thomas Müller
7f34df7786
Merge pull request #222 from wakeup/stable6
...
Add user_management and update app configuration pages
2014-01-05 03:47:58 -08:00
Volkan Gezer
5d87654cc8
Add what new button on web interface does
...
The new button has very nice features and it will be nice to provide
what it does and how it is used. Also navigating through the folders
is explained here.
2014-01-04 22:24:47 +01:00
Volkan Gezer
862d0d8e8b
Add what does sharing with user/group provides additionally
...
Sharing a file/folder gives extra options to choose from such as informing
user, giving creation, edit, reshare permissions. This commit adds
this information
2014-01-04 21:41:37 +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
ringmaster
946fb0d810
Deleted Files revisions
2014-01-03 12:26:52 -05:00
ringmaster
ba3f4f2092
Documents App revisions for consistency and clarity
2014-01-03 12:21:00 -05:00