Commit Graph

6257 Commits

Author SHA1 Message Date
OidaTiftla
6b360416ac Correct typo: emoijs -> emojis 2020-07-04 22:53:48 +02:00
Morris Jobke
0a353ed6d1 Merge pull request #2169 from therealklanni/patch-2
Add audio formats
2020-07-03 12:36:43 +02:00
Morris Jobke
e70415f882 Merge pull request #2170 from PhoenixDiscord/patch-2
Fixed a typo
2020-07-02 23:38:22 +02:00
Morris Jobke
507340de7f Merge pull request #2172 from Permanently/patch-2
Replacing 'a' with 'an'
2020-07-02 23:34:45 +02:00
Billy
9dc0bf8cd2 Replacing 'a' with 'an'
Check your grammar next time!
2020-07-01 14:41:21 +01:00
LCD
24a7bd281a Fixed a typo 2020-06-28 20:18:10 +02:00
Kevin Lanni
ad964b1a07 Add audio formats
Signed-off-by: Kevin Lanni <therealklanni@gmail.com>
2020-06-25 14:32:44 -07:00
Nextcloud bot
93d5ff8517 generate documentation from config.sample.php 2020-06-25 03:36:13 +00:00
Christoph Wurst
fa52171e71 Merge pull request #2166 from nextcloud/enhancement/dev-unified-search
Document unified search API
2020-06-24 15:38:26 +02:00
Christoph Wurst
e830ceb5e4 Document unified search API
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-06-24 14:40:35 +02:00
Christoph Wurst
ea951bd6fc Merge pull request #2164 from nextcloud/enhancement/app-dev-bootstrap
Document new bootstrap process
2020-06-24 10:34:33 +02:00
Joas Schilling
e767a51556 Merge pull request #2167 from nextcloud/wording-custom-apps-store
Easier language for Using your own appstore
2020-06-24 09:46:16 +02:00
Daniel Kesselberg
de097dd20d Make the text easier to read
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-06-23 22:24:38 +02:00
Christoph Wurst
33be7a9408 Document new bootstrap process
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-06-23 15:29:36 +02:00
Christoph Wurst
37233f6a4d Merge pull request #2165 from nextcloud/enhancement/dev-manual-restructure
Restructure the dev manual
2020-06-23 11:26:02 +02:00
Christoph Wurst
2647cd93c7 Restructure the dev manual
This moves lots of pages around. The high-level changes are

* Better main sections, so it's more *general*, *into*, *basics* and *details*
* Move more general topics to a *Basic* section, which are not
  app-specific
* Remove app docs to the stuff that is likely used, anything else goes
  into "Digging deeper"
* Move general guides into a prologue
* Try to *compress*/combine some pages with similar content
* Try to have better consistencs on level ob abstraction across pages
* Split app development and maintenance pages into two sections
* Integrate bugtracker info into prologue
* Integrate Android pages into client APIs section

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-06-22 18:35:59 +02:00
Roeland Jago Douma
547810edd8 Merge pull request #2157 from nextcloud/fix/backgroundjobs-run
\OCP\BackgroundJob\Job::run is neither public nor static
2020-06-19 11:29:29 +02:00
Christoph Wurst
d92723f2a3 \OCP\BackgroundJob\Job::run is neither public nor static
Ref https://help.nextcloud.com/t/cannot-develop-own-backgroundtask-when-using-nextcloud-developer-documentation/83411

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-06-19 10:51:58 +02:00
Joas Schilling
35dcc26de5 Merge pull request #2154 from nextcloud/bugfix/2153/its-step-3
Continue at step 3 of MySQL
2020-06-18 09:49:58 +02:00
Joas Schilling
6033245489 Continue at step 3 of MySQL
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-18 08:38:36 +02:00
Christoph Wurst
70b5f1c108 Merge pull request #2144 from nextcloud/fix/remove-outdated-backporting-docs
Remove oudated backporting docs
2020-06-10 14:28:26 +02:00
Christoph Wurst
e2dbce8ba8 Remove oudated backporting docs
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-06-10 14:19:43 +02:00
Julius Härtl
78fd0d46a7 Merge pull request #2138 from nextcloud/enhancement/bootstrap-docs 2020-06-09 09:50:41 +02:00
Christoph Wurst
22040e8867 Document current bootstrap mechanism
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-06-09 07:50:02 +02:00
Sascha Wiswedel
a595b195db Merge pull request #2121 from nextcloud/wiswedel/transferOwnership
documentation for user invoked ownership transfer
2020-06-04 22:08:40 +02:00
Christoph Wurst
a428764da6 Merge pull request #2133 from nextcloud/19/released
19 is out
2020-06-04 18:31:34 +02:00
Roeland Jago Douma
68db6efe59 19 is out
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-06-04 15:17:59 +02:00
Julius Härtl
9195510930 Merge pull request #2129 from nextcloud/wiswedel/purgeOldVersions 2020-06-04 13:11:30 +02:00
Sascha Wiswedel
bd9ef16c19 purge strings about explicit Nextcloud versions
Versions deprecate fast and aren't needed in upstream documentation branches.

Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-06-04 12:48:13 +02:00
Sascha Wiswedel
0e961f01e0 Merge pull request #2125 from nextcloud/wiswedel/fixups/checkAnnotations
fixes requested by check annotations
2020-06-03 15:18:07 +02:00
Sascha Wiswedel
6957d5bf84 Update user_manual/files/transfer_ownership.rst
totally

Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
2020-06-03 13:49:38 +02:00
Sascha Wiswedel
22b51f33c9 fixup 2
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-06-03 13:47:57 +02:00
Sascha Wiswedel
aeae3f4412 fixup
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-06-03 13:45:40 +02:00
Joas Schilling
a412b2286c Merge pull request #2120 from nextcloud/bugfix/noid/admin-doc-links
Fix admin doc links
2020-06-03 13:43:11 +02:00
Sascha Wiswedel
5b7b24f18d fixes requested by check annotations
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-06-03 13:42:26 +02:00
Sascha Wiswedel
972a22c346 more link fixes
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-06-03 13:01:37 +02:00
Sascha Wiswedel
e5faeed057 documentation for user invoked ownership transfer
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-06-03 12:54:53 +02:00
Joas Schilling
a8df48014f Fix admin doc links
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-03 12:27:07 +02:00
Morris Jobke
5163dcc220 Merge pull request #2112 from nextcloud/tflidd-patch-1
Update npm.rst (typo)
2020-05-29 16:28:51 +02:00
tflidd
344c4bf361 Update npm.rst
fixes https://github.com/nextcloud/documentation/issues/2026
2020-05-29 11:26:14 +02:00
Christoph Wurst
18fd66ed5c Merge pull request #2106 from nextcloud/19/docs
Add docs for 19
2020-05-28 08:51:54 +02:00
Roeland Jago Douma
5c0e05f61f Add docs for 19
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-05-28 08:45:46 +02:00
Morris Jobke
8185634dd8 Merge pull request #2103 from nextcloud/nginx/code
Extend whitelist for php entrypoints
2020-05-26 17:45:32 +02:00
Julius Härtl
07ff58b9e1 Extend whitelist for php entrypoints
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-05-26 17:32:32 +02:00
Morris Jobke
87eef96ff9 Merge pull request #2098 from nextcloud/rakekniven-patch-1
Add section about .l10nignore
2020-05-26 15:38:43 +02:00
Morris Jobke
7c64f4c8b4 Update developer_manual/app/view/l10n.rst 2020-05-26 15:38:27 +02:00
rakekniven
982177b0aa Add section about .l10nignore
Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
2020-05-26 15:10:43 +02:00
Morris Jobke
d6a0aab4a4 Merge pull request #2091 from J0WI/logtypes
Document all log types
2020-05-25 14:16:33 +02:00
J0WI
294eddb137 Document all log types
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2020-05-21 01:36:32 +02:00
Morris Jobke
e6e2c2e186 Merge pull request #2084 from nextcloud/wiswedel/supported_apps/maintenance
updated supported apps page
2020-05-18 12:54:30 +02:00