Commit Graph

1367 Commits

Author SHA1 Message Date
Christoph Wurst
2a0da8158c Fix outdated unified search result entry class suggestion
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-12-04 08:38:40 +00:00
Morris Jobke
2133861f26 Merge pull request #5493 from nextcloud/backport/5455/stable20
[stable20] Drop misleading traces of app.php recommendations
2020-12-01 23:04:46 +01:00
Christoph Wurst
a8921eb265 Do not suppress include_once errors for the composer autoloader
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-12-01 13:24:29 +00:00
Christoph Wurst
f1c07490b8 Drop misleading traces of app.php recommendations
The app init docs still recommended using app.php.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-12-01 13:23:23 +00:00
Christoph Wurst
6128eac146 Fix duplicate target warnings of Sphinx for external links
Apparently Sphinx doesn't like that we use the same name multiple times,
though the link pointed to different URLs.
https://github.com/sphinx-doc/sphinx/issues/3921#issuecomment-315581557
suggests using `__` for "anonymous references".

This will remove some of the github action comments that show for every
PR.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-11-27 10:33:41 +00:00
Christoph Wurst
1bc2e56c8f Remove dead preupdate.php note
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-11-26 15:47:09 +00:00
nienzu
e837cd5ebe Correct sample code dependency and some typo
Signed-off-by: nienzu <ibqqz0602@gmail.com>
2020-10-29 13:19:06 +00:00
Morris Jobke
0ee241beec Fix space
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-10-29 09:46:14 +01:00
Morris Jobke
dfadb05044 Document Settings' BeforeTemplateRenderedEvent
See https://github.com/nextcloud/server/pull/22649

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-10-29 08:39:57 +00:00
Morris Jobke
30c53c13ff Document typed LDAP event for user and group backend
See https://github.com/nextcloud/server/pull/22221

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-10-29 08:39:57 +00:00
Vincent Petry
2d305cb2f1 Mention cloning shipped apps in dev env
Add mention to cloning external shipped apps into the apps folder in the
development environment, to be able to test upgrades as these apps will
be required at that point.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2020-10-26 21:33:54 +00:00
Mason Payne
e279d65e72 Update required info about Hooks
Spent too much time looking for something to give me the right direction. Found this forum post from 2017.
https://help.nextcloud.com/t/filehook-not-working/14591/14

Signed-off-by: Mason Payne <gomas.bmw@gmail.com>
2020-10-16 11:32:31 +00:00
PanCakeConnaisseur
47be513562 Make app in path lowercase
Co-authored-by: Morris Jobke <hey@morrisjobke.de>
2020-10-15 22:41:16 +00:00
PanCakeConnaisseur
d6ce6cc582 Add noob friendly explanations and fix wording
Added some more explicit info for people unfamiliar with autoloading that might help understanding. Also fixed some wording and grammar mistakes and made naming coherent.

Signed-off-by: Alexey Abel <dev@abelonline.de>
2020-10-15 22:41:16 +00:00
nienzu
1e08448709 Fix spelling error in migrations
Signed-off-by: nienzu <ibqqz0602@gmail.com>
2020-10-14 11:48:46 +00:00
Morris Jobke
59179f2f3e Merge pull request #5244 from nextcloud/backport/5231/stable20
[stable20] Fix typo in documentation
2020-10-12 16:57:07 +02:00
PanCakeConnaisseur
584fb91534 Fix typo 2020-10-12 14:56:36 +00:00
Michał
18c5221274 Fix uninitialised variable 2020-10-12 14:56:01 +00:00
nienzu
69b3a46dfd Correct some spelling errors in app tutorial 2020-10-09 14:05:39 +00:00
Christoph Wurst
fff6c0f0e1 Document deprecated getters of IServerContainer in 20
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-10-07 08:49:33 +00:00
Christoph Wurst
4adc884c61 Document two more deprecations in 20
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-10-06 11:30:20 +00:00
Christoph Wurst
2ad7c29e93 Document Nextcloud 20 removed jQuery plugin(s)
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-10-06 08:21:13 +00:00
Morris Jobke
764ef42a89 Merge pull request #5175 from nextcloud/backport/5157/stable20
[stable20] add migration to tutorial
2020-10-06 09:03:02 +02:00
dassio
8f452a1bc4 change to suffixing
Signed-off-by: dassio <dassio@icloud.com>
2020-10-06 07:02:34 +00:00
dassio
a8f9ce308b add migration to tutorial
Signed-off-by: dassio <dassio@icloud.com>
2020-10-06 07:02:34 +00:00
Christoph Wurst
cca977937f Document the escape-html removal
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-10-06 07:01:18 +00:00
Christoph Wurst
77f150e059 Migrate logging docs to new interface
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-10-06 06:22:19 +00:00
Christoph Wurst
0e085b7853 Use LoggerInterface in the example repair step
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-10-06 06:22:19 +00:00
Christoph Wurst
b7c0fb34b9 Document Nextcloud 20 critical changes
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-10-06 06:22:19 +00:00
Iscle
08743c0e6a Direct Download: Fix link expiration time
The link is only valid for 8 hours, not 24 as stated before.
2020-10-01 10:22:51 +00:00
Roeland Jago Douma
e3e85bddd5 Merge pull request #5042 from nextcloud/backport/5041/stable20
[stable20] enh appdata docs
2020-09-24 11:53:56 +02:00
Roeland Jago Douma
908c5b9aad getAppfolder is dead
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-09-24 06:31:38 +00:00
Roeland Jago Douma
80395501a0 enh appdata docs
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-09-24 06:31:31 +00:00
J0WI
d1066679dc Update urls to HTTPS
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2020-09-17 18:37:02 +00:00
Joas Schilling
368e31136b Fix missing imports
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-15 13:30:34 +02:00
Joas Schilling
4aa1d8ad2b Some more documentation fixes
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-15 08:36:01 +02:00
Joas Schilling
42e36802db It's OCS Api now
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-15 08:24:17 +02:00
Maxence Lange
d3bab2129b Update search.rst 2020-09-15 08:14:58 +02:00
Morris Jobke
e9eec9f428 Merge pull request #3762 from dassio/add_rich_workspace
add workspace property
2020-09-14 17:06:06 +02:00
Morris Jobke
4b076dddf0 Update developer_manual/client_apis/OCS/ocs-api-overview.rst 2020-09-14 16:30:19 +02:00
Alexandru Ungureanu
09f570b55e Corrected unintended text emphasis
Signed-off-by: Alexandru Ungureanu <aungureanu@keyfort.co.uk>
2020-09-13 15:08:34 +03:00
ecsecta
34605cce0d Fix name of deprecated oc_requesttoken
oc_requesttoken is marked as deprecated.
2020-09-10 09:54:53 +02:00
Morris Jobke
bca770da73 Fix l10n build for user manual
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-09-09 21:25:25 +02:00
Morris Jobke
5e6b9a714c Merge pull request #3124 from jivanpal/patch-2
Update routing.rst; corrected parameter name from `method` to `verb`
2020-09-09 18:29:45 +02:00
Klaus
65ca339f34 Add example of n function 2020-09-09 11:36:58 +02:00
dassio
9bcddacb5a add workspace property
Signed-off-by: dassio <dassio@icloud.com>
2020-08-29 16:17:35 +01:00
Julius Härtl
1cdd9eb363 Add link to new phpdoc build
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-08-27 08:41:32 +02:00
Jivan Pal
96438ae6e5 Update WebDAV/basic.rst; corrected "created" to "deleted" for DELETE method 2020-08-21 16:42:08 +01:00
Jivan Pal
2e02596b06 Update routing.rst; corrected parameter name from method to verb 2020-08-20 18:12:06 +01:00
dassio
7eac51fbbf add example for type annotattion
Signed-off-by: dassio <dassio@icloud.com>
2020-08-19 23:10:03 +01:00