Commit Graph

4522 Commits

Author SHA1 Message Date
Morris Jobke
1c098ea192 Fix developer manual
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-07-19 16:55:11 +02:00
Morris Jobke
e7c3ba470a Fix admin manual
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-07-19 16:55:05 +02:00
Morris Jobke
923631554b Update .drone.yml 2017-07-19 13:34:15 +02:00
Morris Jobke
0d8324b565 Merge pull request #397 from nextcloud/contacts
Contacts Documentation
2017-07-18 19:39:41 +02:00
Morris Jobke
76a25472d4 Merge pull request #520 from nextcloud/switch-to-ocsv2
Switch to OCSv2
2017-07-05 10:10:13 +02:00
Morris Jobke
0084974241 Merge pull request #519 from lioff/fix-code-block
fix typo in markup to repair code block
2017-07-05 10:08:45 +02:00
Björn Schießle
b88f926b45 Switch to OCSv2
All Nextcloud versions support OCSv2 so our documentation should recommend to use this API which result in a more restful behaviour.
2017-07-04 14:05:58 +02:00
lioff
ab87852948 fix typo in markup to repair code block
the code block was invisible through the typo:
https://docs.nextcloud.com/server/12/developer_manual/core/theming.html#changing-the-default-colours
2017-06-29 23:48:13 +02:00
Jos Poortvliet
6e45b4d7b6 Merge pull request #516 from nextcloud/appliance
add info about the VM
2017-06-24 12:27:42 +02:00
Morris Jobke
669cf6c857 generate documentation from config.sample.php 2017-06-23 03:35:36 +02:00
Morris Jobke
b417996fea Merge pull request #512 from bakkegaard/fix-link
Fix link
2017-06-22 18:23:16 -05:00
Morris Jobke
e9237eedfa Merge pull request #510 from bakkegaard/patch-1
Update categories in info.rst
2017-06-22 18:11:35 -05:00
Daniel Hansson
7b8a81666e installing on Windows 2017-06-23 00:36:29 +02:00
Daniel Hansson
0c318df4d1 add info about the VM 2017-06-23 00:35:02 +02:00
Morris Jobke
dda3897758 Merge pull request #515 from Alixerid/patch-1
change value of innodb_large_prefix to 1
2017-06-22 15:37:38 -05:00
Morris Jobke
a0a3e44d64 Merge pull request #514 from nextcloud/force-language
Force language
2017-06-22 13:03:55 -05:00
Alixerid
e917bcf8c4 change value of innodb_large_prefix to 1
Older versions of mysql may not accept `on` as a value and configuration may fail. `1` is sure to work. 
See issue #4846 https://github.com/nextcloud/server/issues/4846
2017-06-22 19:58:26 +02:00
Marius Blüm
8d93b09c25 Force language
* will be added with https://github.com/nextcloud/server/pull/5498

Signed-off-by: Marius Blüm <marius@lineone.io>
2017-06-22 12:49:53 -05:00
Nick Bakkegaard
ce32e90ad4 point to latest version of karma 2017-06-21 23:01:04 -05:00
Nick Bakkegaard
77e794cd2a Update categories in info.rst 2017-06-21 21:44:56 -05:00
Jos Poortvliet
204f858718 Merge pull request #507 from nextcloud/owncloud-migration
Add ownCloud migration paths to the docs
2017-06-18 17:57:56 +02:00
Joas Schilling
4b9fc8768e Add ownCloud migration paths to the docs
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-06-18 16:26:48 +02:00
Morris Jobke
1b52d3eadf Merge pull request #506 from nextcloud/admin-user-management
User Management improvements
2017-06-18 07:08:17 -05:00
Marius Blüm
09e715ee3e User Management improvements
Signed-off-by: Marius Blüm <marius@lineone.io>
2017-06-18 12:34:17 +02:00
Morris Jobke
be3776d04b Merge pull request #503 from nextcloud/jb-headerlink_css
Header link tweak
2017-06-15 23:04:01 -05:00
Jason Bayton
9b34804635 Header link tweak
I feel like the header link is too close to the heading which doesn't look particularly pleasing on the eye. So this is a very small tweak to add a bit of space and remove the underline (again because it doesn't look pretty).
2017-06-15 23:01:23 +01:00
Morris Jobke
9a8453f93d generate documentation from config.sample.php 2017-06-14 03:35:44 +02:00
Arthur Schiwon
2eda419aea format table
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-06-13 17:24:34 -05:00
Arthur Schiwon
14127bec2a document LDAP API
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-06-13 17:24:29 -05:00
Jos Poortvliet
9c9fc50375 Merge pull request #499 from nextcloud/skeleton-dir
Update skeleton dir guide
2017-06-08 08:11:24 +02:00
Morris Jobke
13df6df042 Update skeleton dir guide
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-06-07 22:32:21 -05:00
Jos Poortvliet
54232fb4a1 Merge pull request #489 from nextcloud/credits
link to contributors
2017-06-07 19:15:02 +02:00
Morris Jobke
a5d4b65eb1 generate documentation from config.sample.php 2017-06-07 03:35:45 +02:00
Morris Jobke
dd9009e66e Merge pull request #493 from LiamHD/deprecated
Replace usage of deprecated IDb
2017-06-05 07:58:53 -05:00
LiamHD
6583f04f9e Replace usage of deprecated IDb 2017-06-05 14:22:50 +02:00
Morris Jobke
2f0a606e6d Merge pull request #492 from Devices/patch-1
systemd timer as option for background service
2017-06-04 16:16:13 -05:00
Devices
147cd91109 systemd timer as option for background service
Added examples and a smart explanation on how to automate cron.php with systemd.
2017-06-03 13:30:47 +02:00
Morris Jobke
8648895234 Merge pull request #491 from nextcloud/maitnenance-mode
Remove hint about maintenance mode
2017-06-03 12:01:50 +02:00
Morris Jobke
2f46228785 Remove hint about maintenance mode
* fixes #490

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-06-03 08:40:07 +02:00
Morris Jobke
8cebe3f748 generate documentation from config.sample.php 2017-06-03 03:35:46 +02:00
Jos Poortvliet
fbadb04ab8 link to contributors 2017-06-01 16:17:29 +02:00
Joas Schilling
17043a7aa7 Merge pull request #487 from nextcloud/fix-errors
Fix errors
2017-05-30 14:09:59 +02:00
Joas Schilling
fc55ba3375 Some admin errors
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-05-30 13:23:57 +02:00
Marius Blüm
4e34606281 Merge pull request #486 from nextcloud/rakekniven-patch-1
Update layout.html
2017-05-30 13:17:22 +02:00
Joas Schilling
5ddb6cdb3d Fix note syntax
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-05-30 13:09:17 +02:00
Joas Schilling
406656f9d5 Fix invalid image name
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-05-30 13:08:57 +02:00
Joas Schilling
395bba094c Fix invalid links
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-05-30 13:08:39 +02:00
rakekniven
2be432138c Update layout.html
Facebook is a trademark and first capital should be uppercase
2017-05-30 13:04:01 +02:00
rakekniven
8b51830eb0 Update layout.html 2017-05-30 10:52:12 +02:00
Marius Blüm
35ce9e0e20 Merge pull request #484 from nextcloud/adjust-releases
Adjust Releases in README
2017-05-25 16:57:52 +02:00